@charset "UTF-8";
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

h2 img {
  width: 100%;
}

h2 {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

b {
  font-weight: 700;
}

.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.img_w80 {
  width: 80%;
  margin: auto;
  display: block;
}

.img_w70 {
  width: 70%;
  margin: auto;
  display: block;
}

.top {
  position: relative;
}

.top div {
  position: absolute;
  bottom: 0.8em;
  display: block;
  width: -webkit-fill-available;
  text-align: center;
}

.top div a img {
  width: 90%;
  margin: auto;
}

.top_entry_btn p {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  color: red;
  margin: 0;
  padding: 0;
}

.top_entry_btn .img01 {
  padding: 0em 1em 1em 1em;
}

.top_entry_btn .img02 {
  padding: 1em 2em;
}

.div01 {
  padding: 1em 0.5em 0.5em 0.5em;
  font-size: 1.2em;
  background: #f39800;
}

.div01 div {
  background: #ffffff;
  border-radius: 5px;
  padding: 1em;
  font-weight: 500;
  color: var(--dark);
}

.div01 div b {
  color: var(--pink);
}

.div02 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  padding: 1em 0;
}

.div02 .pink {
  font-size: 2em;
  color: var(--pink);
}

.line {
  padding: 1em;
  background: #3db6d8;
  color: white;
}

.line h3 {
  text-align: center;
  display: block;
  background: #ffffff;
  padding: 0.3em;
  color: #2fa4c5;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.5em;
}

.line .com01 {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}

.line .btn {
  display: block;
  background: #00B900;
  text-align: center;
  border-radius: 50px;
  font-size: 1.3em;
  padding: 0.8em 0.2em;
  font-weight: bold;
  color: white;
  border: solid #018c01 3px;
  text-decoration: none;
}

.balloon1 {
  position: relative;
  display: block;
  margin: 0.5em auto 1.5em auto;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80%;
  color: #FF5722;
  font-size: 16px;
  background: #fffdc5;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fffdc5;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.voice {
  padding: 0.5em 1em;
}

.voice img {
  padding: 5px;
  border: 1px solid #dae0e5;
  margin-bottom: 1em;
}

.voice h3 {
  font-size: 1.3em;
  border-bottom: #f36700 solid 3px;
  padding-bottom: 0.5em;
}

.voice p {
  padding: 0.5em;
  font-size: 0.9em;
  margin: 0;
}

.tokutyou {
  padding: 1em;
}

.tokutyou img {
  padding: 5px;
  border: 1px solid #dae0e5;
  margin-bottom: 0.5em;
}

.tokutyou h3 {
  font-size: 1.3em;
  border-bottom: #f36700 solid 3px;
  padding-bottom: 0.5em;
}

.tokutyou p {
  padding: 0.5em;
  font-size: 0.9em;
  margin: 0;
}

.ranking_toha {
  padding: 1em;
}

.ranking_toha img {
  padding: 5px;
  border: 1px solid #dae0e5;
  margin-bottom: 0.5em;
}

.ranking_toha h3 {
  font-size: 1.3em;
  border-bottom: #f36700 solid 3px;
  padding-bottom: 0.5em;
}

.ranking_toha p {
  padding: 0.5em;
  font-size: 0.9em;
  margin: 0;
}

.qa {
  background: #f39800;
  padding: 1em;
}

.qa h3 {
  background: white;
  padding: 0.5em;
  border-radius: 5px;
  font-size: 1.5em;
  margin-bottom: 2px;
  line-height: inherit;
}

.qa h3 span {
  font-weight: bold;
  background: #f39800;
  padding: 0.1em 0.3em;
  border-radius: 5px;
  color: white;
  margin-right: 0.5em;
}

.qa p {
  background: white;
  padding: 0.8em;
  border-radius: 5px;
  font-size: 1em;
}

.step {
  position: relative;
  padding: 1em;
  background: var(--light);
  z-index: 0;
}

.step h3 {
  background: #a9ecff;
  color: #008aff;
  padding: 0.3em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 2;
}

.step p {
  padding: 1em;
  background: white;
  position: relative;
  top: -1em;
  left: 0em;
  z-index: -1;
  max-width: 35em;
  margin-bottom: 0;
}

.square_btn01 {
  background: #e2dbd1;
  padding: 1em 0;
}

