@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}
::-moz-selection {
  background-color: rgba(80, 98, 160, 0.4);
}
::selection {
  background-color: rgba(80, 98, 160, 0.4);
}

html {
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
 "Segoe UI",
 "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
 sans-serif;
  font-weight: 500;
  color: #333;
  background-color: #eee;
  font-size: min(4vw,30px);
  height: 100%;
  font-feature-settings: "pkna";
}

a {
  text-decoration: underline;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #0b0a50;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

p {
  margin: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

label {
  margin-bottom: 0;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.button {
  font-size: min(4.8vw,36px);
  line-height: 2.4;
  border-radius: 1.2em;
  background-color: #fff100;
  border: 2px solid #333;
  text-align: center;
  font-weight: 700;
  color: #333;
  position: relative;
}

.button a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.button button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: inherit;
  color: inherit;
}

.button--back {
  margin: 1em 2em;
  background-color: #fff;
  border-color: #fff;
}

.button--top {
  border-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button--top::after {
  position: absolute;
  content: "";
  right: .5em;
  top: 50%;
  width: 1em;
  height: 1em;
  transform: translateY(-50%) rotate(270deg);
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button--top.is-disabled::after {
  display: none;
}

.button--ex::after {
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url(../images/icon_ex.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .3s;
}

.button--get {
  margin-bottom: 1em;
}

.button.is-disabled {
  background-color: #ccc;
  color: #999;
  border-color: #999;
  pointer-events: none;
}

.container {
  background-color: #fff;
  border-radius: .7em;
  margin: 2em 1.2em 1.2em;
  padding: 1.2em 1.3em 1.8em;
}

.container span {
  display: block;
}

.container--error {
  text-align: center;
  background-color: #efd7d7;
  color: #b32c36;
  padding: 1.2rem 0.7em 1.2rem;
}

.container__title {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: .7em;
}

.wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.Cookie__title {
  font-size: min(5.86667vw,44px);
  text-align: center;
  margin-bottom: 0.5em;
}

.Cookie__faq {
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #ccc;
}

.Cookie__faq ._q {
  color: #0b0a50;
  margin-bottom: 0.5em;
}

.Cookie__faq ._q::before {
  content: "Q:";
}

.Cookie__faq ._a::before {
  content: "A:";
  color: #cc0000;
  font-weight: 700;
}

.Coupon {
  text-align: center;
}

.Coupon__note {
  width: 18em;
  margin-left: auto;
  margin-right: auto;
  color: #cc0000;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.875em;
  margin-bottom: 1em;
  text-align: left;
}

.Coupon__caution {
  background-color: #faf6c9;
  padding: 1em .7em;
  border-radius: .3em;
  margin-bottom: 1em;
  color: #0b0a50;
  font-weight: 700;
  font-feature-settings: "palt";
}

.Input__label {
  display: block;
  font-weight: 800;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0.33em;
}

.Input__input {
  display: block;
  width: 100%;
  padding: .67em .5em;
  margin-bottom: 1.5em;
  border-radius: .33em;
  font-size: clamp(16px, 4.27vw, 32px);
}

.Input__input::-moz-placeholder {
  color: #ccc;
}

.Input__input:-ms-input-placeholder {
  color: #ccc;
}

.Input__input::placeholder {
  color: #ccc;
}

.Input__error {
  background-color: #f8dedf;
  color: #cc0000;
  border-radius: .5em;
  text-align: center;
  padding: .5em;
  margin-top: -0.5em;
  margin-bottom: 1.5em;
}

.Note {
  background-color: #fff;
  margin: 2em 2.5em 2em;
}

.Note__title {
  font-size: min(4.8vw,36px);
  font-weight: 700;
  border: 2px solid #333;
  text-align: center;
  padding: .3em;
  position: relative;
  cursor: pointer;
}

.Note__title::after {
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .3s;
}

.Note__title.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.Note__content {
  padding: 0.7em 0.7em 1.2em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}

.Terms {
  padding-top: .3em;
}

.Terms__heading {
  background-color: #fff100;
  text-align: center;
  padding: 1em;
  position: relative;
  cursor: pointer;
}

.Terms__heading::after {
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .3s;
}

.Terms__heading.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.Terms__content {
  background-color: #fff;
  padding: 1em;
}

.Terms__item {
  margin-bottom: 1em;
}

.Terms__item ._title:before {
  content: "■";
  color: #0b0a50;
}

.Terms__item ._content {
  padding-left: 1em;
}

.Top-LinkBtn {
  margin-top: 1em;
  margin-bottom: 60px;
}

.Top-LinkBtn ._link {
  position: relative;
  display: block;
}

.Top-LinkBtn ._link ._handIcon {
  position: absolute;
  top: 64%;
  right: 5%;
  width: 13%;
}

.Top-ParticipatedBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110%;
  padding: 0.8em 0;
  border: solid 3px #999;
  border-radius: 1.2em;
  margin-top: 0.9em;
  margin-bottom: 1.9em;
  margin-left: -5%;
  background-color: #ccc;
  color: #999;
  font-size: 1.75em;
  line-height: 1;
  font-weight: 700;
}

.Top__wrap {
  padding: 0 1.2em;
}

.Top__heading {
  margin: 1.7em 0 1em;
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.Top__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Top__item {
  flex: 0 0 100%;
  border-radius: .7em;
  padding: .8em .5em 2em;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
}

.Top__item hr {
  border: 1px dashed #333;
  margin: .5em 1em 1em;
}

.Top__item ._large {
  font-size: 1.5em;
}

.Top__item ._small {
  font-size: 0.8em;
  font-feature-settings: "palt";
}

.Top__item ._smallest {
  font-size: 0.5em;
  font-feature-settings: "palt";
}

.Top__item--narrow {
  flex: 0 0 calc(50% - .5em);
}

.Top__item--prizeTitle {
  width: 100%;
  margin: 0 auto;
}

.Top__item--prizeTitle img {
  width: 100%;
}

.Top__item--prizeImg {
  margin: 0 auto 16px;
}

.Top__item--prizeImg._10000coin {
  width: 61%;
}

.Top__item--prizeImg._1000coin {
  width: 53%;
}

.Top__item--prizeImg._10coin {
  width: 35%;
  margin-bottom: 23px;
}

.Top__item--prizeImg img {
  width: 100%;
}

.prize {
  width: 20em;
  height: 20em;
}

/* space */
.mb-s {
  margin-bottom: .5em;
}

.mb-m {
  margin-bottom: 1em;
}

.mb-l {
  margin-bottom: 1.5em;
}

/* color */
.pink {
  color: #0b0a50;
}

.blue {
  color: #255fac;
}

.purple {
  color: purple;
}

.red {
  color: #cc0000;
}

.orange {
  color: #FF3C00;
}

.green {
  color: #009837;
}

.gray {
  color: gray;
}

.pinkBg {
  background-color: lavenderblush;
  padding: .7em;
}

.redBg {
  background-color: #cc0000;
  text-align: center;
  color: #fff;
}

/* font */
.bold {
  font-weight: 700;
}

.large {
  font-size: 1.2em;
}

.small {
  font-size: 0.875em;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.palt {
  font-feature-settings: "palt";
}

/* list */
.circle {
  text-indent: -1em;
  padding-left: 1em;
}

.circle li::before {
  content: "\025cf";
}

.disc {
  text-indent: -1em;
  padding-left: 1em;
}

.disc li::before {
  content: "\030fb";
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

#overlay_loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}


ul.o-list-kome { list-style: none; margin: 0; padding: 0}
ul.o-list-kome li { line-height: 1.4; margin-bottom: 16px; padding-left: 30px; position: relative; text-align: justify}
ul.o-list-kome li:last-child { margin-bottom: 0}
ul.o-list-kome li:before { content: "※"; left: 0; position: absolute; top: 0}



.twitter_share_button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 30px;
  padding: 0 25px;
  background-color: #1d9bf0;
  color: #fff;
}

a.twitter_share_button{
  color: #fff;
  text-decoration: none;
}

.twitter_share_button i{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: transparent 0 0 no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M18.244%202.25h3.308l-7.227%208.26%208.502%2011.24H16.17l-5.214-6.817L4.99%2021.75H1.68l7.73-8.835L1.254%202.25H8.08l4.713%206.231zm-1.161%2017.52h1.833L7.084%204.126H5.117z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M18.244%202.25h3.308l-7.227%208.26%208.502%2011.24H16.17l-5.214-6.817L4.99%2021.75H1.68l7.73-8.835L1.254%202.25H8.08l4.713%206.231zm-1.161%2017.52h1.833L7.084%204.126H5.117z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-size: cover;
}

.enterance-message{
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.mogiri-enterance-message{
  text-align: center;
  padding: 80px 0;
}


/**
 * checkbox見た目
 */
.checkboxd{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}
.checkboxd input[type=checkbox]{
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}
.checkboxd .checkboxd-text{
  position: relative;
  display: block;
  padding-left: 45px;
}
.checkboxd .checkboxd-text::before{
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  top: calc(50% - 16px);
  left: 0px;
  border: 2px solid #c8c8c8;
  background-color: #fff;
}
.checkboxd .checkboxd-text::after{
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 12px;
  top: calc(50% - 13px);
  left: 4px;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 0 #0b0a50;
  opacity: 0;
}
.checkboxd input[type=checkbox]:checked + .checkboxd-text::after{
  opacity: 1;
}


/**
 * mogiri tel
 */
.mogiri-tel-wrap{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.mogiri-tel-wrap > * + * {
  margin-top: 20px;
}
.mogiri-tel-title{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #444;
  color: #fff;
  font-weight: bold;
}
.mogiri-tel-num{
  text-align: center;
  font-weight: bold;
}
.mogiri-tel-wrap p{
}




.footer-term-note {
  background-color: #fff;
  margin: 2em 1em 3em;
}

.footer-term-note__title {
  font-size: min(4.0vw, 30px);
  font-weight: 700;
  border: 2px solid #333;
  text-align: center;
  padding: .6em 0;
  position: relative;
  cursor: pointer;
}

.footer-term-note__title::after {
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .3s;
}

.footer-term-note__title.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.footer-term-note__content {
  padding: 40px 40px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}

.footer-term-note__content > * + *{
  margin-top: 40px;
}

.footer-term-note__block-title{
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-term-note__block-title::before{
  content: "■";
  display: inline-block;
  margin-right: 0.25em;
  color: #0b0a50;
}

.footer-term-note__block-content p,
.footer-term-note__block-content li
{
  text-align: justify;
}


.coin-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 4em;
  border-radius: 2em;
  background-color: #fff100;
  border: 2px solid #333;
  text-align: center;
  font-weight: 700;
  color: #333;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: min(4.8vw, 36px);
}


.coin-button.--red {
  background-color: #0b0a50;
  color: #fff;
}

.coin-button .__1 {
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.coin-button .__2 {
  font-size: 1.2em;
  line-height: 1.2;
}
