@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.header_cloud {
  width: 100%;
  height: 25em;
  background-image: url("../img/common/header_kumo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  z-index: -1;
  animation: float 3s infinite;
}

.top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 3rem;
  padding-top: 5rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.top .mainVisual {
  position: relative;
  width: 65%;
  margin-bottom: 5rem;
}
.top .mainVisual .mainVisualImg {
  position: relative;
  transform: rotate(-3.7deg);
  filter: drop-shadow(2px 5px 5px rgba(59, 32, 32, 0.2));
}
.top .mainVisual .presents {
  display: block;
  transform: rotate(-3.7deg);
  filter: drop-shadow(0 0 7px rgba(59, 32, 32, 0.493)) drop-shadow(0 0 3px #3B2020);
  font-size: 60%;
  color: #fff;
  font-family: "Crimson Pro", serif;
  letter-spacing: 0.5em;
  position: absolute;
  bottom: 1%;
  left: 7%;
}
.top .mainVisual .happy {
  position: absolute;
  top: 0em;
  left: -4vw;
  width: 27vw;
  transform: rotate(-20.7deg);
}
.top .mainVisual .summer {
  position: absolute;
  bottom: 1vw;
  right: -5vw;
  width: 27vw;
  transform: rotate(-20.7deg);
}
.top .mainVisual .catchArea {
  filter: drop-shadow(0 0 3px rgba(59, 32, 32, 0.493)) drop-shadow(0 0 1px #3B2020);
  position: absolute;
  right: 6vw;
  top: 3vw;
  transform: rotate(-3.7deg);
}
.top .mainVisual .catchArea .big-text {
  color: #fff;
  font-size: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.7em;
  letter-spacing: 0.4em;
  margin-bottom: 0.2em;
}
.top .mainVisual .catchArea .small-text {
  color: #fff !important;
  font-size: 0.5vw;
}
.top .right {
  width: 35%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top .right .topLogo {
  width: 34em;
  transform: rotate(-3.7deg);
  margin-top: 4rem;
}
.top .right .releaseDate {
  width: 28em;
  transform: rotate(-3.7deg);
  margin: 3vw 0;
}
.top .right .font-bananaSlip {
  font-size: 190%;
  letter-spacing: 0.3em;
  filter: drop-shadow(0 0 4px rgba(72, 208, 232, 0.7));
  margin-bottom: 2em;
}
.top .right .newsArea {
  height: 35%;
  width: 90%;
  margin: 0 auto;
}
.top .right .newsArea .newsFrame {
  position: relative;
  left: 2em;
  width: 100%;
  min-height: 100%;
  transform: rotate(1.7deg);
}

#pickup {
  position: relative;
}
#pickup .dot1 {
  position: absolute;
  left: -5%;
  top: -70%;
  scale: 1.1;
}
#pickup .b1 {
  position: absolute;
  left: -10%;
  top: -70%;
  scale: 0.8;
}
#pickup .b2 {
  position: absolute;
  right: -10%;
  bottom: -50%;
}

.banner-list {
  margin: 3em 0;
}
.banner-list .newmark {
  position: relative;
}
.banner-list .newmark:before {
  content: "";
  background-image: url("../img/common/newmark.svg");
  animation: float 3s infinite;
  width: 3.5vw;
  height: 3.5vw;
  position: absolute;
  top: -1em;
  left: -1em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.banner-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  box-sizing: border-box;
}
.banner-list li {
  width: 30%;
}
.banner-list li img {
  min-width: 100%;
  border-radius: 1.5em;
  transition: 0.3s;
}

.stickyText {
  position: sticky;
  top: 4em;
  margin-left: 5em;
  letter-spacing: 0.5rem;
  font-size: 70%;
  z-index: 3;
}
.stickyText p {
  transform: rotateZ(90deg);
  transform-origin: left top;
}

