@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.7;
  color: colors(black); }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none; }
  a:hover {
    opacity: .7; }

img {
  vertical-align: middle;
  max-width: 100%; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

input[type="radio"] {
  display: none; }

body {
  margin: 0;
  padding: 0;
  color: #1B1B1B;
  font-size: 15px; }

@media screen and (min-width: 769px) {
  .br-sp {
    display: none; } }

.br-pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .br-pc {
      display: inline; } }

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

@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.animationWrap {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; }
  .animationWrap:before {
    -webkit-animation: 6s linear infinite rotation;
            animation: 6s linear infinite rotation;
    content: "";
    background: url(../images/circle.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 3000px;
    height: 3000px;
    top: 50%;
    left: 50%;
    margin: -1500px 0 0 -1500px; }

.animationHeading {
  position: absolute;
  z-index: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  margin-top: 30px;
  font-size: 26px;
  white-space: nowrap;
  color: #CC0033;
  width: 70%;
  max-width: 300px;
  z-index: 1;
  opacity: 0; }

.overWrap__white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0; }

.animation__egg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 746px;
  height: 942px;
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1; }

.animation__egg--after {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%; }

.animation__egg--body,
.animation__egg--top,
.animation__egg--bottom,
.animation__star,
.animation__image {
  position: absolute; }

.animation__egg--body,
.animation__egg--top {
  top: 0; }

.animation__egg--bottom {
  bottom: 0; }

.animation__star,
.animation__image {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  max-width: none; }

.animation__image {
  max-width: 500px; }

.globalHeader {
  background-color: #DC7337;
  color: #fff;
  height: 78px;
  position: relative; }

.globalHeader__heading {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 130px; }

.globalHeader__catchcopy {
  position: absolute; }

.globalHeader__catchcopy--left {
  top: 5px;
  left: 50%;
  transform: translateX(-142px); }

.globalHeader__catchcopy--right {
  top: 8px;
  left: 50%;
  transform: translateX(71px); }

.main__container {
  max-width: 750px;
  margin: 0 auto;
  padding: 24px 24px 48px; }

.page__heading {
  color: #459A73;
  font-size: 19px;
  line-height: 1.5; }

.page__mainvisual {
  margin-top: 24px; }

.page__lead {
  margin-top: 19px; }

.page__subHeading {
  margin-top: 19px;
  text-align: center; }

.page__subHeadingImage {
  max-width: 375px;
  width: 100%; }

.page__sectionHeading {
  margin-top: 19px;
  text-align: center;
  position: relative; }
  .page__sectionHeading::before {
    background-color: #1B1B1B;
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%) translateY(-1px);
    max-width: 500px;
    top: 50%;
    z-index: -1; }

.page__sectionHeadingInner {
  background-color: #fff;
  display: inline-block;
  padding: 0 14px; }

.joy__list {
  margin-top: 21px; }

.joy__item {
  position: relative;
  padding-left: 48px; }
  .joy__item::before {
    background: url(../images/ico-joyNumber01.svg) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px; }
  .joy__item:nth-of-type(2)::before {
    background-image: url(../images/ico-joyNumber02.svg); }
  .joy__item:nth-of-type(3)::before {
    background-image: url(../images/ico-joyNumber03.svg); }
  .joy__item + .joy__item {
    margin-top: 19px; }

.joy__detail {
  font-weight: bold;
  text-align: center;
  margin-top: 30px; }

