@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
body {
    font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
.main {
    overflow: hidden;
  }
.inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
@media (min-width: 821px) {
    .inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
.h2{
  margin-bottom: 2rem;
  font-size: 40px;
}
@media (min-width: 821px){
  .h2{
    font-size: 60px;
  }
}
.h2 {
    color: #091B58;
    font-weight: 900;
    text-align: center;
    line-height: 1;
  }
.h2.-s{
  margin-bottom: 2rem;
  font-size: 32px;
}
@media (min-width: 821px){
  .h2.-s{
    font-size: 60px;
  }
}
.h2.-s {
    line-height: 1.2;
  }
.h3{
  margin-bottom: 0.5rem;
  font-size: 32px;
}
@media (min-width: 821px){
  .h3{
    font-size: 40px;
  }
}
.h3 {
    color: #091B58;
    font-weight: 900;
    text-align: center;
    line-height: 1;
  }
.h4 {
    text-align: center;
    display: flex;
    align-items: center;
    color: #091B58;
  }
.h4:before, .h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #091B58;
  }
.h4 span {
    white-space: nowrap;
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
    background: #091B58;
    border-radius: 100px;
    color: #fff;
    min-width: 200px;
  }
.color-navy {
    color: #091B58;
  }
.color-orange {
    color: #FF6B00;
  }
.indent {
    text-indent: -1em;
    padding-left: 1em;
  }
.marker {
    background: linear-gradient(transparent 70%, rgba(255, 107, 0, 0.2156862745) 0);
  }
.label {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    min-width: 6em;
    padding: 0px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
  }
@media (min-width: 821px) {
    .label {
      margin: 0 4px 8px;
    }
  }
.label-good {
    background: #1555B1;
  }
.label-repost {
    background: #EB433D;
  }
.btn{
  font-size: 20px;
}
@media (min-width: 821px){
  .btn{
    font-size: 32px;
  }
}
.btn {
    border-radius: 10px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    font-weight: 900;
    transition: 0.3s;
  }
.btn:hover {
    translate: 0 3px;
    opacity: 0.7;
  }
.btn.-s{
  font-size: 16px;
}
@media (min-width: 821px) {
    .btn {
      padding: 20px 40px;
      display: inline-block;
    }
  }
.btn img {
    height: 2em;
    vertical-align: middle;
  }
.btn-x {
    background: #000;
  }
.btn-gapoli {
    background: #FF6B00;
  }
/*  block  */
.kv {
    display: flex;
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
  }
@media (min-width: 821px) {
    .kv {
      min-height: 860px;
    }
  }
.kv-gapoli {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 14%;
  }
@media (min-width: 821px) {
    .kv-gapoli {
      width: auto;
      top: 35px;
      left: 40px;
    }
  }
.kv-box {
    width: 50%;
  }
.kv-box.-pachinko {
    background: url(../img/kv_pachinko_bg_sp.jpg) left bottom;
    background-size: cover;
  }
@media (min-width: 821px) {
    .kv-box.-pachinko {
      background-image: url(../img/kv_pachinko_bg.jpg);
    }
  }
.kv-box.-medal {
    background: url(../img/kv_medal_bg_sp.jpg) right bottom;
    background-size: cover;
  }
@media (min-width: 821px) {
    .kv-box.-medal {
      background-image: url(../img/kv_medal_bg.jpg);
    }
  }
.kv-logo {
    position: absolute;
    top: 18%;
    left: 50%;
    translate: -50% 0;
    width: 75%;
  }
@media (min-width: 821px) {
    .kv-logo {
      width: auto;
      top: 5%;
      translate: -50% 0;
    }
    .kv-logo img {
      min-height: 453px;
      height: 50vh;
    }
  }
.kv-whigashi {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 90%;
  }
@media (min-width: 821px) {
    .kv-whigashi {
      width: auto;
    }
  }
.kv-fukidashi {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
.kv-fukidashi.-oohigashi {
    width: 38%;
    margin: -40% 0 0 -38%;
    rotate: 20deg;
  }
@media (min-width: 821px) {
    .kv-fukidashi.-oohigashi {
      width: auto;
      rotate: 0deg;
      margin: -22% 0 0 -53%;
    }
  }
.kv-fukidashi.-higashi {
    width: 38%;
    margin: -42% 0 0 32%;
    rotate: -10deg;
  }
@media (min-width: 821px) {
    .kv-fukidashi.-higashi {
      width: auto;
      rotate: 0deg;
      margin: -25% 0 0 50%;
    }
  }
.kv-dotchi {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 6%;
    translate: -50% 0;
  }
@media (min-width: 821px) {
    .kv-dotchi {
      bottom: 10%;
    }
  }
.vote-wrap {
    display: flex;
    position: relative;
    padding-bottom: 80px;
  }
.vote-wrap:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bg_pachinko.png) #E66C6A;
    z-index: -1;
  }
.vote-wrap:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/bg_medal.png) #5378B6;
    z-index: -1;
  }
.vote-period {
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: -1em;
    text-align: center;
  }
@media (min-width: 821px) {
    .vote-period {
      display: inline-flex;
      margin-top: -2em;
    }
  }
.vote-period__dt {
    background: #FF6B00;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 6px;
    white-space: nowrap;
  }
@media (min-width: 821px) {
    .vote-period__dt {
      min-width: 300px;
    }
  }
.vote-period__dd {
    font-weight: bold;
    color: #FF6B00;
    text-align: center;
    text-decoration: line-through;
  }
@media (min-width: 821px) {
    .vote-period__dd {
      padding-right: 20px;
    }
  }

.vote-finish {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 4px 0 #000;
}

.vote-graph {
    text-align: center;
  }
.vote-graph__wrap {
    display: flex;
    width: 100%;
    border: solid 8px #091B58;
    position: relative;
  }
.vote-graph__wrap.totalling .-pachinko {
    width: 49.3% !important;
  }
.vote-graph__wrap.totalling .-medal {
    width: 50.7% !important;
  }
.vote-graph__wrap.totalling:after {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 0 #000;
    white-space: pre;
    line-height: 1.2;
  }
@media (min-width: 821px) {
    .vote-graph__wrap.totalling:after {
      content: "メダルゲーム派\A勝利！";
      font-size: 40px;
    }
  }
.vote-graph #vote-comment {
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 0 #000;
    line-height: 1.2;
    margin-top: 2px;
  }
.vote-graph__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vw;
    color: #fff;
    vertical-align: bottom;
  }
@media (min-width: 821px) {
    .vote-graph__item {
      height: 115px;
    }
  }
.vote-graph__item strong {
    font-size: 140%;
    position: relative;
    margin-right: 2px;
  }
.vote-graph__item strong span {
    display: inline-block;
    font-size: 60%;
    margin-left: 10px;
  }
.vote-graph__item.-pachinko {
    background: #E33631;
  }
.vote-graph__item.-pachinko p {
    text-shadow: 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631, 0 0 4px #E33631;
  }
.vote-graph__item.-medal {
    background: #10469F;
    text-shadow: 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F, 0 0 4px #10469F;
  }
.vote-manifest {
    background: #fff;
    padding: 8% 3%;
  }
@media (min-width: 821px) {
    .vote-manifest {
      padding: 3%;
    }
  }
.vote-manifest__inner {
    border: solid 8px #091B58;
  }
.vote-manifest__head {
    padding: 20px;
    border-bottom: solid 8px #091B58;
    position: relative;
  }
.vote-manifest__head .thumb {
    position: absolute;
    bottom: -30%;
    width: 30%;
    scale: 0.6;
  }
.vote-manifest__head .thumb .look {
    position: absolute;
    top: -65%;
    left: 2%;
    scale: 1.7;
    z-index: 1;
    pointer-events: none;
  }
.vote-manifest__head .thumb:before, .vote-manifest__head .thumb:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10000px;
    border: solid 4px #000;
    translate: -50% -50%;
    pointer-events: none;
    animation-name: zoomup;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s;
  }
.vote-manifest__head .thumb:after {
    animation-name: zoomup2;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1.5s;
  }