#outline .outline-First {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60vh;
}
#outline .outline-First .outline-FirstText {
  display: flex;
  flex-wrap: nowrap;
  font-size: 300%;
  letter-spacing: 0.4em;
  line-height: 3rem;
  margin: 3rem auto;
}
#outline .outlineLeaf {
  position: absolute;
  top: 8rem;
  min-width: 100%;
  z-index: 1;
}
#outline .outline-bgArea {
  width: 100%;
  position: relative;
}
#outline .outline-bgArea .b1 {
  position: absolute;
  left: -5%;
  top: 55%;
  scale: 1.2;
}
#outline .outline-bgArea .b2 {
  position: absolute;
  right: -10%;
  bottom: -30%;
}
#outline .outline-bgArea .outlineBg {
  background: url("../img/outline/bg.png");
  position: sticky;
  top: 0em;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top right 5%;
  background-size: contain;
}
#outline .outline-bgArea .story_inner {
  width: 85%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  margin-top: -40vh;
  margin-bottom: 15em;
  z-index: 2;
  text-align: left;
}
#outline .outline-bgArea .story_inner .story-big-text {
  font-size: 250%;
  letter-spacing: 0.3rem;
  margin: 3rem auto;
  line-height: 1.8;
}
#outline .outline-bgArea .story_inner .story-big-text .rainbow-bg-text {
  text-shadow: none;
}
#outline .outline-bgArea .story_inner .story-big-text span {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff;
}
#outline .outline-bgArea .story_inner h6 {
  margin-top: 5em;
}
#outline .outline-bgArea .story_inner .story-text {
  font-size: 120%;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #414456;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff;
}
#outline .outline-bgArea .story_inner .story-last-text {
  margin-top: 8rem;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff;
}
#outline .outline-end-catchCopy {
  display: flex;
  justify-content: center;
  gap: 6em;
  margin: 20em auto 20em;
  position: relative;
  align-items: center;
}
#outline .outline-end-catchCopy .dot1 {
  position: absolute;
  left: 0%;
  top: -30%;
  right: 0%;
  scale: 1;
}
#outline .outline-end-catchCopy .left {
  width: 35%;
  position: relative;
  overflow: hidden;
  border-radius: 4em;
  height: 50em;
}
#outline .outline-end-catchCopy .left .phone-bg {
  background: url("../img/outline/last_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 4em;
  width: 100%;
  height: 50em;
  display: block;
}
#outline .outline-end-catchCopy .left .phone-frame {
  position: absolute;
  bottom: -5%;
}
#outline .outline-end-catchCopy .left .phone-frame img {
  width: 80%;
  margin-top: 2rem;
}
#outline .outline-end-catchCopy .right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#outline .outline-end-catchCopy .right .happy,
#outline .outline-end-catchCopy .right .summer {
  width: 25vw;
  max-width: 550px;
}
#outline .outline-end-catchCopy .right .center-text {
  text-align: left;
  margin: 5em auto;
}
#outline .outline-end-catchCopy .right .center-text .big-text {
  font-size: 220%;
  letter-spacing: 0.7rem;
  margin: 2rem auto;
  line-height: 1.8;
}
#outline .outline-end-catchCopy .right .center-text .mini-gray-text {
  font-size: 70%;
}
#outline .outline-end-catchCopy .right .center-text .spacing {
  letter-spacing: 0.5rem;
}

#character {
  margin-bottom: 18% !important;
  position: relative;
}
#character .b1 {
  position: absolute;
  left: -5%;
  top: -2%;
  scale: 1.5;
}
#character .dot1 {
  position: absolute;
  left: -5%;
  top: 90%;
  scale: 1.2;
}
#character .sofu {
  padding-bottom: 20em;
}
#character .chara-contents {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 3em;
}
#character .chara-contents .left {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 2em;
}
#character .chara-contents .left h6 {
  text-align: center;
  font-size: 80%;
}
#character .chara-contents .left .cv {
  margin-bottom: 2rem;
}
#character .chara-contents .left .cv .comingsoon {
  color: #789193;
  font-size: 90%;
}
#character .chara-contents .left .cv p {
  font-size: 150%;
}
#character .chara-contents .left .voice-list {
  margin-bottom: 2rem;
}
#character .chara-contents .left .voice-list p {
  color: #789193;
  font-size: 90%;
}
#character .chara-contents .left .voice-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.2em;
  width: 100%;
  max-width: 10em;
  margin: 0 auto;
}
#character .chara-contents .left .voice-list li {
  width: 4em;
  height: 4em;
  padding: 1em;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#character .chara-contents .left .newmark {
  position: relative;
}
#character .chara-contents .left .newmark:before {
  content: "";
  background-image: url("../img/common/newmark.svg");
  width: 3em;
  height: 3em;
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}
#character .chara-contents .left .clothes-list .newmark {
  position: relative;
}
#character .chara-contents .left .clothes-list .newmark:before {
  content: "";
  background-image: url("../img/common/newmark.svg");
  width: 3em;
  height: 3em;
  position: absolute;
  top: -0.3em;
  left: -0.6em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}
