#b-howto {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: var(--color-purple);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
}
#b-howto .howto_cols {
  display: flex;
}
#b-howto .col_videos {
  width: 65.36%;
  height: 100dvh;
  position: relative;
}
#b-howto .col_videos .blk_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
#b-howto .col_videos .blk_video.active {
  opacity: 1;
}
#b-howto .col_videos .blk_video .c-movie {
  position: relative;
  aspect-ratio: 2/1;
  width: 93.51%;
}
#b-howto .col_videos .blk_video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
:is(#b-howto .col_videos .blk_video:nth-of-type(3), #b-howto .col_videos .blk_video:nth-of-type(4)) .c-movie {
  width: 100%;
  aspect-ratio: 1256/1080;
}
#b-howto .col_txt {
  width: 34.64%;
  position: relative;
  height: 100%;
}
#b-howto .howto_ui {
  position: absolute;
  width: 34.64%;
  bottom: 15px;
  right: 0px;
}
#b-howto .howto_ui .c-howto_uis {
  width: 86.95%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
#b-howto .howto_ui button {
  width: 30px;
  aspect-ratio: 1/1;
  display: block;
  filter: drop-shadow(4px 4px 0 var(--color-black));
}
#b-howto .howto_ui button.disable {
  opacity: 0;
  pointer-events: none;
}
#b-howto .blk_txt {
  position: absolute;
  top: 0px;
  padding-top: 15px;
  opacity: 0;
  pointer-events: none;
}
#b-howto .blk_txt.active {
  opacity: 1;
}
#b-howto .blk_txt .blk_inner {
  width: 86.95%;
  margin-inline: auto;
}
#b-howto .blk_txt p.ttl, #b-howto .blk_txt h3, #b-howto .blk_txt p {
  color: var(--color-white);
  /*filter: drop-shadow(2px 0 0 rgba(0, 0, 0, .2))
    drop-shadow(-2px 0 0 rgba(0, 0, 0, .2))
    drop-shadow(0 2px 0 rgba(0, 0, 0, .2))
    drop-shadow(0 -2px 0 rgba(0, 0, 0, .2)); */
}
#b-howto .blk_txt p.ttl {
  font-size: 12px;
  margin-bottom: 30px;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#b-howto .blk_txt h3 {
  font-size: 16px;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
}
#b-howto .blk_txt .description {
  margin-top: 15px;
}
#b-howto .blk_txt .description p {
  font-size: 12px;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.5;
}
#b-howto .howto_page {
  position: absolute;
  top: 15px;
  right: 15px;
}
#b-howto .howto_page p {
  color: var(--color-white);
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4em;
  font-size: 12px;
}
#b-howto .c-sp {
  display: none;
}

.mobile #b-howto .c-sp {
  display: flex;
}

.show_howto #b-howto {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

@media all and (min-width: 960px) {
  #b-howto .howto_ui {
    bottom: 20px;
    right: 0px;
  }
  #b-howto .howto_ui button {
    width: 60px;
  }
  #b-howto .col_videos {
    height: 540px;
  }
  #b-howto .blk_txt p.ttl, #b-howto .blk_txt h3, #b-howto .blk_txt p {
    color: var(--color-white);
  }
  #b-howto .blk_txt p.ttl {
    font-size: 18px;
    margin-bottom: 48px;
  }
  #b-howto .blk_txt h3 {
    font-size: 24px;
  }
  #b-howto .blk_txt .description {
    margin-top: 24px;
  }
  #b-howto .blk_txt .description p {
    font-size: 18px;
  }
  #b-howto .howto_page {
    top: 20px;
  }
  #b-howto .howto_page p {
    font-size: 18px;
  }
}
:is(#s-start,
#s-countdown) {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 1;
}
:is(#s-start,
#s-countdown) .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chrome.iPhone {
  background: rgb(109, 108, 199);
}