@keyframes zoomup {
    0% {
      opacity: 0;
      scale: 0.8;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      scale: 1.6;
    }
  }
@keyframes zoomup2 {
    0% {
      opacity: 0;
      scale: 1;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      scale: 1.8;
    }
  }
.vote-manifest__head .thumb.on {
    scale: 1;
  }
.vote-manifest__head .thumb.on:before, .vote-manifest__head .thumb.on:after {
    display: none;
  }
.vote-manifest__head .thumb.on .look {
    display: none;
  }
@media (min-width: 821px) {
    .vote-manifest__head .thumb {
      width: auto;
      bottom: -60%;
      scale: 1;
    }
    .vote-manifest__head .thumb:before, .vote-manifest__head .thumb:after {
      display: none;
    }
    .vote-manifest__head .thumb .look {
      display: none;
    }
  }
.vote-manifest__head .thumb.-oohigashi {
    left: -8%;
  }
.vote-manifest__head .thumb.-oohigashi:before, .vote-manifest__head .thumb.-oohigashi:after {
    border-color: #E33631;
  }
@media (min-width: 821px) {
    .vote-manifest__head .thumb.-oohigashi {
      left: -60px;
    }
  }
.vote-manifest__head .thumb.-higashi {
    right: -8%;
  }
.vote-manifest__head .thumb.-higashi:before, .vote-manifest__head .thumb.-higashi:after {
    border-color: #10469F;
  }
@media (min-width: 821px) {
    .vote-manifest__head .thumb.-higashi {
      right: -60px;
    }
  }
.vote-manifest .overflow {
    overflow: hidden;
  }
.vote-manifest__detail {
    display: flex;
    width: 180%;
    transition: 0.4s;
  }
.vote-manifest__detail.higashi {
    margin-left: -80%;
  }
.vote-manifest__detail.oohigashi {
    margin-left: 0;
  }
@media (min-width: 821px) {
    .vote-manifest__detail {
      width: 100%;
    }
    .vote-manifest__detail.higashi, .vote-manifest__detail.oohigashi {
      margin-left: 0;
    }
  }
.vote-manifest__detail > li {
    width: 50%;
    padding: 3%;
  }
@media (min-width: 821px) {
    .vote-manifest__detail > li {
      padding: 40px;
    }
  }
.vote-manifest__detail > li.-oohigashi {
    border-right: solid 4px #091B58;
    background: #EB433D;
  }
.vote-manifest__detail > li.-oohigashi .manifest-ul__item:before {
    background: #EB433D;
  }
.vote-manifest__detail > li.-higashi {
    border-left: solid 4px #091B58;
    background: #10469F;
  }
.vote-manifest__detail > li.-higashi .manifest-ul__item:before {
    background: #10469F;
  }
.vote-manifest .manifest-head {
    color: #fff;
    text-align: center;
    font-weight: 900;
  }
.vote-manifest .manifest-head span {
    font-size: 70%;
  }
.vote-manifest .manifest-ul {
    counter-reset: number;
  }
.vote-manifest .manifest-ul__item {
    background: #fff;
    padding: 5%;
    margin-top: 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    padding-left: 10%;
    position: relative;
    counter-increment: number;
    text-align: left;
  }
@media (min-width: 821px) {
    .vote-manifest .manifest-ul__item{
    font-size: 16px;
  }
    @media (min-width: 821px){
    .vote-manifest .manifest-ul__item{
      font-size: 22px;
    }
  }
  }
.vote-manifest .manifest-ul__item:before {
    content: counter(number);
    display: flex;
    width: 2em;
    height: 2em;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    translate: -50% -50%;
    border: solid 2px #fff;
    background: #000;
    font-size: 16px;
  }
@media (min-width: 821px) {
    .vote-manifest .manifest-ul__item:before {
      font-size: 24px;
    }
  }
.vote-manifest .manifest-movie {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 143%;
  }
.vote-manifest .manifest-movie.movie-horizontal {
    width: 100%;
    padding-top: 56.25%;
  }
.vote-manifest .manifest-movie .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
.vote-manifest .manifest-movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
.vote-manifest .winner-movie {
    position: relative;
    margin: 2rem 0;
  }