#character .chara-contents .left .clothes-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1em;
}
#character .chara-contents .left .clothes-list ul li {
  width: 13em;
  position: relative;
}
#character .chara-contents .left .clothes-list ul li img {
  border-radius: 1rem;
  min-width: 100%;
  transition: 0.2s;
}
#character .chara-contents .left .clothes-list ul li img:hover {
  cursor: pointer;
  transform: translateY(-0.5rem);
  filter: drop-shadow(0 0.4em 10px rgba(59, 32, 32, 0.1));
}
#character .chara-contents .center {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#character .chara-contents .center .stand {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#character .chara-contents .center .stand .stand-area {
  max-width: 100%;
  position: relative;
  left: 1em;
  top: 40%;
  /* ドットの色とサイズ */
  /* アクティブなドットの色 */
}
#character .chara-contents .center .stand .stand-area .swiper {
  width: 30em;
  scale: 2.5;
}
#character .chara-contents .center .stand .stand-area .swiper-wrapper {
  height: 100%;
}
#character .chara-contents .center .stand .stand-area .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#character .chara-contents .center .stand .stand-area .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.3em;
}
#character .chara-contents .center .stand .stand-area .swiper-pagination:before {
  position: absolute;
  top: -3em;
  display: inline-block;
  font-size: 30%;
  color: #789193;
  font-family: "Crimson Pro", serif;
  content: "STAND VARIATION";
}
#character .chara-contents .center .stand .stand-area .swiper-pagination-bullet {
  margin: 0;
  scale: 0.6;
  background-color: #ccc;
  opacity: 1;
  transition: background-color 0.3s;
}
#character .chara-contents .center .stand .stand-area .swiper-pagination-bullet-active {
  background-color: #48D1E8;
}
#character .chara-contents .center #stand-img-bg {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 2em;
  width: 30em;
  scale: 2.5;
}
#character .chara-contents .center .statusLeft {
  position: absolute;
  left: 0em;
  top: 100%;
  font-size: 80%;
  line-height: 2;
  z-index: 3;
}
#character .chara-contents .center .statusRight {
  position: absolute;
  right: 3%;
  top: 100%;
  font-size: 80%;
  line-height: 2;
  z-index: 3;
}
#character .chara-contents .right {
  position: relative;
  z-index: 2;
}
#character .chara-contents .right .charaName .big-text {
  font-size: 300%;
  letter-spacing: 0.8rem;
  margin-bottom: 1rem;
}
#character .chara-contents .right .charaName .big-text ruby rt {
  font-size: 30%;
  margin-bottom: 0.5em;
}
#character .chara-contents .right .charaName .mini-gray-text {
  font-size: 70%;
}
#character .chara-contents .right .chara-introText {
  margin-top: 3em;
  text-align: left;
  font-size: 90%;
  line-height: 2;
}
#character .charaList {
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 3em;
  margin-bottom: 13rem;
}
#character .charaList .newmark {
  position: relative;
}
#character .charaList .newmark:before {
  content: "";
  background-image: url("../img/common/newmark.svg");
  width: 3em;
  height: 3em;
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}
#character .charaList .main img {
  aspect-ratio: 1/1 !important;
  width: 7em;
  height: 7em;
}
#character .charaList .sub img {
  aspect-ratio: 1/1 !important;
  width: 6em;
  height: 6em;
}
#character .charaList .sub2 img {
  aspect-ratio: 1/1 !important;
  width: 5em;
  height: 5em;
}
#character .charaList ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.8em;
}
#character .charaList ul li {
  transition: 0.2s;
  aspect-ratio: 1/1 !important;
}
#character .charaList ul li p {
  font-family: "Crimson Pro", serif;
  font-size: 70%;
  margin-top: 1em;
  text-align: center;
}

#gallery {
  position: relative;
}
#gallery .b1 {
  position: absolute;
  right: -5%;
  top: 10%;
  scale: 1.5;
}
#gallery .gallery-Wrap {
  position: relative;
  display: flex;
}
#gallery .gallery-Wrap .gallery-normal {
  position: relative;
  z-index: 2;
}
#gallery .gallery-Wrap .gallery-Hscene {
  position: absolute;
  top: 0;
  z-index: 1;
}

.cgwindow .iziModal-iframe {
  max-height: 563px;
}

#product {
  position: relative;
}
#product .b1 {
  position: absolute;
  left: -5%;
  top: 20%;
  scale: 1.5;
}
#product .b2 {
  position: absolute;
  right: -5%;
  top: 45%;
}
#product .dot1 {
  position: absolute;
  left: -10%;
  top: 0%;
}

.product-tab {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.product-tab .product-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.product-tab .product-btn li {
  width: 50%;
  padding: 3% 5%;
  border-radius: 100em;
  font-size: 170%;
  color: #fff;
  letter-spacing: 0.2rem;
}
.product-tab .product-btn .tab01 {
  position: relative;
  text-align: right;
  background: url("../img/product/button_bg.png"), linear-gradient(90deg, #FB92BE 30%, #C2ADE6 80%, #48D1E8 100%);
  background-size: contain, 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.product-tab .product-btn .tab01 p {
  filter: drop-shadow(0 0 3px rgba(59, 32, 32, 0.2)) drop-shadow(0 0 1px #3B2020);
}
.product-tab .product-btn .tab02 {
  text-align: center;
  background: #B4B4B4;
}
.product-tab .product-btn .tab-on-mark:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #C2ADE6;
}
.product-tab .product-table-Area {
  position: relative;
}
.product-tab .product-table-Area .special-table {
  position: relative;
  z-index: 2;
}
.product-tab .product-table-Area .normal-table {
  position: absolute;
  top: 0;
  z-index: 1;
}
.product-tab .product-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  position: relative;
}
.product-tab .product-table .left .productName {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-tab .product-table .left .productName .specialEdition {
  width: 15em;
  margin: 0 auto;
}
.product-tab .product-table .left .productName .big-text {
  font-size: 300%;
  margin-top: 0.3em;
  filter: drop-shadow(0 0 4px rgba(72, 208, 232, 0.7));
}
.product-tab .product-table .left .button {
  min-width: 90%;
}
.product-tab .product-table .right {
  width: 45%;
}
.product-tab .product-table .right ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
}
.product-tab .product-table .right ul li {
  max-width: 12em;
  position: relative;
  z-index: 2;
}
.product-tab .product-table .right ul li img {
  border-radius: 2rem;
  border: 1px solid #FB92BE;
}

body {
  font-family: "M PLUS 1", sans-serif;
  width: 100%;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  font-size: clamp(10px, 1.1vw, 16.5px);
  color: #414456;
  position: relative;
}
body ::-moz-selection {
  background: #FB92BE;
  /* 選択時の背景色 */
  color: #fff;
  /* 選択時の文字色 */
}
body ::selection {
  background: #FB92BE;
  /* 選択時の背景色 */
  color: #fff;
  /* 選択時の文字色 */
}
body ::-moz-selection {
  /* Firefox用 */
  background: #FB92BE;
  color: #fff;
}
body img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  max-width: 100%;
  transition: 0.2 !important;
}
body a {
  text-decoration: none;
  color: #48D1E8;
  font-weight: 700;
  cursor: pointer;
}
body a:hover {
  color: #789193;
}
body a img {
  transition: 0.2s;
}
body a img:hover {
  transform: translateY(-0.5rem);
  filter: drop-shadow(0 0.5em 10px rgba(59, 32, 32, 0.1));
}
body i {
  letter-spacing: 0;
}

#smooth-content {
  will-change: transform;
}

