@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900&display=swap");
ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

:root {
  --vw: 1vw;
}

:root {
  --color-blueGray-light: #EDEEF0;
  --color-blueGray-medium: #CDD2D7;
  --color-blueGray-dark: #737D87;
  --color-black: #222;
  --color-white: #fff ;
}

@media only screen and (max-width: 767.98px) {
  .tbpc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

html {
  background: #fff;
}

body {
  position: relative;
  z-index: 1;
  color: #593d18;
  line-height: 1.636;
  font-family: "BIZ UDGothic", sans-serif;
  letter-spacing: 0.05em;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: left;
  text-align: justify;
}
@media only screen and (max-width: 767.98px) {
  body {
    min-width: 0;
  }
}
body.open {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  body {
    width: 100%;
    line-height: 1.8;
    min-width: inherit;
  }
}
body.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
body a {
  text-decoration: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.overlay {
  z-index: 10000;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}
.overlay.active {
  transition: 0.6s;
  opacity: 0 !important;
  visibility: hidden !important;
}

button {
  font-family: "BIZ UDGothic", sans-serif;
}

body {
  background: #faecd5;
  font-family: "BIZ UDGothic", sans-serif;
  overflow: hidden; /* 【追加】はみ出した部分のスクロールバーを隠す */
}

section .in {
  max-width: 1120px;
  padding: calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 20 / 1200 * 100) calc(var(--vw) * 0 / 1200 * 100) calc(var(--vw) * 20 / 1200 * 100);
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  section .in {
    padding: 0px 20px 0px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  section .in {
    padding: calc(var(--vw) * 0 / 722 * 100) calc(var(--vw) * 30 / 722 * 100) calc(var(--vw) * 0 / 722 * 100) calc(var(--vw) * 30 / 722 * 100);
  }
}

main {
  font-family: "BIZ UDGothic", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
}
main button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
main .wrap {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
main .block_wrap {
  position: relative;
}
main .block_wrap #close {
  z-index: 100;
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 74px;
  height: 79px;
  display: inline-block;
  background: url(../img/close.png) 0 0/cover no-repeat;
}
main .block {
  background: url(../img/bunshokan.png) 0 0/cover no-repeat;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1343px;
  height: 755px;
}
main .block.active {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
  pointer-events: auto;
}
main .block .aka {
  font-weight: 700;
  color: #a70a0a;
}
main .block .shikaku {
  font-size: 90%; /* 文字のサイズを少し小さくします */
  border: 2px solid #a70a0a; /* 2pxの太さの赤い線で囲みます（.akaと同じ色にしています） */
  padding: 2px 8px; /* 文字と線の間に少し隙間（余白）を作ります */
  border-radius: 4px; /* 線の角を少し丸くします（不要な場合はこの行を消して大丈夫です） */
  display: inline-block; /* 周りの文字とのバランスを取るために必要なおまじないです */
  line-height: 1; /* 枠線が上下に広がりすぎないように調整します */
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
main .block ruby rt {
  font-weight: 700;
  color: #000;
}
main .block .disp {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 945px;
  height: 534px;
}
main .block .disp.seigo_lay:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
main .block .disp .basho {
  width: 514px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
main .block .disp .maru, main .block .disp .batsu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 100;
}
main .block .disp .maru.active, main .block .disp .batsu.active {
  display: block;
}
main .block .disp .maru.active::before, main .block .disp .batsu.active::before {
  content: "";
  display: block;
  width: 940px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  z-index: 10;
}
main .block .disp .maru {
  width: 419px;
  top: 70px;
}
main .block .disp .batsu {
  width: 467px;
  top: 116px;
}
main .block .disp .shiren {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 157px;
  text-align: center;
  transition: 0.5s;
}
main .block .disp .shiren:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 157px;
  transition: 0.5s;
}
main .block .disp .shiren.out:after {
  width: 0%;
}
main .block .disp .shiren.out img {
  opacity: 0;
  transition: 0.5s opacity;
}
main .block .disp .shiren img {
  z-index: 1;
  opacity: 1;
  transition: 0.5s opacity;
  width: 270px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .block .disp .shiren01 {
  opacity: 0;
}
main .block .disp .shiren01.show {
  opacity: 1;
}
main .block .disp .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 120px 45px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
main .block .disp .box.active {
  opacity: 1;
  visibility: visible;
}
main .block .disp .box:after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
main .block .disp .box input[type=radio] {
  display: none;
}
main .block .disp .box .inbox {
  position: relative;
}
main .block .disp .box .inbox.down {
  z-index: -1;
}
main .block .disp .box .q_check {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 50px;
  margin-bottom: 45px;
}
main .block .disp .box .q_check li {
  width: 48%;
}
main .block .disp .box .q_check li input[type=radio]:checked + label {
  border-color: #e1c400;
}
main .block .disp .box .q_check li label {
  cursor: pointer;
  line-height: 1;
  padding: 13px 0;
  display: block;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.39);
  color: #fff;
  text-align: center;
  font-size: 29px;
  letter-spacing: 0;
}
main .block .disp .box .q_button {
  position: relative;
  display: block;
  width: 325px;
  width: 203px;
  margin: 0 auto;
  z-index: 1;
}
main .block .disp .box .q_button:disabled {
  cursor: default;
  z-index: -1;
}
main .block .disp .box .q_button:disabled:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
main .block .serifu {
  position: absolute;
  right: 8px;
  bottom: 12px;
  right: 191px;
  bottom: 16px;
}
main .block .serifu .kaijin {
  position: absolute;
  top: -124px;
  right: -186px;
  width: 186px;
}
main .block .serifu .fumi {
  position: absolute;
  top: -124px;
  right: -186px;
  width: 186px;
}
main .block .serifu .fumi_egao {
  position: absolute;
  top: -124px;
  right: -186px;
  width: 186px;
}
main .block .serifu .hint {
  display: none;
  position: absolute;
  top: -106px;
  left: -5px;
  width: 126px;
}
main .block .serifu .in {
  position: relative;
  overflow: hidden;
  background: url(../img/serifu.png) 0 0/cover no-repeat;
  width: 1106px;
  height: 156px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.843;
  padding: 20px 0 0 53px;
}
main .block .serifu .in p {
  margin-bottom: 50px;
  min-height: 100px;
}
@keyframes arrow {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
main .block .okuri {
  opacity: 0;
  pointer-events: none;
  width: 38px;
  height: 40px;
  position: absolute;
  bottom: 37px;
  right: 60px;
}
main .block .okuri.active, main .block .okuri.active2, main .block .okuri.active3, main .block .okuri.active4, main .block .okuri.active5 {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}
main .block .okuri.active:before, main .block .okuri.active2:before, main .block .okuri.active3:before, main .block .okuri.active4:before, main .block .okuri.active5:before {
  animation: arrow 1s ease infinite;
}
main .block .okuri:before {
  content: "";
  width: 38px;
  display: inline-block;
  background: #fe8b26;
  aspect-ratio: 1/0.5;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
main .block#p00 {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  background: url(../img/p00_body.png) 0 0/cover no-repeat;
}
main .block#p00 #p00_btn {
  width: 325px;
  position: absolute;
  bottom: 94px;
  left: 50%;
  transform: translateX(-50%);
}
main .block#p01 {
  background: url(../img/p01_body.png) 0 0/cover no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .block#p01 .p01_txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}
main .block#p02 {
  background: url(../img/bunshokan.png) 0 0/cover no-repeat;
}
main .block#p02 .disp {
  background: url(../img/p02_disp.png) 0 0/cover no-repeat;
}
main .block#p02 .basho.basho02 {
  display: none;
}
main .block#p02 .shoukai {
  position: absolute;
  top: 221px;
  left: 264px;
  width: 832px;
  height: 372px;
  background: url(../img/p02_shoukai.png) 0 0/cover no-repeat;
  padding-top: 43px;
  padding-left: 30px;
}
main .block#p02 .shoukai .in {
  position: relative;
  font-weight: 400;
  font-size: 31px;
  width: 523px;
  height: 240px;
  line-height: 1.8;
}
main .block#p02 .shoukai .okuri {
  bottom: 5px;
  right: 0;
}
main .block#p02 .serifu {
  display: none;
}
main .block#p04 {
  background: url(../img/p04_body.png) 0 0/cover no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .block#p04 .p04_txt {
  color: #fff;
  width: 776px;
}
main .block#p05 {
  background: url(../img/bunshokan.png) 0 0/cover no-repeat;
}
main .block#p05 .disp {
  background: url(../img/p05_disp.png) 0 0/cover no-repeat;
}
@keyframes waku {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
main .block#p05 .disp .waku {
  -webkit-clip-path: polygon(37% 0%, 100% 30%, 77% 100%, 0% 50%);
          clip-path: polygon(37% 0%, 100% 30%, 77% 100%, 0% 50%);
  opacity: 0;
  position: absolute;
  top: 227px;
  left: 219px;
  width: 510px;
  z-index: 2;
}
main .block#p05 .disp .waku.active {
  cursor: pointer;
  animation: waku 1s ease infinite;
}
main .block#p05 .disp .bad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .block#p05 .disp .p07_txt {
  width: 673px;
  margin: 0 auto;
}
main .block#p05 .box {
  z-index: 3;
}
main .block#p05 .serifu05 {
  display: none;
}
main .block#p10 {
  background: url(../img/p01_body.png) 0 0/cover no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .block#p10 .p10_txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}