.square_btn01 .a01 {
  display: block;
  background: #00B900;
  border-bottom: 5px solid #008200;
  padding: 0.5em;
  width: 90%;
  border-radius: 5px;
  margin: auto;
  color: white;
  font-size: 2em;
  font-weight: bold;
}

.square_btn01 .a01:hover {
  color: white;
  text-decoration: none;
}

.square_btn01 .a02 {
  padding: 0.5em 1em;
  display: block;
  color: #8e5141;
  text-decoration: underline;
  font-weight: bold;
  background: #ffc25b;
  width: 70%;
  font-size: 0.8em;
  margin: 0.5em auto 0 auto;
}

.rankcss {
  margin: 1em 5px;
  padding: 20px;
  border: solid 3px #1D2089;
  border-radius: 10px;
}

.rankcss .btnbox .a01 {
  display: block;
  background: #00B900;
  border-bottom: 5px solid #008200;
  padding: 0.5em;
  width: 90%;
  border-radius: 5px;
  margin: auto;
  color: white;
  font-size: 2em;
  font-weight: bold;
  margin: 1em auto;
}

.rankcss .btnbox .a01:hover {
  color: white;
  text-decoration: none;
}

.rankcss .btnbox .a02 {
  padding: 0.5em 1em;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  width: 70%;
  font-size: 0.8em;
  margin: 0.5em auto 0 auto;
}

footer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1D2087;
  width: 100%;
  bottom: 0;
  max-width: 900px;
  padding-bottom: 1.5em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer div {
  display: inline-block;
  width: 23%;
  text-align: center;
  font-size: 0.9em;
}

footer div i {
  font-size: 1.5em;
  padding-top: 0.3em;
}

footer div a {
  color: white;
  font-weight: bold;
  display: block;
  width: 100%;
}

footer div a:link {
  color: white;
  text-decoration: none;
}

footer div a:visited {
  color: white;
  text-decoration: none;
}

footer div a:hover {
  color: white;
  text-decoration: none;
}

footer div a:active {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  footer .over_font {
    font-size: 3vw;
  }
}

@media screen and (min-width: 481px) {
  footer .over_font {
    font-size: 1vw;
  }
}

th.title {
  text-align: center;
  background: #f36700;
  color: white;
  font-size: 1.5em;
  padding: 0.3em;
}

table.details {
  margin: 1em auto;
}

table.details i {
  color: var(--warning);
  font-size: 1.5em;
}

th {
  padding: 0.5em;
  background: #f8f9fa;
}

td {
  padding: 1em;
}

th.text {
  background: #fffdc5;
}

.yarukoto_box h2 {
  background: white;
  color: #0C70B4;
  padding: 1em 1em;
  font-size: 1.1em;
  margin: 0;
  font-weight: bold;
}

/* Variables
 ------------------------------------------------------------- */
/* Animation from Animate.css
 ------------------------------------------------------------- */
@-webkit-keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* Foundation
   ------------------------------------------------------------- */
.yarukoto_box {
  background-color: #F2F2F2;
  color: #546775;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0.5em;
}

/* Container
   ------------------------------------------------------------- */
.card {
  -webkit-animation: cardEnter 0.75s ease-in-out 0.5s;
  animation: cardEnter 0.75s ease-in-out 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 80%;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  opacity: 0;
}

/* Individual Controls
   ------------------------------------------------------------- */
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 49px;
  display: block;
  cursor: pointer;
}

.radio:hover .inner {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0.5;
}

.radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.radio input:checked + .outer {
  border: 3px solid #f08b3b;
}

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  background-color: #e67012;
}

.radio .outer {
  height: 26px;
  width: 26px;
  display: block;
  float: left;
  margin: 10px 9px 10px 10px;
  border: 3px solid #0c70b4;
  border-radius: 50%;
  background-color: #fff;
}

.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 16px;
  width: 16px;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #f08b3b;
  opacity: 0;
}

.rankbox_blue {
  background: #3C86E6;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  width: 95%;
}

