@charset "UTF-8";
/* フォント
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
/* ページ構成
---------------------------------------------------------- */
/*トミカヘッダー*/
#Tomica-wrapper {
  background-color: #fff;
}
/*くじエリア*/
.kuji-wrapper {
  width: 100%;
  height: auto;
  background-image: repeating-linear-gradient(transparent, transparent 48px, #13152f 48px, #13152f 71px, transparent 71px, transparent 95px, #13152f 71px, #13152f 190px, transparent 190px, transparent 214px, #13152f 214px, #13152f 238px, transparent 238px, transparent 380px), repeating-linear-gradient(90deg, transparent, transparent 48px, #13152f 48px, #13152f 71px, transparent 71px, transparent 95px, #13152f 71px, #13152f 190px, transparent 190px, transparent 214px, #13152f 214px, #13152f 238px, transparent 238px, transparent 380px);
  background-size: 380px 380px;
  background-color: #121b3c;
  background-blend-mode: multiply;
}
.kuji-contents {
  width: 960px;
  margin: 0 auto;
}
/*ボタンエリア*/
.button-wrapper {
  width: 100%;
  height: auto;
  background-color: #121b3c;
  padding: 1rem 0 2rem 0;
}
.button-contents {
  width: 960px;
  margin: 3em auto 2em;
}
/* レイアウト
---------------------------------------------------------- */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.box-inner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gold_box {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1em;
  position: relative;
  background-image: linear-gradient(180deg, rgba(244, 209, 107, 1) 10%, rgba(223, 187, 99, 1) 68%, rgba(237, 190, 86, 1) 90%);
}
.half_container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.half_box {
  width: 50%;
  height: auto;
}
/* ボタン
---------------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn, a.btn, button.btn {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn__gold {
  position: relative;
	width: 60%;
  color: #b1921b;
  border-right: 2px solid #cea82c;
  border-bottom: 5px solid #987c1e;
  border-left: 2px solid #ffed8b;
  border-radius: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(40%, #fffabe), color-stop(50%, #ffffdb), color-stop(70%, #fff5a0), to(#fdd456));
  background: -webkit-linear-gradient(right, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
  background: linear-gradient(-90deg, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
  text-shadow: -1px -1px 1px #ffffd9;
}
a.btn__gold {
  position: relative;
		width: 60%;
  color: #221C05
  border-right: 2px solid #cea82c;
  border-bottom: 5px solid #987c1e;
  border-left: 2px solid #ffed8b;
  border-radius: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(40%, #fffabe), color-stop(50%, #ffffdb), color-stop(70%, #fff5a0), to(#fdd456));
  background: -webkit-linear-gradient(right, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
  background: linear-gradient(-90deg, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
  text-shadow: -1px -1px 1px #ffffd9;
}
a.btn__gold:hover {
  margin-top: 3px;
  color: #221C05;
  border-right: 2px solid #cea82c;
  border-bottom: 3px solid #987c1e;
  border-left: 2px solid #ffed8b;
}
.txt_comingsoon {
  position: absolute;
  font-size: 2rem;
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
  color: #000;
  top: -30%;
  left: 35%;
  text-align: center;
}
/* その他
---------------------------------------------------------- */
/*トップコピー*/
.txt_copy {
  padding: 15px 0 50px 0;
}