main .block#p11 {
  background: url(../img/bunshokan.png) 0 0/cover no-repeat;
}
main .block#p11 img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
main .block#p11 .key_list_wrap {
  border-radius: 10px;
  padding: 14px;
  display: table;
  position: absolute;
  top: 23px;
  left: 72px;
}
@keyframes light {
  0% {
    background: rgba(255, 212, 10, 0);
  }
  50% {
    background: rgba(255, 212, 10, 0.7);
  }
  100% {
    background: rgba(255, 212, 10, 0);
  }
}
@keyframes hand {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
main .block#p11 .key_list_wrap:after {
  opacity: 0;
  content: "";
  width: 53px;
  height: 44px;
  display: inline-block;
  background: url(../img/key_hand.png) 0 0/cover no-repeat;
  position: absolute;
  top: 100px;
  left: -50px;
}
main .block#p11 .key_list_wrap.light {
  animation: light 1s cubic-bezier(0.33, 1, 0.68, 1) infinite forwards;
}
main .block#p11 .key_list_wrap.light:after {
  animation: hand 1s cubic-bezier(0.33, 1, 0.68, 1) infinite forwards;
}
@keyframes kye_on {
  0% {
    background: url(../img/key_on.png) 0 0/cover no-repeat;
  }
  25% {
    background: url(../img/key.png) 0 0/cover no-repeat;
  }
  50% {
    background: url(../img/key_on.png) 0 0/cover no-repeat;
  }
  75% {
    background: url(../img/key.png) 0 0/cover no-repeat;
  }
  100% {
    background: url(../img/key_on.png) 0 0/cover no-repeat;
  }
}
main .block#p11 .key_list li {
  width: 59px;
  height: 59px;
  margin-top: 12px;
  background: url(../img/key.png) 0 0/cover no-repeat;
}
main .block#p11 .key_list li:first-child {
  margin-top: 0;
}
main .block#p11 .key_list li.active {
  background: url(../img/key_on.png) 0 0/cover no-repeat;
  animation: kye_on 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main .block#p11 .serifu_ondo01, main .block#p11 .serifu_yuka01, main .block#p11 .serifu_shomei01, main .block#p11 .serifu_mada, main .block#p11 .serifu_fuseikai01, main .block#p11 .serifu_seikai01, main .block#p11 .serifu_seikai02, main .block#p11 .serifu04, main .block#p11 .serifu_fuseikai_mada {
  display: none;
}
main .block#p11 .disp {
  background: url(../img/p11_disp.png) 0 0/cover no-repeat;
}
main .block#p11 .disp .clickarea {
  cursor: pointer;
  position: absolute;
  display: none;
  z-index: 2;
}
main .block#p11 .disp .clickarea.active {
  display: block;
}
main .block#p11 .disp .clickarea#ondo_area {
  bottom: 19px;
  right: 20px;
  width: 108px;
  height: 143px;
}
main .block#p11 .disp .clickarea#yuka_area {
  bottom: 0;
  left: 379px;
  width: 206px;
  height: 187px;
  -webkit-clip-path: polygon(16% 0%, 48% 0%, 89% 100%, 0% 100%);
          clip-path: polygon(16% 0%, 48% 0%, 89% 100%, 0% 100%);
}
main .block#p11 .disp .clickarea#shomei_area {
  top: 0;
  left: 303px;
  width: 467px;
  height: 197px;
  -webkit-clip-path: polygon(0% 0%, 101% 0%, 40% 100%, 22% 100%);
          clip-path: polygon(0% 0%, 101% 0%, 40% 100%, 22% 100%);
}
main .block#p11 .disp .bad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .block#p11 .disp .basho {
  width: 220px;
}
main .block#p11 .disp .box {
  z-index: 2;
}
main .block#p11 .disp .box_ondo {
  padding-top: 85px;
}
main .block#p11 .disp .box_ondo .q_ttl {
  margin: 0 auto;
}
main .block#p11 .disp .box_ondo .p11_txt_ondo {
  width: 736px;
}
main .block#p11 .disp .box_ondo .onshitsukei {
  position: relative;
  width: 220px;
  margin: 0 auto;
  margin-top: 45px;
}
main .block#p11 .disp .box_ondo .onshitsukei .plusminus {
  width: 33px;
  height: 33px;
  position: absolute;
  display: block;
}
main .block#p11 .disp .box_ondo .onshitsukei .plusminus#ondo_minus, main .block#p11 .disp .box_ondo .onshitsukei .plusminus#shitsudo_minus {
  background: url(../img/p11_item01_btn01.png) 0 0/cover no-repeat;
}
main .block#p11 .disp .box_ondo .onshitsukei .plusminus#ondo_plus, main .block#p11 .disp .box_ondo .onshitsukei .plusminus#shitsudo_plus {
  background: url(../img/p11_item01_btn02.png) 0 0/cover no-repeat;
}
main .block#p11 .disp .box_ondo .onshitsukei .plusminus#ondo_minus {
  top: 80px;
  left: 10px;
}
main .block#p11 .disp .box_ondo .onshitsukei .plusminus#shitsudo_minus {
  top: 170px;
  left: 10px;
}
main .block#p11 .disp .box_ondo .onshitsukei .plusminus#ondo_plus {
  top: 80px;
  right: 8px;
}
main .block#p11 .disp .box_ondo .onshitsukei .plusminus#shitsudo_plus {
  top: 170px;
  right: 8px;
}
main .block#p11 .disp .box_ondo .onshitsukei .num {
  position: absolute;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 58px;
}
main .block#p11 .disp .box_ondo .onshitsukei .num#ondo_num {
  left: 63px;
  top: 53px;
}
main .block#p11 .disp .box_ondo .onshitsukei .num#shitsudo_num {
  left: 63px;
  top: 137px;
}
main .block#p11 .disp .box_ondo .onshitsukei #check_btn_onshitsu {
  position: absolute;
  width: 203px;
  bottom: 0;
  right: -250px;
}
main .block#p11 .disp .box_yuka {
  padding-top: 176px;
  padding: 176px 10px 0;
}
main .block#p11 .disp .box_yuka .q_ttl {
  margin: 0 auto;
}
main .block#p11 .disp .box_yuka .p11_txt_yuka {
  width: 673px;
}
main .block#p11 .disp .box_shomei {
  padding-top: 176px;
  padding: 176px 10px 0;
}
main .block#p11 .disp .box_shomei .q_ttl {
  margin: 0 auto;
}
main .block#p11 .disp .box_shomei .p11_txt_shomei {
  width: 665px;
}
main .block#p11 .disp .select_form {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 28px;
  margin-top: 40px;
}
main .block#p11 .disp .select_form .answer {
  position: relative;
}
main .block#p11 .disp .select_form .answer span {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 35px;
  padding: 0.4em 1em;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.39);
}
main .block#p11 .disp .select_form .txt {
  color: #fff;
  font-size: 37px;
}
main .block#p11 .disp .select_form .select_modal {
  display: none;
  width: auto;
  min-width: 232px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -300%;
  background: #000;
  border-radius: 10px;
  border: 2px solid #fff;
  z-index: 100;
}
main .block#p11 .disp .select_form .select_modal.active {
  display: block;
}
main .block#p11 .disp .select_form .select_modal .select_modal_ttl {
  position: absolute;
  top: -32px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  margin-right: -50%;
  background: #fff;
  font-size: 24px;
  padding: 0.5em 0.8em;
  color: #000;
  border-radius: 21px;
}
main .block#p11 .disp .select_form .select_modal .select_modal_list {
  color: #fff;
  padding: 20px 40px;
}
main .block#p11 .disp .select_form .select_modal .select_modal_list li {
  cursor: pointer;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  padding: 0.5em 0;
}
main .block#p11 .disp #check_btn_yuka, main .block#p11 .disp #check_btn_shomei {
  position: relative;
  width: 203px;
  display: block;
  margin: 0 auto;
  margin-top: 88px;
}
main .block#p11 .disp #check_btn_yuka:disabled, main .block#p11 .disp #check_btn_shomei:disabled {
  cursor: default;
  z-index: -1;
}
main .block#p11 .disp #check_btn_yuka:disabled:before, main .block#p11 .disp #check_btn_shomei:disabled:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
main .block#p21 {
  background: url(../img/p01_body.png) 0 0/cover no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .block#p21 .p21_txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}
main .block#p22 {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .block#p22 .disp {
  background: url(../img/p22_disp.png) 0 0/cover no-repeat;
}
main .block#p22 .basho {
  width: 220px;
}
main .block#p22 .shiren02 {
  z-index: 10;
  opacity: 0;
}
main .block#p22 .shiren02.show {
  opacity: 1;
}
main .block .shiryou_list_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 60px 0;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
main .block .shiryou_list_wrap.hide {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
main .block .shiryou_list_wrap .keyword_box {
  background: #fff;
  width: 916px;
  height: 330px;
  border-radius: 20px;
  border: 3px solid #000;
  z-index: 1;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
main .block .shiryou_list_wrap .keyword_box.active {
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
main .block .shiryou_list_wrap .keyword_box .keyword_box_ttl {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 40px;
}
main .block .shiryou_list_wrap .keyword_box .in {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
}
main .block .shiryou_list_wrap .keyword_box .in > * {
  position: absolute;
  display: block;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
main .block .shiryou_list_wrap .keyword_box .in .moji {
  border-radius: 50%;
  background: #fff;
  border: 4px solid #aaa;
  width: 1.7em;
  height: 1.7em;
}
main .block .shiryou_list_wrap .keyword_box .in .moji.active {
  border-color: #e10000;
  pointer-events: none;
}
main .block .shiryou_list_wrap .keyword_box .in #sakujo {
  background: #000;
  color: #fff;
  border: 2px solid #aaa;
  padding: 0.3em 0.8em 0.4em;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
}
main .block .shiryou_list_wrap .keyword_box .in #ba {
  font-size: 34px;
  top: 12px;
  left: 14px;
}
main .block .shiryou_list_wrap .keyword_box .in #ko {
  font-size: 53px;
  top: 10px;
  left: 550px;
}
main .block .shiryou_list_wrap .keyword_box .in #ni {
  font-size: 53px;
  bottom: 20px;
  left: 310px;
}
main .block .shiryou_list_wrap .keyword_box .in #so1 {
  font-size: 44px;
  top: 173px;
  left: 150px;
}
main .block .shiryou_list_wrap .keyword_box .in #sa {
  font-size: 53px;
  top: 50px;
  left: 360px;
}
main .block .shiryou_list_wrap .keyword_box .in #ka {
  font-size: 40px;
  bottom: 30px;
  left: 560px;
}
main .block .shiryou_list_wrap .keyword_box .in #ha {
  font-size: 53px;
  top: 0px;
  left: 90px;
}
main .block .shiryou_list_wrap .keyword_box .in #bo {
  font-size: 32px;
  top: 100px;
  left: 130px;
}
main .block .shiryou_list_wrap .keyword_box .in #ki {
  font-size: 80px;
  top: 34px;
  left: 200px;
}
main .block .shiryou_list_wrap .keyword_box .in #ho {
  font-size: 72px;
  top: 70px;
  left: 740px;
}
main .block .shiryou_list_wrap .keyword_box .in #u1 {
  font-size: 43px;
  top: 10px;
  left: 690px;
}
main .block .shiryou_list_wrap .keyword_box .in #zo {
  font-size: 57px;
  top: 130px;
  left: 20px;
}
main .block .shiryou_list_wrap .keyword_box .in #da {
  font-size: 47px;
  top: 100px;
  left: 480px;
}
main .block .shiryou_list_wrap .keyword_box .in #so2 {
  font-size: 40px;
  top: 20px;
  left: 460px;
}
main .block .shiryou_list_wrap .keyword_box .in #ta {
  font-size: 50px;
  top: 90px;
  left: 630px;
}
main .block .shiryou_list_wrap .keyword_box .in #pa {
  font-size: 40px;
  top: 0px;
  left: 820px;
}
main .block .shiryou_list_wrap .keyword_box .in #u2 {
  font-size: 36px;
  top: 190px;
  left: 670px;
}
main .block .shiryou_list_wrap .keyword_box .in #nn {
  font-size: 40px;
  top: 180px;
  left: 420px;
}
main .block .shiryou_list_wrap .shiryou_list {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 0 70px;
}
main .block .shiryou_list_wrap .shiryou_list li {
  width: 198px;
}
main .block .shiryou_list_wrap .keyword_form .keyword_area {
  cursor: pointer;
  width: 504px;
  margin: 0 auto;
  margin-top: 12px;
  background: rgba(74, 68, 57, 0.39);
  border: 3px solid #fdf7ea;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-shadow: 2px 0 #6c453a, -2px 0 #6c453a, 0 2px #6c453a, 0 -2px #6c453a, 2px 2px #6c453a, -2px 2px #6c453a, 2px -2px #6c453a, -2px -2px #6c453a;
}
main .block .shiryou_list_wrap .keyword_form .btn_list {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 0 15px;
  margin-top: 16px;
}
main .block .shiryou_list_wrap .keyword_form .back_btn {
  width: 201px;
}
main .block .shiryou_list_wrap .keyword_form .back_btn:disabled {
  opacity: 0.5;
  cursor: default;
}
main .block .shiryou_list_wrap .keyword_form #check_btn_shiryo {
  position: relative;
  width: 191px;
  display: block;
  padding: 0;
}
main .block .shiryou_list_wrap .keyword_form #check_btn_shiryo:disabled {
  opacity: 0.5;
  cursor: default;
}
main .block#p23 .disp {
  background: url(../img/p23_disp.png) 0 0/cover no-repeat;
}
main .block#p23 .p23_txt01 {
  width: 266px;
  margin: 0 auto;
  margin-bottom: 18px;
}
main .block#p25 .hintword_list {
  position: absolute;
  top: 23px;
  left: 72px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
