@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

body {
  font-display: swap;
  text-align: center;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

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

ol {
  padding-left: 0;
  margin-left: 1em;
}

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

figure {
  margin: 0;
}

/* -----------------------------------------------------------------
共用設定
-------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
  color: #5a5a5a;
  position: relative;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes ClassIn {
  from {
    opacity: 0;
    padding-top: 7vw;
  }
  to {
    opacity: 1;
    padding-top: 5vw;
  }
}

@keyframes ClassIn {
  from {
    opacity: 0;
    padding-top: 7vw;
  }
  to {
    opacity: 1;
    padding-top: 5vw;
  }
}

@-webkit-keyframes Class_Active {
  from {
    padding-top: 6vw;
  }
  to {
    padding-top: 0vw;
  }
}

@keyframes Class_Active {
  from {
    padding-top: 6vw;
  }
  to {
    padding-top: 0vw;
  }
}

@-webkit-keyframes Class_Dialogue {
  from {
    padding-top: 2vw;
  }
  to {
    padding-top: 0vw;
  }
}

@keyframes Class_Dialogue {
  from {
    padding-top: 2vw;
  }
  to {
    padding-top: 0vw;
  }
}

@-webkit-keyframes ClassIn_m {
  from {
    -webkit-transform: translate(-47%, -8%);
    transform: translate(-47%, -8%);
  }
  to {
    -webkit-transform: translate(-47%, -11%);
    transform: translate(-47%, -11%);
  }
}

@keyframes ClassIn_m {
  from {
    -webkit-transform: translate(-47%, -8%);
    transform: translate(-47%, -8%);
  }
  to {
    -webkit-transform: translate(-47%, -11%);
    transform: translate(-47%, -11%);
  }
}

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
Common
-------------------------------------------------------------------*/
.top .social_icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

.top .menu a {
  color: #fff;
}

/* -----------------------------------------------------------------
PC
-------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .top .game_logo {
    display: none;
    position: fixed;
    z-index: 12;
    top: 5px;
    left: 5px;
    width: 200px;
  }
  .top .game_logo img {
    max-width: 100%;
    height: auto;
  }
  .top .social_icon {
    display: none;
    top: 25px;
    right: 20px;
    position: fixed;
    z-index: 12;
  }
  .menu {
    display: none;
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 16px;
    padding-left: 215px;
    padding-right: 60px;
    text-transform: uppercase;
    height: 80px;
    background-color: #202529;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .menu {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .menu_wrap > li {
    height: 100%;
    position: relative;
  }
  .menu_wrap a {
    color: #fff;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    -o-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    padding: 0 1.5em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .menu_wrap a {
    padding: 0 1em;
  }
}

@media only screen and (min-width: 1025px) and (hover: hover) {
  .menu_wrap a:hover {
    color: #ffd200;
  }
}

@media only screen and (min-width: 1025px) {
  .masthead {
    display: none;
  }
}

/* -----------------------------------------------------------------
PAD & Mobile
-------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .top {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    background-color: rgba(34, 34, 34, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top.active {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .top .game_logo {
    display: none;
  }
  .top .menu {
    width: 60vw;
    line-height: 2.4;
  }
  .top .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .top .menu li {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 1024px) {
  .top .social_icon {
    padding-top: 10vw;
  }
  .top .social_icon a {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top .social_icon svg {
    width: 24px;
    height: 24px;
  }
  .masthead {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 101;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c1012), to(#000));
    background: -webkit-linear-gradient(top, #0c1012 0%, #000 100%);
    background: -o-linear-gradient(top, #0c1012 0%, #000 100%);
    background: linear-gradient(to bottom, #0c1012 0%, #000 100%);
    color: #fff;
  }
  .masthead-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 15px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .masthead-top {
    padding: 15px 0 15px 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .masthead .app {
    width: 100px;
    float: 0 0 100px;
    position: absolute;
    left: 0;
    top: 10px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .masthead .app {
    width: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .masthead .app span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 15px;
    background-image: url("/jp/fluffyplanetsaga/assets/images/fluffyplanetsaga_app_icon.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .masthead .app-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    padding-left: 1em;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .masthead .app-name {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .masthead .app-name h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .masthead .app-name h1 span {
    display: block;
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .masthead .app-name h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .masthead .masthead-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .masthead-btn {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffef6b), to(#ffe83d));
    background: -webkit-linear-gradient(top, #ffef6b 0%, #ffe83d 100%);
    background: -o-linear-gradient(top, #ffef6b 0%, #ffe83d 100%);
    background: linear-gradient(to bottom, #ffef6b 0%, #ffe83d 100%);
    color: #000;
    padding: 0 0.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 8px 0;
  }
  .masthead .nav-icon {
    width: 24px;
    height: 18px;
    position: relative;
    margin-left: 10px;
  }
  .masthead .nav-icon span {
    display: block;
    background-color: #fff;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 3px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  }
  .masthead .nav-icon span:first-child {
    top: 0;
  }
  .masthead .nav-icon span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .masthead .nav-icon span:last-child {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .masthead .nav-icon.active {
    cursor: pointer;
  }
  .masthead .nav-icon.active span:first-child {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .masthead .nav-icon.active span:nth-child(2) {
    opacity: 0;
  }
  .masthead .nav-icon.active span:last-child {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* ==========================================================================
btns
==========================================================================*/
.btn {
  border-radius: 8px 0;
  color: #fff;
  display: inline-block;
  padding: 3px;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

@media (hover: hover) {
  .btn {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  }
  .btn:hover {
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
  }
}

.btn span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1em;
  height: 3em;
}

.btn svg {
  fill: #fff;
  margin-right: 0.5em;
}

.btn_x {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d99ee), to(#1a8dd9));
  background: -webkit-linear-gradient(top, #1d99ee 0%, #1a8dd9 100%);
  background: -o-linear-gradient(top, #1d99ee 0%, #1a8dd9 100%);
  background: linear-gradient(to bottom, #1d99ee 0%, #1a8dd9 100%);
}

.btn_x svg {
  width: 25px;
  height: 26px;
}

@media screen and (max-width: 480px) {
  .btn_x svg {
    width: 18px;
    height: 19px;
  }
}

.btn_mail {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a999b), to(#16888b));
  background: -webkit-linear-gradient(top, #1a999b 0%, #16888b 100%);
  background: -o-linear-gradient(top, #1a999b 0%, #16888b 100%);
  background: linear-gradient(to bottom, #1a999b 0%, #16888b 100%);
}

.btn_mail svg {
  width: 30px;
  height: 22px;
}

@media screen and (max-width: 480px) {
  .btn_mail svg {
    width: 18px;
    height: 13px;
  }
}

.btn_notice {
  background: -webkit-gradient(linear, left top, left bottom, from(#827467), to(#6d6156));
  background: -webkit-linear-gradient(top, #827467 0%, #6d6156 100%);
  background: -o-linear-gradient(top, #827467 0%, #6d6156 100%);
  background: linear-gradient(to bottom, #827467 0%, #6d6156 100%);
}

.btn_notice svg {
  width: 30px;
  height: 30px;
}

.popup {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  position: relative;
}

.popup .container {
  background-color: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup_deco {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.popup_deco::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.popup_deco span {
  display: inline-block;
  position: relative;
  background-color: #e7e7e7;
  height: 20px;
  width: 70px;
}

.popup_deco span::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  opacity: 0.15;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/popup_deco.png");
  background-size: cover;
  background-position: center;
}

footer {
  position: relative;
  font-size: 14px;
}

footer .app_info {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 1em;
}

@media screen and (max-width: 767px) {
  footer .app_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .app_info .app_icon {
  width: 8.5em;
  margin: 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .app_info .app_icon {
    margin: 0 auto 2em;
  }
}

footer .app_info .app_icon img {
  border-radius: 10px;
}

footer .app_info .app_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .app_info .app_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5em 0;
}

@media screen and (max-width: 767px) {
  footer .app_info .app_list dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .app_info .app_list dl:last-child {
  margin-bottom: 0;
}

footer .app_info .app_list dd {
  margin-left: 0;
}

footer .company_info {
  color: #fff;
  padding: 2em 1em;
  background-color: #252629;
}

footer .company_info .logo_xlegend,
footer .company_info .links {
  margin-bottom: 0.5em;
}

footer .company_info a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 1.5em 0 1.2em;
  position: relative;
  display: inline-block;
}

footer .company_info a:hover {
  color: #60afff;
}

footer .company_info a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  background-color: rgba(255, 255, 255, 0.8);
}

footer .company_info .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .company_info .links span:first-child a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 480px) {
  footer .company_info .links span a {
    margin: .3em 0;
  }
  footer .company_info .links span.links-license a::after {
    display: none;
  }
}

footer .company_info .copyright {
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  footer footer {
    height: auto;
    padding: 1em;
    width: auto;
  }
  footer footer .footer-section:nth-child(1) {
    display: block;
    text-align: center;
  }
  footer footer .footer-section:nth-child(1) > div {
    margin-bottom: 1em;
  }
  footer footer .logo {
    margin-right: 0;
    margin-bottom: 1em;
  }
  footer footer .copyright {
    margin-left: 0;
    margin-right: 0;
  }
  footer .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }
  footer .social a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .language {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  footer {
    font-size: 12px;
  }
}

/* -----------------------------------------------------------------
職業
-------------------------------------------------------------------*/
.classes {
  background-color: #ffcb79;
  background-image: url("../images/classes_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 74.53125vw;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .classes {
    height: 133.33vw;
    background-image: url("../images/classes_bg_m.webp");
  }
}

.classes::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 1vw;
  background-color: #34200e;
  -webkit-box-shadow: 0 0.3vw 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.3vw 10px rgba(0, 0, 0, 0.3);
}

.classes .title {
  position: absolute;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(10vw, 5vw);
  -ms-transform: translate(10vw, 5vw);
  transform: translate(10vw, 5vw);
}

@media screen and (orientation: portrait) {
  .classes .title {
    -webkit-transform: translate(-50%, 5vw);
    -ms-transform: translate(-50%, 5vw);
    transform: translate(-50%, 5vw);
  }
}

.classes .title h2 {
  width: 16vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (orientation: portrait) {
  .classes .title h2 {
    width: 30vw;
  }
}

.classes .title h2 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 27.38095%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/classes_title.webp");
  background-size: cover;
  background-position: center top;
}

.classes .inner {
  position: relative;
}

@media screen and (orientation: portrait) {
  .classes .inner {
    height: 100%;
  }
}

.classes .inner .container {
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .classes .inner .container {
    height: 100%;
  }
}

.classes .class {
  position: relative;
  overflow: hidden;
  height: 74.53125vw;
}

@media screen and (orientation: portrait) {
  .classes .class {
    height: 100%;
  }
}

.classes .class .change_mode {
  cursor: pointer;
  position: absolute;
  width: 6vw;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-400%, 150%);
  -ms-transform: translate(-400%, 150%);
  transform: translate(-400%, 150%);
  z-index: 9;
}

@media screen and (orientation: portrait) {
  .classes .class .change_mode {
    top: 50%;
    left: auto;
    right: 5vw;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 13vw;
  }
}

.classes .class .change_mode span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 114.8%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/btn_change.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.classes .class .chara {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (orientation: portrait) {
  .classes .class .chara {
    width: auto;
    height: 100%;
  }
  .classes .class .chara img {
    max-width: none;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.classes .class .chara::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29.0625vw;
  height: 10.4166vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (orientation: portrait) {
  .classes .class .chara::after {
    width: 58.125vw;
    height: 20.8332vw;
  }
}

.classes .class .chara_animal {
  display: none;
}

.classes .class .swiper-slide {
  background-repeat: no-repeat;
  background-size: 14vw;
}

.classes .class .swiper-slide.default .chara_human {
  display: block;
}

.classes .class .swiper-slide.default .chara_animal {
  display: none;
}

.classes .class .swiper-slide.animal .chara_human {
  display: none;
}

.classes .class .swiper-slide.animal .chara_animal {
  display: block;
}

.classes .class_1 .chara::after {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_1_dialogue.webp");
}

.classes .class_2 .chara::after {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_2_dialogue.webp");
}

.classes .class_3 .chara::after {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_3_dialogue.webp");
}

.classes .class_4 .chara::after {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_4_dialogue.webp");
}

.classes .class_1 .chara::after {
  -webkit-transform: translate(-70%, -30%);
  -ms-transform: translate(-70%, -30%);
  transform: translate(-70%, -30%);
}

.classes .class_2 .chara::after {
  -webkit-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
}

.classes .class_3 .chara::after {
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}

.classes .class_4 .chara::after {
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}

@media screen and (orientation: portrait) {
  .classes .class .chara::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.classes .class.default .chara_human {
  -webkit-animation: ClassIn 0.5s ease-in-out;
  animation: ClassIn 0.5s ease-in-out;
}

.classes .class.default .chara_animal {
  -webkit-animation: ClassOut 0.5s ease-in-out;
  animation: ClassOut 0.5s ease-in-out;
}

.classes .class.animal .chara_human {
  -webkit-animation: ClassOut 0.5s ease-in-out;
  animation: ClassOut 0.5s ease-in-out;
}

.classes .class.animal .chara_animal {
  -webkit-animation: ClassIn 0.5s ease-in-out;
  animation: ClassIn 0.5s ease-in-out;
}

.classes .class .chara::after {
  -webkit-animation: Class_Dialogue 0.5s ease-in-out;
  animation: Class_Dialogue 0.5s ease-in-out;
}

.classes .class .swiper-slide.swiper-slide-active .chara_human,
.classes .class .swiper-slide.swiper-slide-active .chara_animal {
  -webkit-animation: Class_Active 0.5s ease-in-out;
  animation: Class_Active 0.5s ease-in-out;
}

.classes .class .swiper-slide.swiper-slide-active .chara::after {
  -webkit-animation: Class_Dialogue 0.5s ease-in-out;
  animation: Class_Dialogue 0.5s ease-in-out;
}

.classes .class .content {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  width: 18vw;
  height: 45vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (orientation: portrait) {
  .classes .class .content {
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.classes .class .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  left: 0;
  top: 0px;
  border-radius: 0 0 30px 30px;
}

@media screen and (orientation: portrait) {
  .classes .class .content::before {
    border-radius: 0;
  }
}

.classes .class_1 .name {
  color: #362562;
}

.classes .class_1 .name h3::before {
  -webkit-text-stroke: 5px #bdc9ff;
  text-stroke: 5px #bdc9ff;
}

.classes .class_1 .content::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #8181ed), color-stop(70%, #cbd7ff));
  background: -webkit-linear-gradient(bottom, #8181ed 10%, #cbd7ff 70%);
  background: -o-linear-gradient(bottom, #8181ed 10%, #cbd7ff 70%);
  background: linear-gradient(to top, #8181ed 10%, #cbd7ff 70%);
}

@media screen and (orientation: portrait) {
  .classes .class_1 .content::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #8181ed), color-stop(70%, #cbd7ff));
    background: -webkit-linear-gradient(top, #8181ed 10%, #cbd7ff 70%);
    background: -o-linear-gradient(top, #8181ed 10%, #cbd7ff 70%);
    background: linear-gradient(to bottom, #8181ed 10%, #cbd7ff 70%);
  }
}

.classes .class_2 .name {
  color: #15285c;
}

.classes .class_2 .name h3::before {
  -webkit-text-stroke: 5px #bdf3ff;
  text-stroke: 5px #bdf3ff;
}

.classes .class_2 .content::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #81d7ed), color-stop(70%, #cbfff9));
  background: -webkit-linear-gradient(bottom, #81d7ed 10%, #cbfff9 70%);
  background: -o-linear-gradient(bottom, #81d7ed 10%, #cbfff9 70%);
  background: linear-gradient(to top, #81d7ed 10%, #cbfff9 70%);
}

@media screen and (orientation: portrait) {
  .classes .class_2 .content::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #81d7ed), color-stop(70%, #cbfff9));
    background: -webkit-linear-gradient(top, #81d7ed 10%, #cbfff9 70%);
    background: -o-linear-gradient(top, #81d7ed 10%, #cbfff9 70%);
    background: linear-gradient(to bottom, #81d7ed 10%, #cbfff9 70%);
  }
}

.classes .class_3 .name {
  color: #7e0027;
}

.classes .class_3 .name h3::before {
  -webkit-text-stroke: 5px #f1b59f;
  text-stroke: 5px #f1b59f;
}

.classes .class_3 .content::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #f3a79a), color-stop(70%, #ffe1cb));
  background: -webkit-linear-gradient(bottom, #f3a79a 10%, #ffe1cb 70%);
  background: -o-linear-gradient(bottom, #f3a79a 10%, #ffe1cb 70%);
  background: linear-gradient(to top, #f3a79a 10%, #ffe1cb 70%);
}

@media screen and (orientation: portrait) {
  .classes .class_3 .content::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f3a79a), color-stop(70%, #ffe1cb));
    background: -webkit-linear-gradient(top, #f3a79a 10%, #ffe1cb 70%);
    background: -o-linear-gradient(top, #f3a79a 10%, #ffe1cb 70%);
    background: linear-gradient(to bottom, #f3a79a 10%, #ffe1cb 70%);
  }
}

.classes .class_4 .name {
  color: #3e2b0e;
}

.classes .class_4 .name h3::before {
  -webkit-text-stroke: 5px #ffe16a;
  text-stroke: 5px #ffe16a;
}

.classes .class_4 .content::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffecb3), color-stop(70%, #fdffdc));
  background: -webkit-linear-gradient(bottom, #ffecb3 10%, #fdffdc 70%);
  background: -o-linear-gradient(bottom, #ffecb3 10%, #fdffdc 70%);
  background: linear-gradient(to top, #ffecb3 10%, #fdffdc 70%);
}

@media screen and (orientation: portrait) {
  .classes .class_4 .content::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffecb3), color-stop(70%, #fdffdc));
    background: -webkit-linear-gradient(top, #ffecb3 10%, #fdffdc 70%);
    background: -o-linear-gradient(top, #ffecb3 10%, #fdffdc 70%);
    background: linear-gradient(to bottom, #ffecb3 10%, #fdffdc 70%);
  }
}

@media screen and (orientation: portrait) {
  .classes .class .info {
    padding-top: 5vw;
  }
}

.classes .class .info p {
  position: relative;
  margin: 0 auto;
  font-size: 0.95em;
  line-height: 1.6em;
  color: #1a1c26;
  padding: 1em 1em 2em;
}

@media screen and (orientation: portrait) {
  .classes .class .info p {
    font-size: 1.2em;
    padding-top: 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes .class .info p {
    font-size: 12px;
  }
}

.classes .class .info p span {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  font-size: 0.8em;
  color: #fff;
  background-color: #1a1c26;
  width: 8em;
  height: 2em;
}

.classes .class .name {
  position: relative;
}

.classes .class .name h3 {
  position: relative;
  font-size: 2.6vw;
  margin-bottom: .3em;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  .classes .class .name h3 {
    font-size: 8vw;
    margin-bottom: .2em;
  }
}

.classes .class .name h3::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
}

.classes .class .name_eng {
  font-size: 0;
  width: 16vw;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  .classes .class .name_eng {
    width: 50vw;
  }
}

.classes .class .name_eng span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 35.04673%;
  background-size: cover;
}

.classes .class_1 .name_eng span {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_1_eng.webp");
}

.classes .class_2 .name_eng span {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_2_eng.webp");
}

.classes .class_3 .name_eng span {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_3_eng.webp");
}

.classes .class_4 .name_eng span {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_4_eng.webp");
}

.classes .class .positioning {
  font-size: 1.2vw;
}

@media screen and (orientation: portrait) {
  .classes .class .positioning {
    font-size: 3vw;
  }
}

.classes .class .positioning span {
  position: relative;
  display: inline-block;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2em;
  padding: 0 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (orientation: portrait) {
  .classes .class .positioning span {
    margin-bottom: 0;
  }
}

.classes .class .careers {
  margin: auto;
  width: 85%;
  position: relative;
}

@media screen and (orientation: portrait) {
  .classes .class .careers {
    width: 38vw;
  }
}

.classes .class .careers img {
  width: 100%;
  height: auto;
}

.classes .class .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(28.3vw, -50%);
  -ms-transform: translate(28.3vw, -50%);
  transform: translate(28.3vw, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5vw;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  .classes .class .swiper-pagination {
    top: 15vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.classes .class .swiper-pagination-bullet {
  width: 5vw;
  height: 5vw;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background: none;
  background-size: cover;
}

@media screen and (orientation: portrait) {
  .classes .class .swiper-pagination-bullet {
    width: 12vw;
    height: 12vw;
  }
}

.classes .class .swiper-pagination-bullet:nth-child(1) {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_nav_1.webp");
}

.classes .class .swiper-pagination-bullet:nth-child(2) {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_nav_2.webp");
}

.classes .class .swiper-pagination-bullet:nth-child(3) {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_nav_3.webp");
}

.classes .class .swiper-pagination-bullet:nth-child(4) {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/class_nav_4.webp");
}

.classes .class .swiper-pagination-bullet-active, .classes .class .swiper-pagination-bullet:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* ==========================================================================
	RWD
========================================================================== */
/* ============================================================================= */
/* for 筆電 */
/* ============================================================================= */
/* -------------- iPAD AIR -------------- */
/* ============ BG_5 ============ */
.features {
  position: relative;
  height: 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/features_bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media screen and (orientation: portrait) {
  .features {
    height: 80vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .features {
    height: 90vw;
  }
}

.features .title h2 {
  width: 315px;
  margin-left: auto;
  margin-right: auto;
}

.features .title h2 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 22.22222%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/features_title.webp");
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 1180px) {
  .features .title h2 {
    max-width: 33vw;
  }
}

.features .inner {
  position: relative;
}

.features .container {
  width: 52.4vw;
  height: 31.25vw;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/features_slide_bg.webp");
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (orientation: portrait) {
  .features .container {
    width: 78.6vw;
    height: 46.875vw;
  }
}

.features .swiper {
  position: relative;
  width: 48.95vw;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  .features .swiper {
    width: 73.425vw;
  }
}

.features .swiper-slide img {
  display: block;
  width: 100%;
}

.features .swiper-button-prev, .features .swiper-button-next {
  margin-top: 0;
  width: 45px;
}

@media screen and (orientation: portrait) {
  .features .swiper-button-prev, .features .swiper-button-next {
    width: 6vw;
  }
}

.features .swiper-button-prev::after, .features .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 146.66667%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/arrow.webp");
  background-size: cover;
  background-position: center top;
}

.features .swiper-button-prev span, .features .swiper-button-next span {
  display: block;
}

.features .swiper-button-next {
  -webkit-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .features .swiper-button-next {
    -webkit-transform: translate(180%, 0);
    -ms-transform: translate(180%, 0);
    transform: translate(180%, 0);
  }
}

.features .swiper-button-prev {
  -webkit-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .features .swiper-button-prev {
    -webkit-transform: translate(-180%, 0);
    -ms-transform: translate(-180%, 0);
    transform: translate(-180%, 0);
  }
}

.features .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.features .swiper-pagination {
  bottom: 0;
  -webkit-transform: translate(0, 150%);
  -ms-transform: translate(0, 150%);
  transform: translate(0, 150%);
}

.features .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .5em;
}

@media screen and (orientation: portrait) {
  .features .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .3em;
  }
}

.features .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #bbafaf;
  opacity: 1;
}

.features .swiper-pagination-bullet-active {
  background-color: #00c0ff;
}

@media screen and (orientation: portrait) {
  .features .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

#Features_swiper_prev:focus,
#Features_swiper_next:focus {
  outline: none;
}

#Features_swiper_prev:active,
#Features_swiper_next:active {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.wrap .title span {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

/* -----------------------------------------------------------------
主視覺
-------------------------------------------------------------------*/
.kv {
  height: 960px;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/kv_bg.webp");
  background-size: cover;
  background-position: center top;
}

@media screen and (orientation: portrait) {
  .kv {
    height: 133vw;
    background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/kv_bg_m.webp");
    background-position: center bottom;
    padding-top: 70px;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .kv {
    height: 177vw;
    background-position: center;
  }
}

.kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.kv .container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-bottom: 120px;
  position: relative;
  z-index: 3;
}

@media screen and (orientation: portrait) {
  .kv .container {
    padding-bottom: 10vw;
  }
}

.kv .game_logo {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 200px;
}

@media screen and (orientation: portrait) {
  .kv .game_logo {
    position: relative;
    width: 30vw;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.kv .title h1 {
  width: 622px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 25px;
}

.kv .title h1 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 13.18328%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/kv_title.webp");
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 1180px) {
  .kv .title h1 {
    max-width: 90vw;
  }
}

@media screen and (orientation: portrait) {
  .kv .title h1 {
    top: 2vw;
  }
}

.kv .store {
  width: 570px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 1180px) {
  .kv .store {
    width: 90vw;
  }
}

.kv .store::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  width: 100%;
  height: 100%;
  border-radius: 15px 0;
  border: 1px solid white;
}

.kv .store_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.kv .store_prize {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 271px;
  flex: 0 0 271px;
  position: relative;
}

@media screen and (orientation: portrait) {
  .kv .store_prize {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45vw;
    flex: 0 0 45vw;
  }
}

.kv .store_prize figure {
  position: absolute;
}

.kv .store_prize picture {
  display: block;
  font-size: 0;
}

.kv .store_prize figcaption {
  font-weight: 600;
  position: absolute;
}

.kv .store_prize figcaption span {
  position: relative;
  display: block;
  z-index: 1;
}

.kv .store_prize figcaption span::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #4e3240;
  text-stroke: 5px #4e3240;
}

@media screen and (orientation: portrait) {
  .kv .store_prize figcaption span::before {
    -webkit-text-stroke: 0.8vw #4e3240;
    text-stroke: 0.8vw #4e3240;
  }
}

.kv .store_prize_1 {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.kv .store_prize_1 picture {
  width: 100%;
  height: 208px;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .kv .store_prize_1 picture {
    height: 30vw;
  }
}

.kv .store_prize_1 figcaption {
  font-size: 14px;
  text-align: right;
  right: 0;
  top: 50%;
}

@media screen and (orientation: portrait) {
  .kv .store_prize_1 figcaption {
    font-size: 2.4vw;
  }
}

.kv .store_prize_1 figcaption span {
  color: #fff;
  position: relative;
  font-size: inherit;
}

.kv .store_prize_1 figcaption span:last-child {
  font-size: 1.42em;
  color: #fffd5a;
}

.kv .store_prize_2 {
  bottom: 30px;
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}

@media screen and (orientation: portrait) {
  .kv .store_prize_2 {
    bottom: 1.5vw;
  }
}

.kv .store_prize_2 picture {
  width: 80px;
}

@media screen and (orientation: portrait) {
  .kv .store_prize_2 picture {
    width: 12vw;
  }
}

.kv .store_prize_2 figcaption {
  width: 11em;
  color: #ffe6f7;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.kv .store_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.kv .store_btns a {
  margin-bottom: 10px;
}

.kv .store_btns a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .kv .store_btns a {
    width: 30vw;
  }
}

.kv .pre_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.kv .pre_btns a {
  margin: 0 5px;
}

.store_btns a {
  width: 215px;
  font-size: 0;
  display: block;
}

/* -----------------------------------------------------------------
里程碑
-------------------------------------------------------------------*/
.milestone {
  height: 1115px;
  margin-top: -160px;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_bg.webp");
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (orientation: portrait) {
  .milestone {
    height: auto;
    padding-top: 20vw;
    padding-bottom: 10vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .milestone {
    margin-top: -20vw;
    padding-top: 30vw;
  }
}

.milestone .title h2 {
  width: 617px;
  margin-left: auto;
  margin-right: auto;
}

.milestone .title h2 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 11.18314%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_title.webp");
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 1180px) {
  .milestone .title h2 {
    max-width: 60vw;
  }
}

.milestone .description {
  color: #6987a2;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .milestone .description span {
    display: block;
  }
}

.milestone .date {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .milestone .date {
    width: 86vw;
  }
}

.milestone .date dt {
  position: relative;
  margin-bottom: 0.5em;
}

.milestone .date dt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 0;
}

.milestone .date dt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #333;
  padding: 0.5em 1em;
  border-radius: 8px 0;
  color: #fff;
}

.milestone .date dd {
  margin: 0;
}

.milestone_stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (orientation: portrait) {
  .milestone_stage {
    width: 64vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .milestone_stage {
    width: 84vw;
  }
}

.milestone_item {
  width: 220px;
  margin: 0 10px;
  background-size: cover;
  background-position: center top;
}

.milestone_item_1 {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_1.webp");
}

.milestone_item_1.active {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_1_active.webp");
}

.milestone_item_2 {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_2.webp");
}

.milestone_item_2.active {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_2_active.webp");
}

.milestone_item_3 {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_3.webp");
}

.milestone_item_3.active {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_3_active.webp");
}

.milestone_item_4 {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_4.webp");
}

.milestone_item_4.active {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_4_active.webp");
}

.milestone_item_5 {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_5.webp");
}

.milestone_item_5.active {
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/milestone_5_active.webp");
}

.milestone_item p {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
}

.milestone_item .content {
  width: 100%;
  height: 0;
  padding-top: 178.63636%;
}

.milestone_item_5 {
  width: 440px;
}

.milestone_item_5 .content {
  width: 100%;
  height: 0;
  padding-top: 89.31818%;
}

@media screen and (max-width: 1600px) {
  .milestone_item {
    width: 13vw;
    margin: 0 5px;
  }
  .milestone_item_5 {
    width: 26vw;
  }
}

@media screen and (orientation: portrait) {
  .milestone_item {
    width: 30vw;
    margin: 1vw;
  }
  .milestone_item_5 {
    width: 64vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .milestone_item {
    width: 40vw;
  }
  .milestone_item_5 {
    width: 84vw;
  }
}

/* -----------------------------------------------------------------
信箱登錄
-------------------------------------------------------------------*/
.mailRegister {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/register_bg.webp");
  background-size: cover;
  background-position: center top;
  height: 350px;
  -webkit-box-shadow: 0 0 3vw rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.mailRegister .title h2 {
  width: 496px;
  margin-left: auto;
  margin-right: auto;
}

.mailRegister .title h2 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 13.70968%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/register_title.webp");
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 1180px) {
  .mailRegister .title h2 {
    max-width: 50vw;
  }
}

.mailRegister .type_ID {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .mailRegister .type_ID {
    width: 90vw;
  }
}

@media screen and (max-width: 480px) {
  .mailRegister .type_ID {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mailRegister .type_ID_inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5em;
  height: 2.4em;
  border-radius: 8px 0 0;
  margin-right: 2px;
}

@media screen and (max-width: 640px) {
  .mailRegister .type_ID_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 480px) {
  .mailRegister .type_ID_inner {
    border-radius: 8px 0;
    width: 100%;
    margin-bottom: .5em;
  }
}

.mailRegister .type_ID_inner svg {
  width: 30px;
  height: 22px;
  margin-right: 0.5em;
  fill: #959595;
}

@media screen and (max-width: 640px) {
  .mailRegister .type_ID_inner svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5vw;
    flex: 0 0 5vw;
  }
}

.mailRegister .type_ID input {
  border: none;
  width: 20em;
  height: 2.4em;
  line-height: 2.4em;
}

@media screen and (max-width: 640px) {
  .mailRegister .type_ID input {
    width: auto;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 400px) {
  .mailRegister .type_ID input {
    width: 30vw;
  }
}

.mailRegister .type_ID #btn_register {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.4em;
  border-radius: 0 0 8px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffef6b), to(#ffe83d));
  background: -webkit-linear-gradient(top, #ffef6b 0%, #ffe83d 100%);
  background: -o-linear-gradient(top, #ffef6b 0%, #ffe83d 100%);
  background: linear-gradient(to bottom, #ffef6b 0%, #ffe83d 100%);
  color: #000;
}

@media screen and (max-width: 640px) {
  .mailRegister .type_ID #btn_register {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
  }
}

@media screen and (max-width: 480px) {
  .mailRegister .type_ID #btn_register {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 8px 0;
  }
}

.mailRegister p {
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mailRegister p input {
  margin-right: 0.5em;
  border: none;
}

.mailRegister p a {
  color: #ffe83d;
}

/* -----------------------------------------------------------------
社群
-------------------------------------------------------------------*/
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/social_bg.webp");
  background-size: cover;
  background-position: center top;
}

.social .inner {
  position: relative;
  z-index: 2;
}

.social .title h2 {
  width: 968px;
  margin-left: auto;
  margin-right: auto;
}

.social .title h2 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 15.75413%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/social_title.webp");
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 1180px) {
  .social .title h2 {
    max-width: 90vw;
  }
}

.social_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_btns a {
  margin: 0 5px;
}

.social .btn_go_twitter {
  position: relative;
  -webkit-transform: translate(0, 60%);
  -ms-transform: translate(0, 60%);
  transform: translate(0, 60%);
}

@media screen and (max-width: 480px) {
  .social .btn_go_twitter {
    -webkit-transform: translate(0, 45%);
    -ms-transform: translate(0, 45%);
    transform: translate(0, 45%);
  }
}

.social .btn_go_twitter a {
  font-size: 20px;
}

.social .twitter {
  margin-bottom: 1em;
}

.social .twitter-tweet {
  background-color: #6a7a92;
  border-radius: 30px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .social .twitter-tweet {
    padding: 3vw;
    border-radius: 20px;
  }
}

.social .chara {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 1180px) {
  .social .chara {
    display: none;
  }
}

.social .chara_1 {
  width: 584px;
  -webkit-transform: translate(-120%, 0);
  -ms-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
}

.social .chara_1 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 122.60274%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/social_chara_1.webp");
}

.social .chara_2 {
  width: 604px;
  -webkit-transform: translate(10%, 0);
  -ms-transform: translate(10%, 0);
  transform: translate(10%, 0);
}

.social .chara_2 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 140.39735%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/social_chara_2.webp");
}

/* -----------------------------------------------------------------
Side
-------------------------------------------------------------------*/
.side {
  display: none;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 240px;
}

.side.hide {
  display: none !important;
}

@media screen and (max-width: 1440px) {
  .side {
    width: 15vw;
  }
}

@media screen and (orientation: portrait) {
  .side {
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.side .title {
  background-color: #000;
  color: #fff;
  border-radius: 15px 0 0 0;
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
  .side .title {
    font-size: 1.5vw;
  }
}

@media screen and (orientation: portrait) {
  .side .title {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 25vw;
    font-size: 5vw;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    transform: translate(0, -75%);
    background: none;
    letter-spacing: 0.1em;
    text-shadow: 0 0 1vw #000, 0 0 1vw #000, 0 0 1vw #000, 0 0 1vw #000;
  }
}

.side .title h2 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
  padding: 0.3em 0;
}

.side .container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 15px 15px;
  border-radius: 0 0 0 15px;
}

@media screen and (max-width: 1440px) {
  .side .container {
    padding: 0 1vw 1vw;
  }
}

@media screen and (orientation: portrait) {
  .side .container {
    padding: 2vw;
    background-color: rgba(68, 68, 68, 0.9);
  }
}

.side .prize {
  width: 204px;
}

@media screen and (orientation: portrait) {
  .side .prize {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.side .prize figure {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .side .prize figure {
    height: 15vw;
  }
}

@media screen and (orientation: portrait) {
  .side .prize figure {
    width: 40vw;
    height: 30vw;
  }
}

.side .prize figure img {
  position: relative;
  -webkit-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

@media screen and (orientation: portrait) {
  .side .prize figure img {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.side .prize figcaption {
  position: absolute;
  bottom: 0.5em;
  padding: 0 5px;
}

@media screen and (orientation: portrait) {
  .side .prize figcaption {
    position: fixed;
    left: 0;
    background-color: #000;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5vw 0;
    letter-spacing: 0.1em;
  }
}

.side .prize figcaption sub {
  display: block;
  width: 5em;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #9b322f;
  line-height: 1.8em;
  border-radius: 0.9em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1440px) {
  .side .prize figcaption sub {
    font-size: 1vw;
  }
}

@media screen and (orientation: portrait) {
  .side .prize figcaption sub {
    display: inline-block;
    width: auto;
    font-size: 3vw;
    line-height: 1;
    background: none;
  }
}

.side .prize figcaption span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .side .prize figcaption span {
    font-size: 1vw;
  }
}

@media screen and (orientation: portrait) {
  .side .prize figcaption span {
    font-size: 3vw;
  }
}

.side .prize figcaption span[data-storke="ぷちマルタ"] {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  .side .prize figcaption span[data-storke="ぷちマルタ"] {
    font-size: 1.2vw;
  }
}

@media screen and (orientation: portrait) {
  .side .prize figcaption span[data-storke="ぷちマルタ"] {
    font-size: 3vw;
    color: #ffd200;
  }
}

.side .prize figcaption span::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #9b322f;
  text-stroke: 5px #9b322f;
}

@media screen and (orientation: portrait) {
  .side .prize figcaption span::before {
    display: none;
  }
}

.side .store_btns,
.side .pre_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

.side .store_btns a,
.side .pre_btns a {
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
}

.side .store_btns {
  position: relative;
}

@media screen and (orientation: portrait) {
  .side .store_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 4vw;
  }
  .side .store_btns a {
    width: 30vw;
  }
}

@media screen and (orientation: portrait) {
  .side .pre_btns {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .side .pre_btns .btn_x svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}

@media screen and (max-width: 1440px) {
  .side .pre_btns .btn_mail svg {
    width: 1.5vw;
    height: 1.2vw;
  }
}

.side .pre_btns a {
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .side .pre_btns a {
    font-size: 1vw;
  }
}

.side .gotop {
  padding: 0.5em 0;
  cursor: pointer;
}

@media screen and (orientation: portrait) {
  .side .gotop {
    display: none;
  }
}

.side .gotop span {
  position: relative;
  z-index: 1;
}

.side .gotop span::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
}

.fancybox_complete, .fancybox_notice {
  background: transparent;
}

.fancybox_complete {
  width: 660px !important;
  padding: 0;
}

.notice {
  display: none;
}

.notice .title {
  width: 155px;
  margin-left: auto;
  margin-right: auto;
}

.notice .title span {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 29.67742%;
  background-image: url("/jp/fluffyplanetsaga/event/register/assets/images/notice_title.webp");
  background-size: cover;
  background-position: center top;
}

.notice li {
  text-align: left;
  line-height: 1.6;
}

.notice p {
  margin-bottom: 0;
}

.notice .content {
  padding: 0 2em;
}

/*# sourceMappingURL=register.css.map */