@media (min-width: 769px) {
  .wrapper {
    display: flex;
    overflow: hidden;
  }
}
@media (min-width: 769px) and (max-aspect-ratio: 1.4/1) {
  .wrapper {
    display: block;
  }
}

.chooseillust__cont {
  background: #f1f1f1;
}
@media (max-width: 768px) {
  .chooseillust__cont {
    margin-top: 17px;
    padding: 5.5%;
  }
}
@media (min-width: 769px) {
  .chooseillust__cont {
    margin-top: 32px;
    padding: 40px 5.2%;
  }
}

.chooseillust__cont__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .chooseillust__cont__list {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .chooseillust__cont__list {
    margin-top: 32px;
  }
}

.chooseillust__cont__list__item {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .chooseillust__cont__list__item + .chooseillust__cont__list__item {
    margin-left: 2.7%;
  }
}
@media (min-width: 769px) {
  .chooseillust__cont__list__item + .chooseillust__cont__list__item {
    margin-left: 3.1%;
  }
}
.chooseillust__cont__list__item .cap {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .chooseillust__cont__list__item .cap {
    margin-top: 9px;
  }
}
@media (min-width: 769px) {
  .chooseillust__cont__list__item .cap {
    margin-top: 18px;
  }
}
.chooseillust__cont__list__item .txt {
  color: #727272;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .chooseillust__cont__list__item .txt {
    font-size: 0.8125rem;
    margin-top: 2px;
  }
}
@media (min-width: 769px) {
  .chooseillust__cont__list__item .txt {
    font-size: 1.25rem;
    margin-top: 2px;
  }
}
.chooseillust__cont__list__item .zoombtn {
  flex-shrink: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .chooseillust__cont__list__item .zoombtn {
    margin-left: 2px;
    width: 20px;
  }
}
@media (min-width: 769px) {
  .chooseillust__cont__list__item .zoombtn {
    margin-left: 8px;
    width: 32px;
  }
}

.chooseillust__submitbtn {
  margin: 0 auto;
  pointer-events: none;
  position: relative;
}
@media (max-width: 768px) {
  .chooseillust__submitbtn {
    margin-top: 4.8vw;
    width: 72.2%;
  }
}
@media (min-width: 769px) {
  .chooseillust__submitbtn {
    margin-top: 24px;
    width: 57.7%;
  }
}
.chooseillust__submitbtn::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/contents/chooseillust/btn_submit_off.png) no-repeat top center/contain;
  content: "";
  height: 100%;
  pointer-events: none;
  transition: background 0.2s;
  width: 100%;
}
.-noactive .chooseillust__submitbtn::after {
  display: none;
}
.chooseillust__submitbtn.-active {
  cursor: pointer;
  pointer-events: all;
}
.chooseillust__submitbtn.-active::after {
  background: url(../img/top/contents/chooseillust/btn_submit_on.png) no-repeat top center/contain;
}
.chooseillust__submitbtn input {
  width: 100%;
}

.chooseillust__checkbtn {
  cursor: pointer;
  display: block;
  position: relative;
}
.-noactive .chooseillust__checkbtn {
  pointer-events: none;
}
.chooseillust__checkbtn .ph {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  /* &::after {
      @include absPosition(0,0);
      background: rgba(#fff000, 0.6);
      content: '';
      height: 100%;
      opacity: 0;
      transition: opacity 0.2s;
      width: 100%;


  } */
}
.chooseillust__checkbtn input[type=radio]:checked + .ph::after {
  opacity: 1;
}
.-noactive .chooseillust__checkbtn input[type=radio]:checked + .ph::after {
  opacity: 0 !important;
}
.chooseillust__checkbtn input[type=radio] {
  display: none;
}