@keyframes light {
  0% {
    background: rgba(255, 212, 10, 0);
  }
  50% {
    background: rgba(255, 212, 10, 0.7);
  }
  100% {
    background: rgba(255, 212, 10, 0);
  }
}
main .block#p25 .hintword_list li {
  transition: 0.4;
  opacity: 0;
  visibility: hidden;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 106px;
  height: 106px;
  font-weight: 700;
  font-size: 60px;
  border-radius: 50%;
  background: #edca50;
  border: 2px solid #fff;
}
@keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
main .block#p25 .hintword_list li.active {
  transition: 0.4;
  opacity: 1;
  visibility: visible;
  animation: tenmetsu 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-iteration-count: 3;
}
main .block#p25 .disp {
  background: url(../img/p23_disp.png) 0 0/cover no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
main .block#p25 .p25_txt01 {
  width: 484px;
  margin: 0 auto;
  margin-bottom: 17px;
}
main .block#p25 .serifu_yet {
  display: none;
}
main .block#p25 .serifu_yet, main .block#p25 .serifu_seikai, main .block#p25 .serifu_seikai02, main .block#p25 .serifu03, main .block#p25 .serifu_fuseikai {
  display: none;
}
main .block#p25 .shiryou_list li {
  position: relative;
  cursor: pointer;
}
main .block#p25 .shiryou_list li img {
  filter: drop-shadow(4px 0 0 #fff) drop-shadow(-4px 0 0 #fff) drop-shadow(0 4px 0 #fff) drop-shadow(0 -4px 0 #fff);
}
main .block#p25 .shiryou_list li.item_maru {
  pointer-events: none;
}
main .block#p25 .shiryou_list li.item_maru:before {
  content: "";
  width: 159px;
  height: 159px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/p22_maru.png) 0 0/cover no-repeat;
  z-index: 1;
}
main .block#p25 .box_shiryo {
  padding-top: 30px;
}
main .block#p25 .box_shiryo:after {
  content: none;
}
main .block#p25 .box_shiryo.seigo_lay:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
main .block#p25 .box_shiryo .p25_shiryo_ttl {
  width: 729px;
  margin: 0 auto;
  margin-bottom: 30px;
}
main .block#p25 .box_shiryo .p25_shiryo_lr {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_l .shiryo_q {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 345px;
  gap: 18px 22px;
  margin-top: 5px;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_l .shiryo_q li {
  width: 100%;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_l .shiryo_q li input[type=radio]:checked + label {
  border-color: #e1c400;
  color: #e1c400;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_l .shiryo_q li label {
  cursor: pointer;
  line-height: 1;
  padding: 13px 0;
  display: block;
  border: 3px solid #fff;
  background: rgba(0, 0, 0, 0.39);
  color: #fff;
  text-align: center;
  font-size: 29px;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  text-shadow: 2px 0 #310101, -2px 0 #310101, 0 2px #310101, 0 -2px #310101, 2px 2px #310101, -2px 2px #310101, 2px -2px #310101, -2px -2px #310101;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_r {
  width: 458px;
  position: relative;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_r span {
  color: #000;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  position: absolute;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_r .box_shiryo01_txt {
  top: 45px;
  right: 30px;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_r .box_shiryo02_txt {
  font-size: 22px;
  top: 34px;
  right: 13px;
}
main .block#p25 .box_shiryo .p25_shiryo_lr .p25_shiryo_r .box_shiryo03_txt {
  top: 45px;
  right: 30px;
}
main .block#p25 .box_shiryo .btn_list {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 0 15px;
}
main .block#p25 .box_shiryo .back_btn {
  width: 210px;
}
main .block#p25 .box_shiryo .tokutei_btn {
  position: relative;
  display: block;
  width: 210px;
  z-index: 1;
}
main .block#p25 .box_shiryo .tokutei_btn:disabled {
  opacity: 0.5;
  cursor: default;
}
main .block#p25 .box_shiryo .tokutei_btn.lock {
  pointer-events: none;
}
main .block#p38 {
  background: url(../img/p01_body.png) 0 0/cover no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .block#p38 .p38_txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}