.joy__detailLink {
  color: #1B1B1B; }

.stamp__section {
  margin-top: 43px; }

.page__sectionHeading--main {
  background-color: #DC7337;
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  text-align: center; }

.stamp__list {
  display: flex;
  flex-wrap: wrap; }

.stamp__item {
  width: 20%;
  padding: 5px;
  border-right: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1; }
  .stamp__item:nth-of-type(5n + 1) {
    border-left: 1px solid #C1C1C1; }

.page__buttonWrap {
  margin-top: 24px; }
  .page__buttonWrap + .page__sectionHeading {
    margin-top: 43px; }

.page__button {
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  height: 56px;
  font-size: 16px;
  line-height: 1.3;
  justify-content: center;
  text-align: center; }
  .page__button + .page__button {
    margin-top: 20px; }

.page__buttonShoulder {
  font-size: 10px; }

.page__button--anchor {
  border: 2px solid #CC0033;
  color: #CC0033; }

.page__button--application {
  background-color: #CC0033;
  color: #fff; }

.gacha__section {
  margin-top: 48px; }

.gacha__mainvisual {
  margin-top: 24px; }

.gacha__annotation {
  color: #606060;
  font-size: 10px;
  text-align: right;
  margin-top: 5px; }

.gacha__description {
  margin-top: 12px; }

.gacha__collectionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px; }

.gacha__collectionItem {
  width: calc(50% - 6px); }
  .gacha__collectionItem:nth-of-type(even) {
    margin-left: 12px; }
  .gacha__collectionItem:nth-of-type(n+3) {
    margin-top: 12px; }

.gacha__collectionItem--rare {
  position: relative; }
  .gacha__collectionItem--rare::before {
    background: url(../images/ico-rare.svg) 0 0 no-repeat;
    content: "";
    display: block;
    left: -70px;
    height: 53px;
    position: absolute;
    top: 5px;
    width: 87px; }

.gacha__detail {
  margin-top: 20px;
  text-align: center; }

.gacha__detailLink {
  color: #606060;
  font-size: 13px; }
  .gacha__detailLink::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    transform: rotate(45deg) translateY(-4px);
    margin-left: 2px; }

.gacha__application {
  margin-top: 27px;
  text-align: center; }

.gacha__applicationLink {
  color: #1B1B1B;
  font-weight: bold; }

.prize__section {
  margin-top: 42px; }

.prize__catchcopy {
  font-weight: bold;
  text-align: center;
  margin-top: 19px; }

.prize__image {
  margin-top: 19px; }

.prize__list {
  margin-top: 32px; }
  .prize__list + .prize__list {
    margin-top: 19px; }

.prize__heading {
  background-color: #776500;
  color: #fff;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  text-align: center;
  width: 172px; }

.prize__numberName {
  font-size: 10px;
  font-weight: normal; }

.prize__body {
  margin-top: 6px; }

.prize__heading--entame {
  background-color: #B29E32; }

.prize__heading--dinasour {
  background-color: #868686; }

.prize__heading--wchance {
  background-color: #BF2C00;
  width: 100%;
  max-width: 300px; }

.page__sectionHeading--main {
  margin-top: 43px; }

.application__list {
  margin-top: 19px; }

.application__item {
  padding-left: 1.1em;
  text-indent: -1.1em; }
  .application__item + .application__item {
    margin-top: 15px; }

.application__annotation {
  color: #606060;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-indent: 0;
  margin-top: 2px; }
  .application__annotation strong {
    color: #1B1B1B;
    display: block;
    font-weight: bold;
    margin-top: 4px; }

.application__strong {
  font-weight: bold;
  color: #BF2C00; }

.application__flowImage {
  display: block;
  max-width: 350px;
  margin: 27px auto 0;
  width: 100%; }

.application__caution {
  color: #BF2C00;
  font-size: 12px;
  margin-top: 19px;
  line-height: 1.5; }
  .application__caution strong {
    font-size: 15px; }

.application__dateWrap {
  background-color: #F7F7F7;
  margin-top: 29px;
  text-align: center;
  padding: 16px 0; }

.application__date {
  font-weight: bold; }

.application__dateAnnotation {
  color: #606060;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 6px; }

.application__annotationList {
  margin-top: 29px; }
  .application__annotationList + .page__button--stamp {
    margin-top: 30px; }

.application__annotationListItem {
  color: #606060;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
  position: relative;
  padding-left: 14px; }
  .application__annotationListItem::before {
    position: absolute;
    content: "・";
    display: block;
    top: 0;
    left: 0; }
  .application__annotationListItem a {
    color: #606060;
    text-decoration: underline; }

.page__button--stamp {
  background-color: #DC7337;
  color: #fff;
  font-weight: bold; }

.application__table {
  margin: 48px auto 0; }
  .application__table th {
    background-color: #DC7337;
    color: #fff;
    padding: 12px; }
  .application__table td {
    border: 1px solid #C1C1C1;
    padding: 12px; }

.applictaion__flow {
  margin-top: 24px; }

.movie__heading {
  margin-top: 44px; }

.movie__wrap {
  margin-top: 19px;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.movie__body {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.page__seveExplanation {
  margin-top: 19px; }
  .page__seveExplanation + .page__seveExplanation {
    margin-top: 15px; }

.site__linkListWrap {
  border: 1px solid #606060;
  margin-top: 24px;
  padding: 24px 0;
  text-align: center; }

.site__linkList + .site__linkList {
  margin-top: 15px; }

.site__linkHeading {
  background-color: #DC7337;
  border-radius: 13.5px;
  color: #fff;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 20px; }

.site__linkBody {
  margin-top: 4px; }

.globalFooter {
  background-color: #EBEEF0; }

.globalFooter__inner {
  color: #555;
  padding: 32px 30px 48px;
  font-size: 10px;
  text-align: center; }
  .globalFooter__inner a {
    color: #555; }

.globalFooter__headingImage--abj {
  display: block;
  margin: 0 auto;
  width: 80px; }

.globalFooter__headingImage--kodansha {
  display: block;
  margin: 44px auto 0;
  width: 160px; }

.globalFooter__description {
  margin-top: 20px; }

.globalFooter__copyright {
  margin-top: 20px; }

.animation__button {
  position: absolute;
  bottom: 50px;
  display: none;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 400px; }

.animation__imageName {
  background-color: #1B1B1B;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  bottom: -10%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 90vw;
  opacity: 0;
  max-width: 500px; }
