@charset "utf-8";

body {
  background: #000;
  text-align: center;
  overflow-wrap: break-word;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto | grayscale;
}
.back {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000 url(../img/bg.png) 50% 50% no-repeat fixed;
  z-index: 0;
  -webkit-transition: -webkit-filter 0.8s linear;
  transition: -webkit-filter 0.8s linear;
  -o-transition: filter 0.8s linear;
  transition: filter 0.8s linear;
  transition: filter 0.8s linear, -webkit-filter 0.8s linear;
}
.back.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

b {
  color: #f33;
}

#contents {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
}
h1 {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
  margin: 0 auto 14px;
  line-height: 1;
  z-index: 100;
}
article {
  position: relative;
  font-size: 16rem;
  min-height: 864px;
  -webkit-transition: min-height 1.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
  -o-transition: min-height 1.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
  transition: min-height 1.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
}
#description {
  position: absolute;
  top: 0; right: 0; left: 0;
  margin: auto;
  width: 100%;
  max-width: 948px;
  padding: 0 0 182px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
/* フレーム */
.frame {
  position: relative;
  width: 750px;
  padding: 88px 0 0;
  z-index: 1;
}
.frame::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 750px;
  height: 104px;
  background: url(../img/sp/frame_header.png) 0 0 / 100% auto no-repeat;
}
.frame::after {
  position: absolute;
  top: 99.8%;
  left: 0;
  content: "";
  width: 750px;
  height: 130px;
  background: url(../img/sp/frame_footer.png) 0 0 / 100% auto no-repeat;
}
.frame .inner {
  position: relative;
  z-index: 1;
  padding: 0 1em 1px;
  background: url(../img/sp/frame_middle.png) 0 0 / 100% auto repeat-y;
}
.inner {
  position: relative;
}
.frame section,
.frame #sendform {
  position: relative;
  top: -88px;
  margin: 0 0 -180px;
}
.phase_descri #description {
  opacity: 1;
  pointer-events: auto;
}
#result {
  position: relative;
  margin: 0 0 40px;
  padding: 56px 0 0;
  -webkit-transform: translate(0,-760px);
  -ms-transform: translate(0,-760px);
  transform: translate(0,-760px);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1000;
}
.phase_result #result {
  -webkit-transform: translate(0,0%);
  -ms-transform: translate(0,0%);
  transform: translate(0,0%);
}
article .send_text {
  position: relative;
  margin: 0 34px 24px;
  line-height: 1.5;
  text-align: left;
}
article .send_text.end:before {
  content: "";
  position: absolute;
  top: -13px; left: -6%;
  width: 112%;
  height: 780px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.7);
}
article .send_text.end:after {
  content: url(../img/txt_close.png);
  position: absolute;
  top: 0; right: 0; bottom: 20px; left: 0;
  width: 663px;
  height: 130px;
  margin: auto;
}
.caution {
  font-size: 14rem;
  color: #e00;
}
button#draw {
  display: block;
  width: 237px;
  height: 74px;
  margin: 0 auto 42px;
  background: url(../img/btn_fortune.png) 0 0 no-repeat;
}
button#draw img {
  display: block;
  width: 237px;
  height: 74px;
  background: url(../img/btn_fortune.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
button#draw:hover img {
  opacity: 1;
}

.drawed {
  margin: 0 0 1.5em;
}