main .block#p39 {
  background: url(../img/bunshokan.png) 0px 0px/cover no-repeat;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .block#p39 .basho {
  width: 220px;
}
main .block#p39 .basho01 {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  width: 322px;
}
main .block#p39 .basho01.active {
  opacity: 1;
  visibility: visible;
}
main .block#p39 .basho02 {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  width: 235px;
}
main .block#p39 .basho02.active {
  opacity: 1;
  visibility: visible;
}
main .block#p39 .shiren03 {
  opacity: 0;
  visibility: hidden;
}
main .block#p39 .shiren03.show {
  opacity: 1;
  visibility: visible;
}
main .block#p39 .serifu_fuseikai, main .block#p39 .serifu_next {
  display: none;
}
main .block#p39 .disp {
  background: url(../img/p22_disp.png) 0 0/cover no-repeat;
}
main .block#p39 .disp .maru {
  width: 838px;
  top: 70px;
}
main .block#p39 .disp .this_item {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 152px;
  left: 50%;
  transform: translateX(-50%);
  width: 256px;
  display: none;
}
main .block#p39 .disp .this_item.active {
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
main .block#p39 .disp .box_repair {
  padding-top: 110px;
}
main .block#p39 .disp .box_repair#box_repair01 .check_btn_repair {
  margin-top: 30px;
}
main .block#p39 .disp .box_repair#box_repair01 #repair01_02 {
  width: 477px;
}
main .block#p39 .disp .box_repair#box_repair02 .check_btn_repair {
  margin-top: 60px;
}
main .block#p39 .disp .box_repair#box_repair03 .check_btn_repair {
  margin-top: 15px;
}
main .block#p39 .disp .box_repair .p39_repair_ttl {
  margin: 0 auto;
}
main .block#p39 .disp .box_repair .p39_repair_ttl.p39_repair_ttl01 {
  width: 367px;
}
main .block#p39 .disp .box_repair .p39_repair_ttl.p39_repair_ttl02 {
  width: 557px;
}
main .block#p39 .disp .box_repair .p39_repair_ttl.p39_repair_ttl03 {
  width: 695px;
}
main .block#p39 .disp .box_repair .check_btn_repair {
  position: relative;
  width: 203px;
  display: block;
  margin: 0 auto;
}
main .block#p39 .disp .box_repair .check_btn_repair:disabled {
  opacity: 0.5;
  cursor: default;
}
main .block#p39 .select_form {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 28px;
  margin-top: 40px;
}
main .block#p39 .select_form.select_form01 {
  flex-direction: column;
  margin-top: 20px;
}
main .block#p39 .select_form.select_form01 .img_answer {
  display: -ms-flex;
  display: flex;
  gap: 0 20px;
}
main .block#p39 .select_form.select_form01 .img_answer span {
  height: 110px;
}
main .block#p39 .select_form.select_form01 .img_answer span.item05 img {
  height: 50px;
}
main .block#p39 .select_form.select_form01 .img_answer span img {
  height: 100%;
  width: auto;
}
main .block#p39 .select_form.select_form01 .txt_answer {
  min-width: 458px;
  text-align: center;
}
main .block#p39 .select_form.select_form02 {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 0 8px;
  margin-top: 80px;
}
main .block#p39 .select_form.select_form02 .img_answer {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 0 0;
  margin-bottom: 0;
}
main .block#p39 .select_form.select_form02 .img_answer span {
  height: 110px;
  padding: 0.4em 0.3em;
}
main .block#p39 .select_form.select_form02 .img_answer span.item05 img {
  height: 50px;
}
main .block#p39 .select_form.select_form02 .img_answer span img {
  height: 100%;
  width: auto;
}
main .block#p39 .select_form.select_form02 .img_answer .txt:last-of-type {
  margin-left: 8px;
}
main .block#p39 .select_form.select_form02 .txt_answer {
  min-width: 328px;
  text-align: center;
}
main .block#p39 .select_form.select_form03 {
  flex-direction: column;
  margin-top: 20px;
}
main .block#p39 .select_form.select_form03 .answer_wrap {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
main .block#p39 .select_form.select_form03 .answer_wrap .answer {
  display: -ms-flex;
  display: flex;
}
main .block#p39 .select_form.select_form03 .answer_wrap .txt {
  margin-left: 10px;
}
main .block#p39 .select_form.select_form03 .answer_wrap .img_answer span {
  height: 110px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 0.4em 0.5em;
}
main .block#p39 .select_form.select_form03 .answer_wrap .img_answer span.item05 img {
  height: 50px;
}
main .block#p39 .select_form.select_form03 .answer_wrap .img_answer span img {
  height: 100%;
  width: auto;
}
main .block#p39 .select_form.select_form03 > .answer {
  margin-top: 20px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