.all {
  background-image: url("../img/common/bg1.svg");
  background-size: 1em;
  position: relative;
  z-index: 1;
}

#pickup,
#outline,
#character,
#gallery,
#product {
  margin: 10rem auto;
}

@media screen and (max-width: 1000px) {
  #pickup,
  #outline,
  #character,
  #gallery,
  #product {
    margin: 5rem auto;
  }
}
.menubtn {
  position: fixed;
  z-index: 999;
  right: 1.5em;
  top: 1.5em;
}

.inner {
  width: 80%;
  max-width: 1700px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
  }
}
#bg {
  width: 100%;
  height: 100vh;
  background: url("../img/common/bg2.svg");
  background-size: 100em 100em;
  position: fixed;
  z-index: -1;
}

#bg_move {
  width: 100%;
  height: 100vh;
  background: url("../img/common/bg2.svg");
  background-size: 100em 100em;
  animation: fall 30s infinite linear;
  position: fixed;
  z-index: -1;
  pointer-events: none;
}

h1 {
  text-align: center;
  margin: 5rem auto;
}
h1 .h1-big-text {
  font-size: 230%;
  position: relative;
  display: inline-block;
  font-family: "Crimson Pro", serif;
  font-weight: 600;
}
h1 .h1-big-text:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background: url("../img/common/h1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 6rem;
  margin-top: -0.4rem;
}
h1 .h1-small-text {
  font-size: 80%;
}

h2 {
  font-family: "BananaSlip";
  color: #414456;
  font-size: 220%;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 2em auto 1.5rem;
  text-align: center;
}
h2:before {
  content: "";
  display: block;
  height: 0.8em;
  width: 0.8em;
  background: url("../img/common/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
h2:after {
  content: "";
  display: block;
  height: 0.8em;
  width: 0.8em;
  background: url("../img/common/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -0.2em;
}

h3 {
  font-size: 140%;
  transform: rotateZ(0.03deg);
  font-weight: 600;
  background: url("../img/common/bg1.svg");
  background-size: 0.7em;
  margin: 1.4em 0 0.8em;
  color: #48D1E8;
  position: relative;
  padding: 0.2em 1em;
  text-align: center;
  border: 5px double #48D1E8;
  border-radius: 50px;
}

h5 {
  transform: rotate(-3.7deg);
  text-align: left;
  margin: 2rem 0 3em;
  font-family: "Crimson Pro", serif;
  color: #414456;
}
h5 .box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 2em;
  max-height: 2em;
  width: 2.5vw;
  height: 2.5vw;
  aspect-ratio: 1/1;
  border: 1px dashed #48D1E8;
  margin: 0 -0.1rem;
  font-size: 110%;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

h6 {
  text-align: left;
  margin: 2rem 0;
  font-family: "Crimson Pro", serif;
  color: #789193;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 1000px) {
  h1 {
    text-align: center;
    margin: 3rem auto;
  }
  h5 {
    margin: 1.5rem 0 1.5rem;
  }
  h5 .box {
    max-width: 3em;
    max-height: 3em;
    width: 6vw;
    height: 6vw;
    left: 1em;
  }
}
@font-face {
  font-family: "BananaSlip";
  src: url("../fonts/YDWbananaslipplus.otf");
}
.font-bananaSlip {
  font-family: "BananaSlip" !important;
}

.newmark {
  position: relative;
  display: inline-block;
}
.newmark:before {
  content: "";
  background-image: url("../img/common/newmark.svg");
  animation: float 3s infinite;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: -120%;
  left: -50%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}

#loading2 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #48D1E8;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#loading2 p {
  letter-spacing: 0.5em;
}

.opAnime {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow: hidden;
}
.opAnime #load_movie {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
}
.opAnime #load_movie .load_player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opAnime #load_movie .OPcover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.opAnime #load_movie .OPcover p {
  color: #fff;
  font-size: 300%;
  letter-spacing: 0.2em;
}

#smooth-wrapper {
  opacity: 0;
}

#mouse-stalker {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
  cursor: pointer;
}
#mouse-stalker p {
  font-size: 80%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.2em 0.5em;
  color: #fff;
  padding: 1em;
  border-radius: 20px;
}