/* 結果発表 */
.open_txt {
  margin: 0 0 18px;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.open_txt.show {
  opacity: 1;
}
.open_txt img {
  -webkit-animation: open_txt 1s infinite both;
  animation: open_txt 1s infinite both;
}
@-webkit-keyframes open_txt {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  75% {
    -webkit-transform: translate(0,10px);
    transform: translate(0,10px);
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@keyframes open_txt {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  75% {
    -webkit-transform: translate(0,10px);
    transform: translate(0,10px);
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
#lottery {
  position: relative;
  display: block;
  width: 750px;
  height: 370px;
  margin: 0 auto 36px;
  -webkit-box-shadow: 1px 0 8px 2px rgba(0,0,0,0.6);
  box-shadow: 1px 0 8px 2px rgba(0,0,0,0.6);
  pointer-events: none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  z-index: 10;
  -webkit-perspective: 6000px;
  perspective: 6000px;
  -webkit-perspective-origin: 50% 75%;
  perspective-origin: 50% 75%;
  -webkit-transition: -webkit-box-shadow 0.4s linear 1s;
  transition: -webkit-box-shadow 0.4s linear 1s;
  -o-transition: box-shadow 0.4s linear 1s;
  transition: box-shadow 0.4s linear 1s;
  transition: box-shadow 0.4s linear 1s, -webkit-box-shadow 0.4s linear 1s;
}
#lottery.close {
  -webkit-box-shadow: 1px 0 8px 2px rgba(0,0,0,0);
  box-shadow: 1px 0 8px 2px rgba(0,0,0,0);
}
#lottery div {
  position: absolute;
  top: 0;
  width: 150px;
  height: 370px;
  background: url(../img/fortune_open.png) 0 0 no-repeat;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#lottery #front {
  left: 0px;
  display: block;
  overflow: hidden;
  z-index: 10;
  cursor: default;
  -webkit-box-shadow: 1px 0 8px 2px rgba(0,0,0,0);
  box-shadow: 1px 0 8px 2px rgba(0,0,0,0);
  pointer-events: auto;
  -webkit-transform-origin: 100% 75%;
  -ms-transform-origin: 100% 75%;
  transform-origin: 100% 75%;
  -webkit-transition: -webkit-transform 1s ease-in-out, -webkit-box-shadow 0.3s linear;
  transition: -webkit-transform 1s ease-in-out, -webkit-box-shadow 0.3s linear;
  -o-transition: transform 1s ease-in-out, box-shadow 0.3s linear;
  transition: transform 1s ease-in-out, box-shadow 0.3s linear;
  transition: transform 1s ease-in-out, box-shadow 0.3s linear, -webkit-transform 1s ease-in-out, -webkit-box-shadow 0.3s linear;
  -webkit-transition: left 1s cubic-bezier(0.40,0,0.65,1);
  -o-transition: left 1s cubic-bezier(0.40,0,0.65,1);
  transition: left 1s cubic-bezier(0.40,0,0.65,1);
  -webkit-animation: paper1 1s ease-in-out both;
  animation: paper1 1s ease-in-out both;
}
@-webkit-keyframes paper1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.033);
    transform: scale(1.033);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes paper1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.033);
    transform: scale(1.033);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#lottery .paper2 {
  left: 150px;
  z-index: 8;
  background-position: -150px 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-timing-function: cubic-bezier(0.25,0.25,0,0);
  -o-transition-timing-function: cubic-bezier(0.25,0.25,0,0);
  transition-timing-function: cubic-bezier(0.25,0.25,0,0);
  overflow: hidden;
}
html:not(.ie) #lottery .paper2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lottery .paper3 {
  left: 300px;
  z-index: 6;
  background-position: -300px 0;
}
#lottery .paper4 {
  left: 450px;
  z-index: 4;
  background-position: -450px 0;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  overflow: hidden;
}

#lottery .paper2 img,
#lottery .paper4 img {
  position: absolute;
  top: 0;
  left: -150px;
  display: block;
  width: 300px;
  height: 370px;
  background: rgba(0,0,0,0);
  -webkit-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
}
#lottery.close .paper2 img,
#lottery.close .paper4 img {
  background: rgba(0,0,0,0.67);
}
#lottery .paper5 {
  left: 600px;
  z-index: 2;
  background-position: -600px 0;
  -webkit-transition-timing-function: cubic-bezier(0.52,0,0.47,1);
  -o-transition-timing-function: cubic-bezier(0.52,0,0.47,1);
  transition-timing-function: cubic-bezier(0.52,0,0.47,1);
  -webkit-transform-origin: -100% 50%;
  -ms-transform-origin: -100% 50%;
  transform-origin: -100% 50%;
}
#lottery.close {
  
}
#lottery.close #front {
  left: 300px;
  -webkit-box-shadow: 1px 0 8px 2px rgba(0,0,0,0.6);
  box-shadow: 1px 0 8px 2px rgba(0,0,0,0.6);
  cursor: pointer;
  -webkit-animation: none;
  animation: none;
}
#lottery.close .paper2 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: none;
  animation: none;
}
#lottery.close .paper2 #front {
  z-index: 1;
}
#lottery.close .paper3 {
}
#lottery.close .paper4 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: none;
  animation: none;
}
#lottery.close .paper5 {
  -webkit-transform: translate3d(-300px,0,-500px);
  transform: translate3d(-300px,0,-500px);
}
#lottery #resultText {
  position: relative;
  width: 600px;
  height: 370px;
  padding: 27px 0 0 150px;
  text-align: center;
  color: #222;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s;
  -o-transition: opacity 0.6s linear 0.6s;
  transition: opacity 0.6s linear 0.6s;
  z-index: 100;
}
#lottery.close #resultText {
  opacity: 0;
}
#lottery #resultText .fortune {
  display: block;
  width: 528px;
  margin: 0 auto -14px;
}
#lottery #resultText.rank0 .fortune {
  margin-bottom: -56px;
}
#lottery #resultText .item {
  display: block;
  width: 273px;
  height: 184px;
  margin: 0 auto;
}