/*
.chrome.iPhone{ width: 100%; height: 100%;
	body{ inset:0; background: transparent; width: auto; height: auto; background: rgba(109, 108, 199, 1) url(../images/common/bg.webp) center center; background-position: top left; background-repeat: repeat; background-size: cover;}
	#wrapper{ inset:0; position: fixed;}
	#s-start,
	.cvs{ opacity: 0;}
}
@supports (padding: env(safe-area-inset-left)) {
	.chrome.iPhone #wrapper{
		padding-left: env(safe-area-inset-left);
		padding-right: env(safe-area-inset-right);
		padding-top: env(safe-area-inset-top);
		padding-bottom: env(safe-area-inset-bottom);
	}
}
*/
#s-start {
  background: rgb(109, 108, 199) url(../images/common/bg.webp) center center/cover no-repeat;
}
#s-start.disable {
  display: none;
}
#s-start .content {
  width: 100%;
}
#s-start h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
#s-start .btn_start {
  width: var(--btn-start);
  position: relative;
  left: 50%;
  margin-left: 98px;
}
#s-start .c-video {
  height: 100%;
  aspect-ratio: 1920/1080;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#s-start .c-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#s-start ul.btn_wrap {
  width: 100%;
}
#s-start ul.btn_wrap li {
  margin-bottom: 20px;
}
#s-start ul.btn_wrap li:last-child {
  margin-bottom: 0px;
}
#s-start ul.btn_wrap button {
  border: 5px solid var(--color-black);
  box-sizing: content-box;
  filter: drop-shadow(8px 8px 0 var(--color-black));
}
#s-start ul.btn_wrap button.red {
  background: var(--color-btn-red);
  height: 33px;
}
#s-start ul.btn_wrap button.red span.txt {
  font-size: 24px;
}
#s-start ul.btn_wrap button.gray {
  background: var(--color-btn-gray);
  height: 23px;
}
#s-start ul.btn_wrap button.gray span.txt {
  font-size: 13px;
}
#s-start ul.btn_wrap button span.txt {
  color: var(--color-white);
}
#s-start .c-btn_sound button {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
}
#s-start .c-btn_sound button span.on,
#s-start .c-btn_sound button span.off {
  display: flex;
  justify-content: center;
  column-gap: min(0.53vw,4px);
}
#s-start .c-btn_sound button span.c-icon {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
}
#s-start .c-btn_sound button span.txt {
  position: relative;
  font-size: 13px;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}
#s-start .c-btn_sound button span.txt span.bg_txt {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-text-stroke: 4px black;
  text-stroke: 4px black;
  filter: drop-shadow(2px 2px 0px var(--color-black));
}
#s-start .c-btn_sound button span.txt span.front_txt {
  position: relative;
  color: var(--color-white);
}
#s-start .c-btn_sound button span.off {
  display: none;
}
#s-start .c-copy {
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
#s-start .c-copy p {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  font-size: 13px;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}
#s-start .c-copy p span.bg_txt {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-text-stroke: 4px black;
  text-stroke: 4px black;
  filter: drop-shadow(2px 2px 0px var(--color-black));
}
#s-start .c-copy p span.front_txt {
  position: relative;
  color: var(--color-white);
}

.sound_off #s-start .c-btn_sound button span.on {
  display: none;
}
.sound_off #s-start .c-btn_sound button span.off {
  display: flex;
}

#s-countdown {
  display: none;
  pointer-events: none;
}
#s-countdown.active {
  display: block;
}
#s-countdown .content {
  width: 100%;
  position: relative;
  height: 1em;
  font-size: 8rem;
}
#s-countdown .content p {
  position: absolute;
  width: 100%;
  line-height: 1;
  text-align: center;
  text-stroke: 4px var(--color-black);
  -webkit-text-stroke: 4px var(--color-black);
  filter: drop-shadow(4px 4px 0px rgb(0, 0, 0));
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  color: var(--color-white);
  opacity: 0;
}
#s-countdown .content p.active {
  opacity: 1;
}

@media all and (min-width: 960px) {
  .pc #s-start .btn_start {
    margin-left: 134px;
  }
  .pc #s-start ul.btn_wrap {
    width: 100%;
  }
  .pc #s-start ul.btn_wrap li {
    margin-bottom: 18px;
  }
  .pc #s-start ul.btn_wrap button {
    border: 7px solid var(--color-black);
    filter: drop-shadow(11px 11px 0 var(--color-black));
  }
  .pc #s-start ul.btn_wrap button.red {
    height: 48px;
  }
  .pc #s-start ul.btn_wrap button.red span.txt {
    font-size: 34px;
  }
  .pc #s-start ul.btn_wrap button.gray {
    height: 34px;
  }
  .pc #s-start ul.btn_wrap button.gray span.txt {
    font-size: 19px;
  }
  .pc #s-start .c-btn_sound button {
    margin-top: 40px;
  }
  .pc #s-start .c-btn_sound button span.on,
  .pc #s-start .c-btn_sound button span.off {
    column-gap: min(0.53vw,4px);
  }
  .pc #s-start .c-btn_sound button span.c-icon {
    top: -2px;
    width: 24px;
    height: 24px;
  }
  .pc #s-start .c-btn_sound button span.txt {
    font-size: 19px;
  }
  .pc #s-start .c-btn_sound button span.txt span.bg_txt {
    -webkit-text-stroke: 4px black;
    text-stroke: 4px black;
    filter: drop-shadow(2px 2px 0px var(--color-black));
  }
  .pc #s-start .c-copy {
    bottom: 20px;
  }
  .pc #s-start .c-copy p {
    font-size: 19px;
  }
  .pc #s-countdown .content {
    font-size: 15rem;
  }
}
#result_imgsample {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
}
#result_imgsample img {
  width: auto;
  height: 100%;
  aspect-ratio: 1080/1620;
}

