﻿@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  padding-left: 1.5rem;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

p {
  font-size: 0.9em;
}
p:not(:first-child) {
  margin: 12px 0px 0px;
}

.large {
  font-size: 1.1em;
}

.bold {
  font-weight: bold;
}

.caution {
  color: #ff2525;
}

.center {
  text-align: center;
}

.pconly {
  display: none;
}

.youtube {
  width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.copyright {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 0.8em;
  letter-spacing: 0em;
}

@media screen and (min-width: 960px) {
  .sponly {
    display: none;
  }
  .pconly {
    display: block;
  }
}
:root {
  --bg-body: #FFF;
  --bg-white: #FFF;
  --bg-black: #000;
  --bg-primary: #70C240;
  --bg-secondary: #5EB336;
  --bg-tertiary: #000046;
  --bg-quaternary: #FFA800;
  --c-body: #222 //本文用;
  --c-white: #FFF;
  --c-black: #000;
  --c-primary: #5EB336 //プライマリー;
  --c-secondary: #000046 // セカンダリー;
  --c-tertiary: #FFA800 // ターシャリ;
  --c-quaternary: #FFA800 // クォータナリ;
  --c-error: #ff2525 // エラー用;
  --c-gray: #EFEFEF //グレー;
  --c-gray-dark: #EFEFEF // 濃いめのグレー;
  --c-gray-light: #888 // 明るめのグレー;
  --animate-duration: 1s;
  --animate-delay: .5s !important;
  --animate-repeat: 1;
}

body {
  width: 100%;
  height: auto;
  background-color: var(--bg-body);
  background: url(/Content/images/apps/puzzlebobble_eb_bg.webp) no-repeat;
  background-attachment: fixed;
  background-size: auto 100vh;
  background-position: 50% 0;
  font-display: swap;
  color: var(--c-body);
  line-height: 1.4em;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 560px) {
  body {
    background-size: cover;
    background-position: center center;
  }
}
header {
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

main {
  width: 100%;
  margin: auto;
}
main.top {
  padding-bottom: 150px;
  background-color: var(--bg-primary);
  background-image: linear-gradient(38deg, var(--bg-secondary) 25%, var(--bg-secondary) 25%, transparent 25%, transparent 75%, var(--bg-secondary) 75%, var(--bg-secondary) 75%), linear-gradient(-142deg, var(--bg-secondary) 25%, var(--bg-secondary) 25%, transparent 25%, transparent 75%, var(--bg-secondary) 75%, var(--bg-secondary) 75%);
  background-size: 80px 60px;
  -webkit-background-size: 80px 60px;
  background-position: 0 0, 40px 30px;
}

@media screen and (min-width: 960px) {
  main.top {
    padding-bottom: 200px;
  }
}
.section {
  padding: 100px 20px 0;
}
.section > div {
  margin-top: 40px;
}

h1.top_img {
  height: 0;
  padding-top: 100vh;
  background: url(/Content/images/apps/puzzlebobble_eb_bg_jp_20230524.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 2em;
}
[lang=en] h1.top_img {
  background: url(/Content/images/apps/puzzlebobble_eb_bg_en_20230524.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
[lang=ko] h1.top_img {
  background: url(/Content/images/apps/puzzlebobble_eb_bg_ko_20230524.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
[lang=zh-cmn-Hant] h1.top_img {
  background: url(/Content/images/apps/puzzlebobble_eb_bg_zh-cht_20230524.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
[lang=zh-cmn-Hans] h1.top_img {
  background: url(/Content/images/apps/puzzlebobble_eb_bg_zh-chs_20230524.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

@media screen and (min-width: 960px) {
  h1.top_img {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    aspect-ratio: 16/9;
    background: url(/Content/images/apps/puzzlebobble_eb_bg_jp_20230524_pc.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
  [lang=en] h1.top_img {
    background: url(/Content/images/apps/puzzlebobble_eb_bg_en_20230524_pc.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
  [lang=ko] h1.top_img {
    background: url(/Content/images/apps/puzzlebobble_eb_bg_ko_20230524_pc.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
  [lang=zh-cmn-Hant] h1.top_img {
    background: url(/Content/images/apps/puzzlebobble_eb_bg_zh-cht_20230524_pc.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
  [lang=zh-cmn-Hans] h1.top_img {
    background: url(/Content/images/apps/puzzlebobble_eb_bg_zh-chs_20230524_pc.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
}
h2.title {
  width: 100%;
  display: block;
  margin: auto;
  color: #FFF;
  font-size: 1rem;
  font-family: "Mochiy Pop One", sans-serif;
}
h2.title .txt_sdw {
  position: relative;
  color: #FFF;
  font-size: 4em;
  line-height: 1.4em;
  -webkit-text-stroke: 12px #000046;
  text-stroke: 12px #000046;
}
h2.title .txt_sdw::before {
  content: attr(data-text);
  position: absolute;
  color: #FFF;
  -webkit-text-stroke: 0px #fff;
  text-stroke: 0px #fff;
  z-index: 10;
}
h2.title .lead {
  display: inline-block;
  margin: 10px auto 0;
  padding: 4px 20px;
  font-size: 0.8em;
  background-color: var(--bg-tertiary);
}

h3 {
  display: block;
  padding-left: 27px;
  font-size: clamp(1.2em, 2vw, 2.4em);
  text-align: left;
}
h3:nth-of-type(1) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_blue.png) no-repeat;
  background-size: 22px;
  background-position: top left;
}
h3:nth-of-type(2) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_yellow.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(3) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_orange.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(4) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_pink.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(5) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_purple.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(6) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_blue.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(7) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_yellow.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(8) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_orange.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(9) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_pink.png) no-repeat;
  background-size: 22px;
}
h3:nth-of-type(10) {
  background: url(/Content/images/apps/puzzlebobble_eb_bubble_normal_purple.png) no-repeat;
  background-size: 22px;
}
h3 sup {
  font-size: 0.5em;
  font-weight: bold;
  line-height: 0;
}

.anime, .fadeInUp {
  opacity: 0;
}

.anime.animate__animated, .fadeInUp.animate__animated {
  opacity: 1;
}

a, .chronology h3, .modal img, #openBtn, nav ul li > a, nav ul li.dllink {
  transition: all 0.5s ease;
}

.menu-check-box, .menu-label, .mask-bg {
  display: none;
}

.global-nav__list {
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0 0 50px;
  background-color: var(--bg-primary);
  list-style: none;
  letter-spacing: 0;
  text-align: center;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 1001;
  overflow-y: auto;
  transition: all 0.6s;
}

@media screen and (min-width: 960px) {
  .global-nav__list {
    width: 380px;
    height: 100vh;
    right: -380px;
  }
}
.nav__logo {
  width: 150px;
  height: auto;
  margin: 20px auto;
}

.menuElement {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  border-top: 2px solid #fff;
}
.menuElement:hover {
  color: #fff;
  border: 1px solid #fff;
}
.menuElement.disable {
  pointer-events: none;
  background-color: #897;
  color: #ccc;
}

@media screen and (min-width: 960px) {
  .nav__logo {
    width: calc(100% - 80px);
    margin: 40px auto;
  }
}
.Language {
  padding: 20px 0;
  background-color: var(--bg-secondary);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.Language p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.lang_select {
  width: calc(100% - 20px);
  padding: 10px 0 50px;
  margin: auto;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.langElement {
  display: block;
  padding: 10px;
  border: 1px solid #FFF;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}
.langElement.top {
  background-color: #000;
  color: #8A8A8A;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-top: 20px;
  border: 1px solid #8A8A8A;
  font-size: 0.8em;
}
.langElement.top:hover {
  color: #fff;
  border: 1px solid #fff;
}
.langElement.top img {
  width: 80px;
  margin: 0 auto;
}

.mask-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 120vh;
  z-index: 1000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.menu-label {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  z-index: 1002;
  cursor: pointer;
  background: url("../images/apps/puzzlebobble_eb_bubble_normal_purple.png") no-repeat;
  background-size: cover;
  animation: float-y 2.5s infinite alternate ease-in-out;
}

@keyframes float-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.hamburger__line {
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #fff;
  transition: all 0.6s;
  left: 12px;
}

.hamburger__line--1 {
  top: 16px;
  border-radius: 10px;
}

.hamburger__line--2 {
  top: 24px;
  border-radius: 10px;
}

.hamburger__line--3 {
  top: 32px;
  border-radius: 10px;
}

@media screen and (min-width: 960px) {
  .menu-label {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
  .hamburger__line {
    width: 30px;
    height: 4px;
    left: 15px;
  }
  .hamburger__line--1 {
    top: 18px;
  }
  .hamburger__line--2 {
    top: 28px;
  }
  .hamburger__line--3 {
    top: 38px;
  }
}
.innner-label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.menu-check-box:checked ~ .global-nav__list {
  right: 0;
}

.menu-check-box:checked ~ .mask-bg {
  opacity: 0.7;
  visibility: visible;
}

.menu-check-box:checked + .menu-label .hamburger__line--1 {
  transform: rotate(45deg);
  top: 24px;
}

.menu-check-box:checked + .menu-label .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.menu-check-box:checked + .menu-label .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 24px;
}

.menu-check-box:checked ~ .menu-label:after {
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .menu-check-box:checked + .menu-label .hamburger__line {
    width: 32px;
  }
  .menu-check-box:checked + .menu-label .hamburger__line--1 {
    top: 28px;
  }
  .menu-check-box:checked + .menu-label .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .menu-check-box:checked + .menu-label .hamburger__line--3 {
    top: 28px;
  }
}
.content {
  width: calc(100% - 40px);
  margin: 100px auto 0;
}

@media screen and (min-width: 960px) {
  .content {
    width: calc(100% - 80px);
    margin: 200px auto 0;
  }
}
.product {
  width: calc(100% - 40px);
  max-width: 580px;
  margin: 100px auto 0;
  text-align: center;
}
.product dl {
  margin: 0;
  padding: 0;
  border: 5px solid var(--bg-tertiary);
}
.product dt {
  padding: 10px;
  margin: 0px;
  color: var(--c-white);
  border-top: 1px solid var(--bg-tertiary);
  background-color: var(--bg-tertiary);
  font-weight: bold;
}
.product dt:first-of-type {
  border-top: none;
}
.product dd {
  padding: 20px 10px;
  margin: 0px;
  font-size: 0.8em;
  font-weight: bold;
  background-color: var(--bg-white);
}

@media screen and (min-width: 960px) {
  .product {
    grid-column: 2/3;
    grid-row: 1/5;
    margin-top: 200px;
    max-width: 1080px;
  }
  .product dl {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  .product dt {
    padding: 20px 10px;
    margin-top: 0px;
    border-top: 1px solid var(--c-white);
  }
  .product dt:first-of-type {
    border-top: none;
  }
  .product dd {
    margin: 0;
    padding: 20px 10px;
    font-size: 1em;
    border-top: 1px solid var(--bg-tertiary);
  }
  .product dd:first-of-type {
    border-top: none;
  }
}
footer {
  display: grid;
  gap: 100px;
  padding: 200px 0 50px;
  background-color: var(--bg-tertiary);
  color: var(--c-white);
  text-align: center;
  position: relative;
  z-index: 50px;
  font-size: 0.9em;
}

.SNS_Share {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 280px;
  margin: auto;
  padding: 0;
  list-style: none;
}

.makerLogo {
  margin: auto;
  width: 150px;
}

.privacyPolicy {
  padding: 0;
  list-style: none;
}
.privacyPolicy a {
  text-decoration: none;
  color: #FFF;
}
.privacyPolicy li + li {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  footer {
    gap: 50px;
    padding: 100px 50px 50px;
    justify-items: center;
    align-items: center;
  }
  .SNS_Share {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .makerLogo {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .privacyPolicy {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 0;
  }
  .copyright {
    grid-column: 1/2;
    grid-row: 4/5;
    margin: 0;
  }
}
.button {
  display: inline-block;
  text-decoration: none;
  margin: 50px auto;
  padding: 15px 10px 15px 15px;
  transition: 0.5s;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  background-color: #F56500;
  box-shadow: 0px 5px 0px #753100;
}
.button::after {
  content: "＞";
  padding-left: 10px;
}
.button:hover {
  opacity: 0.6;
}
.button.disable {
  pointer-events: none;
  background-color: #888;
  color: #444;
  box-shadow: none;
}

.news {
  width: calc(100% - 40px);
  padding: 100px 0px 0px;
  margin: auto 0 auto auto;
  text-align: center;
}
.news h2.title {
  width: calc(100% - 40px);
  margin: auto auto auto 0;
}
.news .button {
  display: block;
  max-width: 480px;
  width: calc(100% - 40px);
  margin: 50px auto auto 0;
}

.news_list {
  text-align: left;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  color: #FFF;
  font-weight: bold;
}
.news_list .fadeInUp {
  display: grid;
  padding: 20px;
  background-color: var(--bg-tertiary);
  border-radius: 30px 0 0 10px;
}
.news_list .fadeInUp + .fadeInUp {
  margin-top: 20px;
}
.news_list time {
  margin-bottom: 10px;
  font-size: 2.4em;
  line-height: 0.9em;
  font-weight: bold;
  vertical-align: baseline;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
.news_list time span {
  width: 1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.35em;
  line-height: 1em;
  vertical-align: top;
  margin-right: 10px;
}
.news_list a {
  color: var(--c-white);
  text-decoration: none;
  transition: 0.5s;
}
.news_list a:hover {
  opacity: 0.6;
}
.news_list a .link {
  width: 150px;
  padding: 5px 10px;
  margin: 10px 0px auto auto;
  border-radius: 5px;
  text-align: center;
  background-color: var(--bg-white);
  color: var(--c-black);
}

@media screen and (min-width: 960px) {
  .news {
    text-align: center;
    padding-top: 150px;
  }
  .news .button {
    margin: 50px auto auto;
  }
  .news_list {
    text-align: left;
    margin-top: 50px;
  }
  .news_list .fadeInUp {
    display: grid;
    grid-template-columns: 180px 1fr;
    padding: 30px;
    background-color: var(--bg-tertiary);
    border-radius: 30px 0 0 30px;
  }
  .news_list .fadeInUp + .fadeInUp {
    margin-top: 40px;
  }
  .news_list time {
    margin-bottom: 0px;
    font-size: 3em;
    line-height: 0.8em;
  }
  .news_list p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6em;
  }
  .news_list a {
    color: var(--c-white);
    text-decoration: none;
    transition: 0.5s;
  }
  .news_list a:hover {
    opacity: 0.6;
  }
  .news_list a .link {
    font-size: 0.8em;
  }
  .top .slideContent {
    width: 100%;
    max-width: 640px;
    margin: 50px auto 0 !important;
  }
}
.timeline {
  margin-top: 100px;
}

@media screen and (min-width: 960px) {
  .top_cnt {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-self: start;
  }
  .top_cnt .fadeInUp {
    align-self: start;
  }
  .top_cnt .youtube {
    margin: 0 auto auto;
  }
  .top_cnt .timeline {
    margin-top: 0;
  }
}
.second_title {
  display: grid;
  aspect-ratio: 1/1;
  text-align: center;
  place-content: center;
  place-items: center;
}

.mainContent {
  margin: 0;
  padding: 0 0 100px;
  background-color: var(--bg-primary);
  background-image: linear-gradient(38deg, var(--bg-secondary) 25%, var(--bg-secondary) 25%, transparent 25%, transparent 75%, var(--bg-secondary) 75%, var(--bg-secondary) 75%), linear-gradient(-142deg, var(--bg-secondary) 25%, var(--bg-secondary) 25%, transparent 25%, transparent 75%, var(--bg-secondary) 75%, var(--bg-secondary) 75%);
  background-size: 80px 60px;
  -webkit-background-size: 80px 60px;
  background-position: 0 0, 40px 30px;
  border-top: 5px solid var(--bg-tertiary);
}

@media screen and (min-width: 560px) {
  .second_title {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 960px) {
  .second_title {
    display: grid;
    aspect-ratio: 0;
    height: 300px;
    text-align: center;
  }
  .story_cnt {
    padding-bottom: 200px;
  }
  .mainContent {
    padding: 0px 0 200px;
  }
}
.story .mainContent > div:not(:first-child) {
  margin: 100px auto 0;
}
.story .mainContent .RI_img {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
}
.story .mainContent .RI_img img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.story .mainContent p:not(.RI_img) {
  text-align: center;
  margin: 0 auto;
  color: var(--c-white);
  font-size: 3.4vw;
  font-weight: 900;
  line-height: 2em;
  filter: drop-shadow(0px -1px 0px #5EB336) drop-shadow(0px 1px 0px #5EB336) drop-shadow(-1px 0px 0px #5EB336) drop-shadow(2px 1px 0px #5EB336);
}
.story .mainContent p:not(.RI_img) + p {
  margin-top: 50px;
}
.story .mainContent .mini {
  width: 80%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 10px rgba(94, 179, 54, 0.5019607843));
}
.story .mainContent .slideContent {
  margin: 0 auto 50px;
}

@media screen and (min-width: 960px) {
  .story .mainContent p:not(.RI_img) {
    font-size: 3vw;
    filter: drop-shadow(0px -2px 0px #5EB336) drop-shadow(0px 2px 0px #5EB336) drop-shadow(-2px 0px 0px #5EB336) drop-shadow(3px 2px 0px #5EB336);
  }
  .story .mainContent > div:not(:first-child) {
    width: calc(100% - 80px);
    position: relative;
    font-size: 2.6vw;
  }
  .story .mainContent > div:nth-of-type(2) {
    padding-bottom: 50px;
  }
  .story .mainContent > div:nth-of-type(2) .mini {
    width: 60%;
    margin: auto auto auto 0px;
    padding: 0;
  }
  .story .mainContent > div:nth-of-type(2) .txt {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .story .mainContent > div:nth-of-type(3) {
    padding: 0;
  }
  .story .mainContent > div:nth-of-type(3) .mini {
    width: 60%;
    margin: auto 0px auto auto;
    padding: 0;
    order: 2;
  }
  .story .mainContent > div:nth-of-type(3) .txt {
    position: absolute;
    top: 0;
    left: 0;
  }
  .story .mainContent .rainbowIsland {
    display: grid;
    justify-items: center;
    align-items: center;
    aspect-ratio: 16/9;
    position: relative;
  }
  .story .mainContent .rainbowIsland .RI_img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .story .mainContent .rainbowIsland .fadeInUp {
    margin-top: 0;
    line-height: 3em;
    filter: drop-shadow(0px -2px 0px #000046) drop-shadow(0px 2px 0px #000046) drop-shadow(-2px 0px 0px #000046) drop-shadow(3px 2px 0px #000046);
  }
  .story .mainContent .slideContent {
    max-width: 1280px;
    margin: 0 auto 100px;
  }
  [lang=en] .story .mainContent > div .txt {
    width: 80%;
  }
  [lang=ko] .story .mainContent > div .txt {
    width: 70%;
  }
  [lang=zh-cmn-Hant] .story .mainContent > div .txt, [lang=zh-cmn-Hans] .story .mainContent > div .txt {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .story .mainContent p:not(.RI_img) {
    filter: drop-shadow(0px -3px 0px #5EB336) drop-shadow(0px 3px 0px #5EB336) drop-shadow(-3px 0px 0px #5EB336) drop-shadow(4px 3px 0px #5EB336);
  }
  .story .mainContent > div:not(:first-child) {
    width: calc(100% - 120px);
  }
  .story .mainContent > div:nth-of-type(2) {
    padding-bottom: 100px;
  }
  .story .mainContent > div:nth-of-type(3) {
    margin-bottom: 100px;
  }
  .story .mainContent .rainbowIsland .fadeInUp {
    filter: drop-shadow(0px -3px 0px #000046) drop-shadow(0px 3px 0px #000046) drop-shadow(-3px 0px 0px #000046) drop-shadow(4px 3px 0px #000046);
  }
}
.gameModes h2.title .txt_sdw {
  font-size: 2.6em;
}

@media screen and (min-width: 960px) {
  .gameModes h2.title .txt_sdw {
    font-size: 4em;
  }
}
.productInfo h2.title .txt_sdw {
  font-size: 2.6em;
}
.productInfo .mainContent .margintop {
  margin-top: 200px;
}
.productInfo .mainContent .grid {
  margin: 0px auto;
  gap: 0;
}
.productInfo .mainContent .grid h3 {
  width: 100%;
  height: auto;
  line-height: 1.4em;
  margin: 20px auto;
}
.productInfo .mainContent .grid div {
  overflow: visible;
}
.productInfo .mainContent .grid .inside {
  margin-top: 0px;
}
.productInfo .mainContent .grid > * {
  margin-top: 50px;
}
.productInfo .mainContent .grid > * + * {
  margin-top: 100px;
}
.productInfo .mainContent .grid .nintendoLink {
  display: block;
  margin: 50px auto 0;
}
.productInfo .mainContent .Notes {
  margin-top: 150px;
}

@media screen and (min-width: 960px) {
  .productInfo h2.title .txt_sdw {
    font-size: 4em;
  }
  .productInfo .mainContent .margintop {
    margin-top: 200px !important;
  }
  .productInfo .mainContent .grid h3 {
    margin: 0;
  }
  .productInfo .mainContent .grid > * {
    margin-top: 0px;
  }
  .productInfo .mainContent .grid > * + * {
    margin-top: 100px;
  }
  .productInfo .mainContent .grid .dlVersions {
    grid-column: 1/3;
    max-width: 1280px;
  }
  .productInfo .mainContent .grid .dlVersions .inside {
    display: flex;
    flex-flow: row wrap;
  }
  .productInfo .mainContent .grid .dlVersions .inside > div {
    flex: 0 0 50%;
  }
  .productInfo .mainContent .grid .dlVersions .inside > div:last-child {
    padding: 0 0 0 30px;
  }
  .productInfo .mainContent .grid .dlVersions h3 {
    flex: 0 0 100%;
  }
  .productInfo .mainContent .grid .dlVersions .large {
    margin-top: 0;
  }
}
.movie .mainContent.common h3 {
  margin: 20px 0 0;
}
.movie .alignCenter {
  text-align: center;
}
.movie .button {
  margin: 20px auto 0;
  padding: 10px 10px 10px 15px;
}
.movie .button::after {
  content: none;
}

@media screen and (min-width: 960px) {
  .movie .mainContent.common h3 {
    margin: 0px;
  }
  .movie .alignCenter {
    text-align: center;
  }
  .movie .button {
    margin: 50px auto 0;
    padding: 15px 20px;
    font-size: 1.4em;
    line-height: 1.8em;
  }
  .movie .contents .inside {
    padding: 50px;
  }
}
.mainContent.common {
  text-shadow: 0px 0px 3px var(--bg-primary);
  font-weight: bold;
}
.mainContent.common > div {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 50px auto 0;
}
.mainContent.common h3 {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 50px auto 0;
}
.mainContent.common h3 + div {
  margin: 30px auto 0;
}
.mainContent.common h3.title {
  background: none;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  height: auto;
  padding: 0;
  color: var(--c-white);
  filter: drop-shadow(0px -2px 0px #5EB336) drop-shadow(0px 2px 0px #5EB336) drop-shadow(-2px 0px 0px #5EB336) drop-shadow(3px 2px 0px #5EB336);
}
.mainContent.common h4 {
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: var(--bg-tertiary);
  color: var(--c-white);
  font-size: 0.8em;
}
.mainContent.common .grid {
  display: grid;
  gap: 50px;
}
.mainContent.common .grid > div {
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .mainContent.common h3 {
    padding-left: 35px;
    margin: 200px auto 0;
  }
  .mainContent.common h3 + div {
    margin: 50px auto 0;
  }
  .mainContent.common h3.title {
    font-size: 2.6em;
    margin: 100px auto;
  }
  .mainContent.common h4 {
    font-size: 1.2em;
    padding: 10px 20px;
  }
  .mainContent.common .grid {
    grid-template-columns: 1fr 1fr;
  }
  .mainContent.common .txt {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
.product_information {
  display: block;
  width: calc(100% - 40px);
  max-width: 580px;
  margin: 100px auto 0;
  text-align: center;
  font-weight: bold;
}
.product_information h2.title .txt_sdw {
  font-size: 2.4em;
}
.product_information .inside_ct {
  margin: 50px auto 0;
  padding: 20px;
  background-color: var(--bg-white);
  border: 5px solid var(--bg-tertiary);
  box-shadow: 10px 10px 0px var(--bg-tertiary);
  text-shadow: none;
}
.product_information .inside_ct > * + * {
  margin-top: 50px;
}
.product_information p {
  text-align: left;
}
.product_information ul {
  text-align: left;
  font-weight: normal;
  font-size: 0.9em;
}
.product_information ul > * + * {
  margin-top: 10px;
}
.product_information .title {
  font-size: 1rem;
  font-family: "Mochiy Pop One", sans-serif;
}
.product_information .title.large.bold {
  color: #F56500;
  font-size: 1.2rem;
  line-height: 1.6em;
}
.product_information.fadeInUp {
  max-width: 1080px !important;
}
.product_information.fadeInUp p:not(.title) {
  font-size: 1.2em;
  line-height: 1.6em;
}
.product_information.fadeInUp ul {
  font-size: 1.2em;
  line-height: 1.6em;
}
.product_information.fadeInUp > div {
  margin: 50px auto 0;
}
.productInfo .product_information {
  width: 100%;
}
.productInfo .product_information .inside_ct {
  padding: 40px 20px;
}
.productInfo .product_information .inside_ct > * + * {
  margin-top: 50px;
}
.productInfo .product_information .inside_ct h3 {
  margin-top: 0;
}
.productInfo .product_information .inside_ct a {
  width: 100%;
  margin: 30px auto 0;
}
.productInfo .product_information ul {
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .product_information {
    width: calc(100% - 80px);
    max-width: 1080px;
  }
  .product_information h2.title .txt_sdw {
    font-size: 4em;
  }
  .product_information .inside_ct {
    margin: 100px auto 0;
  }
  .top .product_information .inside_ct {
    display: grid;
    place-content: center;
    place-items: center;
    width: 100%;
    gap: 20px 50px;
    grid-template-columns: 1fr 1fr;
    padding: 30px;
  }
  .top .product_information .inside_ct > * + * {
    margin-top: 0px;
  }
  [lang=en] .top .product_information .inside_ct, [lang=ko] .top .product_information .inside_ct, [lang=zh-cmn-Hant] .top .product_information .inside_ct, [lang=zh-cmn-Hans] .top .product_information .inside_ct {
    width: 100%;
    max-width: 960px;
    gap: 20px 0px;
    grid-template-columns: 1fr;
  }
  [lang=en] .top .product_information .inside_ct div, [lang=ko] .top .product_information .inside_ct div, [lang=zh-cmn-Hant] .top .product_information .inside_ct div, [lang=zh-cmn-Hans] .top .product_information .inside_ct div {
    grid-column: auto;
    grid-row: auto;
  }
  [lang=en] .top .product_information .inside_ct .slideContent, [lang=ko] .top .product_information .inside_ct .slideContent, [lang=zh-cmn-Hant] .top .product_information .inside_ct .slideContent, [lang=zh-cmn-Hans] .top .product_information .inside_ct .slideContent {
    max-width: 800px;
    margin-bottom: auto;
  }
}
.product_information {
  display: block;
  width: calc(100% - 40px);
  max-width: 580px;
  margin: 100px auto 0;
  text-align: center;
  font-weight: bold;
}
.product_information h2.title .txt_sdw {
  font-size: 2.4em;
}
.product_information .inside_ct {
  margin: 50px auto 0;
  padding: 20px;
  background-color: var(--bg-white);
  border: 5px solid var(--bg-tertiary);
  box-shadow: 10px 10px 0px var(--bg-tertiary);
  text-shadow: none;
}
.product_information .inside_ct > * + * {
  margin-top: 50px;
}
.product_information p {
  text-align: left;
}
.product_information ul {
  text-align: left;
  font-weight: normal;
  font-size: 0.9em;
}
.product_information ul > * + * {
  margin-top: 10px;
}
.product_information .title {
  font-size: 1rem;
  font-family: "Mochiy Pop One", sans-serif;
}
.product_information .title.large.bold {
  color: #F56500;
  font-size: 1.2rem;
  line-height: 1.6em;
}
.product_information.fadeInUp {
  max-width: 1080px !important;
}
.product_information.fadeInUp p:not(.title) {
  font-size: 1.2em;
  line-height: 1.6em;
}
.product_information.fadeInUp ul {
  font-size: 1.2em;
  line-height: 1.6em;
}
.product_information.fadeInUp > div {
  margin: 50px auto 0;
}

@media screen and (min-width: 960px) {
  .product_information {
    width: calc(100% - 80px);
    max-width: 1080px;
  }
  .product_information h2.title .txt_sdw {
    font-size: 4em;
  }
  .product_information .inside_ct {
    margin: 100px auto 0;
  }
}
.contents {
  display: block;
  width: calc(100% - 40px);
  max-width: 580px;
  margin: 100px auto 0;
  text-align: center;
  font-weight: bold;
}
.contents .inside {
  margin: 50px auto 0;
  padding: 20px;
  background-color: var(--bg-white);
  border: 5px solid var(--bg-tertiary);
  box-shadow: 10px 10px 0px var(--bg-tertiary);
  text-shadow: none;
}
.contents .inside > * + * {
  margin-top: 50px;
}
.top .contents .inside .button {
  margin: 40px auto 0;
}
.contents .grid > * + * {
  margin-top: 100px;
}
.contents p {
  text-align: left;
}
.contents ul {
  text-align: left;
  font-weight: normal;
  font-size: 0.9em;
}
.contents ul > * + * {
  margin-top: 10px;
}
.contents .title {
  color: #F56500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6em;
  font-weight: bold;
}
.contents .title.large {
  margin-bottom: 30px;
}
.contents.fadeInUp {
  max-width: 1080px !important;
}
.contents.fadeInUp p:not(.title) {
  font-size: 1.2em;
  line-height: 1.6em;
}
.contents.fadeInUp ul {
  font-size: 1.2em;
  line-height: 1.6em;
}
.contents.fadeInUp > div {
  margin: 50px auto 0;
}

@media screen and (min-width: 960px) {
  .contents {
    width: calc(100% - 80px);
    max-width: 1080px;
    margin: 150px auto 0;
  }
  .contents .grid {
    display: grid;
    place-content: center;
    place-items: center;
    gap: 20px 50px;
    grid-template-columns: 1fr 1fr;
  }
  .contents .grid > * + * {
    margin-top: 0px;
  }
  .contents .inside {
    margin: 100px auto 0;
    padding: 40px;
  }
  .top .contents .inside {
    width: 100%;
    padding: 30px;
  }
  .contents .title.large {
    text-align: center;
    font-size: 2vw;
  }
}
.SubmissionGuidelines {
  width: calc(100% - 0px);
  margin: auto;
  position: relative;
}
.SubmissionGuidelines a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 20px;
  background-color: var(--bg-white);
  border: 5px solid var(--bg-tertiary);
  border-radius: 25px 25px 25px 0px;
  box-shadow: 8px 8px 0px var(--bg-tertiary);
  text-shadow: none;
  position: relative;
  font-size: 2em;
  color: var(--bg-tertiary);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  line-height: 1.4em;
  text-decoration: none;
}
.SubmissionGuidelines .icon {
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  padding: 0;
}

.boxShadow {
  width: calc(100% - 0px);
  margin: auto;
  position: relative;
}
.boxShadow a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bg-white);
  border: 5px solid var(--bg-tertiary);
  box-shadow: 8px 8px 0px var(--bg-tertiary);
  text-shadow: none;
  position: relative;
  text-decoration: none;
}

.trialversion {
  width: 100%;
  max-width: 320px;
  margin: 30px auto 0;
}
.trialversion p {
  text-align: center;
}/*# sourceMappingURL=PBEverybubble_re.css.map */