.rainbow-text {
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.rainbow-bg-text {
  padding: 0.05rem 0.5rem 0.05em 1rem;
  margin-right: 0.5rem;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
}

.mini-gray-text {
  font-family: "Crimson Pro", serif;
  color: #789193;
}

.blue-text {
  color: #48D1E8;
}

.line-text {
  position: relative;
  display: inline-block;
}
.line-text:after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  display: inline-block;
  height: 0.7em;
  width: 100%;
  background: url("../img/common/underline.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 0 2em;
}

.circle-blue {
  width: 35vw;
  height: 30vw;
  background: #48D1E8;
  border-radius: 50%;
  animation: move 15s linear infinite;
  opacity: 0.3;
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}

.circle-dot {
  width: 70vw;
  height: 80vh;
  background-image: url("../img/common/dot_circle.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.circle-rainbow {
  width: 30vw;
  height: 30vw;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  border-radius: 50%;
  animation: move 8s linear infinite;
  filter: blur(40px);
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}

.rainbow-border-table {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 3rem;
  filter: drop-shadow(0 0 2px #48D1E8);
  padding: 3em;
}
.rainbow-border-table::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3rem;
  padding: 1px;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
  pointer-events: none;
}

.list_1column ul {
  margin: 3em auto 0;
}
.list_1column li {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: 0.8fr 2fr;
  align-items: flex-start;
  margin: 1.5em;
  line-height: 1.5;
  gap: 1em;
}
.list_1column li p {
  min-width: 120px;
  font-size: 80%;
  background: #FB92BE;
  border-radius: 20em;
  padding: 0.2em 1em;
  color: #fff;
}
.list_1column li span {
  text-align: left;
}

.product-list-area {
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
}
.product-list-area .topLogo {
  display: block;
  width: 30em;
  margin: 5em auto 2em;
}

.list_2column {
  margin: 1em auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3em;
}
.list_2column li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.5em;
  line-height: 1.5;
  gap: 1em;
  box-sizing: border-box;
}
.list_2column li p {
  min-width: 120px;
  font-size: 80%;
  background: #48D1E8;
  border-radius: 20em;
  padding: 0.2em 1em;
  color: #fff;
}
.list_2column li span {
  width: 100%;
  text-align: left;
}

.list_w100 {
  margin-top: -2em;
  margin-bottom: 3em;
}
.list_w100 .small-text {
  font-size: 85%;
}
.list_w100 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.5em;
  gap: 1em;
  box-sizing: border-box;
}
.list_w100 li p {
  min-width: 120px;
  font-size: 80%;
  background: #48D1E8;
  border-radius: 20em;
  padding: 0.2em 1em;
  color: #fff;
}
.list_w100 li span {
  width: 100%;
  text-align: left;
  line-height: 1.8;
}

#movie {
  width: 80%;
  height: auto;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
#movie .OPcover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  z-index: 1;
}
#movie .OPcover .opbtn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 4;
}
#movie .OPcover .opbtn p {
  color: #48D1E8;
  font-size: 150%;
  letter-spacing: 0.2em;
  transition: 0.5s;
}
#movie:hover .OPcover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#movie:hover .OPcover .opbtn p {
  font-size: 150%;
  color: #fff;
  letter-spacing: 0.5em;
}