.chooseillust__cont__ttl {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.chooseillust__cont__ttl span {
  height: 18px;
  width: 16px;
}
@media (min-width: 769px) {
  .chooseillust__cont__ttl span {
    height: 26px;
    width: 23px;
  }
}
.chooseillust__cont__ttl span img {
  vertical-align: top;
}
.chooseillust__cont__ttl p {
  font-size: 1.0625rem;
  color: #727272;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 8px;
}
@media (min-width: 769px) {
  .chooseillust__cont__ttl p {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-left: 12px;
  }
}
.chooseillust__cont__ttl .txt {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .chooseillust__cont__ttl .txt {
    margin-top: 14px;
  }
}

.top_infobox {
  background: #fff;
  margin: 0 3.1vw;
  padding: 6.2vw 4.9vw 7.2vw;
}
@media (min-width: 769px) {
  .top_infobox {
    margin: 0 auto;
    padding: 7.7% 0 10%;
    width: 81.8%;
  }
}
.top_infobox.release-3d {
  background: #f0738c;
}
@media (min-width: 769px) {
  .top_infobox.release-3d {
    padding: 5.5% 0 10%;
  }
}
@media (max-width: 768px) {
  .top_infobox.result {
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  .top_infobox.result {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .top_infobox.information {
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  .top_infobox.information {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .top_infobox.chooseillust {
    margin-top: 16px;
    padding: 6.2vw 0 7.2vw;
  }
}
@media (min-width: 769px) {
  .top_infobox.chooseillust {
    margin-top: 48px;
    padding-bottom: 5.5%;
  }
}

@media (min-width: 769px) {
  .top_infobox__head {
    padding: 0 11.1%;
  }
}

.top_infobox__head__ja {
  font-size: 0.875rem;
  color: #727272;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 769px) {
  .top_infobox__head__ja {
    font-size: 1.25rem;
  }
}

.top_infobox__head__en {
  font-size: 1.75rem;
  color: #23aae1;
  font-weight: 900;
  line-height: 1;
  margin-top: 7px;
  text-align: center;
}
@media (min-width: 769px) {
  .top_infobox__head__en {
    font-size: 3rem;
    margin-top: 13px;
  }
}
.top_infobox__head__en img {
  height: 100%;
  vertical-align: top;
}

.top_infobox__head__ico {
  display: block;
  height: 11px;
  margin: 10px auto 0;
  width: 16px;
}
@media (min-width: 769px) {
  .top_infobox__head__ico {
    height: 20px;
    margin: 21px auto 0;
    width: 28px;
  }
}
.top_infobox__head__ico img {
  vertical-align: top;
}
.top_infobox__head__ico.-mp {
  aspect-ratio: 53.5987/33.6733;
  height: auto;
  line-height: 0;
  margin: 9px auto 17px;
  width: 16px;
}
@media (min-width: 769px) {
  .top_infobox__head__ico.-mp {
    margin: 18px auto 30px;
    width: 28px;
  }
}

.top_infobox__offer {
  font-size: 0.625rem;
  color: #727272;
  line-height: 1.5;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .top_infobox__offer {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .chooseillust .top_infobox__offer {
    margin-top: 16px;
    padding: 0 4.9vw 0;
  }
}
@media (min-width: 769px) {
  .chooseillust .top_infobox__offer {
    padding: 0 5.2%;
  }
}

.contents {
  position: relative;
  background: #fff000;
}
@media (min-width: 769px) {
  .contents {
    margin-left: auto;
    width: 45.8%;
  }
}
@media (min-width: 769px) and (max-aspect-ratio: 1.4/1) {
  .contents {
    height: auto;
    overflow-y: auto;
    width: 100%;
  }
}

.footer {
  margin-top: 35px;
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  .footer {
    margin-top: 45px;
    padding-bottom: 38px;
  }
}

.footer__share {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.footer__share__ttl {
  font-size: 0.75rem;
  color: #727272;
  font-weight: 700;
}
@media (min-width: 769px) {
  .footer__share__ttl {
    font-size: 1rem;
  }
}

.footer__share__list {
  align-items: center;
  display: flex;
  margin-left: 24px;
}
@media (min-width: 769px) {
  .footer__share__list {
    margin-left: 30px;
  }
}

.footer__share__list__item + .footer__share__list__item {
  margin-left: 24px;
}
@media (min-width: 769px) {
  .footer__share__list__item + .footer__share__list__item {
    margin-left: 30px;
  }
}
.footer__share__list__item:nth-of-type(1) {
  width: 29px;
}
@media (min-width: 769px) {
  .footer__share__list__item:nth-of-type(1) {
    width: 40px;
  }
}
.footer__share__list__item:nth-of-type(2) {
  width: 25px;
  margin-left: 27px;
}
@media (min-width: 769px) {
  .footer__share__list__item:nth-of-type(2) {
    width: 35px;
    margin-left: 32px;
  }
}

.footer__link {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .footer__link {
    margin-top: 42px;
  }
}

.footer__link__item {
  font-size: 0.8125rem;
  color: #727272;
  font-weight: 700;
}
@media (min-width: 769px) {
  .footer__link__item {
    font-size: 1rem;
  }
}
.footer__link__item + .footer__link__item {
  margin-left: 16px;
}
@media (min-width: 769px) {
  .footer__link__item + .footer__link__item {
    margin-left: 20px;
  }
}

.footer__offer {
  font-size: 0.5625rem;
  color: #727272;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__offer {
    padding: 0 8.8vw;
  }
}
@media (min-width: 769px) {
  .footer__offer {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}

.footer__copy {
  font-size: 0.5625rem;
  color: #727272;
  margin-top: 4px;
  text-align: center;
}
@media (min-width: 769px) {
  .footer__copy {
    font-size: 0.75rem;
    margin-top: 6px;
  }
}

.footer__bnrtxt {
  text-align: center;
  color: #727272;
  font-weight: 900;
  font-size: 0.9375rem;
}
@media (min-width: 769px) {
  .footer__bnrtxt {
    font-size: 1.375rem;
  }
}

.footer__bnr {
  display: block;
  margin: 8px auto 38px;
  width: 66.6vw;
}
@media (min-width: 769px) {
  .footer__bnr {
    margin: 10px auto 60px;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .fv {
    padding: 8vw 5.9vw 18.2vw;
  }
}
@media (min-width: 769px) {
  .fv {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
  }
}
@media (min-width: 769px) and (max-aspect-ratio: 1.4/1) {
  .fv {
    height: 100%;
    padding: 8vw 5.9vw 15.3vw;
  }
}

.fv__cont {
  position: relative;
}
@media (min-width: 769px) {
  .fv__cont {
    width: 72.7%;
  }
}

@-webkit-keyframes fvfukianim {
  0% {
    opacity: 0;
    transform: scale(2.5) rotate(30deg);
  }
  80% {
    opacity: 1;
    transform: scale(0.8) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fvfukianim {
  0% {
    opacity: 0;
    transform: scale(2.5) rotate(30deg);
  }
  80% {
    opacity: 1;
    transform: scale(0.8) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fv__fukidashi {
  -webkit-animation: fvfukianim 1.25s 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: fvfukianim 1.25s 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  display: block;
  opacity: 0;
}
@media (max-width: 768px) {
  .fv__fukidashi {
    width: 20.5vw;
    position: absolute;
    top: -4.2%;
    left: 51.5%;
  }
}
@media (min-width: 769px) {
  .fv__fukidashi {
    width: 22.3%;
    position: absolute;
    top: -2.9%;
    left: 52%;
  }
}

@media (max-width: 768px) {
  .fv__date {
    margin-top: 11.9vw;
    width: 82.335%;
  }
}
@media (min-width: 769px) {
  .fv__date {
    margin-top: 13.7%;
    width: 84.375%;
  }
}

.fv__anchor {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .fv__anchor {
    margin: 13vw auto 0;
    width: 82.1vw;
  }
}
@media (min-width: 769px) {
  .fv__anchor {
    margin-top: 21.8%;
  }
}
@media (max-width: 768px) {
  .fv__anchor img {
    height: 6.2vw;
    width: 82.1vw;
  }
}
@media (min-width: 769px) {
  .fv__anchor img {
    height: 6.2%;
    width: 77%;
  }
}
.fv__anchor:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.fv__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 110px;
  transform: translateX(-50%);
}
@media (max-aspect-ratio: 1.4/1) {
  .fv__scroll {
    display: none;
  }
}

.fv__scroll__txt {
  font-size: 0.75rem;
  color: #23aae1;
  line-height: 1;
}

.fv__scroll__dot {
  background: #23aae1;
  border-radius: 4px;
  content: "";
  height: 8px;
  margin: 10px auto 0;
  width: 8px;
}

.fv__scroll__bar {
  position: relative;
  -webkit-animation: stretchBar 1s infinite;
          animation: stretchBar 1s infinite;
  background: #23aae1;
  height: 80px;
  margin: 0 auto;
  transform-origin: top;
  width: 1px;
}

@-webkit-keyframes stretchBar {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  30% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  70% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}

@keyframes stretchBar {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  30% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  70% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@media (min-width: 769px) {
  .information__cont {
    padding: 0 11.1%;
  }
}

.information__cont__txt {
  font-size: 0.875rem;
  color: #727272;
  font-weight: 500;
  line-height: 1.8461538462;
  margin-top: 12px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .information__cont__txt {
    font-size: 1.25rem;
    line-height: 1.8888888889;
    margin-top: 24px;
  }
}

.information__cont__list {
  margin-top: 18px;
}
@media (min-width: 769px) {
  .information__cont__list {
    margin-top: 48px;
  }
}

.information__cont__list__item + .information__cont__list__item {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .information__cont__list__item + .information__cont__list__item {
    margin-top: 40px;
  }
}
.information__cont__list__item .ttl {
  align-items: center;
  display: flex;
  justify-content: center;
}
.information__cont__list__item .ttl span {
  height: 18px;
  width: 16px;
}
@media (min-width: 769px) {
  .information__cont__list__item .ttl span {
    height: 26px;
    width: 23px;
  }
}
.information__cont__list__item .ttl span img {
  vertical-align: top;
}
.information__cont__list__item .ttl p {
  font-size: 1.0625rem;
  color: #727272;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
}
@media (min-width: 769px) {
  .information__cont__list__item .ttl p {
    font-size: 1.5rem;
    margin-left: 12px;
  }
}
.information__cont__list__item .txt {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .information__cont__list__item .txt {
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  .m-thx__inner {
    padding: 0 8.3vw;
  }
}

.m-thx__head {
  position: relative;
  text-align: center;
  width: 100%;
}
.m-thx__head::before {
  background: url(../img/top/contents/modal/txt_thx.svg) no-repeat top center/contain;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  content: "";
}
@media (max-width: 768px) {
  .m-thx__head::before {
    position: absolute;
    top: -70px;
    left: 50%;
    height: 112px;
    transform: translateX(-50%);
    width: 385px;
  }
}
@media (min-width: 769px) {
  .m-thx__head::before {
    position: absolute;
    top: -114px;
    left: -155px;
    height: 210px;
    width: 720px;
  }
}
.-active .m-thx__head::before {
  -webkit-animation: thxtxtIn 0.5s 0.2s forwards ease;
          animation: thxtxtIn 0.5s 0.2s forwards ease;
}
@-webkit-keyframes thxtxtIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes thxtxtIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.m-thx__head .txt {
  color: #fff000;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .m-thx__head .txt {
    font-size: 1.25rem;
    padding: 15px 20px;
  }
}
@media (min-width: 769px) {
  .m-thx__head .txt {
    font-size: 2.375rem;
    padding: 10px 55px;
  }
}
.m-thx__head .txt::before, .m-thx__head .txt::after {
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #fff000;
  border-top: 1px solid #fff000;
  content: "";
  height: 100%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .m-thx__head .txt::before, .m-thx__head .txt::after {
    width: 8px;
  }
}
@media (min-width: 769px) {
  .m-thx__head .txt::before, .m-thx__head .txt::after {
    width: 15px;
  }
}
.m-thx__head .txt::before {
  border-left: 1px solid #fff000;
  left: 0;
}
.m-thx__head .txt::after {
  border-right: 1px solid #fff000;
  right: 0;
}

.m-thx__ph {
  width: 100%;
}
@media (max-width: 768px) {
  .m-thx__ph {
    border: 2.5px solid #c7c7c7;
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .m-thx__ph {
    border: 5px solid #c7c7c7;
    margin-top: 45px;
  }
}
.m-thx__ph img {
  width: 100%;
}

.m-thx__btn {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-thx__btn {
    margin-top: 20px;
    width: 67.7vw;
  }
}
@media (min-width: 769px) {
  .m-thx__btn {
    margin-top: 56px;
    width: 408px;
  }
}

.figurine-project-modal__inner {
  align-items: center;
  display: flex;
  height: 100%;
  max-height: 90svh;
  width: 100%;
}
.figurine-project-modal__inner .ph {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .figurine-project-modal__inner {
    max-width: 900px;
  }
  .-alt .figurine-project-modal__inner {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .figurine-project-modal__inner {
    width: 88.5vw;
  }
}
.figurine-project-modal__inner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.release-3d {
  padding: 6.2vw 0 7.2vw;
}

.release-3d__head {
  color: #f0738c;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .release-3d__head {
    background: url(../img/top/contents/decorationmaster/bg_ttl.svg) no-repeat 0 0/100% auto;
    background-size: 100% 100%;
    height: 72px;
    width: min(82.5%, 594px);
  }
}
@media (max-aspect-ratio: 1.4/1) {
  .release-3d__head {
    height: 72px;
    width: 594px;
  }
}
@media (max-width: 768px) {
  .release-3d__head {
    background: url(../img/top/contents/decorationmaster/bg_ttl.svg) no-repeat 0 0/100% auto;
    background-position: center;
    background-size: 100% 100%;
    height: min(10.4vw, 40px);
    padding-top: 1.3vw;
    width: min(85.9vw, 330px);
  }
}

@media (max-width: 768px) {
  .release-3d__cont {
    margin-top: 13px;
    padding: 0 4.9vw;
  }
}
@media (min-width: 769px) {
  .release-3d__cont {
    margin-top: 24px;
    padding: 0 11.1%;
  }
}

.release-3d__head__ttl {
  font-weight: 900;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 769px) {
  .release-3d__head__ttl {
    font-size: min(1.8vw, 36px);
    letter-spacing: -0.06em;
  }
}
@media (max-aspect-ratio: 1.4/1) {
  .release-3d__head__ttl {
    font-size: 36px;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 768px) {
  .release-3d__head__ttl {
    font-size: min(4.9vw, 20px);
  }
}

.release-3d__ph {
  cursor: pointer;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .release-3d__ph {
    margin-top: 4.3%;
  }
}
.release-3d__ph:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/contents/decorationmaster/frame.png) no-repeat 0 0/100%;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
}
.release-3d__ph:after {
  position: absolute;
  bottom: 9px;
  right: 9px;
  aspect-ratio: 1/1;
  background: url(../img/top/contents/chooseillust/btn_zoom.svg) no-repeat 0 0/100%;
  content: "";
  width: 35px;
  z-index: 3;
}
.release-3d__ph img {
  transition: transform 0.3s 0s ease;
}
.release-3d__ph:hover img {
  transform: scale(1.075);
}

.release-3d__cont__txt {
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5333333333;
  margin-top: 12px;
  text-align: center;
}
.release-3d__cont__txt em {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
}
.release-3d__cont__txt span {
  font-size: 0.75rem;
  vertical-align: 0.2em;
}
@media (min-width: 769px) {
  .release-3d__cont__txt {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 24px;
  }
  .release-3d__cont__txt em {
    font-size: 2rem;
  }
  .release-3d__cont__txt span {
    font-size: 1.25rem;
  }
}

.release-3d__btn a {
  display: block;
}
@media (max-width: 768px) {
  .release-3d__btn {
    margin: min(3.6vw, 14px) auto 0;
    width: min(67.7vw, 260px);
  }
}
@media (min-width: 769px) {
  .release-3d__btn {
    margin: 24px auto 0;
    width: 338px;
  }
}

.result {
  background: #23aae1;
  color: #fff;
}
.result .top_infobox__head__ja,
.result .top_infobox__head__en {
  color: #fff000;
}

.result__ttl {
  margin: 1em 0 1em;
}

.result__ctxt {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8461538462;
}
@media (min-width: 769px) {
  .result__ctxt {
    font-size: 1.25rem;
    line-height: 1.8888888889;
  }
}

.result__lead {
  font-weight: 600;
}

.result__txt {
  font-weight: 600;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .result__txt {
    margin-top: 35px;
  }
}

.result__ph {
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 769px) {
  .result__ph {
    margin-top: 26px;
  }
}
.result__ph img {
  transition: transform 0.3s 0s ease;
}
.result__ph:hover img {
  transform: scale(1.075);
}
.result__ph:after {
  position: absolute;
  bottom: 9px;
  right: 9px;
  content: "";
  background: url(../img/top/contents/chooseillust/btn_zoom.svg) no-repeat 0 0/100%;
  aspect-ratio: 1/1;
  width: 35px;
}

@-webkit-keyframes rotateCirle {
  0% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  60% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateCirle {
  0% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  60% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes changeScaleCircle {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes changeScaleCircle {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes moveStripeBg {
  0% {
    transform: translate(-50%, -50%);
  }
  80% {
    transform: translate(-70%, -70%);
  }
  100% {
    transform: translate(-70%, -70%);
  }
}
@keyframes moveStripeBg {
  0% {
    transform: translate(-50%, -50%);
  }
  80% {
    transform: translate(-70%, -70%);
  }
  100% {
    transform: translate(-70%, -70%);
  }
}
@-webkit-keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ttlIn {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ttlIn {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes illustIn {
  0% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
@keyframes illustIn {
  0% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
.mv {
  position: relative;
  background: url(../img/top/mv/bg.jpg) no-repeat 0 0/cover;
}
@media (max-width: 768px) {
  .mv {
    aspect-ratio: 768/690;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .mv {
    height: 100vh;
    position: fixed;
    width: 100%;
    display: flex;
  }
}
@media (min-width: 769px) and (max-aspect-ratio: 1.4/1) {
  .mv {
    aspect-ratio: 768/690;
    height: auto;
    overflow: hidden;
    width: 100%;
    position: static;
    display: block;
  }
}

@media (min-width: 769px) {
  .mv__ph {
    flex-grow: 1;
    position: relative;
  }
}
@media (max-aspect-ratio: 1.4/1) {
  .mv__ph {
    flex-grow: 0;
    height: 100%;
  }
}

.mv__version {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.mv__version.-active {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: fadeIn 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.mv__version.-active.-end {
  -webkit-animation: fadeOut 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: fadeOut 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.mv__version__ph {
  opacity: 0;
}
.-active .mv__version__ph {
  -webkit-animation: fadeIn 0.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards, illustIn 5s linear forwards;
          animation: fadeIn 0.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards, illustIn 5s linear forwards;
}

.mv__version__ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  gap: 1%;
  height: 15%;
}
@media (min-width: 769px) {
  .mv__version__ttl {
    height: 12.2%;
  }
}
.mv__version__ttl span {
  opacity: 0;
}
.mv__version__ttl span img {
  max-width: 100%;
  max-height: 100%;
}
.-active .mv__version__ttl span {
  -webkit-animation: ttlIn 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: ttlIn 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.mv__version__ttl span:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mv__version__ttl span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mv__version__ttl span:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mv__version__ttl span:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mv__version__ttl span:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mv__version__ttl span:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mv__version__ttl span:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media (max-width: 768px) {
  .-room .mv__version__ttl {
    width: 56.7%;
  }
}
.-room .mv__version__ttl span:nth-of-type(2) {
  margin-left: -1%;
}
@media (max-width: 768px) {
  .-summer .mv__version__ttl {
    width: 78.1%;
  }
}
@media (max-width: 768px) {
  .-natural .mv__version__ttl {
    width: 84.3%;
  }
}
.-natural .mv__version__ttl span:nth-of-type(2) {
  margin-left: -1%;
}
.-natural .mv__version__ttl span:nth-of-type(3) {
  margin-left: -4%;
}
.-natural .mv__version__ttl span:nth-of-type(6) {
  margin-left: -1%;
}
.-natural .mv__version__ttl span:nth-of-type(7) {
  margin-left: -1%;
}

.mv__version__txt {
  position: absolute;
  top: 50%;
  right: 2.9%;
  transform: translateY(-50%);
  width: 1.6%;
}
@media (min-width: 769px) {
  .mv__version__txt {
    position: absolute;
    top: 50%;
    right: 3.2%;
    width: 1.1%;
  }
}

.mv__deco__donutcircle {
  position: absolute;
  top: 32.3%;
  left: 13.6%;
  -webkit-animation: changeScaleCircle 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: changeScaleCircle 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  aspect-ratio: 1/1;
  width: 5.7%;
}
@media (min-width: 769px) {
  .mv__deco__donutcircle {
    position: absolute;
    top: 34.6%;
    left: 13.2%;
    width: 5.5%;
  }
}

.mv__deco__dotcircle {
  width: 16.6%;
}
@media (min-width: 769px) {
  .mv__deco__dotcircle {
    width: 16.7%;
  }
}
.mv__deco__dotcircle.-circle1 {
  position: absolute;
  top: 36.8%;
  left: 10.9%;
  -webkit-animation: upDown 9s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite, flash 2s infinite;
          animation: upDown 9s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite, flash 2s infinite;
}
@media (min-width: 769px) {
  .mv__deco__dotcircle.-circle1 {
    position: absolute;
    top: 36.8%;
    left: 10.9%;
  }
}
.mv__deco__dotcircle.-circle2 {
  position: absolute;
  top: 43.5%;
  right: 10.7%;
  -webkit-animation: upDown 10s 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite, flash 2s 1s infinite;
          animation: upDown 10s 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite, flash 2s 1s infinite;
}
@media (min-width: 769px) {
  .mv__deco__dotcircle.-circle2 {
    position: absolute;
    top: 43.5%;
    right: 10.7%;
  }
}

.mv__deco__chippedcircle {
  width: 27%;
}
@media (min-width: 769px) {
  .mv__deco__chippedcircle {
    width: 27.1%;
  }
}
.mv__deco__chippedcircle.-circle1 {
  position: absolute;
  top: 35.6%;
  right: -7.5%;
  -webkit-animation: rotateCirle 8s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: rotateCirle 8s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
@media (min-width: 769px) {
  .mv__deco__chippedcircle.-circle1 {
    position: absolute;
    top: 37.4%;
    right: -7.5%;
  }
}
.mv__deco__chippedcircle.-circle2 {
  position: absolute;
  left: -1.7%;
  bottom: -7.1%;
  animation: rotateCirle 8s 4s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite reverse;
}
@media (min-width: 769px) {
  .mv__deco__chippedcircle.-circle2 {
    position: absolute;
    left: -2.4%;
    bottom: -6.3%;
  }
}
.mv__deco__chippedcircle.-circle2 div {
  transform: scale(-1, 1);
}

.mv__deco__cilcles {
  aspect-ratio: 1/1;
  height: 11.3%;
}
@media (min-width: 769px) {
  .mv__deco__cilcles {
    height: 9.6%;
  }
}
.mv__deco__cilcles div {
  position: relative;
  height: 100%;
  width: 100%;
}
.mv__deco__cilcles span {
  aspect-ratio: 1/1;
  display: block;
  width: 66.6%;
}
@media (min-width: 769px) {
  .mv__deco__cilcles span {
    width: 67.3%;
  }
}
.mv__deco__cilcles span:first-of-type {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mv__deco__cilcles span:last-of-type {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mv__deco__cilcles.-circle1 {
  position: absolute;
  top: -2.2%;
  right: 1.5%;
  -webkit-animation: rotateCirle 6s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: rotateCirle 6s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
@media (min-width: 769px) {
  .mv__deco__cilcles.-circle1 {
    position: absolute;
    top: 3%;
    right: 1.7%;
  }
}
.mv__deco__cilcles.-circle2 {
  position: absolute;
  bottom: 0%;
  right: 9.3%;
  animation: rotateCirle 6s 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite reverse;
}
@media (min-width: 769px) {
  .mv__deco__cilcles.-circle2 {
    position: absolute;
    bottom: 3.5%;
    right: 9.6%;
  }
}
.mv__deco__cilcles.-circle2 div {
  transform: rotate(90deg);
}

.mv__deco__stripecircle {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  overflow: hidden;
  width: 9.8%;
  z-index: 1;
}
@media (min-width: 769px) {
  .mv__deco__stripecircle {
    width: 9.8%;
  }
}
.mv__deco__stripecircle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: repeating-linear-gradient(135deg, transparent, transparent 3px, #fff 3px, #fff 6px);
  content: "";
  height: 200%;
  transform: translate(-50%, -50%);
  width: 200%;
}
@media (min-width: 769px) {
  .mv__deco__stripecircle::before {
    background: repeating-linear-gradient(135deg, transparent, transparent 5px, #fff 5px, #fff 10px);
  }
}
.mv__deco__stripecircle.-circle1 {
  position: absolute;
  top: 14.3%;
  right: 14.9%;
}
.mv__deco__stripecircle.-circle1::before {
  -webkit-animation: moveStripeBg 6s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite alternate;
          animation: moveStripeBg 6s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite alternate;
}
.mv__deco__stripecircle.-circle2 {
  position: absolute;
  left: 13.2%;
  bottom: -3.4%;
}
.mv__deco__stripecircle.-circle2::before {
  -webkit-animation: moveStripeBg 6s 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite alternate;
          animation: moveStripeBg 6s 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite alternate;
}

.mv__deco__txt__illustration {
  position: absolute;
  top: 50%;
  left: 2.9%;
  transform: translateY(-50%);
  width: 1.6%;
}
@media (min-width: 769px) {
  .mv__deco__txt__illustration {
    position: absolute;
    top: 50%;
    left: 3.2%;
    width: 1.1%;
  }
}

@media (min-width: 769px) {
  .mv__bg {
    background-color: #fff000;
    width: 45.8%;
  }
}