@media (min-width: 821px) {
    .vote-manifest .winner-movie {
      padding: 34px 40px 40px;
      margin: 0;
    }
  }
.vote-manifest .winner-movie .vote-manifest__detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
.vote-manifest .winner-movie .manifest-movie-wrapper {
    width: 100%;
    margin: 0 auto;
  }
@media (min-width: 821px) {
    .vote-manifest .winner-movie .manifest-movie-wrapper {
      width: 80%;
    }
  }
 
.vote .whigashi-sp {
    display: inline;
    width: 40%;
  }
@media (min-width: 821px) {
    .vote .whigashi-sp {
      position: absolute;
      bottom: 0;
      width: auto;
    }
    .vote .whigashi-sp.-oohigashi {
      left: -20px;
    }
    .vote .whigashi-sp.-higashi {
      right: -20px;
    }
  }
.vote .present {
    text-align: left;
  }
.vote .present-head {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 8px #091B58;
  }
.vote .present-head__title{
  font-size: 26px;
}
@media (min-width: 821px){
  .vote .present-head__title{
    font-size: 40px;
  }
}
.vote .present-head__title {
    color: #091B58;
    padding: 5% 3%;
    position: relative;
    font-weight: 700;
  }
.vote .present-head__title img {
    height: 1.6em;
    margin-right: 5px;
  }
@media (min-width: 821px) {
    .vote .present-head__title {
      padding: 20px;
    }
  }
.vote .present-head__point{
  font-size: 40px;
}
@media (min-width: 821px){
  .vote .present-head__point{
    font-size: 60px;
  }
}
.vote .present-head__point {
    border-left: solid 8px #091B58;
    width: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    line-height: 1;
  }
.vote .present-head__point p {
    text-align: center;
  }
.vote .present-head__point small{
  margin-left: 0.5rem;
  display: block;
  font-size: 12px;
}
@media (min-width: 821px){
  .vote .present-head__point small{
    display: inline;
    font-size: 18px;
  }
}
.vote .present-head__point small {
    vertical-align: middle;
  }
@media (min-width: 821px) {
    .vote .present-head__point {
      width: 4em;
    }
  }
.vote .present-body {
    padding: 5%;
  }
@media (min-width: 821px) {
    .vote .present-body {
      padding: 40px;
    }
    .vote .present-body__title {
      display: flex;
      justify-content: space-between;
    }
  }
.vote .present-body__title .head {
    font-weight: 900;
    color: #FF6B00;
  }
.vote .present-body__title .fig img {
    translate: 10% -10%;
  }
.vote .present-body__detail {
    background: #F1F1F1;
    padding: 5%;
    font-size: 14px;
  }
@media (min-width: 821px){
  .vote .present-body__detail{
    font-size: 20px;
      padding: 30px;
  }
}
.vote .present-body__prize > li {
    margin-top: 20px;
    color: #fff;
    position: relative;
    text-align: center;
  }
.vote .present-body__prize > li:first-child {
    margin-top: 0;
  }
.vote .present-body__prize > li.-oohigashi .fig {
    left: -17%;
  }
.vote .present-body__prize > li.-higashi .fig {
    right: -19%;
  }
.vote .present-body__prize > li .fig {
    position: absolute;
    bottom: -10%;
    width: 40%;
  }
@media (min-width: 821px) {
    .vote .present-body__prize {
      display: flex;
    }
    .vote .present-body__prize > li {
      width: calc(100% - 40px);
      margin-top: 0;
      margin-left: 40px;
    }
    .vote .present-body__prize > li:first-child {
      margin-left: 0;
    }
    .vote .present-body__prize > li.-oohigashi .fig {
      left: -140px;
    }
    .vote .present-body__prize > li.-higashi .fig {
      right: -150px;
    }
    .vote .present-body__prize > li .fig {
      position: absolute;
      bottom: -15%;
      width: auto;
    }
  }
.vote .mall {
    border: solid 4px #FF6B00;
    border-radius: 20px;
    overflow: hidden;
  }
