:root {
  --pink: #f00dc7;
  --blue: #006ff6;
  --jp: "Zen Kaku Gothic New", sans-serif;
  --white: #fff;
  --black: #151515;
}

.body {
  background-image: radial-gradient(circle, #0b1d3a, #192f5b 50%, #0b1d3a);
  overflow: visible;
}

.fv__logo {
  z-index: 1;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.fv__kzn {
  z-index: -1;
  width: 924px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.fv {
  z-index: -1;
  background-image: url('../images/bg_dot.png'), linear-gradient(54deg, #f00dc780, #0162e866);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
}

.fv__gradient {
  background-image: linear-gradient(#0b1d3a00 62%, #192f5b 96%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header_logo {
  width: 262px;
}

.header {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  background-color: var(--pink);
  color: #000;
  letter-spacing: .54px;
  border-radius: 999px;
  padding: 8px 32px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: background-color .3s ease-in-out;
}

.button:hover {
  background-color: var(--blue);
}

.button.disabled {
  pointer-events: none;
  color: #4b4b4b;
  cursor: none;
  background-color: #8f8f8f;
  transition-property: none;
}

.contest_logo {
  width: 55vw;
  margin-left: auto;
  margin-right: auto;
}

.entry_btn_inner {
  width: 20vw;
  margin-top: 24px;
  position: relative;
  inset: 0% -1% auto auto;
}

.container {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}

.logo_credit {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  width: 382px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ttl_l {
  width: 767px;
  max-width: 100%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper.last {
  margin-bottom: 64px;
}

.txt_highlight {
  font-family: var(--jp);
  color: var(--white);
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 185%;
  display: inline-flex;
}

.txt_pinkbg {
  background-color: var(--pink);
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.txt_pinkbg.name {
  margin-left: 0;
  margin-right: 0;
}

.txt_bodycopy {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .93px;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 185%;
  display: inline-flex;
}

.txt-line {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-line.left {
  justify-content: flex-start;
  align-items: center;
}

.txt_bodycopy_s {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .93px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 185%;
  display: inline-flex;
}

.txt_bodycopy_s.left {
  text-align: left;
}

.txt_highlight-s {
  font-family: var(--jp);
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 185%;
  display: inline-flex;
}

.txt_wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.txt-line-break {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.ttl_s {
  width: 244px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.list-ttl {
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.list-ttl-p {
  font-family: var(--jp);
  color: var(--pink);
  letter-spacing: .6px;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
}

.overview__list_item {
  border-bottom: 1px solid var(--pink);
  padding-bottom: 16px;
  list-style-type: none;
}

.overview__list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
}

.list-p {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .6px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
}

.list-txt-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.ttl-icon {
  width: 18px;
}

.list-p-s {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .6px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.txt-link {
  background-color: var(--blue);
  color: var(--white);
}

.list-txt-line {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.list-txt-wrapper-2 {
  margin-top: 16px;
}

.overview {
  margin-top: 48px;
}

.prizes {
  margin-top: 96px;
}

.desc {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .6px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
}

.desc-s {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .48px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.prize__ttl {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .9px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.prize__num {
  font-family: var(--jp);
  color: var(--white);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.prize__particle {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .48px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.prize__ttl_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--pink);
  justify-content: center;
  align-items: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.padding-2 {
  padding-bottom: 2px;
}

.prize-num-wrapper {
  align-items: flex-end;
  display: flex;
}

.prize__p {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .78px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 175%;
}

.txt-line-left {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.prize__p_m {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .54px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.prize__p_s {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .48px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 155%;
}

.prize_txt_wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  letter-spacing: 16px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.prize_content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.prize_item {
  background-color: #191d68;
  width: 100%;
  padding: 20px;
}

.prize__wrapper {
  margin-bottom: 40px;
  position: relative;
}

.sticker {
  width: 17vw;
  position: absolute;
  inset: auto 0% -20% auto;
}

.point {
  margin-top: 96px;
}

.desc-s-left {
  font-family: var(--jp);
  color: var(--white);
  text-align: left;
  letter-spacing: .48px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.entry__list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.entry__list_item {
  border-bottom: 1px solid var(--pink);
  padding-bottom: 16px;
  list-style-type: none;
}

.txt-list {
  color: var(--white);
  margin-bottom: 0;
  list-style-type: disc;
}

.txt-list-item {
  padding-top: 2px;
  padding-bottom: 2px;
}

.term {
  background-color: var(--white);
  width: 100%;
  height: 300px;
  margin-bottom: 36px;
  padding: 32px 40px 0;
  overflow: scroll;
}

.term__ttl {
  font-family: var(--jp);
  color: var(--black);
  text-align: center;
  letter-spacing: .48px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.rich-text-block {
  font-family: var(--jp);
  color: var(--black);
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.entry_btn_bottom_inner {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.caption {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .36px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
}

.footer-contest-logo {
  width: 716px;
  margin: 64px auto 16px;
}

.footer-logo {
  width: 100%;
}

.sns-ttl {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .66px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 175%;
}

.sns-txt-s {
  z-index: 2;
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  display: inline-flex;
}

.x {
  z-index: 2;
  width: 32px;
}

.sns-link-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 16px 48px;
  display: flex;
}

.sns-link {
  border: 1px solid var(--white);
  border-radius: 999px;
  max-width: 100%;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
}

.sns-link:hover {
  background-color: var(--pink);
}

.sns-link-r {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 110px;
  display: flex;
}

.sns-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sns-area {
  width: 100%;
  margin-bottom: 64px;
}

.contact-ttl {
  font-family: var(--jp);
  color: var(--white);
  text-align: left;
  letter-spacing: .54px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 175%;
}

.footer {
  background-image: linear-gradient(52deg, #f00dc780 54%, #0162e866);
  padding: 40px;
  position: relative;
}

.contact-head {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .42px;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 175%;
  display: inline-flex;
}

.contact-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.contact-head-wrapper {
  border-right: 1px solid var(--white);
  flex: none;
  padding-right: 16px;
}

.contact-body {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .42px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 175%;
}

.contact {
  width: 800px;
  max-width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.footer_logo_credit {
  width: 382px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .42px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 175%;
}

.totop {
  width: 146px;
  position: absolute;
  inset: -77px 54px auto auto;
}

.fv__logo_sp {
  z-index: 1;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.entry_btn_sp_inner {
  width: 100%;
  margin-top: 24px;
  display: none;
}

.image {
  width: 100%;
}

.entry_btn_sp {
  width: 100%;
  display: none;
}

.ham_icon {
  display: none;
}

.ham_top {
  filter: invert(0%);
  color: #fff;
  background-color: #fff;
  width: 56px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.ham_middle, .ham_bottom {
  color: #fff;
  background-color: #fff;
  width: 56px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.menu__ttl {
  max-width: none;
  height: 86px;
  overflow: auto;
}

.menu__list {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: column;
  flex: 0 auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.ham_menu {
  z-index: 999;
  background-color: var(--black);
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: scroll;
}

.menu__list_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: visible;
}

.menu__list_link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu__inner {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 100%;
  padding: 24px 0 32px;
  display: flex;
  overflow: visible;
}

.entry_btn_menu_inner {
  width: 100%;
  margin-top: 24px;
  display: block;
}

.fv__kzn_sp {
  z-index: -1;
  width: 924px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.image-15 {
  display: none;
}

.particles-layer {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.entry_btn_pi {
  z-index: 1;
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
  position: absolute;
  top: 13px;
}

.entry_btn {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.entry_btn_txt {
  z-index: 2;
  width: 66%;
  position: static;
}

.entry_btn_bottom {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entry_btn_bottom.disabled {
  opacity: 1;
  pointer-events: none;
  cursor: none;
}

.entry_btn_bottom_pi {
  background-color: #8f8f8f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
  position: absolute;
}

.ham_top-2 {
  background-color: #fff;
  border-radius: 99px;
  width: 14px;
  height: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.header_logo_img {
  width: 171px;
}

.header_logo_link {
  text-decoration: none;
}

.ham_icon-2 {
  background-color: #ff7500;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.menu__list_text_pc {
  font-family: var(--jp);
  color: var(--white);
  font-weight: 700;
  line-height: 150%;
}

.menu__list_link_pc {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.menu__list_link_pc:hover {
  color: var(--white);
  text-decoration: underline;
}

.header-2 {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 40px;
  display: flex;
  position: fixed;
}

.menu__list_item_pc {
  padding-left: 12px;
  padding-right: 12px;
}

.ham_bottom-2 {
  background-color: #fff;
  border-radius: 99px;
  width: 14px;
  height: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.header_menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
  position: relative;
}

.menu__list_pc {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ham_middle-2, .ham_top-3 {
  background-color: #fff;
  border-radius: 99px;
  width: 14px;
  height: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.ham_icon-3 {
  background-color: #ff7500;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.ham_top-4 {
  background-color: #fff;
  border-radius: 99px;
  width: 14px;
  height: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.ham_icon-4 {
  background-color: #ff7500;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.entry_btn_menu {
  width: 100%;
}

.div-block {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.image-19, .image-20, .image-22 {
  display: none;
}

.btn-txt {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  letter-spacing: .48px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.btn {
  border: 1px solid var(--white);
  border-radius: 999px;
  width: 320px;
  padding: 16px 48px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
}

.btn:hover {
  background-color: var(--pink);
}

.btn_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.txt_wrapper_left {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.contest {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.img_area {
  width: 40%;
}

.kzn_gradient {
  width: 100%;
}

.overview__wrapper {
  margin-bottom: 16px;
  position: relative;
}

.overview__ttl_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--pink);
  justify-content: center;
  align-items: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.overview_content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.overview__ttl {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .9px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.overview_item {
  background-color: #191d68;
  width: 100%;
  padding: 20px;
}

.overview_txt_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: 16px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.overview__p {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .78px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 175%;
}

.overview__p_s {
  font-family: var(--jp);
  color: var(--white);
  letter-spacing: .78px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.heading {
  font-size: 18px;
}

.bold-text {
  font-size: 20px;
}

.list, .list-2 {
  list-style-type: disc;
}

.yokote_logo {
  width: 60px;
  max-width: 100%;
}

.credit_x {
  width: 18px;
  max-width: 100%;
}

.kizunaai_logo {
  width: 90px;
  max-width: 100%;
}

.foriio_logo {
  width: 102px;
  max-width: 100%;
}

.profile_icon {
  border-radius: 999px;
  width: 80px;
  overflow: clip;
}

.profile_head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.profile_link_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.profile_link_icon:hover {
  opacity: .7;
}

.image-25 {
  display: none;
}

.paragraph-3 {
  font-family: var(--jp);
  color: #4b4b4b;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}

.thankyou_txt {
  font-family: var(--jp);
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.thankyou {
  background-color: var(--blue);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .fv__logo {
    margin-bottom: 0;
  }

  .fv__kzn {
    width: 100%;
  }

  .fv {
    height: 70vw;
  }

  .header {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button {
    display: none;
  }

  .contest_logo {
    width: 60vw;
  }

  .entry_btn_inner {
    width: 240px;
    margin-top: 0;
    display: block;
  }

  .entry_btn_inner:hover {
    transform: none;
  }

  .container {
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .txt_highlight, .txt_bodycopy {
    font-size: 24px;
  }

  .txt_bodycopy_s, .txt_highlight-s {
    font-size: 18px;
  }

  .list-p {
    font-size: 16px;
  }

  .list-p-s {
    font-size: 14px;
  }

  .txt-link {
    background-color: var(--blue);
  }

  .desc {
    font-size: 18px;
  }

  .desc-s {
    font-size: 14px;
  }

  .prize__ttl, .prize__num {
    font-size: 26px;
  }

  .prize__particle {
    font-size: 14px;
  }

  .prize__p {
    font-size: 22px;
  }

  .prize__p_m {
    font-size: 16px;
  }

  .sticker {
    inset: auto -11% -37% auto;
  }

  .desc-s-left {
    font-size: 14px;
  }

  .entry_btn_bottom_inner:hover {
    transform: none;
  }

  .footer-contest-logo {
    width: 60%;
    margin-top: 0;
  }

  .sns-link-inner {
    width: 100%;
    height: 94px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sns-link {
    width: 50%;
  }

  .sns-link-r {
    width: 100%;
    height: 94px;
  }

  .totop {
    width: 120px;
    right: 40px;
  }

  .entry_btn_sp_inner {
    width: 100%;
    margin-top: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image {
    width: 100%;
    display: block;
  }

  .entry_btn_sp {
    width: 100%;
    display: none;
    position: fixed;
  }

  .ham_icon {
    display: block;
  }

  .ham_top, .ham_middle, .ham_bottom {
    height: 2px;
  }

  .menu__list {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .ham_menu {
    height: 100%;
    padding-top: 32px;
    padding-bottom: 0;
    display: none;
    position: relative;
  }

  .menu__list_item {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .menu__inner {
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .hum_menu_sticker {
    width: 100%;
  }

  .entry_btn_menu_inner {
    width: 100%;
    margin-top: 0;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .fv__kzn_sp {
    width: 100%;
  }

  .ham_icon-2 {
    display: flex;
    position: relative;
  }

  .header-2 {
    z-index: 1000;
  }

  .header_menu {
    height: 100vh;
    display: none;
  }

  .ham_icon-3, .ham_icon-4 {
    display: flex;
    position: relative;
  }

  .entry_btn_menu {
    width: 100%;
    display: block;
    position: static;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .div-block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .overview__ttl {
    font-size: 26px;
  }

  .overview__p, .overview__p_s {
    font-size: 22px;
  }

  .profile_head {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .fv__logo {
    margin-bottom: 0;
    display: none;
  }

  .contest_logo {
    width: 80vw;
    margin-left: 16px;
    margin-right: 16px;
  }

  .entry_btn_inner {
    display: none;
  }

  .container {
    flex-flow: column;
    align-items: center;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logo_credit {
    margin-left: 16px;
    margin-right: 16px;
  }

  .ttl_l {
    margin-bottom: 24px;
  }

  .content_wrapper {
    margin-bottom: 64px;
  }

  .txt_highlight, .txt_bodycopy {
    font-size: 18px;
  }

  .txt_bodycopy_s, .txt_highlight-s {
    font-size: 14px;
  }

  .txt_wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .list-ttl-p {
    font-size: 16px;
  }

  .overview {
    margin-left: 16px;
    margin-right: 16px;
  }

  .prizes {
    margin-top: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .prize__p_s {
    font-size: 14px;
  }

  .prize_content {
    flex-flow: column;
  }

  .sticker {
    width: 23vw;
    inset: auto -7% -19% auto;
  }

  .point {
    margin-top: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .entry__list {
    margin-left: 16px;
    margin-right: 16px;
  }

  .term {
    width: auto;
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block {
    width: 100%;
  }

  .footer-contest-logo {
    width: 80%;
  }

  .sns-link {
    width: 100%;
  }

  .sns-link-r {
    background-position: 0%;
    background-size: cover;
  }

  .sns-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .contact {
    width: 100%;
  }

  .footer_logo_credit {
    width: 80%;
  }

  .totop {
    right: 16px;
  }

  .fv__logo_sp {
    width: 80%;
    margin-bottom: 0;
    display: block;
  }

  .entry_btn_sp_inner {
    z-index: 999;
    display: block;
    inset: auto 0% 0%;
  }

  .entry_btn_sp {
    z-index: 10;
    display: none;
    inset: auto 0% 0%;
  }

  .ham_top, .ham_middle, .ham_bottom {
    width: 40px;
  }

  .ham_menu {
    padding-top: 32px;
    padding-bottom: 32px;
    display: none;
  }

  .menu__list_item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .menu__inner {
    height: 100%;
    margin-bottom: 10%;
    padding-bottom: 40px;
  }

  .entry_btn_menu_inner {
    z-index: 999;
    display: block;
    inset: auto 0% 0%;
  }

  .image-14 {
    display: none;
  }

  .entry_btn_bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .ham_top-2 {
    width: 14px;
    height: 2px;
  }

  .header-2 {
    padding: 12px 20px;
  }

  .ham_top-3, .ham_top-4 {
    width: 14px;
    height: 2px;
  }

  .entry_btn_menu {
    display: block;
    inset: auto 0% 0%;
  }

  .div-block {
    object-fit: contain;
    overflow: clip;
  }

  .image-17 {
    max-width: none;
    height: 100%;
    overflow: clip;
  }

  .paragraph {
    width: 100%;
  }

  .image-18 {
    display: none;
  }

  .image-19, .image-20 {
    display: block;
  }

  .image-21 {
    display: none;
  }

  .image-22 {
    display: block;
  }

  .image-23 {
    display: none;
  }

  .txt_wrapper_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contest {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .img_area {
    flex-flow: column;
    order: 1;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .kzn_gradient {
    width: 60%;
  }

  .overview_content {
    flex-flow: column;
  }

  .thankyou_txt {
    font-size: 26px;
  }

  .thankyou {
    width: 90%;
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .fv__kzn {
    width: 100%;
    display: none;
  }

  .fv {
    height: 90vw;
  }

  .fv__gradient {
    justify-content: flex-end;
    align-items: center;
  }

  .header_logo {
    width: 138px;
  }

  .header {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .contest_logo {
    width: 90vw;
  }

  .container {
    padding-top: 24px;
  }

  .logo_credit {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 12px;
  }

  .txt-line-break {
    margin-bottom: 24px;
  }

  .ttl_s {
    width: 163px;
    margin-bottom: 18px;
  }

  .prize_content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .prize__wrapper {
    margin-bottom: 32px;
  }

  .sticker {
    width: 30vw;
  }

  .term__ttl, .rich-text-block {
    max-width: 100%;
  }

  .sns-txt-s {
    font-size: 14px;
  }

  .sns-link-inner {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    height: 80px;
  }

  .sns-link-r {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    height: 80px;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .contact-head-wrapper {
    border-bottom: 1px solid var(--white);
    border-right-style: none;
    padding-right: 0;
  }

  .totop {
    width: 80px;
    top: -40px;
  }

  .fv__logo_sp {
    width: 100%;
  }

  .entry_btn_sp {
    z-index: 999;
  }

  .ham_menu {
    height: 100vh;
    padding-bottom: 0;
  }

  .menu__inner {
    height: 100%;
    margin-bottom: 0%;
    padding-bottom: 0;
  }

  .fv__kzn_sp {
    width: 100%;
    display: block;
  }

  .entry_btn_menu {
    z-index: 999;
  }

  .btn_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .img_area {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .overview__wrapper {
    margin-bottom: 32px;
  }

  .overview_content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .yokote_logo {
    width: 35px;
  }

  .credit_x {
    width: 10px;
  }

  .kizunaai_logo {
    width: 64px;
  }

  .foriio_logo {
    width: 60px;
  }

  .profile_head {
    flex-flow: column;
    width: 100%;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .thankyou_txt {
    font-size: 20px;
  }

  .thankyou {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}