#s-result {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}
#s-result button {
  cursor: pointer;
}
#s-result img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#s-result span.bg_txt {
  position: absolute;
  top: 0px;
  left: 0px;
}
#s-result span.front_txt {
  position: relative;
}
#s-result .bg_result {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#s-result .bg_result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#s-result .c-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(0, 60, 111);
}
#s-result .c-inner:after {
  content: "";
  width: 100%;
  height: min(4vw,30px);
  background: rgb(144, 58, 20);
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-top: 2px solid var(--color-black);
}
#s-result .c-content {
  width: 554px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -277px;
}
#s-result .c-graphic {
  width: min(24vw,180px);
  aspect-ratio: 180/190;
  position: absolute;
  right: 20px;
  bottom: 17px;
}
#s-result .c-graphic figure {
  width: 100%;
}
#s-result .c-graphic img {
  width: 100%;
  height: auto;
}
#s-result .your_score {
  width: 100%;
  aspect-ratio: 520/390;
  position: absolute;
  top: 50%;
  margin-top: -192px;
  background: url(../images/result/bg_score.webp) top center no-repeat;
  background-size: 100% auto;
}
#s-result .your_score dl {
  position: relative;
  top: 60px;
  rotate: -8deg;
  width: 85%;
  left: 25px;
}
#s-result .your_score dl dt, #s-result .your_score dl dd {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  color: var(--color-white);
}
#s-result .your_score dl span.bg_txt {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-text-stroke: 6px black;
  text-stroke: 6px black;
  filter: drop-shadow(2px 2px 0px var(--color-black));
}
#s-result .your_score dl span.front_txt {
  position: relative;
}
#s-result .your_score dl dt {
  font-size: 24px;
  position: relative;
  rotate: -10deg;
  transform-origin: top left;
}
#s-result .your_score dl dd {
  font-size: 54px;
  position: relative;
  padding-left: 0.5em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
#s-result .your_score dl dd span.num {
  position: relative;
}
#s-result .your_score dl dd span.unit {
  position: relative;
  font-size: 20px;
  margin-left: 0.5em;
}
#s-result .c-uis {
  width: 330px;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  z-index: 2;
}
#s-result .c-uis .ui_content {
  position: relative;
  top: 15.38vh;
}
#s-result .c-uis ul.ui_game {
  column-gap: 14px;
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
#s-result .c-uis ul.ui_game li {
  width: calc(50% - 7px);
}
#s-result .c-uis ul.ui_game li:nth-child(3) {
  width: 100%;
}
#s-result .c-uis ul.ui_game li button {
  background: var(--color-white);
  display: block;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  cursor: pointer;
  box-sizing: content-box;
  border: 5px solid var(--color-black);
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
}
#s-result .c-uis ul.ui_game li button span.inr {
  display: flex;
  align-items: center;
  column-gap: min(1.07vw,8px);
}
#s-result .c-uis ul.ui_game li button span.txt {
  font-size: var(--fs-btn-game);
  color: var(--color-white);
  position: relative;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}