.action_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 464px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear 1s;
  -o-transition: opacity 0.6s linear 1s;
  transition: opacity 0.6s linear 1s;
}
.action_btns.show {
  opacity: 1;
}

#tweet {
  display: block;
  width: 215px;
  height: 59px;
  margin: 0 auto;
  background: url(../img/btn_tweet.png) 0 0 no-repeat;
  pointer-events: none;
}
.action_btns.not #tweet,
.action_btns.not #tweet img {
  background-image: url(../img/btn_tweet_not.png);
}
.action_btns .backtop {
  pointer-events: none;
}
.action_btns.show #tweet,
.action_btns.show .backtop {
  pointer-events: auto;
}
#tweet img {
  display: block;
  width: 215px;
  height: 59px;
  background: url(../img/btn_tweet.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#result button[type="button"] {
  width: 14em;
}
#formWrap {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  -o-transition: height 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: height 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
#formWrap.show {
  height: 690px;
  overflow: hidden;
}
#formWrap .frame {
  opacity: 0;
  -webkit-transition: opacity 1s linear 1.4s;
  -o-transition: opacity 1s linear 1.4s;
  transition: opacity 1s linear 1.4s;
}
#formWrap.show .frame {
  opacity: 1;
}
#sendform {
  height: 503px;
  color: #222;
}
#sendform h3 {
  margin: 0 0 14px;
}
#sendform table {
  width: 600px;
  margin: 0 auto 14px;
  border-collapse: separate;
  border-spacing: 0 12px;
}
#sendform table th {
  width: 200px;
  height: 42px;
  vertical-align: middle;
  text-align: right;
}
#sendform table td {
  width: 285px;
  padding: 0 0 0 15px;
  vertical-align: middle;
  text-align: left;
}
#sendform table td input[type="text"],
#sendform table td input[type="email"] {
  width: 385px;
  border: 3px solid #764;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.caution_text {
  width: 600px;
  height: 158px;
  margin: 0 auto 14px;
  background: #fff;
  border: 1px solid #666;
  font-size: 13rem;
  line-height: 1.3;
  text-align: left;
  font-weight: 500;
  overflow-y: scroll;
}
.caution_text div {
  padding: 1em;
}
.caution_text h4 {
  margin: 0 0 0.5em;
  font-size: 20rem;
  font-weight: 900;
  text-align: center;
}
.caution_text ul {
  
}
.caution_text li {
  text-indent: -1em;
  padding: 0 0 0.4em 1em;
}

