@charset "UTF-8";
:root {
  --main-bg-color: #000000;
}

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

body img {
  width: 100%;
}

.cta {
  position: relative;
  z-index: 6;
}

.cta a {
  position: absolute;
  left: 5%;
  bottom: 25%;
  width: 90%;
  -webkit-animation: fuwa 2.5s infinite;
          animation: fuwa 2.5s infinite;
  z-index: 6;
}

.cta::before {
  content: "※20歳未満の方は利用できません";
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}

.cta a::before {
  content: "";
  position: absolute;
  bottom: -20%;
  right: 3%;
  width: 20%;
  height: 60%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  -webkit-animation: arrow 2.5s infinite;
          animation: arrow 2.5s infinite;
}

.cta_02 {
  background-image: url("../img/entry_bg.png");
}

.cta_02 .top_com {
  padding: 1em 0;
}

.cta_02 a img {
  padding: 0  1em 1.5em 1em;
}

.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);
  }
}

@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  40% {
    -webkit-transform: translateY(-5px) scale(1.03);
            transform: translateY(-5px) scale(1.03);
  }
  60% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80% {
    -webkit-transform: translateY(-5px) scale(1.03);
            transform: translateY(-5px) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes fuwa {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  40% {
    -webkit-transform: translateY(-5px) scale(1.03);
            transform: translateY(-5px) scale(1.03);
  }
  60% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80% {
    -webkit-transform: translateY(-5px) scale(1.03);
            transform: translateY(-5px) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

.video {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 56.25vh;
  height: 177.77777778vw;
  min-height: 100%;
  min-width: 100%;
}

.nayami {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 5% 5% 0 5%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.nayami::before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: -150px;
  height: 150px;
  position: absolute;
  left: 0;
}

.nayami::after {
  display: block;
  content: "";
  background-image: url(../img/kaza_01.png);
  background-position: center;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 10%;
  left: 0;
  position: absolute;
  bottom: -4%;
}

.nayami img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 0 5% 7% 5%;
}

.unmei {
  padding-top: 1em;
  padding-bottom: 2em;
}

.voice {
  background-color: rgba(255, 255, 168, 0.4);
  position: relative;
  padding: 5% 3% 0 3%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.voice::before {
  display: block;
  content: "";
  background-color: rgba(255, 255, 168, 0.4);
  width: 100%;
  top: -150px;
  height: 150px;
  position: absolute;
  left: 0;
}

.voice::after {
  display: block;
  content: "";
  background-image: url(../img/kaza_02.png);
  background-position: center;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 10%;
  left: 0;
  position: absolute;
  bottom: -1.4%;
}

.voice img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 0 5% 0 5%;
}

.voice p {
  padding: 0 5% 7% 5%;
  color: #ffffff;
  text-align: right;
  font-size: small;
  letter-spacing: -1px;
}

.step {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding: 10% 5% 5% 5%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: -1;
}

.step::after {
  display: block;
  content: "";
  background-image: url(../img/kaza_01.png);
  background-position: center;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 10%;
  left: 0;
  position: absolute;
  bottom: -3%;
}

.step img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 0 5% 5% 5%;
}

.yadoru {
  margin: 5% 5% 2% 5%;
}

/* フェードイン用のクラス */
.un_fadeIn {
  opacity: 0;
  /* 最初は非表示にしておく */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 動きを滑らかに */
}

.fadeIn {
  opacity: 1;
}

.rankbox_bg_lb {
  background-color: #4ba2ff !important;
}

.rankbox_blue {
  background-color: var(--main-bg-color);
  margin-bottom: 10px;
}

.rankbox_blue .title {
  color: #ffffff;
  font-size: 1.5em;
  padding: 0.7em 0.3em;
  letter-spacing: -1px;
  font-weight: bolder;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.rankbox_blue .title img {
  max-height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.rankbox_blue .content .point_balloon {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 1.5em 0.7em 1em 0.7em;
  padding: 0.5em 1em 1em 1em;
  position: relative;
}

.rankbox_blue .content .point_balloon::after {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 20px 15px 0 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rankbox_blue .content .point_balloon .point_img {
  max-width: 250px;
  width: 60vw;
  margin: 0.5em auto;
  display: block;
  text-align: center;
}

.rankbox_blue .btn_topcomment {
  width: 100%;
  text-align: center;
  padding: 0.3em;
  color: yellow;
  font-size: large;
  line-height: 1.3em;
}

.rankbox_blue .btn_comment {
  width: 100%;
  padding: 0.5em 0 2em 0;
}

.footer_menu {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.footer_menu .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer_menu .box a {
  width: 100%;
  text-align: center;
}

.footer_menu .box a img {
  width: 100%;
}

footer {
  background-color: color(srgb 0 0 0/0.4);
  padding: 1.5em;
  color: #ffffff;
}

footer ul {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5em;
}

footer ul li a {
  color: #ffffff;
}

footer ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer p {
  text-align: center;
}

.yarukoto_box h2 {
  background-color: color(srgb 0 0 0/0.4);
  color: #ffffff;
  padding: 1em 1em;
  font-size: 1.1em;
  margin: 0;
  font-weight: bold;
}

.yarukoto_box .w_back {
  background: white;
  color: #000000;
}

/* 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: color(srgb 0 0 0/0.4);
  color: #ffffff;
  -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;
  color: #333333;
  -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;
}

.line_entry_box .top {
  padding: 1em 0;
}

.line_entry_box .under {
  padding: 1em 0;
}

/* ポップアップ */
.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;
}

.check_box {
  color: #0C70B4;
  text-align: center;
  padding: 1em;
  background-color: #78CFDE;
}

.check_box .top_1em {
  margin-top: 1em;
}

.check_box .w_bg {
  background-color: #fff;
  padding: 2em;
  border-radius: 0.5em;
}

.check_box .w_bg h2 {
  padding: 0 0 1em 0;
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}

.check_box .w_bg .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.check_box .w_bg .check_list P {
  margin: -0.5em 0 0.5em 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
}

.check_box .w_bg .check_list input[type="radio"] {
  display: none;
}

.check_box .w_bg .check_list input[type="radio"] + label {
  position: relative;
  margin: 10px;
  display: inline-block;
  background-image: url("../img/check_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.check_box .w_bg .check_list input[type="radio"]:checked + label {
  background-image: url("../img/check_on.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.tpc {
  background-color: #ffffff;
}

.tpc .home {
  text-align: center;
  margin: 2em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: larger;
  font-weight: bold;
  color: #000000;
}

.tpc div {
  margin: 1em;
}

.tpc div h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.tpc div p {
  padding: 1em 0;
}

.tpc h2 {
  text-align: center;
  font-size: 1.5em;
  padding: 1.5em 0.5em;
  font-weight: bold;
  background-color: color(srgb 0 0 0/0.4);
  color: #fff;
}

.tpc table {
  margin: 1em;
  width: -webkit-fill-available;
}

.tpc table tbody tr td {
  border: 1px solid;
  padding: 0.5em;
  display: table-cell;
}

.tpc table tbody tr td:first-child {
  font-weight: bold;
  text-align: center;
  min-width: 8em;
}

.survey {
  margin-top: 3em;
}

.survey .question {
  text-align: center;
  border: solid 2px #333333;
  border-radius: 10px;
  margin: 10vw auto 0;
  padding-bottom: 15px;
  width: 95%;
}

.survey .question img {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

.survey .question label {
  display: block;
  margin: 1em 0;
  background: #ffffff;
  border: #333333 3px solid;
  font-size: 1.5em;
  padding: 0.5em;
  width: 80%;
  margin: 0.5em auto;
  border-radius: 100em;
}

.survey .question input[type="radio"] {
  display: none;
}

.survey .question input[type="radio"]:checked + label {
  background-color: color(srgb 0 0 0/0.4);
  border: #fff 3px solid;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #000000;
  left: calc(50% - 80px);
  position: relative;
  top: -15px;
}

.mail_btn {
  width: 95%;
  margin: auto;
  display: block;
}
/*# sourceMappingURL=style.css.map */