#s-result .c-uis ul.ui_game li button span.txt span.bg_txt {
  -webkit-text-stroke: 6px black;
  text-stroke: 6px black;
}
#s-result .c-uis ul.ui_game li button span.c-icon {
  display: block;
}
#s-result .c-uis ul.ui_game li button span.c-icon img {
  width: 100%;
}
#s-result .c-uis ul.ui_game li button span.icon_retry {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
#s-result .c-uis ul.ui_game li button span.icon_hardmode {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
#s-result .c-uis ul.ui_game li button span.icon_share {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
#s-result .c-uis ul.ui_game li button.c-btn_restart {
  background: var(--color-btn-blue);
}
#s-result .c-uis ul.ui_game li button.c-btn_restart span.txt {
  margin-left: 20px;
}
#s-result .c-uis ul.ui_game li button.c-btn_hardmode {
  background: var(--color-btn-red);
}
#s-result .c-uis ul.ui_game li button.c-btn_share {
  background: var(--color-btn-gray);
}
#s-result .c-uis ul.external_links {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 20px;
}
#s-result .c-uis ul.external_links li a {
  display: block;
}
#s-result .c-uis ul.external_links li:nth-child(1) {
  width: 80px;
}
#s-result .c-uis ul.external_links li:nth-child(2) {
  width: 120px;
}
#s-result .c-uis ul.external_links li img {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 2px 0px var(--color-black));
}
#s-result .c-images canvas#generateShareImg {
  width: 1200px;
  height: 1500px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
#s-result button#downloadImg {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-black);
  color: var(--color-white);
  border-radius: 100vmax;
}
#s-result :is(.b-result,
.b-share) {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
#s-result .b-share {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
#s-result .b-share button.c-back {
  position: absolute;
  left: 20px;
  top: 10px;
}
#s-result .b-share button.c-back span.inr {
  display: block;
  width: min(13.07vw,98px);
}
#s-result .b-share .share_col2 {
  display: flex;
  width: 544px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -272px;
  z-index: 2;
}
#s-result .b-share .share_col2 .share_col2_l {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#s-result .b-share .share_col2 .share_col2_r {
  width: 50%;
}
#s-result .b-share .share_col2 .share_col2_r p {
  width: 177px;
  height: 53px;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
}
#s-result .b-share .share_col2 .share_col2_r p img {
  width: 100%;
  height: 19px;
}
#s-result .b-share .share_col2 .share_col2_r p.c-pc {
  display: none;
}
#s-result .b-share .share_col2 .share_col2_r figure {
  height: calc(100% - 80px);
  aspect-ratio: 4/5;
  margin-inline: auto;
}
#s-result .b-share .share_col2 .share_col2_r figure img {
  width: 100%;
  vertical-align: bottom;
}
#s-result .b-share .share_col2 h4, #s-result .b-share .share_col2 p.hash {
  color: var(--color-white);
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#s-result .b-share .share_col2 h4 span.txt {
  font-size: 60px;
  color: var(--color-white);
  position: relative;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}
#s-result .b-share .share_col2 h4 span.txt span.bg_txt {
  -webkit-text-stroke: 6px black;
  text-stroke: 6px black;
  filter: drop-shadow(4px 4px 0px var(--color-black));
}
#s-result .b-share .share_col2 p.hash {
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
}
#s-result .b-share .share_col2 .c-list_share {
  margin-top: 30px;
}
#s-result .b-share .share_col2 .c-list_share ul {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
#s-result .b-share .share_col2 .c-list_share ul button {
  width: var(--share-width);
  height: var(--share-width);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-btn-blue);
  border-radius: 100vmax;
  border: 4px solid var(--color-black);
  box-shadow: 2px 2px 4px var(--color-black);
  position: relative;
}
#s-result .b-share .share_col2 .c-list_share ul span.txt {
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--color-white);
  display: block;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 1px;
}
#s-result .b-share .share_col2 .c-list_share ul li span.c-icon {
  width: 20px;
  height: 20px;
}
#s-result .b-share .share_col2 .txt_share {
  margin-top: 20px;
}
#s-result .b-share .share_col2 .txt_share p {
  width: 210px;
  margin-inline: auto;
}
#s-result.show_share .b-result {
  opacity: 0;
}
#s-result.show_share .b-share {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.show_result #s-result {
  transition: opacity 0.5s ease;
  opacity: 1;
  pointer-events: auto;
}

