/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-image: url(../images/bd.png);
  background-size: auto 3px;
  background-repeat: repeat-x;
  background-position: bottom 0 center;
  padding-bottom: 3px;
}
main section.s01 .wrapper {
  width: 100%;
  padding: 120px calc(50% - 600px);
  background-image: url(../images/preregister/s0101.webp);
  background-size: cover;
  background-position: top 0 right 0;
  position: relative;
}
main section.s01 .wrapper h2 {
  width: 600px;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .msg01 {
  width: 600px;
  display: block;
  margin: 40px auto 0;
}
main section.s01 .wrapper .btnbox {
  width: 700px;
  margin: 25px auto 0;
}
main section.s01 .wrapper .btnbox .btn_pre {
  width: 500px;
  display: block;
  margin: 0 auto;
  border: none !important;
  outline: none !important;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper .btnbox .btn_pre:hover {
  cursor: pointer;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
main section.s01 .wrapper .btnbox .btn_pre img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .t01 {
  text-align: center;
}
main section.s01 .wrapper .t01 span {
  border: 1px solid #ffd400;
  display: inline-block;
  line-height: 1;
  padding: 10px;
  background-color: #000;
  color: #ffd400;
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}
main section.s01 .wrapper .caution {
  font-size: 14px;
  color: #fff;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  padding-right: 40px;
  text-align: right;
}
main section.s02 {
  background-image: url(../images/preregister/s0201.webp);
  background-size: cover;
  background-position: center center;
  padding: 150px 0;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
}
main section.s02 .wrapper .ttlbox.ttlbox02, main section.s02 .wrapper .ttlbox.ttlbox03 {
  margin-top: 120px;
}
main section.s02 .wrapper .ttlbox .icon {
  width: 500px;
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper .ttlbox h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-top: 5px;
  color: #ffd400;
  letter-spacing: 0.06em;
  text-shadow: 2px 2px 0 #3a170b, 4px 4px 0 #160907, 0 3px 8px rgba(0, 0, 0, 0.65);
}
main section.s02 .wrapper .msgbox {
  position: relative;
  margin-top: 50px;
}
main section.s02 .wrapper .msgbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../images/bd.png);
  background-size: auto 3px;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
main section.s02 .wrapper .msgbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../images/bd.png);
  background-size: auto 3px;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
main section.s02 .wrapper .msgbox .msgbox_inner {
  padding: 50px 60px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
main section.s02 .wrapper .msgbox .msgbox_inner::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-image: url(../images/bd02.png);
  background-size: 3px auto;
  background-repeat: repeat-y;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
main section.s02 .wrapper .msgbox .msgbox_inner::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-image: url(../images/bd02.png);
  background-size: 3px auto;
  background-repeat: repeat-y;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
main section.s02 .wrapper .msgbox01 .msgbox_inner,
main section.s02 .wrapper .msgbox03 .msgbox_inner {
  background-image: url(../images/preregister/bg.png);
  background-position: right 20px bottom 60px;
  background-repeat: no-repeat;
  background-size: 200px auto;
}
main section.s02 .wrapper .msgbox01 .sample,
main section.s02 .wrapper .msgbox03 .sample {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
main section.s02 .wrapper .msgbox01 .sample img,
main section.s02 .wrapper .msgbox03 .sample img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .msgbox01 .sample p,
main section.s02 .wrapper .msgbox03 .sample p {
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 0 50px 40px 0;
}
main section.s02 .wrapper .msgbox01 .t01,
main section.s02 .wrapper .msgbox03 .t01 {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}
main section.s02 .wrapper .msgbox01 .t01 .rainbowbox,
main section.s02 .wrapper .msgbox03 .t01 .rainbowbox {
  display: inline-block;
  padding: 10px;
}
main section.s02 .wrapper .msgbox01 .t01 .rainbow,
main section.s02 .wrapper .msgbox03 .t01 .rainbow {
  line-height: 1;
  font-size: 40px;
  display: inline-block;
  color: transparent;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#ff3b3b), color-stop(16%, #ff9f1c), color-stop(32%, #ffe600), color-stop(48%, #35d06f), color-stop(64%, #2aa8ff), color-stop(80%, #7b4dff), to(#ff4fd8));
  background: linear-gradient(90deg, #ff3b3b 0%, #ff9f1c 16%, #ffe600 32%, #35d06f 48%, #2aa8ff 64%, #7b4dff 80%, #ff4fd8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
main section.s02 .wrapper .msgbox01 .t02,
main section.s02 .wrapper .msgbox03 .t02 {
  color: #f00;
  font-size: 18px;
  margin-top: 10px;
}
main section.s02 .wrapper .msgbox02 .msgbox_inner {
  background-image: url(../images/preregister/coin.webp);
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 400px auto;
}
main section.s02 .wrapper .msgbox02 .msg01 {
  width: 600px;
  display: block;
  margin: 20px auto 0;
}
main section.s02 .wrapper .msgbox02 .t01 {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
main section.s02 .wrapper .msgbox02 .t02 {
  color: #f00;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner {
  background-image: url(../images/preregister/coin.webp);
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 400px auto;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner .t01 {
  text-align: center;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner .t01 .rainbow {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  padding-top: 10px;
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#ff3b3b), color-stop(16%, #ff9f1c), color-stop(32%, #ffe600), color-stop(48%, #35d06f), color-stop(64%, #2aa8ff), color-stop(80%, #7b4dff), to(#ff4fd8));
  background: linear-gradient(90deg, #ff3b3b 0%, #ff9f1c 16%, #ffe600 32%, #35d06f 48%, #2aa8ff 64%, #7b4dff 80%, #ff4fd8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner .medal30000 {
  width: 600px;
  display: block;
  margin: 20px auto 0;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner ul {
  width: 500px;
  text-align: left;
  margin: 30px auto 0;
  padding-left: 25px;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner ul li {
  font-size: 20px;
  color: #fff;
  padding-left: 40px;
  position: relative;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner ul li + li {
  margin-top: 10px;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner ul li span {
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 30px;
}
main section.s02 .wrapper .msgbox03 .msgbox_inner .t02 {
  margin-top: 20px;
}
main section.s02 .wrapper .msg01 {
  width: 800px;
  display: block;
  margin: 40px auto 0;
}
main section.s02 .wrapper .btnbox {
  width: 500px;
  margin: 35px auto 0;
}
main section.s02 .wrapper .btnbox .btn_pre {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none !important;
  outline: none !important;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s02 .wrapper .btnbox .btn_pre:hover {
  cursor: pointer;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
main section.s02 .wrapper .btnbox .btn_pre img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    background-image: url(../images/bd.png);
    background-size: auto 3px;
    background-repeat: repeat-x;
    background-position: bottom 0 center;
    padding-bottom: 3px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 70px 20px 15px;
    background-image: url(../images/preregister/s0101.webp);
    background-size: cover;
    background-position: top 0 right 0;
    position: relative;
  }
  main section.s01 .wrapper h2 {
    width: 320px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .msg01 {
    width: 320px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .btnbox {
    width: 240px;
    margin: 25px auto 0;
  }
  main section.s01 .wrapper .btnbox .btn_pre {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .btnbox .btn_pre img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
  }
  main section.s01 .wrapper .t01 span {
    border: 1px solid #ffd400;
    display: inline-block;
    line-height: 1;
    padding: 6px 8px;
    background-color: #000;
    color: #ffd400;
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
  }
  main section.s01 .wrapper .caution {
    width: 100%;
    font-size: 10px;
    color: #fff;
    line-height: 1.7;
    position: static;
    padding: 0 0 0 0;
    text-align: left;
    margin-top: 40px;
  }
  main section.s02 {
    background-image: url(../images/preregister/s0201.webp);
    background-size: cover;
    background-position: center center;
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .ttlbox.ttlbox02, main section.s02 .wrapper .ttlbox.ttlbox03 {
    margin-top: 50px;
  }
  main section.s02 .wrapper .ttlbox .icon {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .ttlbox h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 5px;
    color: #ffd400;
    letter-spacing: 0.06em;
    text-shadow: 2px 2px 0 #3a170b, 4px 4px 0 #160907, 0 3px 8px rgba(0, 0, 0, 0.65);
  }
  main section.s02 .wrapper .msgbox {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .msgbox::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: url(../images/bd.png);
    background-size: auto 2px;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
  main section.s02 .wrapper .msgbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: url(../images/bd.png);
    background-size: auto 2px;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  main section.s02 .wrapper .msgbox .msgbox_inner {
    padding: 30px 20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  main section.s02 .wrapper .msgbox .msgbox_inner::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-image: url(../images/bd02.png);
    background-size: 2px auto;
    background-repeat: repeat-y;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  main section.s02 .wrapper .msgbox .msgbox_inner::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-image: url(../images/bd02.png);
    background-size: 2px auto;
    background-repeat: repeat-y;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  main section.s02 .wrapper .msgbox01 .msgbox_inner,
  main section.s02 .wrapper .msgbox03 .msgbox_inner {
    background-image: url(../images/preregister/bg.png);
    background-position: right 0 bottom 20px;
    background-repeat: no-repeat;
    background-size: 200px auto;
  }
  main section.s02 .wrapper .msgbox01 .sample,
  main section.s02 .wrapper .msgbox03 .sample {
    width: 100%;
    display: block;
    margin-top: -10px;
    margin-bottom: 30px;
    position: relative;
  }
  main section.s02 .wrapper .msgbox01 .sample img,
  main section.s02 .wrapper .msgbox03 .sample img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .msgbox01 .sample p,
  main section.s02 .wrapper .msgbox03 .sample p {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 0 20px 15px 0;
  }
  main section.s02 .wrapper .msgbox01 .t01,
  main section.s02 .wrapper .msgbox03 .t01 {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
  }
  main section.s02 .wrapper .msgbox01 .t01 .rainbowbox,
  main section.s02 .wrapper .msgbox03 .t01 .rainbowbox {
    display: inline-block;
    padding: 10px;
  }
  main section.s02 .wrapper .msgbox01 .t01 .rainbow,
  main section.s02 .wrapper .msgbox03 .t01 .rainbow {
    line-height: 1;
    font-size: 30px;
    display: inline-block;
    color: transparent;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, right top, from(#ff3b3b), color-stop(16%, #ff9f1c), color-stop(32%, #ffe600), color-stop(48%, #35d06f), color-stop(64%, #2aa8ff), color-stop(80%, #7b4dff), to(#ff4fd8));
    background: linear-gradient(90deg, #ff3b3b 0%, #ff9f1c 16%, #ffe600 32%, #35d06f 48%, #2aa8ff 64%, #7b4dff 80%, #ff4fd8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main section.s02 .wrapper .msgbox01 .t02,
  main section.s02 .wrapper .msgbox03 .t02 {
    text-align: left;
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .msgbox02 .msgbox_inner {
    background-image: url(../images/preregister/coin.webp);
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
    background-size: 200px auto;
  }
  main section.s02 .wrapper .msgbox02 .msg01 {
    width: 280px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .msgbox02 .t01 {
    color: #fff;
    font-size: 19px;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
  }
  main section.s02 .wrapper .msgbox02 .t02 {
    color: #f00;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner {
    background-image: url(../images/preregister/coin.webp);
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
    background-size: 200px auto;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner .t01 {
    text-align: center;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner .t01 .rainbow {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#ff3b3b), color-stop(16%, #ff9f1c), color-stop(32%, #ffe600), color-stop(48%, #35d06f), color-stop(64%, #2aa8ff), color-stop(80%, #7b4dff), to(#ff4fd8));
    background: linear-gradient(90deg, #ff3b3b 0%, #ff9f1c 16%, #ffe600 32%, #35d06f 48%, #2aa8ff 64%, #7b4dff 80%, #ff4fd8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner .medal30000 {
    width: 290px;
    display: block;
    margin: 10px auto 0;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner ul {
    width: 290px;
    text-align: left;
    margin: 20px auto 0;
    padding-left: 25px;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner ul li {
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    position: relative;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner ul li + li {
    margin-top: 10px;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner ul li span {
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 20px;
  }
  main section.s02 .wrapper .msgbox03 .msgbox_inner .t02 {
    margin-top: 20px;
  }
  main section.s02 .wrapper .msg01 {
    width: 290px;
    display: block;
    margin: 40px auto 0;
  }
  main section.s02 .wrapper .btnbox {
    width: 290px;
    margin: 15px auto 0;
  }
  main section.s02 .wrapper .btnbox .btn_pre {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .btnbox .btn_pre img {
    width: 100%;
    display: block;
  }
}