main .block#p39 .select_form.select_form03 > .answer .txt_answer {
  min-width: 302px;
  text-align: center;
}
main .block#p39 .select_form .img_answer {
  position: static;
  display: -ms-flex;
  display: flex;
  gap: 0 20px;
  align-items: center;
  margin-bottom: 20px;
}
main .block#p39 .select_form .img_answer span {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 35px;
  padding: 0.4em 1em;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.39);
}
main .block#p39 .select_form .img_answer #repair01_01, main .block#p39 .select_form .img_answer #repair02_01, main .block#p39 .select_form .img_answer #repair03_01 {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
main .block#p39 .select_form .answer {
  display: -ms-flex;
  display: flex;
  gap: 0 20px;
  position: relative;
}
main .block#p39 .select_form .answer span {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 35px;
  padding: 0.4em 1em;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.39);
}
main .block#p39 .select_form .txt {
  color: #fff;
  font-size: 37px;
}
main .block#p39 .select_form .select_modal {
  display: none;
  width: auto;
  min-width: 232px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -300%;
  background: #000;
  border-radius: 10px;
  border: 2px solid #fff;
  z-index: 100;
}
main .block#p39 .select_form .select_modal.active {
  display: block;
}
main .block#p39 .select_form .select_modal.active::before {
  content: "";
  display: block;
  width: 940px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  z-index: 10;
}
main .block#p39 .select_form .select_modal.repair01_01_modal:before {
  top: 50%;
  left: 50%;
}
main .block#p39 .select_form .select_modal.repair01_02_modal:before {
  top: 9%;
  left: 50%;
}
main .block#p39 .select_form .select_modal.repair01_03_modal:before {
  top: 50%;
  left: 50%;
}
main .block#p39 .select_form .select_modal.repair02_01_modal:before {
  top: 50%;
  left: 50%;
}
main .block#p39 .select_form .select_modal.repair02_02_modal:before {
  top: 27%;
  left: -19%;
}
main .block#p39 .select_form .select_modal.repair02_03_modal:before {
  top: 50%;
  left: 50%;
}
main .block#p39 .select_form .select_modal.repair03_01_modal:before {
  top: 46%;
  left: 134%;
}
main .block#p39 .select_form .select_modal.repair03_02_modal:before {
  top: 50%;
  left: 50%;
}
main .block#p39 .select_form .select_modal.repair03_03_modal:before {
  top: 2%;
  left: 50%;
}
main .block#p39 .select_form .select_modal.select_img_modal {
  width: 593px;
  height: 369px;
  background: url(../img/p39_table.png) 0 0/cover no-repeat;
  position: absolute;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0;
  border-radius: 10px;
  border: 0 solid #fff;
  z-index: 100;
}
main .block#p39 .select_form .select_modal.select_img_modal.active {
  display: block;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  margin-right: -50%;
  background: #fff;
  font-size: 24px;
  padding: 0.3em 0.8em;
  color: #000;
  border-radius: 21px;
  border: 3px solid #000;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_list {
  position: relative;
  z-index: 11;
  color: #fff;
  padding: 0;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_list li {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  padding: 0.5em 0;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_list li.item01 {
  width: 155px;
  top: 72px;
  left: 55px;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_list li.item02 {
  width: 102px;
  top: 97px;
  left: 216px;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_list li.item03 {
  width: 70px;
  top: 100px;
  left: 335px;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_list li.item04 {
  width: 80px;
  top: 75px;
  left: 422px;
}
main .block#p39 .select_form .select_modal.select_img_modal .select_modal_list li.item05 {
  width: 81px;
  top: 144px;
  left: 332px;
}
main .block#p39 .select_form .select_modal .select_modal_ttl {
  position: absolute;
  top: -32px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  margin-right: -50%;
  background: #fff;
  font-size: 24px;
  padding: 0.5em 0.8em;
  color: #000;
  border-radius: 21px;
}
main .block#p39 .select_form .select_modal .select_modal_list {
  position: relative;
  z-index: 11;
  color: #fff;
  padding: 20px 40px;
}
main .block#p39 .select_form .select_modal .select_modal_list li {
  cursor: pointer;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  padding: 0.5em 0;
}
main .block#p50 {
  background: #000;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  overflow: hidden;
}
main .block#p50:after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/p50_soshite.png) 0 0/cover no-repeat;
}
@keyframes soshite1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes soshite2 {
  0% {
    opacity: 0;
    width: 0%;
    height: 0%;
  }
  100% {
    opacity: 0.7;
    width: 200%;
    height: 200%;
  }
}
main .block#p50.active {
  animation: soshite1 6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main .block#p50.active:after {
  animation: soshite2 6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 4s;
}
main .block#p50 .p50_txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}
main .block#p50 .p50_txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .block#p50 .p50_txt .s02 {
  display: none;
}
main .block#p51 .basho {
  width: 412px;
}
main .block#p51 .disp {
  background: url(../img/p51_disp.png) 0 0/cover no-repeat;
}
main .block#p51 .kaijin {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
main .block#p51 .kaijin.active {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
main .block#p51 #finale_btn {
  width: 316px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
main .block#p51 #finale_btn.active {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
main .block#p51 .fumi {
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}
main .block#p51 .fumi.active {
  opacity: 1;
  visibility: visible;
  transition: 0s;
}
main .block#p51 .fumi_egao {
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}
main .block#p51 .fumi_egao.active {
  opacity: 1;
  visibility: visible;
  transition: 0s;
}
main .block#p54 .disp_big {
  background: url(../img/p54_disp.png) 0 0/cover no-repeat;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1225px;
  height: 691px;
}
main .block#p54 .disp_big .certificate_txt {
  text-align: center;
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -50%;
  color: #333;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff;
  display: none;
}
main .block#p54 .disp_big .certificate_txt .p0 {
  font-size: 48px;
}
main .block#p54 .disp_big .certificate_txt .t01 {
  font-size: 34px;
}
main .block#p54 .disp_big .certificate_txt .t02 {
  font-size: 24px;
}
main .block#p54 .disp_big .certificate_txt .t03 {
  font-size: 24px;
  margin-bottom: 20px;
}
main .block#p54 .disp_big .certificate_txt.active {
  display: block;
}
main .block#p54 .disp_big .rank_wrap {
  position: absolute;
  left: 70px;
  bottom: 22px;
}
main .block#p54 .disp_big .rank_wrap .rank {
  display: none;
  width: 249px;
}
main .block#p54 .disp_big .rank_wrap .rank.active {
  display: block;
}
main .block#p54 .disp_big .buttons {
  position: absolute;
  bottom: 70px;
  right: 90px;
  display: -ms-flex;
  display: flex;
  gap: 0 28px;
}
main .block#p54 #re_btn {
  width: 316px;
}
main .block#p54 #intro_btn {
  width: 401px;
}
main .block#p54 #finale_btn {
  width: 316px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
main .block#p54 #finale_btn.active {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

.disc {
  padding-left: 1.27em;
}
.disc > li {
  list-style: disc;
  margin-top: 0.3em;
}
.disc > li:first-child {
  margin-top: 0;
}

.decimal {
  padding-left: 1.8em;
}
.decimal > li {
  list-style: decimal;
  margin-top: 0.3em;
}
.decimal > li:first-child {
  margin-top: 0;
}

