@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&family=Zen+Maru+Gothic&display=swap');

@font-face {
  font-family: "myFont";
  src: url("f/cc.eot?") format('eot'),
       url("f/cc.woff") format('woff');
}

::selection {
  background: rgba(255, 99, 71, 0.4);
}

body {
  overflow: hidden;
  color: white;
  font-family: 'myFont', 'Zen Maru Gothic', sans-serif;
  font-size: 1.2em;
  background-color: #0000ff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.content-box {
  text-align: center;
  display: block;
  max-width: 100%;
  border: solid 0px #000;
  padding: 20px;
  margin: 0 auto;
  border-radius: 25px;
}

.border-box {
  padding: 20px;
}

.container {
  width: 50%;
}

.text00 {
  background-image: linear-gradient(to right, #F10000 1%, #9000FF 30%);
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 20px 10px; /* 上下のパディングを増やして帯幅を太くする */
  border-radius: 10px;
}

.text01 {
  background-image: linear-gradient(to right, #F10000 5%, #9000FF 92%);
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.text02 {
  font-size: 0.9em;
  color: white;
  background-color: rgba(255, 0, 0, 0);
  display: inline-block;
  width: 100px;
}

.text03 {
  font-size: 30vw;
  color: white;
  display: inline-block;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #ffffff;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 479px) {
  body:after {
    background: #ffd700;
    background-repeat: no-repeat;
    content: "";
    position: fixed;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-position: center 90%;
    background-image: url('text/gummies_run_2.gif');
    background-size: 80%;
  }

  .text, textarea, .dropdown {
    border: 1px solid #777;
    padding: 5px;
    color: #999;
    background: #fff;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #eee, #fff);
    -moz-border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff);
    zoom: 1;
  }
}