.pure-form label.agree_btn {
  display: block;
  width: 100px;
  margin: 16px auto;
  border: 1px solid #666;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0.8em;
  line-height: 1;
  cursor: pointer;
}
#sendform button[type="submit"] {
  width: 125px;
  height: 59px;
  background: url(../img/btn_transmission_gray.png) 0 0 no-repeat;
  pointer-events: none;
}
#sendform button[type="submit"].checked {
  background-image: url(../img/btn_transmission.png);
  pointer-events: auto;
}
#sendform button[type="submit"] img {
  width: 125px;
  height: 59px;
  background: url(../img/btn_transmission.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

a.official_btn {
  position: relative;
  display: block;
  width: 294px;
  height: 91px;
  background: url(../img/btn_link.png) 0 0 no-repeat;
  margin: 0 auto;
  z-index: 10;
}
a.official_btn img {
  width: 294px;
  height: 91px;
  background: url(../img/btn_link.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

h3.receive_result {
  margin: 0 0 20px;
}
.received p {
  color: #222;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
}

a.backtop {
  display: block;
  width: 180px;
  height: 59px;
  margin: 0 auto;
  background: url(../img/btn_top.png) 0 0 no-repeat;
}
a.backtop img {
  display: block;
  width: 180px;
  height: 59px;
  background: url(../img/btn_top.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.action_btns.not .backtop,
.action_btns.not .backtop img {
  background-image: url(../img/btn_top_not.png);
}

#tweet:hover img,
#sendform button[type="submit"]:hover img,
a.official_btn:hover img,
a.backtop:hover img {
  opacity: 1;
}

.mukade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}
.mukade img {
  position: absolute;
  top: -458px;
  left: -webkit-calc(50% - 123px);
  left: calc(50% - 123px);
  display: block;
  -webkit-animation: mukade_move 1.1s ease-out both infinite alternate;
  animation: mukade_move 1.1s ease-out both infinite alternate;
}

html.ie .mukade img,
html.ios .mukade img,
html.android .mukade img,
html.mobile .mukade img,
html.tablet .mukade img {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes mukade_move {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    -webkit-transform: translate3d(0,-0.7%,0);
    transform: translate3d(0,-0.7%,0);
  }
}
@keyframes mukade_move {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    -webkit-transform: translate3d(0,-0.7%,0);
    transform: translate3d(0,-0.7%,0);
  }
}


.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  z-index: 200;
  pointer-events: none;
}
.overlay img {
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  width: 994px;
  height: 994px;
  margin: auto;
  opacity: 1;
}
#light {
  position: fixed;
  top: 0; right: 0; left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 51;
  pointer-events: none;
}
#light img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/light.png) 50% 50% no-repeat;
}
.edge .overlay, .ie .overlay,
.edge #light, .ie #light {
  display: none;
}
#gimmick {
  position: fixed;
  top: 0; right: 0; left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 50;
  pointer-events: none;
  overflow: hidden;
}

#dog {
  position: absolute;
  top: 510px;
  left: 0;
  width: -webkit-calc(966px * 2 / 18);
  width: calc(966px * 2 / 18);
  height: -webkit-calc(116px * 2 / 3);
  height: calc(116px * 2 / 3);
  overflow: hidden;
  -webkit-transform: translate(-webkit-calc(100vw + 120px),0);
  -ms-transform: translate(calc(100vw + 120px),0);
  transform: translate(calc(100vw + 120px),0);
  -webkit-animation: dogrun 1.3s linear 0.9s both;
  animation: dogrun 1.3s linear 0.9s both;
  pointer-events: none;
}
@-webkit-keyframes dogrun {
  0% {
    -webkit-transform: translate(-webkit-calc(100vw + 120px),0);
    transform: translate(calc(100vw + 120px),0);
  }
  100% {
    -webkit-transform: translate(-120px,0);
    transform: translate(-120px,0);
  }
}
@keyframes dogrun {
  0% {
    -webkit-transform: translate(-webkit-calc(100vw + 120px),0);
    transform: translate(calc(100vw + 120px),0);
  }
  100% {
    -webkit-transform: translate(-120px,0);
    transform: translate(-120px,0);
  }
}
#dog img {
  width: 100%;
  height: 100%;
  background: url(../img/dog.png) -4px 0 / auto 100% no-repeat;
  -webkit-animation: dogrunAnim 0.334s steps(5) infinite;
  animation: dogrunAnim 0.334s steps(5) infinite;
}
@-webkit-keyframes dogrunAnim {
  to {
    background-position: -webkit-calc(-966px * 11 / 20) 0;
    background-position: calc(-966px * 11 / 20) 0;
  }
}
@keyframes dogrunAnim {
  to {
    background-position: -webkit-calc(-966px * 11 / 20) 0;
    background-position: calc(-966px * 11 / 20) 0;
  }
}

#kotowari {
  position: absolute;
  top: 200px; left: 0; bottom: 0; right: 0;
  width: 718px;
  height: 1226px;
  margin: auto;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 37%;
  -ms-transform-origin: 50% 37%;
  transform-origin: 50% 37%;
  opacity: 1;
  -webkit-animation: kotowariMove 1.3s linear 1.7s both;
  animation: kotowariMove 1.3s linear 1.7s both;
  pointer-events: none;
}
@-webkit-keyframes kotowariMove {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes kotowariMove {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

/* 結果ページ */

article.resulted {
  padding: 127px 0 0;
  min-height: auto;
}
.resulted #lottery {
  pointer-events: auto;
}
.resulted #lottery .paper1 {
  left: 0px;
  display: block;
  overflow: hidden;
  z-index: 10;
  cursor: default;
  -webkit-box-shadow: 1px 0 8px 2px rgba(0,0,0,0);
  box-shadow: 1px 0 8px 2px rgba(0,0,0,0);
  pointer-events: auto;
  -webkit-transform-origin: 100% 75%;
  -ms-transform-origin: 100% 75%;
  transform-origin: 100% 75%;
  -webkit-transition: -webkit-transform 1s ease-in-out, -webkit-box-shadow 0.3s linear;
  transition: -webkit-transform 1s ease-in-out, -webkit-box-shadow 0.3s linear;
  -o-transition: transform 1s ease-in-out, box-shadow 0.3s linear;
  transition: transform 1s ease-in-out, box-shadow 0.3s linear;
  transition: transform 1s ease-in-out, box-shadow 0.3s linear, -webkit-transform 1s ease-in-out, -webkit-box-shadow 0.3s linear;
  -webkit-transition: left 1s cubic-bezier(0.40,0,0.65,1);
  -o-transition: left 1s cubic-bezier(0.40,0,0.65,1);
  transition: left 1s cubic-bezier(0.40,0,0.65,1);
  -webkit-animation: paper1 1s ease-in-out both;
  animation: paper1 1s ease-in-out both;
}
.resulted #lottery.close .paper1 {
  left: 300px;
  -webkit-box-shadow: 1px 0 8px 2px rgba(0,0,0,0.6);
  box-shadow: 1px 0 8px 2px rgba(0,0,0,0.6);
  -webkit-animation: none;
  animation: none;
}
.resulted .fortune {
}
.resulted .item {
}
.resulted .backtop {
  position: relative;
  margin: 0 auto 40px;
  z-index: 10;
}
.resulted .backtop img {
}

footer .product_info {
  display: flex;
  justify-content: center;
  font-size: 0.9em;
  max-width: 966px;
}

footer .product_info .text {
  line-height: 1.0;
  text-align: left;
  font-weight: normal;
}

footer .product_info table th {
  color: #efcb5f;
  font-weight: normal;
}

footer .product_info table > tbody > tr > th, footer .product_info table > tbody > tr > td {
  padding: 0.25em 0em;
  padding: clamp(0.25em, 2vw, 0.5em) clamp(0em, 1vw, 0.75em);
}

footer .product_info table > tbody > tr > th {
  text-align: center;
  white-space: nowrap;
  padding-left: 0;
}
footer .product_info table > tbody > tr > td {
  vertical-align: middle;
  padding-right: 0;
}

footer .product_info table .release_date .platform {
  margin-bottom: 0.25em;
}

footer .product_info table .price > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5em;
  padding: 0;
}
footer .product_info table .price > tbody > tr:first-child {
  margin-top: 0;
}
footer .product_info table .price > tbody > tr > th {
  font-size: 0.8em;
  padding: 0;
  text-align: left;
  color: inherit;
}

footer .product_info table .price > tbody > tr > td {
  padding: 0;
  margin-top: 0.5em;
}

footer .product_info table .place_top {
  vertical-align: top;
}

footer .product_image {
  align-self: center;
  margin-right: 2em;
}

footer .product_image_outline {
  border: solid 1px #fff;
}

footer .cero {
  width: 16vw;
  max-width: 80px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  margin-top: .3em;
}

.text_center {
  padding: 0 10px 0 0;
  text-align: center;
}

.text {
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-family: "Noto Serif JP",serif;
  font-size: 2.5em;
  text-shadow: 0 0 3px #000;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 0 0 16px;
}

.text em {
  color: #e20000;
  font-weight: bold;
}

.inline-text {
  display: inline-block;
}

.inline-center {
  display: inline-block;
  text-align: center;
  max-width: 808px;
}
