
@charset "UTF-8";
/*--------------------------------------------------------
Reset
--------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem; /*16px*/
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style: none;
}

img {
  vertical-align: bottom; /* 一番上の画像だけ注意。隙間が空く可能性あり */
  line-height: 0 !important;
  /* display:block; */
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

input:focus,
select:focus {
  outline: none;
}

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.bold {
  font-weight: bold;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.margin_b100 {
  margin-bottom: 100px;
}

.margin_b90 {
  margin-bottom: 90px;
}

.margin_b80 {
  margin-bottom: 80px;
}

.margin_b70 {
  margin-bottom: 70px;
}

.margin_b60 {
  margin-bottom: 60px;
}

.margin_b50 {
  margin-bottom: 50px;
}

.margin_b40 {
  margin-bottom: 40px;
}

.margin_b30 {
  margin-bottom: 30px;
}

.margin_b20 {
  margin-bottom: 20px;
}

.margin_b10 {
  margin-bottom: 10px;
}

.padding_t100 {
  padding-top: 100px;
}

.padding_t90 {
  padding-top: 90px;
}

.padding_t80 {
  padding-top: 80px;
}

.padding_t70 {
  padding-top: 70px;
}

.padding_t60 {
  padding-top: 60px;
}

.padding_t50 {
  padding-top: 50px;
}

.padding_t40 {
  padding-top: 40px;
}

.padding_t30 {
  padding-top: 30px;
}

.padding_t20 {
  padding-top: 20px;
}

.padding_t10 {
  padding-top: 10px;
}

@media screen and (max-width: 900px) {
  .margin_b100 {
    margin-bottom: 11%;
  }
  .margin_b90 {
    margin-bottom: 10%;
  }
  .margin_b80 {
    margin-bottom: 9%;
  }
  .margin_b70 {
    margin-bottom: 8%;
  }
  .margin_b60 {
    margin-bottom: 7%;
  }
  .margin_b50 {
    margin-bottom: 6%;
  }
  .margin_b40 {
    margin-bottom: 5%;
  }
  .margin_b30 {
    margin-bottom: 4%;
  }
  .margin_b20 {
    margin-bottom: 3%;
  }
  .margin_b10 {
    margin-bottom: 2%;
  }
  .padding_t100 {
    padding-top: 11%;
  }
  .padding_t90 {
    padding-top: 10%;
  }
  .padding_t80 {
    padding-top: 9%;
  }
  .padding_t70 {
    padding-top: 8%;
  }
  .padding_t60 {
    padding-top: 7%;
  }
  .padding_t50 {
    padding-top: 6%;
  }
  .padding_t40 {
    padding-top: 5%;
  }
  .padding_t30 {
    padding-top: 4%;
  }
  .padding_t20 {
    padding-top: 3%;
  }
  .padding_t10 {
    padding-top: 2%;
  }
}
.visible1800, .visible1000, .visible900, .visible750, .visible600, .visible500, .visible400, .visible320 {
  display: none;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*要素固定*/
.fixed {
  position: fixed;
  z-index: 999;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/*横幅*/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.disabled {
  pointer-events: none; /*リンクを無効にする*/
}

.cp {
  font-family: Verdana, "Droid Sans", "メイリオ", sans-serif;
}

.vh100 {
  height: 100%;
  min-height: 100vh;
}

/*--------------------------------------------------------
animation
--------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/***********
* pickup *
************/
@-webkit-keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1) ;
  }
  99.9%, to {
    transform: scale(1);
  }
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  99.9%, to {
    transform: scale(1);
  }
}
.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/***********
* falling_monery *
************/
@-webkit-keyframes falling_monery {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateY(100%) rotateY(360deg);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) rotateY(360deg);
  }
}
@keyframes falling_monery {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateY(100%) rotateY(360deg);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) rotateY(360deg);
  }
}
.falling_monery {
  opacity: 0;
}

