@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito");
/* CSS Reset */
body, div, section, article, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  a:active, a:hover {
    transition: all 0.4s;
  }
}

button {
  cursor: pointer;
}

:focus {
  outline: none;
}

a:hover, a:active {
  transition: all 0.6s;
  text-decoration: none;
}

a:-webkit-any-link {
  cursor: pointer;
}

* {
  min-height: 0;
  min-width: 0;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/* General setting */
html {
  /* LINE内ブラウザ以外リダイレクト時のちらつき防止。common.js で visible に切替 */
  visibility: hidden;
  width: 100vw;
  height: 100%;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Maru Gothic", sans-serif;
}

html,
body {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-y: hidden;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.none {
  display: none;
}

.footer {
  text-align: center;
  max-width: 100%;
  padding: 3.7333333333vw 0 8vw;
}
.footer .footer_logo {
  max-width: 32vw;
  display: block;
  margin: 0 auto 2.4vw;
}
.footer .footer_copylight {
  font-size: 2.4vw;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #595757;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
.footer.not_padding {
  padding: 0 0 4vw;
}
.footer._padding {
  padding: 13.3333333333vw 0 4vw;
}

.contents {
  background-image: url("../img/contents/contents_bg.jpg");
  background-size: cover;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contents .contents_title {
  width: 73.6vw;
  padding-top: 6.6666666667vw;
  margin: 0 auto;
}
.contents .contents_text {
  font-size: 4.2666666667vw;
  line-height: 1.6;
  font-weight: bold;
  color: #595757;
  margin: 4.2666666667vw auto 0;
  text-align: center;
}
.contents .contents_chara {
  width: 71.4666666667vw;
  margin: 0 auto;
}
.contents .contents_feature {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 11.7333333333vw;
  margin-top: -12.5333333333vw;
}
.contents .contents_feature .contents_mirror {
  width: 39.7333333333vw;
}
.contents .contents_feature .contents_gacha {
  width: 36.2666666667vw;
}
.contents .contents_entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8666666667vw;
  margin: 2.6666666667vw 0vw 4.8vw;
}
.contents .contents_entry .contents_entry_container .contents_entry_text {
  font-size: 4.2666666667vw;
  line-height: 1.6;
  font-weight: bold;
  color: #595757;
  text-align: center;
}
.contents .contents_entry .contents_entry_container .contents_entry_btn {
  width: 43.7333333333vw;
}

.capsule {
  background-image: url("../img/capsule/capsule_bg.jpg");
  background-size: cover;
  font-family: "Zen Maru Gothic", sans-serif;
}
.capsule .capsule_title {
  padding-top: 37.3333333333vw;
  font-size: 5.3333333333vw;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
.capsule .capsule_text {
  font-size: 3.7333333333vw;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  margin: 3.2vw auto 6.9333333333vw;
  text-align: center;
}
.capsule .capsule_content {
  width: 60.5333333333vw;
  margin: 0 auto;
  padding-left: 1.6vw;
}
.capsule .capsule_content.lottie_on {
  display: none;
}
.capsule .capsule_lottie {
  width: 60.5333333333vw;
  margin: 0 auto;
  padding-left: 1.6vw;
}
.capsule .capsule_lottie .capsuleLottie {
  display: none;
}
.capsule .capsule_lottie .capsuleLottie.lottie_on {
  display: block;
}
.capsule .capsule_btn {
  width: 43.2vw;
  margin: 3.4666666667vw auto 2.6666666667vw;
}
.capsule .capsule_btn button {
  transition: all 2s;
}
.capsule .capsule_btn.lottie_on {
  display: block;
}
.capsule .capsule_btn.lottie_on button {
  pointer-events: none;
  opacity: 0;
  transition: all 1s;
}

.capsule_result {
  background-image: url("../img/capsule-result/result_bg.jpg");
  background-size: cover;
  font-family: "Zen Maru Gothic", sans-serif;
  height: auto;
}
.capsule_result .result_detail_btn {
  width: 53.6vw;
  margin: -1.3333333333vw auto 0;
  padding-left: 2.9333333333vw;
}
.capsule_result .result_wallpaper_title {
  width: 65.8666666667vw;
  margin: 14.9333333333vw auto 0;
}
.capsule_result .result_wallpaper_text {
  font-size: 3.7333333333vw;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  margin: 9.0666666667vw auto 8vw;
  text-align: center;
}
.capsule_result .result_wallpaper_container {
  background-image: url("../img/capsule-result/result_download_bg.png");
  background-size: cover;
  width: 100%;
  position: relative;
}
.capsule_result .result_wallpaper_container .result_wallpaper {
  padding: 13.3333333333vw 0 13.3333333333vw;
  width: 34.1333333333vw;
  margin: 0 auto;
}
.capsule_result .result_wallpaper_container .result_wall_left {
  position: absolute;
  left: 5.3333333333vw;
  width: 29.0666666667vw;
  bottom: -8vw;
  animation: yure2 1.9s ease-in-out infinite;
}
.capsule_result .result_wallpaper_container .result_wall_right {
  position: absolute;
  right: 5.3333333333vw;
  width: 29.0666666667vw;
  bottom: -8vw;
  animation: yure2 1.9s ease-in-out infinite;
}
.capsule_result .result_detail_btn.download_wall {
  margin-top: 8vw;
  width: 58.6666666667vw;
}
.capsule_result .result_all_items_title {
  width: 56.8vw;
  margin: 13.3333333333vw auto 0;
}
.capsule_result .result_bottom_text {
  font-size: 3.7333333333vw;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  margin: 4vw auto 0;
  text-align: center;
}
.capsule_result .result_bottom_item {
  width: 32.5333333333vw;
  margin: 2.6666666667vw auto 0;
  padding-left: 3.2vw;
}
.capsule_result .result_detail_btn.bottom_btn {
  margin: 2.6666666667vw auto 0;
}

.wallpaper {
  background-image: url("../img/capsule-result/result_bg.jpg");
  background-size: cover;
}

.top_bg {
  width: 100%;
  height: auto;
  padding: 12vw 0 0;
  margin: 0 auto;
}
.top_bg .top_bg_img {
  width: 76.5333333333vw;
}

.top_bg_front {
  position: absolute;
  top: 6.6666666667vw;
  left: 1.3333333333vw;
  width: 96.8vw;
  z-index: 10;
}

.ribbon_text {
  font-size: 4.2666666667vw;
  font-weight: 900;
  color: #595757;
  margin-top: 9.3333333333vw;
  line-height: 6.6666666667vw;
  letter-spacing: 0.1rem;
}

.link_diag {
  max-width: 53.8666666667vw;
  display: block;
  margin: 0 auto;
  margin-top: 5.3333333333vw;
  z-index: 1;
  padding-bottom: 1.3333333333vw;
}

.top_kitty {
  position: absolute;
  top: 62.4vw;
  left: 13.3333333333vw;
  width: 39.2vw;
  animation: yure2 3s ease-in-out infinite;
}

.top_kuromi {
  position: absolute;
  top: 52.2666666667vw;
  left: 38.1333333333vw;
  width: 41.8666666667vw;
  animation: yure2 3.5s ease-in-out infinite;
}

.top_mymelody {
  position: absolute;
  top: 73.3333333333vw;
  left: 47.7333333333vw;
  width: 37.3333333333vw;
  animation: yure2 3.2s ease-in-out infinite;
}

.qx_page {
  font-family: "Zen Maru Gothic", sans-serif;
}
.qx_page .step_bar_qx {
  width: 100%;
  padding: 2.1333333333vw 0.5333333333vw 2.6666666667vw 6.4vw;
  margin: 0 auto;
}
.qx_page .base_qx {
  background-image: url("../img/question/question_bg_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35.7333333333vw 13.0666666667vw 46.9333333333vw;
  position: relative;
  margin: 0;
}
.qx_page .base_qx .base_qx_inner {
  color: #595757;
}
.qx_page .base_qx .base_qx_inner.break {
  padding: 4.5333333333vw 4vw 0;
}
.qx_page .base_qx .base_qx_inner .qx_logo {
  position: absolute;
  max-width: 38.1333333333vw;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 38.1333333333vw;
}
.qx_page .base_qx .base_qx_inner .qx_title {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: bold;
  font-size: 4.2666666667vw;
  text-align: center;
  margin-top: 3.7333333333vw;
  margin-bottom: 3.7333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qx_page .base_qx .base_qx_inner .qx_title.break {
  margin-bottom: 3.4666666667vw;
}
.qx_page .base_qx .base_qx_inner .qx_choices {
  list-style: none;
  display: flex;
  gap: 2.9333333333vw;
  margin-bottom: 6.6666666667vw;
}
.qx_page .base_qx .base_qx_inner .qx_choices .qx_list {
  cursor: pointer;
  width: 50%;
}
.qx_page .base_qx .base_qx_inner .qx_choices .qx_list .qx_list_btn {
  width: 100%;
  display: block;
  padding: 0;
  border-radius: 2.6666666667vw;
  background-color: #fff;
  border: solid 0.5333333333vw #F5768B;
}
.qx_page .base_qx .base_qx_inner .qx_choices .qx_list .qx_list_btn .qx_items {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.2vw 2.1333333333vw 2.1333333333vw 2.1333333333vw;
  gap: 2.6666666667vw;
  min-height: 40.5333333333vw;
  max-height: 40.5333333333vw;
}
.qx_page .base_qx .base_qx_inner .qx_choices .qx_list .qx_list_btn .qx_items .qx_rabel {
  display: block;
  color: #F5768B;
  font-size: 6.4vw;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  background-image: linear-gradient(to right, #F4B3C2 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3.2vw 0.5333333333vw;
  background-repeat: repeat-x;
  padding-bottom: 3.4666666667vw;
  width: 100%;
}
.qx_page .base_qx .base_qx_inner .qx_choices .qx_list .qx_list_btn .qx_items .qx_text {
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.qx_page .base_qx .base_qx_inner .qx_choices .qx_list .qx_list_btn .qx_items .question_btn_icon {
  width: 5.0666666667vw;
}

button {
  background-color: inherit;
  border: none;
}

.result {
  z-index: 2;
  padding-bottom: 2.6666666667vw;
}
.result .result_title {
  font-size: 5.3333333333vw;
  font-weight: 900;
  color: #E35073;
  letter-spacing: 0.05rem;
  line-height: 1.4;
  padding-top: 32vw;
}

.result_btn {
  max-width: 48vw;
  display: block;
  margin: 13.3333333333vw auto 0vw;
  z-index: 10;
  position: relative;
  padding-bottom: 10.6666666667vw;
}
.result_btn.opacity {
  animation: non 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 1 forwards;
}

.kitty_message_wrap {
  z-index: 1;
}
.kitty_message_wrap .kitty_message {
  margin: 13.3333333333vw auto 2.6666666667vw;
  max-width: 49.0666666667vw;
  position: relative;
}
.kitty_message_wrap .kitty_message .result_top_box {
  position: absolute;
  top: -15%;
  z-index: 3;
}
.kitty_message_wrap .kitty_message .result_btm_bk {
  position: relative;
  z-index: 1;
  opacity: 0.2;
}
.kitty_message_wrap .kitty_message .result_items {
  position: absolute;
  opacity: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.kitty_message_wrap .kitty_message .result_items.visible {
  animation: appear 1.5s forwards;
  transform-origin: center center;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes non {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes yure2 {
  0% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}
@keyframes pop2 {
  0% {
    scale: 0.5;
    opacity: 0;
  }
  75% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
.modal_wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  z-index: -10;
}
.modal_wrap .modal {
  height: fit-content;
  max-height: 90%;
  max-width: 89.3333333333vw;
  width: 100%;
  background-color: #fff;
  padding: 5.3333333333vw;
  overflow-y: scroll;
}
.modal_wrap .modal .modal_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.modal_wrap .modal .modal_inner .modal_inner_title {
  text-align: center;
  color: #000;
  font-size: 5.3333333333vw;
  line-height: 1;
  font-weight: 900;
}
.modal_wrap .modal .modal_inner .modal_inner_sub_title {
  text-align: center;
  color: #D92531;
  font-size: 3.4666666667vw;
  line-height: 1;
  font-weight: 900;
  margin-top: 5.3333333333vw;
}
.modal_wrap .modal .modal_inner .modal_inner_detail {
  text-align: left;
  color: #D92531;
  font-size: 2.9333333333vw;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5.3333333333vw;
}
.modal_wrap .modal .modal_inner .modal_inner_detail span {
  font-weight: 900;
}
.modal_wrap .modal .modal_inner .tos_wrap {
  margin-top: 5.3333333333vw;
  height: 46.6666666667vw;
  overflow-y: scroll;
  background-color: #f4f4f4;
}
.modal_wrap .modal .modal_inner .tos_wrap .tos {
  padding: 5.3333333333vw 4vw;
}
.modal_wrap .modal .modal_inner .tos_wrap .tos h4 {
  text-align: left;
  font-size: 3.4666666667vw;
  line-height: 1;
  font-weight: 700;
  margin-top: 5.3333333333vw;
}
.modal_wrap .modal .modal_inner .tos_wrap .tos h4:first-of-type {
  margin-top: 0;
}
.modal_wrap .modal .modal_inner .tos_wrap .tos p {
  text-align: left;
  font-size: 2.9333333333vw;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.3333333333vw;
}
.modal_wrap .modal .modal_inner .tos_wrap .tos p span {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 700;
}
.modal_wrap .modal .modal_inner .modal_inner_btn {
  background-color: #D92531;
  width: 55.7333333333vw;
  padding: 5.3333333333vw 0;
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  border-radius: 13.3333333333vw;
  margin-top: 5.3333333333vw;
}

.agreement {
  display: flex;
  z-index: 10;
}

.result_wrap {
  background-image: url("../img/result/result_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.result_wrap::after {
  content: "";
  background-image: url("../img/result/result_bg_front.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 142.4vw;
  position: absolute;
  top: 16vw;
  left: 0;
  z-index: 3;
}
.result_wrap::before {
  content: "";
  background-image: url("../img/result/result_chara.png");
  background-size: 89.3333333333vw;
  background-repeat: no-repeat;
  width: 89.3333333333vw;
  height: 88vw;
  position: absolute;
  top: 50.6666666667vw;
  left: 5.8666666667vw;
  z-index: 2;
}
.result_wrap .result_items_name {
  position: absolute;
  opacity: 0;
  top: 50.6666666667vw;
  z-index: 2;
  width: 71.2vw;
  left: 13.3333333333vw;
}
.result_wrap .result_items_name.visible {
  animation: appear 1.5s forwards;
  transform-origin: center center;
}
.result_wrap .result_features {
  position: absolute;
  width: 96vw;
  top: 47.4666666667vw;
  left: 2.6666666667vw;
  opacity: 0;
  z-index: 1;
}
.result_wrap .result_features.features_anime {
  animation: pop2 1.9s ease-in-out forwards;
}
.result_wrap .result_q_01 {
  position: absolute;
  top: 43.7333333333vw;
  right: 14.1333333333vw;
  width: 17.3333333333vw;
  animation: yure2 1.9s ease-in-out infinite;
  transition: all 0.4s;
}
.result_wrap .result_q_01.opacity {
  opacity: 0;
  transition: all 0.4s;
}
.result_wrap .result_q_02 {
  position: absolute;
  top: 55.4666666667vw;
  left: 6.4vw;
  width: 25.3333333333vw;
  animation: yure2 1.9s ease-in-out infinite;
  transition: all 0.4s;
}
.result_wrap .result_q_02.opacity {
  opacity: 0;
  transition: all 0.4s;
}
.result_wrap .result_q_03 {
  position: absolute;
  top: 84.5333333333vw;
  right: 18.6666666667vw;
  width: 12vw;
  animation: yure2 1.9s ease-in-out infinite;
  transition: all 0.4s;
}
.result_wrap .result_q_03.opacity {
  opacity: 0;
  transition: all 0.4s;
}

body {
  background-color: #FEF7FA;
  background-image: url("../img/all_bg.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  overflow-y: scroll;
  min-height: 186.6666666667vw;
  height: 100%;
}
body .body_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.float_in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.float_in_top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is_float_in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.complete .complete_blue {
  padding: 6.6666666667vw 5.3333333333vw 0;
}
.complete .complete_blue .complete_inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.complete .complete_blue .complete_inner .complete_title {
  max-width: 67.2vw;
  width: 100%;
  margin: 0 auto;
}
.complete .complete_blue .complete_inner .complete_anime {
  max-width: 70.4vw;
  width: 100%;
  margin: 5.3333333333vw auto 0;
}
.complete .complete_blue .complete_inner .complete_detail {
  font-size: 4.8vw;
  font-weight: 900;
  color: #E35073;
  margin-top: 1.6vw;
  margin-bottom: 4vw;
  line-height: 1.75;
}
.complete .complete_items .complete_wrap {
  width: 100%;
  display: flex;
  align-items: end;
  padding: 0 0 0 1.0666666667vw;
  gap: 0.2666666667vw;
  margin-bottom: 5.3333333333vw;
  position: relative;
}
.complete .complete_items .complete_wrap .complete_item {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.complete .complete_items .complete_wrap .complete_item.item01 {
  background-image: url("../img/result/marshmallow/item01/item_image_bg.png");
  margin-bottom: 31.4666666667vw;
}
.complete .complete_items .complete_wrap .complete_item.item01 .complete_item_image {
  width: 23.2vw;
  margin: 9.3333333333vw 0vw 0vw 4vw;
  padding-bottom: 12vw;
}
.complete .complete_items .complete_wrap .complete_item.item02 {
  background-image: url("../img/result/marshmallow/item02/item_image_bg.png");
}
.complete .complete_items .complete_wrap .complete_item.item02 .complete_item_image {
  width: 30.9333333333vw;
  margin: 18.6666666667vw 0vw 0vw 1.3333333333vw;
  padding-bottom: 10.6666666667vw;
}
.complete .complete_items .complete_wrap .complete_item.item03 {
  background-image: url("../img/result/marshmallow/item03/item_image_bg.png");
}
.complete .complete_items .complete_wrap .complete_item.item03 .complete_item_title {
  font-size: 4.8vw;
  margin: 21.0666666667vw 0 4vw 0;
}
.complete .complete_items .complete_wrap .complete_item.item03 .complete_item_image {
  width: 47.2vw;
  margin: 12vw 0vw 0vw 7.4666666667vw;
  padding-bottom: 9.3333333333vw;
}
.complete .complete_items .complete_wrap .complete_item.item04 {
  background-image: url("../img/result/marshmallow/item04/item_image_bg.png");
  margin-bottom: 31.4666666667vw;
}
.complete .complete_items .complete_wrap .complete_item.item04 .complete_item_image {
  width: 23.2vw;
  margin: 9.3333333333vw 0vw 0vw 4vw;
  padding-bottom: 12vw;
}
.complete .complete_items .complete_wrap .complete_item.item05 {
  background-image: url("../img/result/marshmallow/item05/item_image_bg.png");
}
.complete .complete_items .complete_wrap .complete_item.item05 .complete_item_title {
  margin: 21.0666666667vw 0 4vw 0;
}
.complete .complete_items .complete_wrap .complete_item.item05 .complete_item_image {
  width: 20vw;
  margin: 5.8666666667vw 0vw 0vw 5.3333333333vw;
  padding-bottom: 7.7333333333vw;
}
.complete .complete_items .complete_wrap .complete_item .complete_item_title {
  font-size: 4.2666666667vw;
  font-weight: 900;
  color: #E35073;
  margin-top: 17.0666666667vw;
  line-height: 5.3333333333vw;
}
.complete .complete_items .complete_wrap .complete_item .complete_item_text {
  font-size: 3.2vw;
  font-weight: 900;
  color: #595757;
  margin-top: 1.3333333333vw;
  line-height: 1.75;
}
.complete .complete_items .complete_wrap .complete_item .complete_btn {
  width: 25.3333333333vw;
  position: absolute;
  bottom: 2.6666666667vw;
  right: 1.3333333333vw;
}
.complete .complete_items .complete_wrap .complete_feature_text {
  position: absolute;
  width: 47.2vw;
  top: 0vw;
  right: 0vw;
}
.complete .complete_items .complete_wrap .complete_feature_heart {
  position: absolute;
  width: 15.4666666667vw;
  height: 22.4vw;
  bottom: 0vw;
  left: 6.4vw;
}
.complete .complete_items .complete_wrap .complete_feature_heart .complete_feature_heart_01 {
  position: absolute;
  width: 9.3333333333vw;
  top: 0vw;
  left: 1.0666666667vw;
}
.complete .complete_items .complete_wrap .complete_feature_heart .complete_feature_heart_02 {
  position: absolute;
  width: 5.8666666667vw;
  top: 11.4666666667vw;
  left: 0vw;
}
.complete .complete_items .complete_wrap .complete_feature_heart .complete_feature_heart_03 {
  position: absolute;
  width: 4.8vw;
  top: 17.8666666667vw;
  right: 0vw;
}
.complete .complete_items .complete_wrap .complete_feature_heart .complete_feature_heart_01,
.complete .complete_items .complete_wrap .complete_feature_heart .complete_feature_heart_02,
.complete .complete_items .complete_wrap .complete_feature_heart .complete_feature_heart_03 {
  opacity: 0;
  transform: translateY(2.1333333333vw);
}
.complete .complete_items .complete_wrap .complete_feature_heart.float_in.is_float_in .complete_feature_heart_01 {
  animation: complete_heart_show 0.6s ease forwards;
  animation-delay: 0.18s;
}
.complete .complete_items .complete_wrap .complete_feature_heart.float_in.is_float_in .complete_feature_heart_02 {
  animation: complete_heart_show 0.6s ease forwards;
  animation-delay: 0.36s;
}
.complete .complete_items .complete_wrap .complete_feature_heart.float_in.is_float_in .complete_feature_heart_03 {
  animation: complete_heart_show 0.6s ease forwards;
  animation-delay: 0.54s;
}
.complete .complete_items .complete_wrap .complete_feature_ribbon {
  position: absolute;
  width: 38.6666666667vw;
  height: 44.5333333333vw;
  top: -8vw;
  right: 1.0666666667vw;
}
.complete .complete_items .complete_wrap .complete_feature_ribbon .complete_feature_ribbon_01 {
  position: absolute;
  width: 22.6666666667vw;
  top: 0vw;
  left: 0vw;
  animation: yure2 1.9s ease-in-out infinite;
}
.complete .complete_items .complete_wrap .complete_feature_ribbon .complete_feature_ribbon_02 {
  position: absolute;
  width: 25.6vw;
  bottom: 0vw;
  right: 0vw;
  animation: yure2 1.9s ease-in-out infinite;
}
.complete .complete_btm p {
  font-size: 4.2666666667vw;
  font-weight: 900;
  color: #E35073;
  margin-top: 10.6666666667vw;
  line-height: 5.3333333333vw;
}
.complete .complete_btm .complete_btn_all {
  width: 49.0666666667vw;
  display: block;
  margin: 0 auto 2.6666666667vw;
}

body.complete_body {
  background-color: #FEF7FA;
  background-image: url("../img/all_bg.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  height: auto;
}

@keyframes complete_heart_show {
  0% {
    opacity: 0;
    transform: translateY(2.1333333333vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=app.css.map */