@charset "UTF-8";
@font-face {
  font-family: Galano Grotesque;
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/assets/font/woff2/Galano-Grotesque-Thin.woff2) format("woff2");
}
@font-face {
  font-family: Galano Grotesque;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font/woff2/Galano-Grotesque-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Galano Grotesque;
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url(/assets/font/woff2/Galano-Grotesque-Medium.woff2) format("woff2");
}
@font-face {
  font-family: Galano Grotesque;
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url(/assets/font/woff2/Galano-Grotesque-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: Galano Grotesque;
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(/assets/font/woff2/Galano-Grotesque-Bold.woff2) format("woff2");
}
*,
:after,
:before {
  box-sizing: border-box;
}
blockquote,
body,
button,
dd,
dl,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
input,
legend,
ol,
option,
p,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
strong,
sub,
sup,
th {
  font-size: inherit;
  font-weight: inherit;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
caption,
th {
  text-align: left;
}
a,
abbr[title],
ins {
  text-decoration: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
}
q:after,
q:before {
  content: none;
}
sub,
sup {
  vertical-align: baseline;
}
mark {
  background: none;
  color: inherit;
}
svg {
  overflow: visible;
}
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
a,
button,
input[type="checkbox"],
input[type="radio"],
label,
select {
  cursor: pointer;
}
button {
  outline: none;
}
[data-whatinput="keyboard"] button:focus {
  outline: auto;
}
::-moz-selection {
  background: rgba(205, 62, 210, 0.5);
}
::selection {
  background: rgba(205, 62, 210, 0.5);
}
html {
  overflow-y: scroll;
}
html.bMobile {
  overflow-y: visible;
}
html.sWait {
  cursor: wait;
}
html.-full {
  overflow: hidden;
  height: 100%;
}
body {
  color: #4e5c6b;
  font-family: YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans,
    Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-family: Roboto, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 400;
}
html.-full body {
  height: 100%;
}
.lLowerImageBackground {
  position: fixed;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0;
}

/*! locomotive-scroll v4.0.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
.c-scrollbar {
  z-index: 800;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
.cArrowCtaComponent-arrow-svg {
  will-change: transform;
  width: 100%;
  height: auto;
}
.cArrowCtaComponent.-rectangle-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fefefe;
  opacity: 0.3;
}
.cArrowCtaComponent.-rectangle-link .cArrowCtaComponent-text {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fefefe;
  letter-spacing: 0.075em;
}
.cArrowCtaComponent.-rectangle-link .cArrowCtaComponent-arrow {
  transform: rotate(-45deg);
  color: #fefefe;
  overflow: hidden;
}
.cArrowCtaComponent.-circle-dark,
.cArrowCtaComponent.-circle-light {
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.cArrowCtaComponent.-circle-light {
  background-color: #fff;
}
.cArrowCtaComponent.-circle-light .cArrowCtaComponent-arrow {
  overflow: hidden;
}
.cArrowCtaComponent.-circle-dark {
  border: 1px solid #fefefe;
  opacity: 0.3;
}
.cArrowCtaComponent.-circle-dark .cArrowCtaComponent-arrow {
  color: #fefefe;
  overflow: hidden;
}
.cFooter-lead {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.015em;
  overflow: hidden;
}
.cFooter-description {
  background-image: linear-gradient(180deg, #fefefe, 30%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fefefe;
  display: block;
  opacity: 0.5;
  font-weight: 300;
}
.cFooter-description-row {
  display: block;
  overflow: hidden;
}
.cFooter-description-text {
  display: block;
}
.cFooter-sns-list {
  display: flex;
  justify-content: space-between;
}
.cFooter-sns-item {
  border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.cFooter-sns-item.-disable {
  opacity: 0.3;
  pointer-events: none;
}
.cFooter-sns-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cFooter-sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #cd3ed2, #d881a2 50%, #cd3ed2);
  background-size: 200%;
  background-position: 0 0;
}
.cFooter-sns-svg {
  color: #fff;
  height: auto;
}
.cFooter-sns-title {
  display: flex;
}
.cFooter-sns-name {
  font-family: Roboto, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 500;
  color: #fefefe;
  opacity: 0.5;
}
.cFooter-sns-arrow {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fefefe;
  opacity: 0.5;
}
.cFooter-sns-arrow-svg {
  width: 100%;
  height: auto;
}
.cFooter-sns-description {
  font-family: Roboto, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 400;
  color: #fefefe;
  opacity: 0.5;
  font-weight: 300;
}
.cFooter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cFooter-logo-svg {
  width: 100%;
  height: auto;
}
.cFooter-pagetop {
  color: hsla(0, 0%, 99.6%, 0.5);
}
.cFooter-pagetop-inner {
  overflow: hidden;
}
.cFooter-pagetop-text {
  color: #fff;
  opacity: 0.5;
  will-change: transform;
  display: flex;
  align-items: center;
}
.cFooter-pagetop-circle {
  position: relative;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}
.cFooter-pagetop-mini-circle:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #f83ad6;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cFooter-copyright {
  display: block;
  color: hsla(0, 0%, 99.6%, 0.5);
}
.cHeader {
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: auto;
}
.cHeader.-invert .cHeader-logo,
.cHeader.-invert .cHeader-nav-arrow,
.cHeader.-invert .cHeader-nav-link {
  color: #222;
}
.cHeader.-invert .cHeader-menu-line,
.cHeader.-invert .cHeader-nav-line {
  background-color: #222;
}
.cHeader-inner {
  display: flex;
  justify-content: space-between;
}
.cHeader-link {
  overflow: hidden;
}
.cHeader-logo {
  color: #fff;
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.cHeader-logo-svg {
  width: 100%;
  height: auto;
}
.cHeader-nav-list {
  display: flex;
}
.cHeader-nav-item {
  will-change: transform;
  overflow: hidden;
}
.cHeader-nav-item:not(:first-of-type) {
  margin-left: 5.75rem;
}
.cHeader-nav-item.-current {
  pointer-events: none;
}
.cHeader-nav-item.-current .cHeader-nav-line {
  left: 110%;
  display: inline;
  transition: left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.cHeader-nav-item.-disable {
  opacity: 0.3;
  pointer-events: none;
}
.cHeader-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #fefefe;
  font-size: 1.4375rem;
  line-height: 1.8695652174;
  letter-spacing: 0.085em;
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.cHeader-nav-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fefefe;
  transform-origin: left top;
  will-change: transform;
  transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.cHeader-nav-line,
.cModal {
  left: 0;
  bottom: 0;
  display: none;
}
.cModal {
  z-index: 1000;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
}
.cModal-content {
  z-index: 1;
}
.cModal.-open {
  display: block;
  pointer-events: auto;
}
body.-open {
  pointer-events: none;
}
.cOrientationAlert {
  z-index: 1600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
  background-color: #2a2a2a;
}
.cOrientationAlert-bg {
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/sp/orientation_noise.png);
  background-repeat: repeat;
  opacity: 0.5;
}
.cOrientationAlert-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cOrientationAlert-image-svg {
  width: 100%;
  height: auto;
}
.cOrientationAlert-text {
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #f5f5f5;
}
.cOrientationAlert-text,
.cOrientationAlert-text > .-bold {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
}
.cOrientationAlert-text > .-bold {
  font-weight: 400;
}
.cScrollDown {
  z-index: 1;
}
.bTablet .cScrollDown {
  position: fixed;
}
.cScrollDown-content {
  overflow: hidden;
}
.bTablet .cScrollDown-content {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bTablet #pIndex .cScrollDown-content {
  bottom: 18.75rem;
  right: 2.5rem;
}
.cScrollDown-text {
  color: #fff;
  will-change: transform;
  display: flex;
  align-items: center;
  opacity: 0;
}
.cScrollDown-circle {
  position: relative;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}
.cScrollDown-mini-circle:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #f83ad6;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cTransition {
  z-index: 1400;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.5555555556vw;
  }
  body {
    font-size: 0.875rem;
  }
  #pProductGateway .lLowerImageBackground {
    background-image: url(/assets/img/product/detail/pc/background-gateway.png);
  }
  #pProductReunion .lLowerImageBackground {
    background-image: url(/assets/img/product/detail/pc/background-reunion.png);
  }
  #pProductBloom .lLowerImageBackground,
  #pProductColony03 .lLowerImageBackground,
  #pProductHanafuda .lLowerImageBackground {
    background-image: url(/assets/img/product/detail/pc/background-hanafuda.png);
  }
  ._sp {
    display: none !important;
  }
  html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .cArrowCtaComponent.-rectangle-link {
    border-radius: 3.75rem;
    width: 28.75rem;
    height: 7.5rem;
    padding-inline: 3.75rem;
  }
  .cArrowCtaComponent.-rectangle-link .cArrowCtaComponent-text {
    font-size: 1.4375rem;
  }
  .cArrowCtaComponent.-rectangle-link .cArrowCtaComponent-arrow {
    width: 1.4375rem;
  }
  .cArrowCtaComponent.-circle-light {
    width: 12.375rem;
    height: 12.375rem;
  }
  .cArrowCtaComponent.-circle-light .cArrowCtaComponent-arrow {
    width: 2.1875rem;
  }
  .cArrowCtaComponent.-circle-dark {
    width: 7.5rem;
    height: 7.5rem;
  }
  .cArrowCtaComponent.-circle-dark .cArrowCtaComponent-arrow {
    width: 1.375rem;
  }
  .cFooter-inner {
    padding: 0 2.5rem 4.375rem;
  }
  .cFooter-text {
    display: grid;
    grid-template-columns: 92.5rem 1fr;
    align-items: center;
    padding-top: 12.5rem;
  }
  .cFooter-lead {
    font-size: 8.125rem;
  }
  .cFooter-description-wrapper {
    margin-top: 0.75rem;
    margin-left: 0.625rem;
  }
  .cFooter-description {
    line-height: 1.7222222222;
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
  .cFooter-sns {
    display: flex;
    justify-content: right;
    margin-top: 5rem;
  }
  .cFooter-sns-item {
    width: 40rem;
    height: 40rem;
    border-radius: 8.125rem;
  }
  .cFooter-sns-item:not(:first-of-type) {
    margin-left: 2.5rem;
  }
  .cFooter-sns-link {
    padding: 4.875rem 4.125rem 6.5rem 5.125rem;
    border-radius: 8.125rem;
  }
  .cFooter-sns-icon {
    margin-left: auto;
    margin-right: 0;
    width: 10.25rem;
    height: 10.25rem;
    border-radius: 4rem;
  }
  .-twitter .cFooter-sns-svg {
    margin-top: 0.125rem;
    width: 4.125rem;
  }
  .-medium .cFooter-sns-svg {
    width: 5.125rem;
  }
  .-github .cFooter-sns-svg {
    margin-top: -0.125rem;
    width: 5.25rem;
  }
  .cFooter-sns-name {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
  }
  .cFooter-sns-arrow {
    width: 1.25rem;
    margin-left: 0.625rem;
    margin-top: 0.125rem;
  }
  .cFooter-sns-description {
    font-size: 2.25rem;
    line-height: 1.3888888889;
    margin-top: 0.875rem;
    letter-spacing: 0.05em;
  }
  .cFooter-item {
    margin-top: 14.375rem;
  }
  .cFooter-logo {
    width: 17.6875rem;
  }
  .cFooter-pagetop {
    padding: 0.875rem 1.625rem;
    margin-right: -1.625rem;
  }
  .cFooter-pagetop-inner {
    padding: 0.625rem;
  }
  .cFooter-pagetop-text {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
  .cFooter-pagetop-circle {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1.375rem;
  }
  .cFooter-pagetop-mini-circle {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    right: 0;
  }
  .cFooter-pagetop-mini-circle:after {
    width: 0.75rem;
    height: 0.75rem;
  }
  .cFooter-copyright {
    font-size: 1.625rem;
    margin-top: 6.625rem;
    letter-spacing: 0.045em;
  }
  .cHeader-inner {
    padding: 4.375rem 7.5rem 4.375rem 6.25rem;
  }
  .cHeader-logo {
    width: 12.5625rem;
  }
  .cHeader-nav-arrow {
    width: 0.75rem;
    height: auto;
    margin-bottom: 0.5rem;
    margin-left: 0.375rem;
  }
  .cOrientationAlert-image {
    width: 19rem;
  }
  .cOrientationAlert-text {
    font-size: 5.625rem;
    margin-top: 5rem;
  }
  .cScrollDown {
    position: -webkit-sticky;
    position: sticky;
    will-change: transform;
    width: 100%;
    height: 100vh;
    margin-top: -100vh;
  }
  .cScrollDown-content {
    padding: 0.625rem;
    position: fixed;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #pIndex .cScrollDown-content {
    bottom: 6.25rem;
    right: 2.5rem;
  }
  #pProduct .cScrollDown-content,
  #pProductBloom .cScrollDown-content,
  #pProductColony03 .cScrollDown-content,
  #pProductGateway .cScrollDown-content,
  #pProductHanafuda .cScrollDown-content,
  #pProductReunion .cScrollDown-content {
    bottom: 25rem;
    right: 2.5rem;
  }
  .cScrollDown-text {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
  .cScrollDown-circle {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1.375rem;
  }
  .cScrollDown-mini-circle {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    right: 0;
  }
  .cScrollDown-mini-circle:after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.8647342995vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.8125rem;
  }
  #pProductGateway .lLowerImageBackground {
    background-image: url(/assets/img/product/detail/sp/background-gateway.png);
  }
  #pProductReunion .lLowerImageBackground {
    background-image: url(/assets/img/product/detail/sp/background-reunion.png);
  }
  #pProductBloom .lLowerImageBackground,
  #pProductColony03 .lLowerImageBackground,
  #pProductHanafuda .lLowerImageBackground {
    background-image: url(/assets/img/product/detail/sp/background-hanafuda.png);
  }
  ._pc {
    display: none !important;
  }
  .cArrowCtaComponent-arrow-svg {
    margin-bottom: 0.09375rem;
  }
  .cArrowCtaComponent.-rectangle-link {
    border-radius: 2rem;
    width: 14.9375rem;
    height: 4.0625rem;
    padding-inline: 2.5rem;
  }
  .cArrowCtaComponent.-rectangle-link .cArrowCtaComponent-text {
    font-size: 0.75rem;
  }
  .cArrowCtaComponent.-rectangle-link .cArrowCtaComponent-arrow {
    width: 0.75rem;
  }
  .cArrowCtaComponent.-circle-light {
    width: 3.125rem;
    height: 3.125rem;
  }
  .cArrowCtaComponent.-circle-light .cArrowCtaComponent-arrow {
    width: 0.625rem;
  }
  .cArrowCtaComponent.-circle-dark {
    width: 3.125rem;
    height: 3.125rem;
  }
  .cArrowCtaComponent.-circle-dark .cArrowCtaComponent-arrow {
    width: 0.625rem;
  }
  .cFooter-inner {
    padding: 5.625rem 1.28125rem 2.8125rem;
  }
  .cFooter-text {
    margin-left: -0.0625rem;
  }
  .cFooter-lead {
    font-size: 3rem;
  }
  .cFooter-description-wrapper {
    margin-top: 1.5rem;
    margin-left: 0.1875rem;
  }
  .cFooter-description {
    line-height: 1.625;
    font-size: 1rem;
    letter-spacing: 0.075em;
  }
  .cFooter-sns {
    margin-top: 3.4375rem;
  }
  .cFooter-sns-list {
    flex-wrap: wrap;
  }
  .cFooter-sns-item {
    width: 11.375rem;
    height: 11.375rem;
    border-radius: 2.25rem;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
  }
  .bWindows .cFooter-sns-item {
    width: 11.03125rem;
    height: 11.03125rem;
  }
  .cFooter-sns-item:nth-of-type(n + 3) {
    margin-top: 0.5625rem;
  }
  .cFooter-sns-item:last-of-type {
    margin-left: auto;
  }
  .cFooter-sns-link {
    padding: 1.1875rem 1.1875rem 1.1875rem 1.25rem;
    border-radius: 2.25rem;
  }
  .cFooter-sns-icon {
    margin-left: auto;
    margin-right: 0;
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 1rem;
  }
  .-twitter .cFooter-sns-svg {
    margin-top: 0.15625rem;
    width: 1.1875rem;
  }
  .-medium .cFooter-sns-svg {
    width: 1.4375rem;
  }
  .-github .cFooter-sns-svg {
    margin-top: -0.0625rem;
    width: 1.4375rem;
  }
  .cFooter-sns-name {
    font-size: 1rem;
    letter-spacing: 0.075em;
  }
  .cFooter-sns-arrow {
    width: 0.5rem;
    padding-left: 0.125rem;
    margin-top: -0.3125rem;
  }
  .cFooter-sns-description {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.4375rem;
    letter-spacing: 0.055em;
  }
  .cFooter-item {
    margin-top: 3.125rem;
  }
  .cFooter-logo {
    width: 8.78125rem;
  }
  .cFooter-pagetop-inner {
    padding: 0.3125rem;
  }
  .cFooter-pagetop-text {
    font-size: 0.75rem;
  }
  .cFooter-pagetop-circle {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
  }
  .cFooter-pagetop-mini-circle {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    right: 0;
  }
  .cFooter-pagetop-mini-circle:after {
    width: 0.375rem;
    height: 0.375rem;
  }
  .cFooter-copyright {
    font-size: 0.75rem;
    margin-top: 2.375rem;
    letter-spacing: 0.07em;
  }
  .cHeader-inner {
    align-items: center;
    padding: 1.28125rem;
  }
  .cHeader-logo {
    width: 6.75rem;
  }
  .cOrientationAlert-image {
    width: 3.125rem;
  }
  .cOrientationAlert-text {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
  .cScrollDown {
    position: fixed;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #pIndex .cScrollDown {
    bottom: 1.28125rem;
    right: 1.28125rem;
  }
  #pProduct .cScrollDown,
  #pProductBloom .cScrollDown,
  #pProductColony03 .cScrollDown,
  #pProductGateway .cScrollDown,
  #pProductHanafuda .cScrollDown,
  #pProductReunion .cScrollDown {
    width: 100%;
    top: 100vh;
  }
  .cScrollDown-content {
    padding: 0.3125rem;
  }
  #pProduct .cScrollDown-content,
  #pProductBloom .cScrollDown-content,
  #pProductColony03 .cScrollDown-content,
  #pProductGateway .cScrollDown-content,
  #pProductHanafuda .cScrollDown-content,
  #pProductReunion .cScrollDown-content {
    position: absolute;
    margin-left: 20.6875rem;
    margin-top: -13.3125rem;
  }
  .cScrollDown-text {
    font-size: 0.75rem;
  }
  .cScrollDown-circle {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
  }
  .cScrollDown-mini-circle {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    right: 0;
  }
  .cScrollDown-mini-circle:after {
    width: 0.375rem;
    height: 0.375rem;
  }
}