.falling_monery.active {
  display: block;
  -webkit-animation-name: falling_monery;
          animation-name: falling_monery;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.falling_monery2 {
  opacity: 0;
}

.falling_monery2.active {
  display: block;
  -webkit-animation-name: falling_monery;
          animation-name: falling_monery;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*--------------------------------------------------------
フォント設定
--------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents {
  width: 900px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.contents-title{
  position: relative;
  margin-bottom: 5%;
}
.title_img{
  position: absolute;
  top: 0;
}
.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.contents1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img_center {
  margin-left: -450px;
}

/*--------------------------------------------------------
色設定
--------------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #adadad;
}


.bg_black {
  background-color: #333;
}
.bg_white {
  background-color: #fff;
}
.bg_red {
  background-color: #f00;
}
.bg_clear {
  background-color: transparent;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.iin_btn {
  top: -6%;
}

.iin_btn02 {
  top: 78.9%;
}

.outline {
  --x: 0 0 var(--text-outline--width, 1px) var(--text-outline--color, #000);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  --text-outline--width: 4px;
  --text-outline--color: #fff;
}

.reward {
  top: 29.3%;
  right: 24%;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  font-size: clamp(4rem , calc(0rem + 0.1111111111 * 100vw) , 10rem);
}
.reward__btn{
    position: absolute;
    top: 19.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  
 

}

.active{
  animation-timing-function: ease-in-out;
  display: block;
  -webkit-animation-name: headShake;
          animation-name: headShake;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;

  
	
 
}
.pick-click{
  pointer-events: none;
  opacity: 70%;

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

}



.iin_money {
  top: 28%;
  right: 0;
}
.finger{
  position: absolute;
  top: 0;
  right: 7%;
 
}

.iin_btn_i {
  
  top: 40%;
  left: 0;
  right: 0;
}

.iin_btn_i::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#myCanvas {
  top: 0;
  left: 50%;
  translate: -50%;
}

.iin_btn_line {
  position: absolute;
  top: 61%;
    
  
}

/* ↓ iPhoneのアニメーション用 */
#box1 {
  -webkit-animation: 3s linear infinite rotation1;
          animation: 3s linear infinite rotation1;
}

@-webkit-keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ↑ iPhoneのアニメーション用*/
.iin_bg {
  background: url(../img/iin_bg.png) repeat;
}

.outline2 {
  --x: 0 0 var(--text-outline--width, 1px) var(--text-outline--color, #000);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  --text-outline--width: 4px;
  --text-outline--color: #fff;
}

.privacy_head {
  font-size: clamp(1.6rem , calc(0.8rem + 0.0222222222 * 100vw) , 2.8rem);
  text-align: center;
}

.privacy_contents {
  line-height: 1.8;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.privacy_contents p {
  margin-bottom: 5%;
  font-size: clamp(1.2rem , calc(0.6666666667rem + 0.0148148148 * 100vw) , 2rem);
}

.privacy_subtitle {
  font-size: clamp(1.4rem , calc(0.6rem + 0.0222222222 * 100vw) , 2.6rem);
}

.icon {
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1rem;
  padding-left: 2.1em;
}
.icon::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/iin_06.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
}

footer {
  text-align: center;
  line-height: 1.8;
  
  right: 0;
}

.top_footer, .thanks_footer {

  bottom: 0;
  left: 0;
  right: 0;
}

.top_footer {
  color: #fff;
  bottom: 5%;
}
.top_footer .copyright,
.top_footer .copyright a {
  color: black;
}

.thanks_footer {

  bottom: 1%;
}
.thanks_footer .copyright,
.thanks_footer .copyright a {
  color: black;
}

.copyright {
  padding: 1% 0;
}

.copyright,
.copyright a {
  font-size: clamp(1.2rem , calc(0rem + 0.0333333333 * 100vw) , 3rem);
}

.copyright a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
↓↓↓ フォーム部分 ↓↓↓
--------------------------------------------------------*/
form {
  color: #333;
  font-size: 1.5rem;
}

.err_msg {
  color: #f00;
}

.form {
  width: 90%;
}

.form_item {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
  line-height: 1.8;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  width: 96%;
  padding: 1% 2% 1% 2%;
  display: block;
  background-color: #fff;
  border: 1px solid #333;
  /* border-radius: 10px; */
}

input::-webkit-input-placeholder {
  padding-top: 0.1rem;
} /*iphone対応*/
input:disabled {
  opacity: 0.8;
}

select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルトのスタイルを無効 */
}
select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

textarea {
  height: 10rem;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-placeholder {
  color: #adadad;
}

::placeholder {
  color: #adadad;
}

.form_title {
  font-size: 2.5em;
}

.form_frame {
  width: 68%;
  margin-bottom: 5rem;
}

.form_field {
  font-size: 2.5rem;
}
.form_field input[type=text],
.form_field input[type=email],
.form_field input[type=password],
.form_field select,
.form_field textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 1% 2% 1% 2%;
  border: 1px solid #333;
}
.form_field label,
.form_field input[type=radio] {
  cursor: pointer;
}
.form_field p:first-child {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

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

.err_msg {
  color: #f00;
  font-size: 0.8em;
}

.include_text_wrap {
  width: 80%;
  padding: 1% 1% 1% 2%;
  border: 2px solid #333;
  border-radius: 5px;
}

.include_text {
  height: 15rem;
  padding-right: 1%;
  overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
  width: 15px;
  -webkit-appearance: none;
}
.scroll::-webkit-scrollbar-thumb {
  background: #f00;
}

/********
ラジオボタン
********/
.radio-input {
  -webkit-appearance: none;
  position: absolute;
}

.radio-parts {
  position: relative;
  display: flex;
  align-items: center;
}
.radio-parts::before {
  content: "";
  display: block;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #333;
  width: 16px;
  height: 16px;
}
.radio-input:checked + .radio-parts::after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #333;
}

/********
チェックボックス
********/
.check_box {
  cursor: pointer;
}

.check_btn {
  /* チェックボックスとテキストの上下を中央に */
  align-items: center;
  display: flex;
}

.radio_box input {
  display: none; /* デフォルトのチェックボックスを非表示 */
}

.radio_box_wrapper li .radio_box input + .radio_btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 393px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*--------------------------------------------------------
↑↑↑ フォーム部分 ↑↑↑
--------------------------------------------------------*/


/* @keyframes headShake {
  0% {
      transform: translateX(0px);
  }
  6.5% {
      transform: translateX(-6px) ;
  }
  18.5% {
      transform: translateX(5px) ;
  }
  31.5% {
      transform: translateX(-3px) ;
  }
  43.5% {
      transform: translateX(2px);
  }
  49.9%, to {
      transform: translateX(0px);
  }
} */
@keyframes headShake {
  0% {
      transform: translateX(0);
  }
  6.5% {
      transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
      transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
      transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
      transform: translateX(2px) rotateY(3deg);
  }
  49.9%, to {
      transform: translateX(0);
  }
}
/* @-webkit-keyframes headShake {
  0% {
      transform: translateX(0px);
  }
  6.5% {
      transform: translateX(-6px);
  }
  18.5% {
      transform: translateX(5px);
  }
  31.5% {
      transform: translateX(-3px);
  }
  43.5% {
      transform: translateX(2px) ;
  }
  49.9%, to {
      transform: translateX(0px);
  }
} */
@-webkit-keyframes headShake {
  0% {
      transform: translateX(0);
  }
  6.5% {
      transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
      transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
      transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
      transform: translateX(2px) rotateY(3deg);
  }
  49.9%, to {
      transform: translateX(0);
  }
}
/* 追記 */
/* privacy page */
.return-container{
  position: relative;
}
.return-btn{
  position: absolute;
  bottom: 0;
}

/* law page */
.iin_05{
  position: relative;
}
.law-text{
  position: absolute;
  top: 0;
}
.privacy-text{
  display: flex;
  align-items:center ;
  /* justify-content: center; */
  gap: 4rem;
}
.bold{
  font-weight: 200;
}
.privacy-text-container{
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.privacy-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4rem 0;
  height: 100%;
  gap: 40px;
  
  
  
}
.amount{
  font-weight: 1000;
}
.hand{
  position: absolute;
  top: 0;
  z-index: 111111;
}
.privacy-policy{
  margin-top: 4rem;
}
.law-footer{
  margin-top: auto;
}
.law-body{
  height: 100vh;
  position: relative;
}