.rankbox_blue .title {
  color: white;
  display: block;
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.rankbox_blue .title .crown {
  width: 40px;
}

.rankbox_blue .content {
  background: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.rankbox_blue .content .sam {
  width: 100%;
  display: block;
  margin: auto auto 10px auto;
  border: #CCCCCC 1px solid;
  padding: 3px;
}

.rankbox_blue .content .mini_title {
  width: 60%;
  max-width: 340px;
  font-size: large;
}

.rankbox_blue .content .mini_red {
  border: solid #FB4047 3px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_blue .content .mini_blue {
  border: solid #3082DB 3px;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_blue .content .btn {
  width: 100%;
  margin-top: 5px;
}

.rankbox_gray {
  background: #9C9C9C;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  width: 95%;
}

.rankbox_gray .title {
  color: white;
  display: block;
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.rankbox_gray .title .crown {
  width: 40px;
}

.rankbox_gray .content {
  background: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.rankbox_gray .content .sam {
  width: 100%;
  display: block;
  margin: auto auto 10px auto;
  border: #CCCCCC 1px solid;
  padding: 3px;
}

.rankbox_gray .content .mini_title {
  width: 60%;
  max-width: 340px;
  font-size: large;
}

.rankbox_gray .content .mini_red {
  border: solid #FB4047 3px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_gray .content .mini_blue {
  border: solid #3082DB 3px;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_gray .content .btn {
  width: 100%;
  margin-top: 5px;
}

.rankbox_linecolor {
  background: #00B900;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  width: 95%;
}

.rankbox_linecolor .title {
  color: white;
  display: block;
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.rankbox_linecolor .title .crown {
  width: 40px;
}

.rankbox_linecolor .content {
  background: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.rankbox_linecolor .content .sam {
  width: 100%;
  display: block;
  margin: auto auto 10px auto;
  border: #CCCCCC 1px solid;
  padding: 3px;
}

.rankbox_linecolor .content .mini_title {
  width: 60%;
  max-width: 340px;
  font-size: large;
}

.rankbox_linecolor .content .mini_red {
  border: solid #FB4047 3px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_linecolor .content .mini_blue {
  border: solid #3082DB 3px;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_linecolor .content .btn {
  width: 100%;
  margin-top: 5px;
}

.rankbox_blue {
  background: #3C86E6;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  width: 95%;
}

.rankbox_blue .title {
  color: white;
  display: block;
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.rankbox_blue .title .crown {
  width: 40px;
}

.rankbox_blue .content {
  background: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.rankbox_blue .content .sam {
  width: 100%;
  display: block;
  margin: auto auto 10px auto;
  border: #CCCCCC 1px solid;
  padding: 3px;
}

.rankbox_blue .content .mini_title {
  width: 60%;
  max-width: 340px;
  font-size: large;
}

.rankbox_blue .content .mini_red {
  border: solid #FB4047 3px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_blue .content .mini_blue {
  border: solid #3082DB 3px;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_blue .content .btn {
  width: 100%;
  margin-top: 5px;
}

.rankbox_gray {
  background: #9C9C9C;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  width: 95%;
}

.rankbox_gray .title {
  color: white;
  display: block;
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.rankbox_gray .title .crown {
  width: 40px;
}

.rankbox_gray .content {
  background: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.rankbox_gray .content .sam {
  width: 100%;
  display: block;
  margin: auto auto 10px auto;
  border: #CCCCCC 1px solid;
  padding: 3px;
}

.rankbox_gray .content .mini_title {
  width: 60%;
  max-width: 340px;
  font-size: large;
}

.rankbox_gray .content .mini_red {
  border: solid #FB4047 3px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_gray .content .mini_blue {
  border: solid #3082DB 3px;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_gray .content .btn {
  width: 100%;
  margin-top: 5px;
}

.rankbox_linecolor {
  background: #00B900;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  width: 95%;
}

.rankbox_linecolor .title {
  color: white;
  display: block;
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.rankbox_linecolor .title .crown {
  width: 40px;
}

.rankbox_linecolor .content {
  background: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.rankbox_linecolor .content .sam {
  width: 100%;
  display: block;
  margin: auto auto 10px auto;
  border: #CCCCCC 1px solid;
  padding: 3px;
}

.rankbox_linecolor .content .mini_title {
  width: 60%;
  max-width: 340px;
  font-size: large;
}

.rankbox_linecolor .content .mini_red {
  border: solid #FB4047 3px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_linecolor .content .mini_blue {
  border: solid #3082DB 3px;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
}

.rankbox_linecolor .content .btn {
  width: 100%;
  margin-top: 5px;
}

/* ポップアップ */
.popup-area {
  display: none;
  width: 80vw;
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.popup-area img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 980px) {
  .popup-area {
    width: auto;
    max-width: 460px;
  }
}

.popup-area button {
  margin: 30px auto 0;
}

.popup-area .icon {
  font-size: 3em;
  color: red;
}

/* 背景色 */
.cover-eml {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pickup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pickup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */