@charset "UTF-8";
/* ========================================

    --------------------
    lot_new.css
    -------------------

========================================== */
/* base
------------------------------ */
.svg_parts {
  display: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  -webkit-text-size-adjust: none;
  background: #fff;
  height: 100%;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-justify: inter-ideograph;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

::-moz-selection {
  background: #0d0d0d;
  color: #fff;
}

::selection {
  background: #0d0d0d;
  color: #fff;
}

::-moz-selection {
  background: #0d0d0d;
  color: #fff;
}

a {
  color: #333;
}

/* form
------------------------------ */
/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

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

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password] {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #eaebee;
  font-size: 15px;
  line-height: 1.8;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #eaebee;
  font-size: 15px;
  line-height: 1.8;
}

.form--input {
  margin: 1em 0;
}

.form__checkbox .form--item .btn {
  margin: 1em 0;
}

.form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.form__checkbox label .txt--basic {
  padding: 0.5em 0.5em 0.5em 1.6em;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.form__checkbox label .txt--basic.attention_02 {
  display: none;
}

.form__checkbox label .txt--sub {
  padding: 0 0 0 2.2em;
}

.form__checkbox label .txt--basic::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  border-radius: 0.2em;
  border: 1px solid #eaebee;
  background: #fff;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.form__checkbox label .txt--basic::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 1.1em;
  left: 0.1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.form__checkbox :checked ~ .txt--basic::before {
  background: #333;
  border-color: #333;
}

.form__checkbox :checked ~ .txt--basic::after {
  opacity: 1;
}

.label-stamp input.input_submit,
.label-keyword input.input_submit {
  margin: 0 auto;
  padding: 4px 0.75em;
  display: block;
  border-radius: 3em;
  background-color: #fff;
  border: 2px solid #eaebee;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 95%;
  max-width: 100%;
  white-space: break-spaces;
}

.form__checkbox .form--item.disabled .btn--main {
  background-color: #e8e8e8;
  color: #c1bdb7;
  -webkit-box-shadow: 0 0 0 2px e1e0e0 inset;
          box-shadow: 0 0 0 2px e1e0e0 inset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

body {
  color: #333;
  font-family: YakuHanJP, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  background: transparent;
}

#wrap {
  min-height: 100%;
  position: relative;
  background-color: #fff;
}

#wrap .section--detail {
  padding: 30px 5%;
}

#wrap img {
  width: 100%;
}

#wrap #stamp {
  background: #fff;
  border: 1px solid #eaebee;
  padding: 20px;
}

/* typography */
h2 {
  font-size: 1.6rem;
  /*16px*/
  font-weight: bold;
}

h3 {
  font-size: 1.4rem;
  /*14px*/
  font-weight: bold;
}

.lead {
  text-align: center;
  font-size: 15px;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #008bd2;
}

.bold {
  font-weight: bold;
}

.txt--basic {
  font-size: 1.5rem;
}

.txt--sub {
  font-size: 1.1rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.blue {
  color: #00a7ec;
}

.text {
  font-size: 13px;
  line-height: 1.4;
}

.text p {
  padding: 0 0 10px;
  text-align: left;
}

.text p:last-of-type {
  padding: 0;
}

.red {
  color: #cf0000;
}

.add-txt, .add-item, .add-block {
  display: none;
}

/* ticket
------------------------------ */
.ticket_tit {
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.1em;
}

.ticket_txt {
  text-align: center;
  margin-bottom: 1em;
}

.ticket_number {
  position: relative;
  display: block;
  width: 90vw;
  height: 33.75vw;
  margin-bottom: 2em;
  background: url(/cmn/lot_new/assets/img/lot_new_ticket.jpg) no-repeat;
  background-size: contain;
}
.ticket_number .number {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
  height: 62%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(5vw, 1.5em);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  word-break: break-all;
}

.list--ticket form .input_submit {
  padding: 0.3em 1.2em;
  margin: 0 auto 2em;
  display: block;
}

.list--ticket .block--detail .date {
  opacity: 0.8;
}

/* block--txt
------------------------------ */
.block--txt {
  margin-bottom: 2em;
  text-align: center;
}

.block_addHtml {
  margin-bottom: 3em;
}

/* btn
------------------------------ */
.block--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  margin: 30px 0;
  text-align: center;
}

.btn a {
  display: block;
  padding: 1.25em 2em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.btn .chevron {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 2px;
}

.btn.complete {
  background: #d9816b;
}

.btn.eventtop,
.btn.sitetop {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 2em;
  margin-left: 0px;
  margin-right: 0px;
}
.btn.eventtop a,
.btn.sitetop a {
  padding: 0.25em 0;
  text-align: left;
  font-size: 9px;
  display: block;
  text-align: center;
}

.btn.projecttop a {
  padding: 0.25em 0;
}

.btn input:disabled,
.btn button:disabled {opacity: 0.3;}

.btn .btn--main {
  padding: 1.25em 2em;
  display: inline-block;
  border-radius: 3em;
  border: none;
  font-weight: bold;
  min-width: 60%;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
}
.btn .btn--main.result{
  background-color: var(--complete-color);;
}
.btn .btn--main.many{

}
.btn .btn--main.single{
  background-color: #fff;
  border: #222 solid 1px;
  color: #222;
}

.btn .btn--sub {
  padding: 1.25em 2em;
  display: inline-block;
  border-radius: 3em;
  background: transparent;
  border: 2px solid #eaebee;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 60%;
}

.list--ticket .btn{
  margin: 0; 
}

.motion {
  margin: 0 0 30px 0;
  border-radius: 10px;
}

/* dummy */
.ph,
.stampGet,
.stampImage {
  position: relative;
  line-height: 0;
}

.ph::before,
.stampGet::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("../img/dummy.gif");
  width: 100%;
  height: 100%;
}

/* header
------------------------------ */
#wrap header h1 {
  display: none;
}

/* footer
------------------------------ */
footer {
  width: 100%;
  position: sticky;
  top: 100%;
}

footer .copyright {
  font-size: 10px;
  text-align: center;
  padding: 14px 0;
  color: #bfc5c8;
}

/* page
------------------------------ */
h2.no-bnr {
  display: none;
}

.block--head-bnr h2,
.bnr-tit {
  line-height: 0;
}

.block--head-bnr .lot_new-tit {
  display: none;
}

/* 入力 */
.page--input .container {
  padding: 30px 5%;
}
.page--input.error .txt--link {
  text-align: center;
}
.page--input.error .txt--link .input_submit {
  border: none;
  background: transparent;
  padding: 0.25em;
  display: inline-block;
  text-decoration: underline;
  color: #333;
  font-family: YakuHanJP, -apple-system, sans-serif;
  letter-spacing: 0.05em;
}
.page--input.error .txt--link .chevron {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 2px;
}
.page--input.error .txt--basic {
  margin-top: 1em;
}

/* 特典 */
.page--benefit .section-tit {
  font-size: 2.2rem;
  margin-bottom: 0.75em;
}

.page--benefit .block--form {
  margin: 24px 0 48px;
  background: #fddfdf;
  border-radius: 8px;
  border: 2px solid #fd6675;
  padding: 5% 4%;
}

.block--benefit-check {
  margin-bottom: 40px;
}

.block--benefit-check .block--detail.complete .default {
  text-align: center;
  display: block;
}

.block--benefit-check + .block--benefit-check {
  padding-top: 40px;
  border-top: 1px solid #eaebee;
}

/* 特典引き換え */
.page--benefit.check .block--benefit-area {
  margin-bottom: 60px;
}

.page--benefit.check .block--benefit-area .block--benefit-tag {
  margin-bottom: 30px;
}

.page--benefit.check .section--complete {
  margin-bottom: 30px;
}

.page--benefit.check .section--complete .complete {
  text-align: center;
}

/* 一覧 */
.page--list .block--lead.complete {
  margin: 30px 0 30px;
}

.page--list .complete .section-tit .txt.default {
  /* デフォルト */
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

/* エラー 、特典引き換え*/
.page--error .section-tit,
.page--benefit.check .section-tit {
  display: none;
}

.page--error .block--error {
  margin-bottom: 30px;
}

  /* 新モバイルくじ */

  /* variable
------------------------------ */
:root {
  --main-bg-color: #fff;
  --main-txt-color: #101010;
  --sub-txt-color: #aaa;

  --border-color:#ddd ;

	--complete-color:#18cc9e;
  --error-color: #f55;
	--attention-color:#c00;

  --box-shadow:0px 1px 10px #b2b2b22e;
}

.lot-remain{
	text-align: center;
	margin: 0 0 20px;
	font-size: 14px;
  line-height: 1.4;
}
.lot-remain .available{font-size: 20px;font-weight: bold;}

.block--lot-list{margin: 40px auto 20px;}
.block--lot-list .txt--basic{font-size: 12px;margin-bottom: 10px;}
.block--lot-list .inner{
  background-color: var(--main-bg-color);
  padding: 4%;
  box-shadow: var(--box-shadow);
}
.block--lot-list .txt{
  font-size: 12px;
  /*padding-left: 1.8em;
  text-indent: -1.4em;*/
  margin-bottom: 0.5em;
}

.block--lot-list .lot-status{margin-right: 4px;font-weight: bold;}
.block--lot-list .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ccc;
}
.block--lot-list .icon::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}
.block--lot-list .icon i{
  position: absolute;
  top: 3px;
  left: 1.9em;
  font-size: 12px;
}

.block--lot-list .txt:last-of-type{margin-bottom: 0;}
.block--lot-list .txt.status-ok{
  color: var(--complete-color);
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.block--lot-list .txt.status-ok span.icon{
  color: #fff;
  background: var(--complete-color);
  border: none;
}
.block--lot-list .txt.status-not{
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.block--lot-list .txt.status-not span.icon{color: var(--sub-txt-color);}

#lot_new .rank-tit,
#lot_new .exchange-tit { font-size: 16px; text-align: center; margin: 0 0 20px;font-weight: bold; }
#lot_new .rank-detail,
#lot_new .exchange-detail{ margin: 0 0 15px;font-size: 14px; }
#lot_new .formArea { text-align: center; padding: 0 0 14px; margin: 0 0 14px; }

.formArea input[type="text"] {
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 0 0 20px;
}

/* 引換条件詳細 条件未達成時は表示しない*/
.block--exchange_data.fulfilled{
  display: block;
}
/* 引換条件詳細 */
.block--exchange_data{
  display: none;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
  padding: 30px 5%;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}
/* 引き換え */
.block--exchange{
	border: 1px solid var(--border-color);
	padding: 5%;
	border-radius: 5px;
	margin-bottom: 20px;
}

.block--exchange .exchange-item--list{
  text-align: center;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  flex-direction: column;
}
.block--exchange .exchange-item--list .list_item{
  display: inline-block;
  font-size: 0.95em;
}
.block--exchange .exchange-item--list .rank-name{
  background: var(--main-txt-color);
  padding: 2px 2em;
  border-radius: 4px;
  color: #fff;
}
.block--exchange .exchange-item--list .list_item:not(:last-child){margin-bottom: 0.5em;}


.block--exchange .txt--basic.red{margin-bottom: 20px;}
.result+.exchange,
.rank-detail+.exchange{
  border-top: 1px solid var(--border-color);
  padding-top: 1em;
  margin-top: 2em;
}

/* PID */
.block--exchange .pid {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.exchange{
  text-align: center;
  border-top: 1px solid var(--border-color);
  padding-top: 1em;
  margin-top: 2em;
}
.exchange .txt--basic{
  font-size: 15px;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-left: 4px;
}
.exchange .date{color: var(--sub-txt-color);}

.exchange.available i{ color: var(--complete-color);}
.exchange.already i{  color: var(--error-color);}

.checkBox {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	position: relative;
	padding: 10px 0;
	margin-bottom: 5px;
}
.checkBox input[type="checkbox"] { width: 0; height: 0; opacity: 0; }
.checkBox::before {
	content: '';
	display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #ccc;
  margin: 0 0.4em 0 0;
  position: relative;
  top: 4px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.checkBox::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 7px;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 4px;
  top: 28px;
  transform: rotate(-45deg);
  opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.checkBox.checked::before { background: #2ed2a8; border-color: #2ed2a8; }
.checkBox.checked::after { opacity: 1; margin: -10px 0; }

/* くじ結果詳細 */
.block--detail{
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  padding: 30px 5%;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

/* pid */
.block--pid {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    box-shadow: var(--box-shadow);
}
.block--pid  .pid-tit {
  font-size: 12px;
}
.block--pid + .list {
  margin-top: 30px;
}
/* ボタンを押下した時のローディング */
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    }
  .loading span{
    border-radius: 50%;
    width: 5em;
    height: 5em;
    display: block;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.5em 0 0 -2.5em;
    text-indent: -9999em;
    border-top: 0.75em solid rgba(0, 0, 0, 0.15);
    border-right: 0.75em solid rgba(0, 0, 0, 0.15);
    border-bottom: 0.75em solid rgba(0, 0, 0, 0.15);
    border-left: 0.75em solid #222;
    transform: translateZ(0);
    animation: loading 1.1s infinite linear;
  }
  /* ローディングアニメーション */
  @keyframes loading{
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

/* pc */
@media screen and (min-width: 961px) {
  #footer {
    margin: 100px 0 10px;
  }
  a,
  input.input_submit {
    cursor: pointer;
  }
  input.btn--main.input_submit:hover,
  .btn--main:hover,
  .btn--sub .btn a:hover {
    -webkit-filter: brightness(180%);
            filter: brightness(180%);
  }
  body {
    height: 100vh;
    position: relative;
  }
  .wrap {
    height: 95.05208vh;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: auto;
  }
  .container {
    position: relative;
    background: #fbfbfb;
    width: 448px;
    min-height: 85vh;
    margin: 0 auto;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  }
  .ticket_number {
    width: 100%;
    height: 151.2px;
  }

}/*# sourceMappingURL=common.css.map */