.vote .mall-inner {
    padding: 20px;
  }
@media (min-width: 821px) {
    .vote .mall-inner {
      display: flex;
      align-items: center;
    }
  }
.vote .flow-ol {
    counter-reset: flow;
  }
.vote .flow-ol__item{
  font-size: 14px;
}
@media (min-width: 821px){
  .vote .flow-ol__item{
    font-size: 20px;
  }
}
.vote .flow-ol__item {
    border-top: dotted 1px #091B58;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2.5em;
    position: relative;
    counter-increment: flow;
  }
.vote .flow-ol__item:first-child {
    border-top: none;
  }
.vote .flow-ol__item:before {
    content: counter(flow);
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 2em;
    height: 2em;
    background: #091B58;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
  }
.vote .flow2-ol {
    counter-reset: flow2;
  }
@media (min-width: 821px) {
    .vote .flow2-ol {
      display: flex;
    }
  }
.vote .flow2-ol__item {
    text-align: center;
    position: relative;
    counter-increment: flow2;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 40px;
  }
@media (min-width: 821px) {
    .vote .flow2-ol__item {
      display: block;
      width: calc(100% - 180px);
      margin-left: 60px;
      margin-top: 0;
    }
  }
.vote .flow2-ol__item:before {
    content: counter(flow2);
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 2em;
    height: 2em;
    background: #091B58;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
  }
.vote .flow2-ol__item:after {
    content: "";
    display: block;
    background: url(../img/ico_arrow.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    rotate: 90deg;
    left: 50%;
    bottom: -30px;
    margin-left: -15px;
  }
@media (min-width: 821px) {
    .vote .flow2-ol__item:after {
      width: 40px;
      height: 40px;
      top: 50%;
      right: -50px;
      rotate: none;
      margin-left: 0;
      bottom: auto;
      left: auto;
    }
  }
.vote .flow2-ol__item:first-child {
    margin-left: 0;
  }
.vote .flow2-ol__item:last-child:after {
    display: none;
  }
.vote .flow2-ol__img {
    margin-bottom: 1px;
    width: 46%;
  }
@media (min-width: 821px) {
    .vote .flow2-ol__img {
      width: auto;
    }
  }
.vote .flow2-ol__txt{
  font-size: 12px;
}
@media (min-width: 821px){
  .vote .flow2-ol__txt{
    font-size: 16px;
  }
}
.board {
    background: #E1D2AF;
    padding: 80px 0;
  }
.board-inner {
    background: url(../img/bg_board.png) no-repeat #fff center top;
    background-size: 100% auto;
    padding: 0 5% 5%;
    border-radius: 20px;
  }
@media (min-width: 821px) {
    .board-inner {
      padding: 0 40px 40px;
    }
  }
.board-title {
    text-align: center;
  }
.board-title img {
    margin-top: -5%;
  }
@media (min-width: 821px) {
    .board-title img {
      margin-top: -50px;
    }
  }
.board-fig {
    width: 100%;
  }
.board-fig > li:first-child img {
    translate: -13% 0;
  }
.board-fig > li:last-child img {
    translate: 13% 0;
  }
@media (min-width: 821px) {
    .board-fig {
      display: flex;
      justify-content: space-between;
    }
    .board-fig > li:first-child img {
      translate: -5% 0;
    }
    .board-fig > li:last-child img {
      translate: 5% 0;
    }
  }
.board-h3{
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 821px){
  .board-h3{
    font-size: 26px;
  }
}
.board-h3 {
    display: inline-block;
    background: #FF6B00;
    color: #fff;
    padding: 4px 20px;
    border-radius: 8px;
  }
.board .badge {
    position: absolute;
    top: 0;
    right: 0;
    translate: 40% -40%;
    width: 30%;
    z-index: 1;
  }
@media (min-width: 821px) {
    .board .badge {
      width: auto;
      translate: 50% -50%;
    }
  }
.board-prize {
    position: relative;
    background: #FFF8E8;
    border-radius: 20px;
    padding: 5%;
  }
@media (min-width: 821px) {
    .board-prize {
      padding: 40px;
    }
  }
.board-prize__detail{
  font-size: 14px;
}
@media (min-width: 821px){
  .board-prize__detail{
    font-size: 20px;
  }
}
.board-prize__detail h4 span {
    background: #FF6B00;
  }
.board-prize .participant {
    text-align: center;
    color: #fff;
    padding: 15% 5% 0;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    font-weight: 900;
  }
@media (min-width: 821px) {
    .board-prize .participant {
      padding: 40px 40px 0;
    }
  }
.board-prize .participant:before, .board-prize .participant:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
  }