.movieplayer {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/7;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .rainbow-bg-text {
    padding: 0.1rem 0.3rem 0.15em 0.4rem;
    margin-right: 0.2em;
    border-radius: 100px;
    color: #fff;
    background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  }
  .circle-blue {
    width: 40vw;
    height: 40vw;
    background: #48D1E8;
    border-radius: 50%;
    animation: move 15s linear infinite;
    opacity: 0.3;
    filter: blur(30px);
    z-index: -1;
  }
  .circle-dot {
    width: 70vw;
    height: 80vh;
    background-image: url("../img/common/dot_circle.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .circle-rainbow {
    width: 40vw;
    height: 40vw;
    background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
    border-radius: 50%;
    animation: move 8s linear infinite;
    filter: blur(30px);
    opacity: 0.4;
    z-index: -1;
  }
  .line-text:after {
    bottom: -0.1rem !important;
  }
  .product-list-area {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
  }
  .product-list-area .topLogo {
    display: block;
    width: 20em;
    margin: 5em auto 2em;
  }
  .list_1column p {
    min-width: 50px !important;
  }
  .rainbow-border-table {
    filter: drop-shadow(0 0 3px #48D1E8);
    padding: 2em;
    border-radius: 2rem;
  }
  .rainbow-border-table::before {
    border-radius: 2rem;
  }
  .opAnime #load_movie .OPcover p {
    color: #fff;
    font-size: 200%;
    letter-spacing: 0.3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1em;
  }
}
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  50% {
    border-radius: 32% 39% 45% 30%/43% 47% 29% 45%;
  }
  75% {
    border-radius: 68% 21% 80% 19%/46% 30% 60% 31%;
  }
}
/* fall */
@keyframes fall {
  0% {
    background-position: 0 0;
  }
  /* 背景画像の位置を左上に設定 */
  100% {
    background-position: -100em 100em;
  }
  /* 背景画像の位置を左上から700px右下に設定 */
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0);
  }
}
.button {
  display: inline-block;
  display: flex;
  flex-wrap: nowrap;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 1.5rem 4em;
  margin: 2rem auto;
  font-size: 110%;
  font-weight: 400;
  min-width: 10em;
  line-height: 1.2em;
  color: #414456 !important;
  pointer-events: all !important;
  cursor: pointer;
  transition: 0.3s;
}
.button span {
  display: inline-block;
}
.button span .big-text {
  font-size: 120%;
  line-height: 1.3;
}
.button span .small-text {
  font-size: 70%;
}
.button:before {
  transition: 0.5s;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.button:hover {
  transform: translateY(-0.5rem);
  color: #414456;
  filter: drop-shadow(0 0.5em 10px rgba(59, 32, 32, 0.1));
}
.button:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.btn-normal {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-normal:after {
  color: #789193;
  position: absolute;
  right: 2em;
  line-height: 1.5em;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f105";
  font-size: 80%;
  transition: 0.2s;
}
.btn-normal:hover:after {
  color: #48D1E8;
  transform: translateX(5px);
}

.btn-newWindow {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-newWindow:after {
  color: #789193;
  position: absolute;
  right: 2em;
  line-height: 1.5em;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f08e";
  font-size: 80%;
  transition: 0.2s;
}
.btn-newWindow:hover:after {
  color: #48D1E8;
  transform: translateY(-3px);
}

.button-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
  margin: 2em auto;
  max-width: 1500px;
}

.none {
  opacity: 0.3;
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 1000px) {
  .button {
    margin: 1em 0 !important;
  }
  .button-area {
    flex-wrap: wrap !important;
    gap: 0.1em !important;
  }
}
.rainbow-border {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.rainbow-border img {
  display: block;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.rainbow-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  padding: 3px;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}
.rainbow-border:hover {
  transform: translateY(-0.5rem);
  color: #414456;
  filter: drop-shadow(0 0.5em 10px rgba(59, 32, 32, 0.1));
}

@media screen and (max-width: 1000px) {
  .button {
    font-size: 120%;
    line-height: 1.2;
    padding: 1rem 3em;
  }
  .button:before {
    padding: 2px;
  }
  .button:hover:before {
    padding: 2px;
  }
  .rainbow-border::before {
    padding: 1.5px;
  }
}
header .menubtn {
  position: fixed;
  z-index: 998;
  right: 2em;
  top: 2em;
  background-image: url("../img/menu/button.svg");
  width: 7.5em;
  height: 7.5em;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1em;
  cursor: pointer;
}
header .menubtn i {
  font-size: 150%;
}
header .menubtn span {
  font-size: 55%;
}
header nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  background: url("../img/common/bg1.svg"), linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  background-size: 1em, 100%;
  background-position: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
header nav #menu_bg {
  background-image: url("../img/menu/menu_bg.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: right 30% top 0%;
  position: absolute;
  top: 0;
  left: 0;
}
header nav .menuInner {
  position: relative;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100svh;
  width: 80%;
  margin: 0 auto;
}
header nav .menuInner .menuLogo {
  display: block;
  width: 80%;
  max-width: 30em;
  margin-bottom: 2em;
}
header nav .menuInner ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em 2em;
}
header nav .menuInner ul li {
  box-sizing: border-box;
  width: 30%;
}
header nav .menuInner ul li a {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  nav .menuInner {
    position: relative;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100svh;
    width: 80%;
    margin: 0 auto;
  }
  nav .menuInner .menuLogo {
    display: block;
    width: 80%;
    max-width: 30em;
    margin-bottom: 2em;
  }
  nav .menuInner ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  nav .menuInner ul li {
    box-sizing: border-box;
    width: 100% !important;
  }
  nav .menuInner ul li a {
    width: 100%;
    min-width: 0;
    padding: 1em 7em;
  }
}
#pagetop {
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 99;
}
#pagetop i {
  color: #789193;
  font-size: 200%;
  transition: 0.3s;
  cursor: pointer;
}
#pagetop:hover i {
  color: #48D1E8;
  transition: 0.3s;
  transform: translateY(-0.2em);
  filter: drop-shadow(0 0.3em 20px #789193);
}

#footerimage {
  background: url("../img/common/kumo.png") bottom center/contain no-repeat, linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #48D1E8 70%, #48D1E8 80%);
  position: relative;
  background-size: 120%, 100% 100%;
  background-position: bottom -1em center, center;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 20%;
  margin-top: 15em;
}
#footerimage .footerRelease {
  text-align: center;
  display: block;
  margin: 5em auto 2em;
  width: 30em;
}
#footerimage .photo {
  width: 65%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#footerimage .photo .bottom-text {
  position: absolute;
  left: -5%;
  bottom: 6%;
}
#footerimage .photo .bottom-text p {
  font-family: "Crimson Pro", serif;
  font-size: 80%;
  color: #fff;
}
#footerimage .photo .top-text {
  position: absolute;
  right: -5%;
  top: -7%;
}
#footerimage .photo .top-text .big-text {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 300%;
  letter-spacing: 0.3em;
  line-height: 1.5em;
}
#footerimage .photo .top-text .mini-gray-text {
  color: #789193;
  letter-spacing: 1em;
  font-size: 50%;
  margin-bottom: 1em;
}
#footerimage .photo .photowrap {
  filter: drop-shadow(2px 5px 5px rgba(59, 32, 32, 0.2));
}
#footerimage .photo .footerPhoto {
  display: block;
  position: relative;
  left: -2%;
}
#footerimage .photo .rotateHappy {
  position: absolute;
  left: 2%;
  top: 1%;
  rotate: 90deg;
  transform-origin: top left;
  width: 28em;
}
#footerimage .photo .rotateSummer {
  position: absolute;
  right: -8%;
  bottom: -10%;
  rotate: 90deg;
  transform-origin: top right;
  width: 28em;
}

footer {
  background: #fff;
  padding: 2em 0;
  text-align: center;
}
footer img {
  width: 7em;
  margin: 2em 0 5em;
}
footer p {
  text-align: left;
  font-size: 60%;
}