@media all and (min-height: 460px) {
  #s-result .your_score {
    top: auto;
    bottom: -10px;
  }
  #s-result .your_score dl {
    top: 54px;
  }
  #s-result .c-uis {
    display: block;
    align-items: revert;
  }
  #s-result .c-uis .ui_content {
    position: absolute;
    top: auto;
    bottom: 92px;
  }
}
@media all and (min-width: 960px) {
  #s-result .c-content {
    width: 680px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -340px;
  }
  #s-result .c-graphic {
    width: 240px;
    right: -60px;
    bottom: 24px;
  }
  #s-result .c-graphic figure {
    width: 100%;
  }
  #s-result .c-graphic img {
    width: 100%;
    height: auto;
  }
  #s-result .your_score {
    bottom: -50px;
  }
  #s-result .your_score dl {
    top: 80px;
    width: 85%;
    left: 30px;
  }
  #s-result .your_score dl dt {
    font-size: 24px;
  }
  #s-result .your_score dl dd {
    font-size: 72px;
  }
  #s-result .your_score dl dd span.unit {
    font-size: 24px;
    margin-left: 0.5em;
  }
  #s-result .c-uis {
    width: 380px;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  #s-result .c-uis .ui_content {
    position: relative;
    width: 100%;
    top: 120px;
  }
  #s-result .c-uis ul.external_links {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 20px;
  }
  #s-result .c-uis ul.external_links li a {
    display: block;
  }
  #s-result .c-uis ul.external_links li:nth-child(1) {
    width: 100px;
  }
  #s-result .c-uis ul.external_links li:nth-child(2) {
    width: 150px;
  }
  #s-result .c-uis ul.external_links li img {
    width: 100%;
    height: auto;
    filter: drop-shadow(4px 2px 0px var(--color-black));
  }
  #s-result .b-share {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  #s-result .b-share button.c-back {
    position: absolute;
    left: 20px;
    top: 10px;
  }
  #s-result .b-share button.c-back span.inr {
    display: block;
    width: min(13.07vw,98px);
  }
  #s-result .b-share .share_col2 {
    display: flex;
    width: 680px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -340px;
    z-index: 2;
  }
  #s-result .b-share .share_col2 .share_col2_l {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #s-result .b-share .share_col2 .share_col2_r {
    width: 50%;
  }
  #s-result .b-share .share_col2 .share_col2_r p {
    width: 100%;
    height: 80px;
    margin-inline: auto;
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 6px;
  }
  #s-result .b-share .share_col2 .share_col2_r p img {
    width: 100%;
    height: 34px;
    display: inline;
  }
  #s-result .b-share .share_col2 .share_col2_r p.c-sp {
    display: none;
  }
  #s-result .b-share .share_col2 .share_col2_r p.c-pc {
    display: flex;
  }
  #s-result .b-share .share_col2 .share_col2_r figure {
    height: calc(100% - 110px);
    margin-inline: auto;
  }
  #s-result .b-share .share_col2 .share_col2_r figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #s-result .b-share .share_col2 h4 span.txt {
    font-size: 60px;
    color: var(--color-white);
    position: relative;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  #s-result .b-share .share_col2 h4 span.txt span.bg_txt {
    -webkit-text-stroke: 6px black;
    text-stroke: 6px black;
    filter: drop-shadow(4px 4px 0px var(--color-black));
  }
  #s-result .b-share .share_col2 p.hash {
    font-family: "vdl-logojrblack", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -0.06em;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
  }
  #s-result .b-share .share_col2 .c-list_share {
    margin-top: 30px;
  }
  #s-result .b-share .share_col2 .c-list_share ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }
  #s-result .b-share .share_col2 .c-list_share ul button {
    width: var(--share-width);
    height: var(--share-width);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-btn-blue);
    border-radius: 100vmax;
    border: 4px solid var(--color-black);
    box-shadow: 2px 2px 4px var(--color-black);
    position: relative;
  }
  #s-result .b-share .share_col2 .c-list_share ul span.txt {
    font-family: "vdl-logojrblack", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: var(--color-white);
    display: block;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 1px;
  }
  #s-result .b-share .share_col2 .c-list_share ul li span.c-icon {
    width: 20px;
    height: 20px;
  }
  #s-result .b-share .share_col2 .txt_share {
    margin-top: 20px;
  }
  #s-result .b-share .share_col2 .txt_share p {
    width: 210px;
    margin-inline: auto;
  }
}
#wrapper {
  opacity: 0;
  transition: opacity 0.6s ease;
}
#wrapper.active {
  opacity: 1;
}

#s-start .btn_start {
  opacity: 0;
  pointer-events: none;
}
#s-start.active .btn_start {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s ease;
}

@media (any-hover: hover) {
  #s-start ul.btn_wrap button {
    transition: transform 0.15s ease 0s, filter 0.15s ease 0s;
  }
  #s-start ul.btn_wrap button:hover {
    filter: drop-shadow(0px 0px 0 var(--color-black));
    transform: translate3d(8px, 8px, 0);
  }
}