.board-prize .participant:before {
    left: 0;
    background: #E33631;
  }
.board-prize .participant:after {
    right: 0;
    background: #1555B1;
  }
.board-prize .participant__inner {
    position: relative;
    z-index: 2;
  }
.board-prize .participant__txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
.board-ph {
    display: flex;
  }
.board-ph img {
    width: 50%;
  }
@media (min-width: 821px) {
    .board-ph {
      display: block;
    }
    .board-ph img {
      width: auto;
      position: absolute;
      top: 50%;
      translate: 0 -50%;
    }
    .board-ph img.-oohigashi {
      left: 0;
    }
    .board-ph img.-higashi {
      right: 0;
    }
  }
.board-box {
    border: solid 4px #CA9F33;
    background: #fff;
    border-radius: 20px;
    padding: 5%;
  }
@media (min-width: 821px) {
    .board-box {
      padding: 40px;
    }
  }
.board-condition {
    text-align: left;
  }
.board-condition__step{
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 821px){
  .board-condition__step{
    margin-bottom: 0px;
    font-size: 22px;
  }
}
.board-condition__step {
    background: #CA9F33;
    border-radius: 100px;
    color: #fff;
    font-weight: 900;
    padding: 0px 40px;
  }
@media (min-width: 821px) {
    .board-condition__step {
      position: absolute;
      left: 0;
    }
  }
.board-condition > li{
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 821px){
  .board-condition > li{
    font-size: 20px;
  }
}
.board-condition > li {
    position: relative;
    padding: 16px 0;
    border-bottom: dotted 1px #ddd;
  }
@media (min-width: 821px) {
    .board-condition > li {
      padding-left: 180px;
    }
  }
.board-hint {
    border: solid 4px #FF6B00;
    padding: 0 3% 3%;
    border-radius: 10px;
  }
.board-hint .board-h3 {
    translate: 0 -30%;
  }
@media (min-width: 821px) {
    .board-hint .board-h3 {
      translate: 0 -50%;
    }
  }
.board-hint.-soon {
    position: relative;
    border-color: #aaa;
  }
.board-hint.-soon:before {
    content: "comingsoon";
    display: block;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-weight: 900;
    font-size: 20px;
  }
.board-hint.-soon .board-h3 {
    position: relative;
    z-index: 2;
    background: #7f7f7f;
    color: #aaa;
  }
.board-hint__head{
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 821px){
  .board-hint__head{
    font-size: 20px;
  }
}
.board-hint__head {
    padding: 5%;
    background: #FFF8E8;
    text-align: center;
    color: #FF6B00;
    border-radius: 6px;
  }
.board-hint__head:after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../img/ico_arrow.png);
    background-size: cover;
    rotate: 90deg;
    margin: 10px auto 0;
  }
@media (min-width: 821px) {
    .board-hint__head {
      padding: 20px;
    }
    .board-hint__head:before, .board-hint__head:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      background: url(../img/ico_arrow.png);
      rotate: 90deg;
      margin: 0 10px;
    }
  }
.board-hint__detail {
    position: relative;
  }
.board-hint__detail .head {
    font-weight: bold;
    font-size: 20px;
  }
@media (min-width: 821px){
  .board-hint__detail .head{
    text-align: left;
    font-size: 26px;
  }
}
.board-hint__detail .head {
    color: #FF6B00;
  }
.board-hint__detail .list {
    text-align: left;
  }
.board-hint__detail .list > li {
    padding-top: 6px;
    padding-bottom: 6px;
  }
.board-hint__detail > div {
    position: relative;
    padding: 20px 0;
  }