@media screen and (max-width: 1000px) {
  #pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
    z-index: 99;
  }
  #pagetop i {
    color: #789193;
    font-size: 200%;
    transition: 0.3s;
    cursor: pointer;
  }
  #pagetop:hover i {
    color: #48D1E8;
    transition: 0.3s;
    transform: translateY(-0.2em);
    filter: drop-shadow(0 0.3em 20px #789193);
  }
  #footerimage {
    background: url("../img/common/kumo.png") bottom center/contain no-repeat, linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #48D1E8 70%, #48D1E8 80%);
    position: relative;
    background-size: 120%, 100% 100%;
    background-position: bottom -1em center, center;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 20%;
    margin-top: 15em;
  }
  #footerimage .footerRelease {
    width: 20em;
  }
  #footerimage .photo {
    width: 65%;
  }
  #footerimage .photo .bottom-text {
    position: absolute;
    left: -5%;
    bottom: -2em;
  }
  #footerimage .photo .bottom-text p {
    font-family: "Crimson Pro", serif;
    font-size: 80%;
    color: #fff;
  }
  #footerimage .photo .top-text {
    position: absolute;
    right: -5%;
    top: -5em;
  }
  #footerimage .photo .top-text .big-text {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 180%;
    letter-spacing: 0.3em;
    line-height: 1.5em;
  }
  #footerimage .photo .top-text .mini-gray-text {
    color: #789193;
    letter-spacing: 1em;
    font-size: 50%;
    margin-bottom: 1em;
  }
  #footerimage .photo .footerPhoto {
    margin-top: 10em;
  }
  #footerimage .photo .rotateHappy {
    position: absolute;
    left: 10%;
    top: -5em;
    rotate: 90deg;
    transform-origin: top left;
    width: 18em;
  }
  #footerimage .photo .rotateSummer {
    position: absolute;
    right: -10%;
    bottom: -7em;
    rotate: 90deg;
    transform-origin: top right;
    width: 18em;
  }
  footer {
    background: #fff;
    padding: 2em 0 0em;
    text-align: center;
  }
  footer img {
    width: 7em;
    margin: 2em 0 5em;
  }
  footer p {
    text-align: left;
    font-size: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .header_cloud {
    height: 12em;
  }
  .top {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    width: 100%;
    padding-top: 4rem;
  }
  .top .mainVisual {
    width: 100%;
    margin-bottom: 0rem;
    margin: 0 auto;
  }
  .top .mainVisual .mainVisualImg {
    scale: 1.2;
  }
  .top .mainVisual .presents {
    bottom: -7%;
    left: 4%;
    font-size: 70%;
  }
  .top .mainVisual .happy {
    top: -10%;
    left: -1%;
    width: 50%;
  }
  .top .mainVisual .summer {
    bottom: -10%;
    right: -1%;
    width: 50%;
  }
  .top .mainVisual .catchArea {
    left: 5%;
    right: auto;
    top: auto;
    bottom: 0%;
  }
  .top .mainVisual .catchArea .big-text {
    font-size: clamp(7px, 5vw, 18px);
  }
  .top .mainVisual .catchArea .small-text {
    display: none;
  }
  .top .right {
    width: 90%;
    margin: 0 auto;
  }
  .top .right .topLogo {
    width: 80%;
    transform: rotate(0deg);
  }
  .top .right .releaseDate {
    width: 60%;
    transform: rotate(0deg);
    margin: 2vw 0;
  }
  .top .right .newsArea {
    height: auto;
    width: 100%;
  }
  .top .right .newsArea .newsFrame {
    left: 0em;
    width: 100%;
    height: 200px;
    transform: rotate(0deg);
  }
  .banner-list {
    margin: 1.5em 0;
  }
  .banner-list .newmark:before {
    width: 4em;
    height: 4em;
  }
  .banner-list li {
    width: 80%;
  }
  .banner-list li img {
    min-width: 100%;
    border-radius: 1.5em;
    transition: 0.3s;
  }
  #movie {
    width: 100%;
    border-radius: 0em;
  }
  .stickyText {
    position: sticky;
    left: 0;
    top: 4em;
    margin-left: 5em;
    letter-spacing: 0.5rem;
    font-size: 70%;
    z-index: 3;
  }
  .stickyText p {
    transform: rotateZ(90deg);
    transform-origin: left top;
  }
  #outline .outline-First {
    height: 60vh;
    width: 90%;
    margin: 0 auto;
  }
  #outline .outline-First .outline-FirstText {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    font-size: 250%;
    line-height: 2.5rem;
    margin: 1rem auto;
  }
  #outline .outlineLeaf {
    top: 50vh;
    scale: 1.1;
  }
  #outline .outline-bgArea {
    width: 100%;
    position: relative;
  }
  #outline .outline-bgArea .b1 {
    top: 20%;
    scale: 1.2;
  }
  #outline .outline-bgArea .b2 {
    bottom: -10%;
  }
  #outline .outline-bgArea .outlineBg {
    background: url("../img/outline/bg.png");
    position: sticky;
    top: 0em;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top right 5%;
    background-size: contain;
  }
  #outline .outline-bgArea .story_inner {
    width: 90%;
    margin-top: -70vh;
    margin-bottom: 15em;
  }
  #outline .outline-bgArea .story_inner .story-big-text {
    font-size: 170%;
    letter-spacing: 0.07rem;
    margin: 4rem auto;
  }
  #outline .outline-bgArea .story_inner h6 {
    margin-top: 2em;
  }
  #outline .outline-bgArea .story_inner .story-last-text {
    margin-top: 2rem;
  }
  #outline .outline-end-catchCopy {
    gap: 3em;
    margin: 2em auto 2em;
  }
  #outline .outline-end-catchCopy .dot1 {
    position: absolute;
    left: 0%;
    top: -30%;
    right: 0%;
    scale: 2;
  }
  #outline .outline-end-catchCopy .left {
    width: 35%;
    border-radius: 2em;
    height: 22em;
  }
  #outline .outline-end-catchCopy .left .phone-bg {
    border-radius: 2em;
    height: 30em;
  }
  #outline .outline-end-catchCopy .left .phone-frame {
    bottom: -2%;
  }
  #outline .outline-end-catchCopy .right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #outline .outline-end-catchCopy .right .happy,
  #outline .outline-end-catchCopy .right .summer {
    width: 14em;
    max-width: 550px;
  }
  #outline .outline-end-catchCopy .right .center-text {
    text-align: left;
    margin: 2em auto;
  }
  #outline .outline-end-catchCopy .right .center-text .big-text {
    font-size: 130%;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
    line-height: 1.8;
  }
  #outline .outline-end-catchCopy .right .center-text .mini-gray-text {
    font-size: 50%;
  }
  #outline .outline-end-catchCopy .right .center-text .spacing {
    letter-spacing: 0.5rem;
  }
  #character {
    margin-bottom: 18% !important;
    position: relative;
  }
  #character .sofu {
    padding-bottom: 0em;
  }
  #character .shujinkou {
    margin-top: -2em;
  }
  #character .shujinkou .center {
    margin-bottom: 0em !important;
  }
  #character .chara-contents {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 0.5fr;
    gap: 2em;
  }
  #character .chara-contents .left {
    margin-left: 0em;
  }
  #character .chara-contents .center {
    margin-bottom: 27em;
  }
  #character .chara-contents .center .stand {
    margin-top: 30%;
  }
  #character .chara-contents .center .stand .stand-area {
    left: 2em;
    /* ドットの色とサイズ */
  }
  #character .chara-contents .center .stand .stand-area .swiper {
    width: 20em;
    scale: 2.5;
  }
  #character .chara-contents .center .stand .stand-area .swiper-pagination {
    margin-top: 1em;
    gap: 0.2em;
  }
  #character .chara-contents .center .stand .stand-area .swiper-pagination:before {
    top: -2em;
  }
  #character .chara-contents .center .stand .stand-area .swiper-pagination-bullet {
    scale: 0.4;
  }
  #character .chara-contents .center #stand-img-bg {
    width: 30em;
    scale: 2.5;
  }
  #character .chara-contents .center .statusLeft {
    left: 3em;
    font-size: 70%;
    z-index: 3;
  }
  #character .chara-contents .center .statusRight {
    right: 1em;
    font-size: 70%;
    z-index: 3;
  }
  #character .chara-contents .right {
    width: 100%;
    margin-top: 2em;
    grid-column: 1/-1;
  }
  #character .chara-contents .right .charaName .big-text {
    letter-spacing: 0.4rem;
    margin-bottom: 0.3rem;
  }
  #character .chara-contents .right .chara-introText {
    margin-top: 2em;
    text-align: left;
    font-size: 120%;
    line-height: 2;
  }
  #character .charaList {
    gap: 2em;
    margin-bottom: 1rem;
  }
  #character .charaList .main img {
    width: 6em;
    height: 6em;
  }
  #character .charaList .sub img {
    width: 5em;
    height: 5em;
  }
  #character .charaList .sub2 img {
    width: 4em;
    height: 4em;
  }
  #character .charaList ul {
    gap: 1.5em;
  }
  #character .charaList ul p {
    margin-top: 0.5em;
  }
  #gallery .banner-list {
    margin: 1.5em 0 2em;
  }
  #gallery .banner-list .newmark:before {
    width: 4em;
    height: 4em;
  }
  #gallery .banner-list ul {
    gap: 1.5em;
  }
  #gallery .banner-list li {
    width: 45%;
  }
  #gallery .banner-list li img {
    min-width: 100%;
    border-radius: 1.5em;
    transition: 0.3s;
  }
  .product-tab .product-btn {
    gap: 1rem;
  }
  .product-tab .product-btn li {
    padding: 6% 5%;
    border-radius: 100em;
    font-size: 120%;
  }
  .product-tab .product-btn .tab01 {
    text-align: center;
    background: none, linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  }
  .product-tab .product-btn .tab-on-mark:after {
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #C2ADE6;
  }
  .product-tab .product-table {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product-tab .product-table .left {
    order: 2;
  }
  .product-tab .product-table .right {
    width: 100%;
    order: 1;
  }
  .product-tab .product-table .right ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2em;
  }
  .product-tab .product-table .right ul li {
    max-width: 12em;
    position: relative;
    z-index: 2;
  }
  .product-tab .product-table .right ul li img {
    border-radius: 1rem;
    border: 1px solid #FB92BE;
  }
  .product-tab .normal-table .right img {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .all {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .all .main-container {
    overflow: hidden;
    width: 550px;
    border-left: 1px solid #789193;
    border-right: 1px solid #789193;
  }
}
@media screen and (max-width: 550px) {
  .all {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .all .main-container {
    overflow: hidden;
    width: 100%;
    border-left: 0px solid #789193;
    border-right: 0px solid #789193;
  }
  .all .Responsev-spacer {
    width: 0%;
  }
}/*# sourceMappingURL=style.css.map */