.lower-alpha {
  padding-left: 1.8em;
}
.lower-alpha > li {
  list-style: lower-alpha;
  margin-top: 0.3em;
}
.lower-alpha > li:first-child {
  margin-top: 0;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.tdeco_under {
  text-decoration: underline;
}
.tdeco_under:hover {
  text-decoration: underline !important;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
  text-align: justify !important;
}

.align_left_noj {
  text-align: left !important;
}

@media only screen and (max-width: 767.98px) {
  .sp_align_center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}

.dblock {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

@media only screen and (max-width: 767.98px) {
  .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sptable {
    display: table !important;
  }
}

.relative {
  position: relative;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.fz10 {
  font-size: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz10 {
    font-size: 10px;
  }
}

.fz11 {
  font-size: calc(var(--vw) * 11 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz11 {
    font-size: 11px;
  }
}

.fz12 {
  font-size: calc(var(--vw) * 12 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz12 {
    font-size: 12px;
  }
}

.fz13 {
  font-size: calc(var(--vw) * 13 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz13 {
    font-size: 13px;
  }
}

.fz14 {
  font-size: calc(var(--vw) * 14 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz14 {
    font-size: 14px;
  }
}

.fz15 {
  font-size: calc(var(--vw) * 15 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz15 {
    font-size: 15px;
  }
}

.fz16 {
  font-size: calc(var(--vw) * 16 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz16 {
    font-size: 16px;
  }
}

.fz17 {
  font-size: calc(var(--vw) * 17 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz17 {
    font-size: 17px;
  }
}

.fz18 {
  font-size: calc(var(--vw) * 18 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz18 {
    font-size: 18px;
  }
}

.fz19 {
  font-size: calc(var(--vw) * 19 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz19 {
    font-size: 19px;
  }
}

.fz20 {
  font-size: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz20 {
    font-size: 20px;
  }
}

.fz21 {
  font-size: calc(var(--vw) * 21 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz21 {
    font-size: 21px;
  }
}

.fz22 {
  font-size: calc(var(--vw) * 22 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz22 {
    font-size: 22px;
  }
}

.fz23 {
  font-size: calc(var(--vw) * 23 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz23 {
    font-size: 23px;
  }
}

.fz24 {
  font-size: calc(var(--vw) * 24 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz24 {
    font-size: 24px;
  }
}

.fz25 {
  font-size: calc(var(--vw) * 25 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz25 {
    font-size: 25px;
  }
}

.fz26 {
  font-size: calc(var(--vw) * 26 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz26 {
    font-size: 26px;
  }
}

.fz27 {
  font-size: calc(var(--vw) * 27 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz27 {
    font-size: 27px;
  }
}

.fz28 {
  font-size: calc(var(--vw) * 28 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz28 {
    font-size: 28px;
  }
}

.fz29 {
  font-size: calc(var(--vw) * 29 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz29 {
    font-size: 29px;
  }
}

.fz30 {
  font-size: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz30 {
    font-size: 30px;
  }
}

.fz31 {
  font-size: calc(var(--vw) * 31 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz31 {
    font-size: 31px;
  }
}

.fz32 {
  font-size: calc(var(--vw) * 32 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz32 {
    font-size: 32px;
  }
}

.fz33 {
  font-size: calc(var(--vw) * 33 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz33 {
    font-size: 33px;
  }
}

.fz34 {
  font-size: calc(var(--vw) * 34 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz34 {
    font-size: 34px;
  }
}

.fz35 {
  font-size: calc(var(--vw) * 35 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz35 {
    font-size: 35px;
  }
}

.fz36 {
  font-size: calc(var(--vw) * 36 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz36 {
    font-size: 36px;
  }
}

.fz37 {
  font-size: calc(var(--vw) * 37 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz37 {
    font-size: 37px;
  }
}

.fz38 {
  font-size: calc(var(--vw) * 38 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz38 {
    font-size: 38px;
  }
}

.fz39 {
  font-size: calc(var(--vw) * 39 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz39 {
    font-size: 39px;
  }
}

.fz40 {
  font-size: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .fz40 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz10 {
    font-size: calc(var(--vw) * 10 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz11 {
    font-size: calc(var(--vw) * 11 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz12 {
    font-size: calc(var(--vw) * 12 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz13 {
    font-size: calc(var(--vw) * 13 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz14 {
    font-size: calc(var(--vw) * 14 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz15 {
    font-size: calc(var(--vw) * 15 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz16 {
    font-size: calc(var(--vw) * 16 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz17 {
    font-size: calc(var(--vw) * 17 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz18 {
    font-size: calc(var(--vw) * 18 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz19 {
    font-size: calc(var(--vw) * 19 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz20 {
    font-size: calc(var(--vw) * 20 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz21 {
    font-size: calc(var(--vw) * 21 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz22 {
    font-size: calc(var(--vw) * 22 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz23 {
    font-size: calc(var(--vw) * 23 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz24 {
    font-size: calc(var(--vw) * 24 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz25 {
    font-size: calc(var(--vw) * 25 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz26 {
    font-size: calc(var(--vw) * 26 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz27 {
    font-size: calc(var(--vw) * 27 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz28 {
    font-size: calc(var(--vw) * 28 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz29 {
    font-size: calc(var(--vw) * 29 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz30 {
    font-size: calc(var(--vw) * 30 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz31 {
    font-size: calc(var(--vw) * 31 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz32 {
    font-size: calc(var(--vw) * 32 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz33 {
    font-size: calc(var(--vw) * 33 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz34 {
    font-size: calc(var(--vw) * 34 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz35 {
    font-size: calc(var(--vw) * 35 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz36 {
    font-size: calc(var(--vw) * 36 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz37 {
    font-size: calc(var(--vw) * 37 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz38 {
    font-size: calc(var(--vw) * 38 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz39 {
    font-size: calc(var(--vw) * 39 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz40 {
    font-size: calc(var(--vw) * 40 / 722 * 100);
  }
}

.mt0 {
  margin-top: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt8 {
  margin-top: calc(var(--vw) * 8 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt8 {
    margin-top: 8px;
  }
}

.mt10 {
  margin-top: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt28 {
  margin-top: calc(var(--vw) * 24 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt28 {
    margin-top: 24px;
  }
}

.mt30 {
  margin-top: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  margin-top: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  margin-top: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mt60 {
  margin-top: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mt70 {
  margin-top: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mt80 {
  margin-top: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mt90 {
  margin-top: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mt100 {
  margin-top: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mt110 {
  margin-top: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt110 {
    margin-top: 110px;
  }
}

.mt120 {
  margin-top: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mt120 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt0 {
    margin-top: calc(var(--vw) * 0 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt8 {
    margin-top: calc(var(--vw) * 8 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt10 {
    margin-top: calc(var(--vw) * 10 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt20 {
    margin-top: calc(var(--vw) * 20 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt28 {
    margin-top: calc(var(--vw) * 24 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt30 {
    margin-top: calc(var(--vw) * 30 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt40 {
    margin-top: calc(var(--vw) * 40 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt50 {
    margin-top: calc(var(--vw) * 50 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt60 {
    margin-top: calc(var(--vw) * 60 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt70 {
    margin-top: calc(var(--vw) * 70 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt80 {
    margin-top: calc(var(--vw) * 80 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt90 {
    margin-top: calc(var(--vw) * 90 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt100 {
    margin-top: calc(var(--vw) * 100 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt110 {
    margin-top: calc(var(--vw) * 110 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt120 {
    margin-top: calc(var(--vw) * 120 / 722 * 100);
  }
}

.mb0 {
  margin-bottom: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb0 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb0 {
    margin-bottom: calc(var(--vw) * 0 / 722 * 100);
  }
}

.mb10 {
  margin-bottom: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb10 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb10 {
    margin-bottom: calc(var(--vw) * 10 / 722 * 100);
  }
}

.mb20 {
  margin-bottom: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb20 {
    margin-bottom: calc(var(--vw) * 20 / 722 * 100);
  }
}

.mb30 {
  margin-bottom: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb30 {
    margin-bottom: calc(var(--vw) * 30 / 722 * 100);
  }
}

.mb40 {
  margin-bottom: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb40 {
    margin-bottom: calc(var(--vw) * 40 / 722 * 100);
  }
}

.mb50 {
  margin-bottom: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb50 {
    margin-bottom: calc(var(--vw) * 50 / 722 * 100);
  }
}

.mb60 {
  margin-bottom: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb60 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb60 {
    margin-bottom: calc(var(--vw) * 60 / 722 * 100);
  }
}

.mb70 {
  margin-bottom: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb70 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb70 {
    margin-bottom: calc(var(--vw) * 70 / 722 * 100);
  }
}

.mb80 {
  margin-bottom: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb80 {
    margin-bottom: calc(var(--vw) * 80 / 722 * 100);
  }
}

.mb90 {
  margin-bottom: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb90 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb90 {
    margin-bottom: calc(var(--vw) * 90 / 722 * 100);
  }
}

.mb100 {
  margin-bottom: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb100 {
    margin-bottom: calc(var(--vw) * 100 / 722 * 100);
  }
}

.mb110 {
  margin-bottom: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb110 {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb110 {
    margin-bottom: calc(var(--vw) * 110 / 722 * 100);
  }
}

.mb120 {
  margin-bottom: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mb120 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mb120 {
    margin-bottom: calc(var(--vw) * 120 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 722 * 100);
  }
}

.ml0 {
  margin-left: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml0 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml0 {
    margin-left: calc(var(--vw) * 0 / 722 * 100);
  }
}

.ml10 {
  margin-left: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml10 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml10 {
    margin-left: calc(var(--vw) * 10 / 722 * 100);
  }
}

.ml20 {
  margin-left: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml20 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml20 {
    margin-left: calc(var(--vw) * 20 / 722 * 100);
  }
}

.ml30 {
  margin-left: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml30 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml30 {
    margin-left: calc(var(--vw) * 30 / 722 * 100);
  }
}

.ml40 {
  margin-left: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml40 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml40 {
    margin-left: calc(var(--vw) * 40 / 722 * 100);
  }
}

.ml50 {
  margin-left: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml50 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml50 {
    margin-left: calc(var(--vw) * 50 / 722 * 100);
  }
}

.ml60 {
  margin-left: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml60 {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml60 {
    margin-left: calc(var(--vw) * 60 / 722 * 100);
  }
}

.ml70 {
  margin-left: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml70 {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml70 {
    margin-left: calc(var(--vw) * 70 / 722 * 100);
  }
}

.ml80 {
  margin-left: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml80 {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml80 {
    margin-left: calc(var(--vw) * 80 / 722 * 100);
  }
}

.ml90 {
  margin-left: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml90 {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml90 {
    margin-left: calc(var(--vw) * 90 / 722 * 100);
  }
}

.ml100 {
  margin-left: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml100 {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml100 {
    margin-left: calc(var(--vw) * 100 / 722 * 100);
  }
}

.ml110 {
  margin-left: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml110 {
    margin-left: 110px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml110 {
    margin-left: calc(var(--vw) * 110 / 722 * 100);
  }
}

.ml120 {
  margin-left: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .ml120 {
    margin-left: 120px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ml120 {
    margin-left: calc(var(--vw) * 120 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml0 {
    margin-left: calc(var(--vw) * 0 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml10 {
    margin-left: calc(var(--vw) * 10 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml20 {
    margin-left: calc(var(--vw) * 20 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml30 {
    margin-left: calc(var(--vw) * 30 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml40 {
    margin-left: calc(var(--vw) * 40 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml50 {
    margin-left: calc(var(--vw) * 50 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml60 {
    margin-left: calc(var(--vw) * 60 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml70 {
    margin-left: calc(var(--vw) * 70 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml80 {
    margin-left: calc(var(--vw) * 80 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml90 {
    margin-left: calc(var(--vw) * 90 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml100 {
    margin-left: calc(var(--vw) * 100 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml110 {
    margin-left: calc(var(--vw) * 110 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml120 {
    margin-left: calc(var(--vw) * 120 / 722 * 100);
  }
}

.mr0 {
  margin-right: calc(var(--vw) * 0 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr0 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr0 {
    margin-right: calc(var(--vw) * 0 / 722 * 100);
  }
}

.mr10 {
  margin-right: calc(var(--vw) * 10 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr10 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr10 {
    margin-right: calc(var(--vw) * 10 / 722 * 100);
  }
}

.mr20 {
  margin-right: calc(var(--vw) * 20 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr20 {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr20 {
    margin-right: calc(var(--vw) * 20 / 722 * 100);
  }
}

.mr30 {
  margin-right: calc(var(--vw) * 30 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr30 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr30 {
    margin-right: calc(var(--vw) * 30 / 722 * 100);
  }
}

.mr40 {
  margin-right: calc(var(--vw) * 40 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr40 {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr40 {
    margin-right: calc(var(--vw) * 40 / 722 * 100);
  }
}

.mr50 {
  margin-right: calc(var(--vw) * 50 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr50 {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr50 {
    margin-right: calc(var(--vw) * 50 / 722 * 100);
  }
}

.mr60 {
  margin-right: calc(var(--vw) * 60 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr60 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr60 {
    margin-right: calc(var(--vw) * 60 / 722 * 100);
  }
}

.mr70 {
  margin-right: calc(var(--vw) * 70 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr70 {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr70 {
    margin-right: calc(var(--vw) * 70 / 722 * 100);
  }
}

.mr80 {
  margin-right: calc(var(--vw) * 80 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr80 {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr80 {
    margin-right: calc(var(--vw) * 80 / 722 * 100);
  }
}

.mr90 {
  margin-right: calc(var(--vw) * 90 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr90 {
    margin-right: 90px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr90 {
    margin-right: calc(var(--vw) * 90 / 722 * 100);
  }
}

.mr100 {
  margin-right: calc(var(--vw) * 100 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr100 {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr100 {
    margin-right: calc(var(--vw) * 100 / 722 * 100);
  }
}

.mr110 {
  margin-right: calc(var(--vw) * 110 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr110 {
    margin-right: 110px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr110 {
    margin-right: calc(var(--vw) * 110 / 722 * 100);
  }
}

.mr120 {
  margin-right: calc(var(--vw) * 120 / 1200 * 100);
}
@media screen and (min-width: 1200px) {
  .mr120 {
    margin-right: 120px;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .mr120 {
    margin-right: calc(var(--vw) * 120 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr0 {
    margin-right: calc(var(--vw) * 0 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr10 {
    margin-right: calc(var(--vw) * 10 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr20 {
    margin-right: calc(var(--vw) * 20 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr30 {
    margin-right: calc(var(--vw) * 30 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr40 {
    margin-right: calc(var(--vw) * 40 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr50 {
    margin-right: calc(var(--vw) * 50 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr60 {
    margin-right: calc(var(--vw) * 60 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr70 {
    margin-right: calc(var(--vw) * 70 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr80 {
    margin-right: calc(var(--vw) * 80 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr90 {
    margin-right: calc(var(--vw) * 90 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr100 {
    margin-right: calc(var(--vw) * 100 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr110 {
    margin-right: calc(var(--vw) * 110 / 722 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr120 {
    margin-right: calc(var(--vw) * 120 / 722 * 100);
  }
}