.board-hint__detail > div:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
  }
.board-hint__detail > div:first-child {
    padding-top: 0;
  }
.board-hint__detail > div:first-child:before {
    display: none;
  }
@media (min-width: 821px) {
    .board-hint__detail {
      display: flex;
    }
    .board-hint__detail > div {
      width: 50%;
      padding: 0 40px;
    }
    .board-hint__detail > div:before {
      width: 1px;
      height: 100%;
      left: 0;
      top: 0;
    }
  }
.board-comment span {
    color: #fff;
    -webkit-text-stroke: 4px #FF6B00;
    text-stroke: 4px #FF6B00;
    paint-order: stroke;
  }
@media (min-width: 821px) {
    .board-comment span {
      -webkit-text-stroke: 8px #FF6B00;
      text-stroke: 8px #FF6B00;
    }
  }
.sns{
  margin-bottom: 2rem;
  padding-top: 3rem;
}
.sns-ul {
    text-align: center;
  }
.sns-ul h3{
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 821px){
  .sns-ul h3{
    margin-bottom: 0px;
    display: inline-block;
  }
}
.sns-ul h3 {
    translate: 0 2px;
  }
.sns-ul img{
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}
.sns-ul__li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 821px){
  .sns-ul__li{
    display: inline-block;
    width: 24rem;
    border-width: 0px;
    border-left-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sns-ul__li:first-child{
    border-width: 0px;
  }
}
.sns a {
    transition: 0.4s;
  }
.sns a:hover {
    opacity: 0.7;
  }
.app{
  text-align: center;
}
.app img{
  display: inline-block;
}
.app-gapoli{
  margin-bottom: 1rem;
}
@media (min-width: 821px){
  .app-gapoli{
    margin-bottom: 0px;
  }
}
.app-apple{
  margin-left: 1rem;
  height: 2.5rem;
}
@media (min-width: 821px){
  .app-apple{
    height: 4rem;
  }
}
.app-google{
  margin-left: 1rem;
  height: 2.5rem;
}
@media (min-width: 821px){
  .app-google{
    height: 4rem;
  }
}
.app a {
    transition: 0.4s;
  }
.app a:hover {
    opacity: 0.7;
  }
.kiyaku-inner {
    overflow-y: scroll;
    padding-right: 20px;
    height: 400px;
  }
.kiyaku-inner h4 {
    font-weight: bold;
    margin-bottom: 0.8em;
  }
.kiyaku-inner p {
    margin-bottom: 1.8em;
  }
.kiyaku-inner p:last-of-type {
    margin-bottom: 0;
  }
.footer {
    background: #515457;
    text-align: center;
    padding: 40px 20px;
    color: #fff;
  }
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.-ml-8{
  margin-left: -2rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.w-1\/2{
  width: 50%;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-bottom{
  vertical-align: bottom;
}
.text-12px{
  font-size: 12px;
}
.text-14px{
  font-size: 14px;
}
.text-16px{
  font-size: 16px;
}
.text-18px{
  font-size: 18px;
}
.text-20px{
  font-size: 20px;
}
.text-22px{
  font-size: 22px;
}
.text-24px{
  font-size: 24px;
}
.text-26px{
  font-size: 26px;
}
.text-30px{
  font-size: 30px;
}
.text-32px{
  font-size: 32px;
}
.text-40px{
  font-size: 40px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 821px){
  .md\:-ml-0{
    margin-left: -0px;
  }
  .md\:-mt-6{
    margin-top: -1.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:text-18px{
    font-size: 18px;
  }
  .md\:text-20px{
    font-size: 20px;
  }
  .md\:text-22px{
    font-size: 22px;
  }
  .md\:text-26px{
    font-size: 26px;
  }
  .md\:text-30px{
    font-size: 30px;
  }
  .md\:text-32px{
    font-size: 32px;
  }
  .md\:text-36px{
    font-size: 36px;
  }
  .md\:text-40px{
    font-size: 40px;
  }
  .md\:text-46px{
    font-size: 46px;
  }
  .md\:text-60px{
    font-size: 60px;
  }
}