@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Playwrite+NL:wght@100..400&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;
}

.top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top .left {
  width: 22%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23em 0em 0em 0em;
}
.top .left .newsheading {
  padding-left: 2em;
}
.top .left .topLogo {
  position: absolute;
  width: 32em;
  top: 2em;
  left: 2em;
  z-index: 3;
}
.top .left .releaseDate {
  width: 15em;
  display: block;
  margin: 0 auto;
}
.top .left .yoyaku {
  width: 14em;
  display: block;
  margin: 2em auto;
}
.top .left .menu_bottom {
  width: 100%;
  background: linear-gradient(90deg, #ff7777, #ffa18b);
  border-radius: 0 2em 0 0;
  padding: 1.2em 1.5em 0 0;
  font-size: 85%;
  overflow: hidden;
}
.top .left .menu_bottom ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.top .left .menu_bottom ul a:hover li {
  background: #ffe2e2;
}
.top .left .menu_bottom ul a:hover .tab-text {
  color: #ff7777;
  bottom: -0.5em;
}
.top .left .menu_bottom ul a:hover .tab-text span {
  color: #f59a9a;
}
.top .left .menu_bottom ul li {
  transition: 0.2s;
  background-color: #fff;
  border-radius: 0 1em 0 0;
  border: 0.5px solid #ddd;
  padding: 0.5em 0;
  position: relative;
  height: 6.7em;
  overflow: hidden;
  margin-bottom: -1em;
  line-height: 1;
}
.top .left .menu_bottom ul li .bg-text {
  transition: 0.2s;
  font-size: 400%;
  -webkit-text-stroke: 1px #ff7777;
  text-stroke: 2px #ff7777;
  paint-order: stroke;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 3.2em;
  top: 0.09em;
}
.top .left .menu_bottom ul li .tab-text {
  transition: 0.2s;
  position: absolute;
  right: 1em;
  bottom: -1.2em;
  text-align: center;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 1.5em 1em 2.9em 1em;
  outline: 1px solid #ff7777;
  outline-offset: -0.6em;
  border: 1px solid #adadad;
  border-radius: 1.5em 1.5em 0 0;
  color: #494949;
  min-width: 11em;
}
.top .left .menu_bottom ul li .tab-text span {
  font-size: 70%;
  margin-top: 0.5em;
  color: #858585;
}
.top .left .menu_bottom .submenu ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.top .left .menu_bottom .submenu a {
  width: 50%;
  min-width: 50%;
  color: #494949;
}
.top .left .menu_bottom .submenu a li {
  display: flex;
  gap: 1em;
  height: 6em;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 0;
  position: relative;
  padding-bottom: 1.4em;
}
.top .left .menu_bottom .submenu a li i {
  font-size: 160%;
}
.top .left .menu_bottom .submenu a li p {
  font-size: 80%;
  line-height: 1.2em;
  text-align: left;
}
.top .left .menu_bottom .submenu a li:first-child {
  border-left: none;
}
.top .left .menu_bottom .submenu a li:hover {
  color: #ff7777;
}
.top .mainVisual {
  position: relative;
  width: 56%;
}
.top .mainVisual .img-area {
  display: none;
}
.top .mainVisual .mainVisualImg {
  position: sticky;
  top: 0;
  filter: drop-shadow(2px 5px 5px rgba(59, 32, 32, 0.2));
  min-width: 100%;
}
.top .mainVisual .mini-kazari01 {
  width: 9em;
  position: absolute;
  top: 2em;
  left: -3em;
}
.top .mainVisual .mini-kazari02 {
  width: 15em;
  position: absolute;
  bottom: 29em;
  right: -0.5em;
  z-index: 1;
  pointer-events: none;
}
.top .mainVisual .fukidashi {
  width: 15em;
  position: absolute;
  right: 6%;
  top: 10%;
}
.top .right {
  width: 22%;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.top .right .newsheading {
  padding: 0 2em;
  position: relative;
}
.top .right .newsheading .top-pen {
  width: 20em;
  position: absolute;
  right: -5em;
  top: 1em;
  pointer-events: none;
  z-index: 1;
}
.top .right .top-banner-list {
  padding: 2em;
}
.top .right .top-banner-list .newmark::before {
  scale: 0.8;
}
.top .right .top-banner-list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8em;
}
.top .right .top-banner-list img {
  outline: 1px solid #ddd;
  outline-offset: -0.4em;
  border: 0.4em solid #fff;
  filter: drop-shadow(0 0 3px #ddd);
}
.top .right .newsArea {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.top .right .newsArea .newsFrame {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-top: 1px solid #858585;
  background: #fff;
  box-sizing: border-box;
}

#special {
  background-image: url("../img/common/heartbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 10% center;
  position: relative;
  padding: 0 0 3em;
  margin-bottom: 25em !important;
}
#special .illust {
  position: absolute;
  bottom: -19em;
  left: 7em;
  width: 40em;
}
#special .pen-white {
  width: 35em;
  position: absolute;
  top: -5em;
  right: -6em;
}
#special .banner-list li {
  width: 48%;
}

.banner-list {
  margin: 1em auto 3em;
  max-width: 85%;
}
.banner-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  box-sizing: border-box;
}
.banner-list li {
  width: 32%;
}
.banner-list li img {
  min-width: 100%;
  outline: 1px solid #ddd;
  outline-offset: -0.4em;
  border: 0.4em solid #fff;
  filter: drop-shadow(0 0 3px #ddd);
}

.banner-list-long {
  margin: 3em auto 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.banner-list-long li {
  width: 97% !important;
}
.banner-list-long li img {
  min-width: 100%;
  outline: 1px solid #ddd;
  outline-offset: -0.4em;
  border: 0.4em solid #fff;
  filter: drop-shadow(0 0 3px #ddd);
}

#story {
  margin-top: 8em;
  font-size: 110%;
  line-height: 2em;
  background-image: url("../img/common/heartbg.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: right 10% center;
}
#story .flex-area {
  gap: 5em;
  margin: 3em auto;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
}
#story .flex-area .flex-spacer {
  height: 5em;
}
#story .flex-area .img01 {
  width: 100%;
}
#story .flex-area .img02 {
  width: 100%;
}
#story .flex-area .mini-kazari02 {
  width: 11em;
  position: absolute;
  right: 2em;
}
#story .story-text2 {
  margin-top: -8em;
  margin-bottom: 1em;
}
#story .tate-text {
  font-size: 200%;
  writing-mode: vertical-lr;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255), 0px 0px 8px rgb(255, 255, 255), 0px 0px 8px rgb(255, 255, 255), 0px 0px 8px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 18px rgb(255, 255, 255);
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 18em;
  z-index: 1;
}
#story .big-text {
  font-weight: 800;
  font-size: 180%;
  text-align: center;
  line-height: 1.5em;
  margin: 1em auto 5em;
  letter-spacing: 0.3em;
}

#concept {
  padding-bottom: 4em;
  line-height: 2em;
  background-image: url("../img/concept/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -2em center;
  position: relative;
}
#concept .pen-white {
  width: 35em;
  position: absolute;
  top: -5em;
  left: -6em;
}
#concept .flex-area {
  width: 80%;
  align-items: center;
  gap: 6em;
}
#concept .flex-area .flex-spacer {
  height: 25em;
}
#concept .flex-area .concept01 {
  transform: rotateZ(-3deg);
}
#concept .flex-area .concept02 {
  transform: rotateZ(4deg);
}

#character {
  position: relative;
  margin-top: -5em !important;
  background-image: url("../img/common/heartbg.png");
  background-size: 50em;
  background-repeat: no-repeat;
  background-position: left 5% bottom;
}
#character .namecard {
  width: 25em;
  position: absolute;
  right: -2em;
  bottom: 2em;
}
#character .namecard-color {
  position: absolute;
  top: 10em;
  left: 0;
  right: 0;
  margin: auto;
}
#character .chara-contents {
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: -4em auto 0;
  gap: -2em;
}
#character .chara-contents .left {
  width: 50%;
  padding-top: 6em;
}
#character .chara-contents .left .name-area {
  display: block;
  width: 20em;
}
#character .chara-contents .left .name-area .name {
  width: 20em;
}
#character .chara-contents .left .name-cv {
  margin-top: 0.7em;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
#character .chara-contents .left .name-mini {
  font-size: 60%;
}
#character .chara-contents .left .cv {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#character .chara-contents .left .cv .cv-heading {
  width: 2.5em;
  height: 2.5em;
  font-size: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  line-height: 1.5;
  background: linear-gradient(90deg, #ff7777, #ffa18b);
}
#character .chara-contents .left .cv .comingsoon {
  color: #858585;
  font-size: 90%;
}
#character .chara-contents .left .cv .cvname {
  font-size: 150%;
}
#character .chara-contents .left .voice-list {
  margin-bottom: 2em;
}
#character .chara-contents .left .voice-list p {
  color: #858585;
  font-size: 90%;
}
#character .chara-contents .left .voice-list ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
  width: 100%;
  margin: 0 auto;
}
#character .chara-contents .left .voice-list li {
  width: 3.5em;
  height: 3em;
  background: url("../img/character/btn-base.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  color: #fff;
  transition: 0.2s;
}
#character .chara-contents .left .voice-list li img {
  max-width: 1.3em;
  margin-top: -0.5em;
  filter: brightness(300%) contrast(300%) grayscale(25%) saturate(0%);
}
#character .chara-contents .left .voice-list li:hover {
  cursor: pointer;
  transform: rotateZ(6deg);
  filter: hue-rotate(15deg);
}
#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: 3.5em;
  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: flex-start;
  gap: 1em;
  margin-bottom: 2em;
}
#character .chara-contents .left .clothes-list ul li {
  width: 4em;
  position: relative;
}
#character .chara-contents .left .clothes-list ul li:first-child {
  opacity: 0.5;
  pointer-events: none;
}
#character .chara-contents .left .clothes-list ul li p {
  text-align: center;
  font-size: 45%;
}
#character .chara-contents .left .clothes-list ul li img {
  min-width: 100%;
  transition: 0.2s;
}
#character .chara-contents .left .clothes-list ul li img:hover {
  cursor: pointer;
  transform: rotateZ(6deg);
}
#character .chara-contents .right {
  width: 50%;
  position: relative;
  margin-right: -2em;
}
#character .chara-contents .right .state01 {
  width: 7em;
  position: absolute;
  left: 2em;
  top: 6em;
}
#character .chara-contents .right .state02 {
  width: 7.1em;
  position: absolute;
  left: 2em;
  top: 13em;
}
#character .chara-contents .right .mini-kazari {
  width: 10em;
  position: absolute;
  right: -7em;
  top: 32em;
}
#character .chara-contents .right .stand {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#character .chara-contents .right .stand .stand-area {
  position: relative;
  /* ドットの色とサイズ */
  /* アクティブなドットの色 */
}
#character .chara-contents .right .stand .stand-area .stand-img {
  min-width: 100%;
}
#character .chara-contents .right .stand .stand-area .swiper {
  width: 120%;
  height: 110%;
}
#character .chara-contents .right .stand .stand-area .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#character .chara-contents .right .stand .stand-area .swiper-pagination {
  position: absolute;
  bottom: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.6em;
}
#character .chara-contents .right .stand .stand-area .swiper-pagination:before {
  position: absolute;
  display: inline-block;
  font-size: 70%;
  color: #858585;
  content: "VARIATION";
  bottom: -3em;
}
#character .chara-contents .right .stand .stand-area .swiper-pagination-bullet {
  margin: 0;
  background-color: #ccc;
  opacity: 1;
  width: 2em;
  height: 0.5em;
  border-radius: 0.1em;
  transition: background-color 0.3s;
}
#character .chara-contents .right .stand .stand-area .swiper-pagination-bullet-active {
  background-color: #ff7777;
}

#gallery {
  position: relative;
  background-image: url("../img/common/grid.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 3em left 10em;
}
#gallery ul {
  padding-bottom: 3em;
}

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

#product {
  position: relative;
}
#product .limited {
  width: 17em;
  position: absolute;
  right: -1em;
  top: 0em;
  z-index: 1;
}
#product .product-tab {
  z-index: 1;
  margin-bottom: -1.1em;
  position: relative;
}
#product .product-tab ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1em;
}
#product .product-tab li {
  transition: 0.2s;
  text-align: center;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 1.2em 1.2em 1.1em 1.2em;
  border: 1px solid #adadad;
  outline: 1px solid #b6b6b6;
  outline-offset: -0.3em;
  border-radius: 1em 1em 0 0;
  color: #494949;
  min-width: 11em;
  line-height: 1.2em;
  cursor: pointer;
}
#product .product-tab li span {
  font-size: 70%;
  color: #858585;
}
#product .product-tab li:hover {
  border: 1px solid #f59a9a;
  outline: 1px solid #f59a9a;
  color: white;
  background: #f59a9a;
}
#product .product-table-single-wrap {
  position: relative;
}
#product .product-table-single {
  width: 95%;
  margin: 1em auto 4em;
  background: #fff;
  z-index: 1;
  filter: drop-shadow(0 0 3px #ddd);
  border-radius: 1em;
  padding: 4em 2em 2em 2em;
  z-index: 1;
}
#product .product-table-single:after {
  content: "";
  background: url("../img/common/clip_tate.png");
  height: 5em;
  width: 2em;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: -1.5em;
}
#product .product-table-single:before {
  content: "・・・";
  font-size: 60%;
  font-weight: 500;
  position: absolute;
  text-align: center;
  top: 1.2em;
  left: 0;
  right: 0;
  margin: auto;
}
#product .product-table-single .flex-area {
  margin: 0em auto;
  padding-bottom: 0em;
}
#product .product-table-single .flex-area .left {
  width: 50%;
}
#product .product-table-single .flex-area .left img {
  min-width: 100%;
}
#product .product-table-single .flex-area .left:before {
  content: "PRODUCTS";
  letter-spacing: 1em;
  font-size: 50%;
  font-weight: 500;
  position: absolute;
  top: 1.2em;
  left: 1;
  color: #b6b6b6;
}
#product .product-table-single .flex-area .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
#product .product-table-single .flex-area .right .button-area {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 1em;
}
#product .product-table-single .flex-area .right .button-area .button {
  min-width: 100%;
  margin: 0 !important;
}
#product .product-table-single .flex-area .right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
}
#product .product-table-single .flex-area .right ul .edition .content {
  font-size: 180%;
}
#product .product-table-single .flex-area .right ul li {
  min-width: 100%;
  font-size: 120%;
  border-bottom: 0.5px solid #adadad;
  padding-bottom: 1em;
}
#product .product-table-single .flex-area .right ul li:last-child {
  border: 0;
}
#product .product-table-single .flex-area .right ul li .mini-text {
  font-size: 70%;
}
#product .product-table-single .flex-area .right ul li .heading {
  color: #adadad;
  font-size: 60%;
}
#product .product-table-single .flex-area .right ul li .item-list {
  font-size: 70%;
  margin: 1em 0 1.5em;
}
#product .product-table-single .flex-area .right ul li .item-list li {
  border: 0;
  padding-bottom: 0;
  line-height: 0.8em;
}
#product .product-table-single .flex-area .right ul li .item-list li:before {
  content: "●";
  color: #f59a9a;
  font-size: 0.6em;
}
#product .table-paper {
  width: 96%;
  height: 100%;
  transform: rotateZ(-1deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1 !important;
  border-radius: 1em;
  pointer-events: none;
}
#product .standard {
  background: #bebebe;
}
#product .bundle {
  background: #9ca6e7;
}
#product .special {
  background: #f59a9a;
}

html {
  max-width: 100% !important;
}

body {
  font-family: "Kiwi Maru", serif;
  width: 100%;
  letter-spacing: 0.03em;
  overflow: auto;
  font-size: clamp(8px, 0.95vw, 21px);
  color: #494949;
  overflow-x: hidden !important;
  background: linear-gradient(90deg, rgb(246, 246, 246) 0%, rgb(255, 240, 240) 100%);
  background-size: cover;
  position: relative;
  line-height: 1.8em;
}
body ::-moz-selection {
  background: #f59a9a;
  /* 選択時の背景色 */
  color: #fff;
  /* 選択時の文字色 */
}
body ::selection {
  background: #f59a9a;
  /* 選択時の背景色 */
  color: #fff;
  /* 選択時の文字色 */
}
body ::-moz-selection {
  /* Firefox用 */
  background: #f59a9a;
  color: #fff;
}
body img {
  max-width: 100%;
  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;
  transition: 0.2 !important;
}
body .textLink {
  text-decoration: none;
  color: #ffa18b;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  padding: 0.1em 0.3em;
  line-height: 2em;
  border-radius: 0.5em;
}
body .textLink:hover {
  background: #ffa18b;
  color: #fff;
}
body a {
  text-decoration: none;
  color: #ffa18b;
  font-weight: 700;
  cursor: pointer;
}
body a:hover {
  color: #858585;
}
body a img {
  transition: 0.2s;
}
body a img:hover {
  transform: rotateZ(2deg);
  filter: drop-shadow(0 0.1em 10px rgba(59, 32, 32, 0.1)) !important;
}
body i {
  letter-spacing: 0;
}

.sp_br {
  display: none;
}

.all {
  background-image: url("../img/common/bg_memo_left.png");
  background-size: 4em;
  background-position: left, top;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  transform-origin: top;
}

#special,
#character,
#gallery,
#product {
  margin: 10em auto;
}

.menubtn {
  position: fixed;
  z-index: 999;
  right: 1.2em;
  top: 1.2em;
  display: none;
}

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

h1 {
  text-align: center;
  margin: 4em auto;
}
h1 .h1-big-text {
  font-size: 250%;
  position: relative;
  display: inline-block;
  font-family: "Playwrite NL";
  font-weight: 800;
  color: #f59a9a;
  letter-spacing: -0.02em;
}
h1 .h1-small-text {
  font-size: 80%;
  position: relative;
  top: 1em;
}

h2 {
  text-align: center;
  margin: 5rem auto 2em;
}
h2 .h2-big-text {
  font-size: 250%;
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #494949;
  border: 0.5px solid #858585;
  padding: 0.4em 0.3em;
  background: #fff;
  position: relative;
}
h2 .h2-big-text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.2em;
  height: 85%;
  width: 1px;
  background: #858585;
  pointer-events: none;
  will-change: opacity;
  animation: h2-line-blink 1.5s linear infinite;
}
h2 .h2-small-text {
  font-size: 80%;
  position: relative;
  top: 0.5em;
  color: #858585;
}

h3 {
  font-size: 150%;
  font-weight: 500;
  background-size: 0.5em;
  margin: 1.4em 0 0.8em;
  position: relative;
  padding: 0.2em 1em 0.2em 1.3em;
  text-align: left;
  color: #494949;
  border: 0.5px solid #858585;
  border-radius: 0.2em;
}
h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 100%;
  width: 0.8em;
  background: #ff7777;
  pointer-events: none;
}

h5 {
  width: 100%;
  display: inline-block;
  margin: 1.5em 0;
  padding-left: 1.3em;
  text-align: left;
  font-size: 120%;
  position: relative;
  font-family: "Playwrite NL";
  font-weight: 800;
  color: #f59a9a;
  letter-spacing: -0.02em;
}
h5::before {
  content: "：：";
  position: absolute;
  color: #858585;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  pointer-events: none;
  letter-spacing: -0.4em;
  line-height: 1.8em;
  font-size: 80%;
}

.h5-ja {
  width: 100%;
  display: inline-block;
  margin: 0.5em 0;
  padding-left: 1.3em;
  text-align: left;
  font-size: 120%;
  position: relative;
  font-family: "Kiwi Maru", serif !important;
  font-weight: 800;
  color: #f59a9a;
  letter-spacing: -0.02em;
}
.h5-ja::before {
  content: "：：";
  position: absolute;
  font-family: "Playwrite NL";
  color: #858585;
  top: 0.7em;
  bottom: 0;
  margin: auto;
  left: 0;
  pointer-events: none;
  letter-spacing: -0.4em;
  line-height: 1em;
  font-size: 80%;
}

h6 {
  text-align: left;
  margin: 2rem 0;
  color: #858585;
  letter-spacing: 0.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  h1 {
    margin: 4em auto 2em !important;
  }
  h1 .h1-big-text {
    font-size: 230% !important;
  }
  h1 .h1-small-text {
    font-size: 80%;
    position: relative;
    top: -0.5em;
  }
  h2 {
    text-align: center;
    margin: 2rem auto 2em !important;
  }
  h2 .h2-big-text {
    font-size: 180% !important;
    padding: 0.05em 0.2em !important;
    line-height: 1.5;
  }
  h5 {
    width: 100%;
    display: inline-block;
    margin: 1em 0 0.5em;
    padding-left: 1.3em;
    text-align: left;
    font-size: 120%;
    position: relative;
    font-family: "Playwrite NL";
    font-weight: 800;
    color: #f59a9a;
    letter-spacing: -0.02em;
  }
  h5::before {
    content: "：：";
    position: absolute;
    color: #858585;
    top: 0.5em;
    bottom: 0;
    margin: auto;
    left: 0;
    pointer-events: none;
    letter-spacing: -0.4em;
    line-height: 1em;
    font-size: 80%;
  }
  h3 {
    font-size: 110% !important;
  }
  h6 {
    font-size: 80% !important;
  }
}
.top-line {
  background: linear-gradient(90deg, #ff7777, #ffa18b);
  height: 0.6em;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

@font-face {
  font-family: "Playwrite NL";
  src: url("https://fonts.googleapis.com/css2?family=Playwrite+NL:wght@100..400&display=swap");
}
.font-script {
  font-family: "Playwrite NL";
}

.newmark {
  position: relative;
}
.newmark:before {
  content: "";
  background-image: url("../img/common/newmark.png");
  animation: float 3s infinite;
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: -1em;
  left: -1em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

#loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #f59a9a;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#loading p {
  letter-spacing: 0em !important;
}

.topAnime {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  background: #ffc4c4;
}
.topAnime .paper {
  width: 80%;
  height: 130dvh;
  background: url("../img/common/bg-paper.jpg");
  background-size: 1em;
  border-radius: 0.2em 0.2em 0 0;
  text-align: left;
  border: 0.5px solid #ccc;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 3px #ddd);
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: auto;
}
.topAnime .paper img {
  width: 25em;
  margin-top: -25em;
}
.topAnime .pp1 {
  transform: rotateZ(-2deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.topAnime .pp2 {
  transform: rotateZ(2deg);
  left: 2em;
}
.topAnime .pp3 {
  transform: rotateZ(6deg);
  left: 2em;
}

rt {
  height: 1.1em;
  margin-top: 0.8em;
  letter-spacing: -1.2em;
  margin-left: -0.5em;
}

.text75 {
  font-size: 75%;
}

.text85 {
  font-size: 85%;
}

.text110 {
  font-size: 120%;
}

.text150 {
  font-size: 150%;
}

.text140 {
  font-size: 140%;
}

hr {
  color: #c7c7c7;
  margin: 1em auto;
  filter: drop-shadow(0 0 3px #dbdbdb);
}

.img-center {
  display: block;
  margin: 2em auto;
}

.cta {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0em;
  z-index: 99;
  pointer-events: none;
}
.cta .button {
  display: flex;
  justify-content: center;
  width: 30em;
  text-align: center;
  pointer-events: all;
  color: #fff !important;
  background: #ffa18b;
}
.cta .button:before {
  background: #fff;
}
.cta .button:hover {
  color: #ffa18b !important;
}
.cta .btn-normal:after {
  color: #fff !important;
}

.flex-area {
  padding-bottom: 4em;
  margin: 2em auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
}
.flex-area .flex-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.flex-area .flex-inner .flex-spacer {
  width: 100%;
}

.grad-text {
  background: linear-gradient(90deg, #ff7777, #ffa18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.red-text {
  color: #ff7777;
}

.orange-text {
  color: #ffa18b;
}

.blue-text {
  color: #808aca;
}

.shadow-text {
  text-shadow: 0px 0px 5px rgb(255, 180, 180);
}

.center-text {
  text-align: center;
}

.memo-table-big {
  width: 100%;
  background: #eee;
  background-size: 1em;
  border-radius: 1em;
  text-align: left;
  border: 0.5px solid #ccc;
  position: relative;
  line-height: 2.1em;
  filter: drop-shadow(0 0 3px #ddd);
  padding-top: 1em;
}
.memo-table-big:before {
  content: "";
  width: 100%;
  height: 10em;
  background: #eee;
  background-size: 1em;
  border-radius: 1em;
  text-align: left;
  border: 0.5px solid #ccc;
  position: absolute;
  top: 0.5em;
  left: 0;
  line-height: 2.1em;
  filter: drop-shadow(0 0 3px #ddd);
}
.memo-table-big .memo-table-big-inner {
  width: 100%;
  background: #f8f8f8;
  background-size: 1em;
  border-radius: 1em;
  padding: 2em;
  text-align: left;
  border: 0.5px solid #ccc;
  position: relative;
  line-height: 2.1em;
  filter: drop-shadow(0 0 3px #ddd);
  z-index: 3 !important;
}

.memo-table {
  width: 100%;
  background: url("../img/common/bg-paper.jpg");
  background-size: 1em;
  border-radius: 1em;
  padding: 2em;
  text-align: left;
  border: 0.5px solid #ccc;
  position: relative;
  line-height: 2.1em;
  filter: drop-shadow(0 0 3px #ddd);
}
.memo-table:before {
  content: "";
  background: url("../img/common/clip_tate.png");
  height: 5em;
  width: 2em;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: -1.5em;
}
.memo-table .memo-heading {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 180%;
  margin-bottom: 0.4em;
  font-weight: 600;
}
.memo-table .memo-heading img {
  width: 4.5em;
  margin-bottom: 0.4em;
}

.pink-table {
  width: 100%;
  background: url("../img/common/pink_border.jpg");
  background-size: 0.5em;
  border-radius: 1em;
  margin: 2em auto;
  padding: 1.5em;
  text-align: left;
  border: 0.5px solid #ccc;
  position: relative;
  filter: drop-shadow(0 0 3px #ddd);
}
.pink-table:before {
  content: "";
  background: url("../img/common/clip_tate.png");
  height: 5em;
  width: 2em;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: -1.5em;
}

.list_2column {
  margin: 1em auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.list_2column li {
  display: flex;
  flex-wrap: nowrap;
  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 {
  text-align: center;
  min-width: 9em;
  font-size: 80%;
  background: #fff;
  border-radius: 0.3em;
  border: 0.1em solid #858585;
  padding: 0.2em 1em;
  color: #494949;
}
.list_2column li span {
  width: 100%;
  text-align: left;
}

.list_w100 li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.5em;
  gap: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.list_w100 li p {
  text-align: center;
  min-width: 9em;
  font-size: 80%;
  background: #fff;
  border-radius: 0.3em;
  border: 0.1em solid #858585;
  padding: 0.2em 1em;
  color: #494949;
}
.list_w100 li span {
  width: 100%;
  text-align: left;
  line-height: 1.8;
}

.caution h4 {
  display: inline-block;
  border: 1px solid #858585;
  font-size: 70%;
  padding: 0.1em 1em;
  border-radius: 0.3em;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.caution ul {
  font-size: 85%;
  line-height: 1.9em;
}
.caution li::before {
  content: "◯";
  color: #ffa18b;
  font-size: 50%;
  line-height: 3em;
  margin-right: 1em;
}

#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: #ff7777;
  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) {
  .cta {
    display: flex;
    position: fixed;
    left: 2.5em !important;
    right: 0;
    margin: auto;
    bottom: 0.7em !important;
    z-index: 99;
    pointer-events: none;
    font-size: 80%;
  }
  .cta .button {
    display: flex;
    justify-content: center;
    width: 15em !important;
    text-align: center;
    pointer-events: all;
    color: #fff !important;
    background: #ffa18b;
  }
  .cta .button:before {
    background: #fff;
  }
  .cta .button:hover {
    color: #ffa18b !important;
  }
  .cta .btn-normal:after {
    color: #fff !important;
  }
  .topAnime {
    width: 100%;
    height: 100dvh;
    position: fixed;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    background: #ffc4c4;
  }
  .topAnime .paper {
    width: 95%;
    height: 90dvh;
  }
  .topAnime .paper img {
    width: 20em;
    margin-top: -7em;
  }
  .flex-area {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column;
  }
  .top-line {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .list_2column {
    margin: 1em auto;
    display: flex !important;
    flex-direction: column;
  }
  .list_2column li {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.5em !important;
    margin: 0.8em;
  }
  .list_w100 li {
    flex-wrap: wrap !important;
    flex-direction: column !important;
    gap: 0.5em !important;
    margin: 0.8em;
  }
  .memo-table-big {
    width: 100%;
    background: #eee;
    background-size: 1em;
    border-radius: 1em;
    text-align: left;
    border: 0.5px solid #ccc;
    position: relative;
    line-height: 2.1em;
    filter: drop-shadow(0 0 3px #ddd);
    padding-top: 1em;
  }
  .memo-table-big:before {
    content: "";
    width: 100%;
    height: 10em;
    background: #eee;
    background-size: 1em;
    border-radius: 1em;
    text-align: left;
    border: 0.5px solid #ccc;
    position: absolute;
    top: 0.5em;
    left: 0;
    line-height: 2.1em;
    filter: drop-shadow(0 0 3px #ddd);
  }
  .memo-table-big .memo-table-big-inner {
    padding: 1em !important;
  }
  .pink-table .list_w100 span {
    line-height: 1.6 !important;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes h2-line-blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 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: 0.5em;
  border: 0.1em solid #ffa18b;
  padding: 1rem 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.2s;
  overflow: hidden;
}
.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.2s;
  content: "";
  background: #ffa18b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: -1;
}
.button:hover {
  transform: translateY(-0.5rem);
  color: #fff !important;
}
.button:hover:before {
  left: 0%;
}

.btn-normal {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-normal:after {
  color: #ffa18b;
  position: absolute;
  right: 1em;
  line-height: 1.5em;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f105";
  font-size: 90%;
  transition: 0.2s;
}
.btn-normal:hover:after {
  color: #fff !important;
}

.btn-newWindow {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-newWindow:after {
  color: #858585;
  position: absolute;
  right: 1em;
  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: #fff !important;
}

.none {
  opacity: 0.3;
  pointer-events: none !important;
}

@media screen and (max-width: 1000px) {
  .button {
    margin: 0.7em 0 !important;
  }
}
.rainbow-border {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}
.rainbow-border img {
  display: block;
  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));
}

.masterup_illust {
  position: fixed;
  z-index: 60;
  bottom: 1em;
  left: 2em;
  animation: float 3s infinite;
}
.masterup_illust img {
  width: 18em;
  max-width: 338px;
}

@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 {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
header .menubtn {
  right: 1.5em;
  top: 1.5em;
  background: linear-gradient(90deg, #ff7777, #ffa18b);
  width: 4em;
  height: 4em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
  cursor: pointer;
  border-radius: 0.5em;
  color: #fff;
  border: 1px solid #acacac;
  display: none;
}
header .menubtn i {
  font-size: 150%;
}
header nav {
  margin: auto;
  z-index: 100 !important;
  background: linear-gradient(90deg, #ff7777, #ffa18b);
  padding: 1em 0;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
header nav .menuInner {
  width: 65%;
  margin: 0 auto;
  font-size: 63%;
  letter-spacing: 0.3em;
}
header nav .menuInner a {
  transition: 0.3s;
  display: block;
  color: #fff;
  padding: 0.2em 0;
}
header nav .menuInner a:hover {
  color: #494949;
}
header nav .menuInner ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
header nav .menuInner ul li {
  position: relative;
  border-left: 0.5px solid #ffd0d0;
  padding-left: 2em;
}
header nav .menuInner ul li:first-child {
  border: none;
}
header nav .menuInner ul li a {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  header {
    position: fixed;
    pointer-events: none;
  }
  .menubtn {
    display: flex !important;
    pointer-events: all !important;
  }
  nav {
    margin: auto;
    z-index: 100 !important;
    background: linear-gradient(90deg, #ff7777, #ffa18b);
    padding: 1em 0;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
  }
  nav .close_m {
    background: #fff;
    color: #ff7777;
  }
  nav .menuInner {
    overflow-y: scroll;
    width: 100% !important;
    height: 100dvh;
    margin: -2em auto 0 !important;
    font-size: 90% !important;
    letter-spacing: 0.3em;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
  }
  nav .menuInner a {
    transition: 0.3s;
    display: block;
    color: #fff;
    padding: 1.5em 0 !important;
    pointer-events: all;
  }
  nav .menuInner a:hover {
    color: #494949;
  }
  nav .menuInner ul {
    width: 90% !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 0em !important;
  }
  nav .menuInner ul li {
    width: 90% !important;
    position: relative;
    border-left: 0px !important;
    border-bottom: 1px solid #ffb9b9;
    padding-left: 0em !important;
  }
  nav .menuInner ul li:first-child {
    border-bottom: 1px solid #ffb9b9 !important;
  }
  nav .menuInner ul li a {
    width: 100%;
  }
}
#pagetop {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 50 !important;
  width: 3em;
  height: 3em;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 0.3em;
  border: 1px solid #b1b1b1;
  transition: 0.3s;
}
#pagetop i {
  color: #858585;
  font-size: 150%;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1.5em;
}
#pagetop:hover {
  bottom: 2.5em;
  background-color: #f59a9a;
  filter: drop-shadow(0 0.1em 5px #b8b8b8);
}
#pagetop:hover i {
  color: #fff;
}

#footerimage {
  background: url("../img/footer/footerimg.png") top center/cover no-repeat, linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #ffbdbd 70%, #ffbdbd 80%);
  position: relative;
  background-size: 120%, 100% 100%;
  background-position: bottom -1em center, center;
  background-repeat: no-repeat, no-repeat;
  margin-top: 3em;
  padding-top: 45%;
}

footer {
  background: #ffbdbd;
  padding: 2em 0;
  text-align: center;
  margin: 0 auto;
}
footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer img {
  width: 7em;
  margin: 2em auto;
}
footer p {
  font-size: 60%;
}

@media screen and (max-width: 1000px) {
  #pagetop {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    z-index: 10 !important;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: clamp(2px, 3.5vw, 16.5px);
    line-height: 2;
  }
  .all {
    background-image: url("../img/common/bg_memo_left.png");
    background-size: 1.5em;
  }
  .inner {
    width: 87%;
  }
  .top {
    flex-wrap: wrap !important;
    flex-direction: column;
    justify-content: space-between;
    gap: 0rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .top .newsheading {
    padding: 0 2em;
  }
  .top .left {
    display: none;
  }
  .top .mainVisual {
    position: relative;
    width: 100%;
  }
  .top .mainVisual .mainVisualImg {
    position: relative !important;
  }
  .top .mainVisual .mini-kazari01 {
    width: 6em;
    position: absolute;
    top: 2em;
    left: 1em;
  }
  .top .mainVisual .mini-kazari02 {
    width: 7em;
    position: absolute;
    bottom: 18em;
    right: -0.5em;
    z-index: 1;
    pointer-events: none;
  }
  .top .mainVisual .fukidashi {
    width: 7em;
    position: absolute;
    right: 3%;
    top: 25%;
  }
  .top .mainVisual .img-area {
    display: block;
  }
  .top .mainVisual .topLogo {
    width: 17em;
    position: absolute;
    bottom: 0.5em;
    left: 0.1em;
  }
  .top .mainVisual .releaseDate {
    position: absolute;
    width: 10em;
    bottom: 2em;
    right: 1em;
    filter: drop-shadow(0px 0px 1px #ffffff) drop-shadow(0px 0px 1px #ffffff) drop-shadow(0px 0px 1px #ffffff) drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 1px #ffffff) drop-shadow(0px 0px 4px #ffffff);
  }
  .top .mainVisual .yoyaku {
    position: absolute;
    width: 8em;
    bottom: 10.3em;
    right: 1.5em;
  }
  .top .right {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .top .right .top-pen {
    right: -5em;
    bottom: 10em;
  }
  .top .right .top-banner-list ul {
    width: 90%;
    margin: auto;
    margin-bottom: 2em;
  }
  .top .right .newsArea {
    height: 15em !important;
    width: 100%;
    margin: 0 auto;
  }
  .top .right .newsArea .newsFrame {
    position: relative;
    width: 90%;
    border-bottom: 1px solid #858585;
  }
  #story {
    background-image: url("../img/common/heartbg.png");
    background-size: 100%;
    background-position: right -20% top 20%;
  }
  #story .flex-area {
    padding-bottom: 1em;
    margin: 2em auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em !important;
  }
  #story .flex-area .flex-inner {
    flex-direction: row !important;
  }
  #story .flex-area .flex-inner .flex-spacer {
    width: 15% !important;
  }
  #story .mini-kazari02 {
    width: 7em !important;
    position: absolute;
    right: -3em !important;
    top: -2em;
  }
  #story .tate-text {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    font-size: 170%;
  }
  #story .tate-text p:first-child {
    position: relative;
    top: -2em;
  }
  #story .tate-text p:last-child {
    position: relative;
    top: 2em;
  }
  #story .story-text2 {
    margin-top: -1em !important;
  }
  #story .big-text {
    margin: 3em auto 5em !important;
    font-size: 120%;
  }
  #concept {
    background-position: top right 30% !important;
  }
  #concept .flex-area {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3em !important;
    font-size: 95%;
  }
  #concept .flex-area .flex-inner .flex-spacer {
    display: none;
  }
  #concept .memo-heading {
    font-size: 130%;
    line-height: 1.6;
  }
  #concept .concept01 {
    transform: rotateZ(-2deg) !important;
  }
  #concept .concept02 {
    transform: rotateZ(2deg) !important;
  }
  #character .namecard {
    width: 25em;
    position: absolute;
    right: -2em;
    top: 30em;
  }
  #character .chara-contents {
    width: 100%;
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
    margin: -4em auto 0;
    gap: 3em !important;
  }
  #character .chara-contents .left {
    width: 100%;
  }
  #character .chara-contents .left .name-area {
    width: 18em !important;
    display: block;
    margin: 0 auto;
  }
  #character .chara-contents .left .name-area .name-cv {
    margin-bottom: 1em !important;
    margin-top: 0.3em;
  }
  #character .chara-contents .left .voice-list li {
    width: 4em;
    height: 3.5em;
  }
  #character .chara-contents .left .clothes-list li {
    width: 4.5em;
  }
  #character .right {
    width: 100% !important;
    margin-right: -1.3em !important;
  }
  #character .right .mini-kazari {
    display: none;
  }
  #character .right .stand {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  #character .right .state01 {
    width: 6em !important;
    left: 0em !important;
    top: 4em !important;
  }
  #character .right .state02 {
    width: 6.1em !important;
    left: 0em !important;
    top: 9em !important;
  }
  #character .right .swiper {
    width: 100% !important;
    height: 115% !important;
  }
  #gallery {
    background-image: url("../img/common/grid.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 3em left 3em;
  }
  .banner-list {
    margin: 1em auto 3em;
    max-width: 100% !important;
  }
  .banner-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7em;
    box-sizing: border-box;
  }
  .banner-list li {
    width: 48% !important;
  }
  .banner-list li img {
    min-width: 100%;
    outline: 1px solid #ddd;
    outline-offset: -0.3em;
    border: 0.3em solid #fff;
    filter: drop-shadow(0 0 3px #ddd);
  }
  .banner-list-long {
    margin: 3em auto 0.7em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }
  .banner-list-long li {
    width: 98.5% !important;
  }
  .banner-list-long li img {
    min-width: 100%;
    outline: 1px solid #ddd;
    outline-offset: -0.3em;
    border: 0.3em solid #fff;
    filter: drop-shadow(0 0 3px #ddd);
  }
  #special {
    margin-bottom: 15em !important;
  }
  #special .pen-white {
    top: -7em !important;
  }
  #special .illust {
    bottom: -10em !important;
    left: -2em !important;
    width: 26em !important;
  }
  #product {
    margin-bottom: 3em !important;
  }
  #product .limited {
    width: 13em;
    position: absolute;
    right: -2em;
    top: 0.5em;
    z-index: 1;
  }
  #product .product-tab {
    margin-bottom: -1em;
  }
  #product .product-tab ul {
    gap: 0.5em;
    align-items: stretch !important;
  }
  #product .product-tab li {
    height: 5em !important;
    align-self: stretch !important;
    font-size: 80%;
    padding: 1.2em 1em 1.1em 1em !important;
    min-width: 8em !important;
    line-height: 1.2em;
    cursor: pointer;
  }
  #product .product-tab li span {
    font-size: 70%;
    color: #858585;
  }
  #product .product-tab li:hover {
    border: 1px solid #f59a9a;
    outline: 1px solid #f59a9a;
    color: white;
    background: #f59a9a;
  }
  #product .product-table-single {
    width: 100% !important;
    margin: 1em auto 2em !important;
    padding: 4em 1em 1em 1em !important;
  }
  #product .product-table-single .flex-area {
    margin: 0em auto;
    flex-wrap: wrap-reverse !important;
    flex-direction: column !important;
  }
  #product .product-table-single .flex-area .left {
    width: 100% !important;
  }
  #product .product-table-single .flex-area .left:before {
    letter-spacing: 0.5em !important;
  }
  #product .product-table-single .flex-area .right {
    width: 100% !important;
  }
  #product .product-table-single .flex-area .right ul {
    gap: 0.5em !important;
  }
  #product .product-table-single .flex-area .right ul li {
    padding-bottom: 0.5em !important;
  }
  #product .product-table-single .flex-area .right .edition .content {
    font-size: 130% !important;
  }
  #product .table-paper {
    transform: rotateZ(-2deg) !important;
  }
}
@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 #858585;
    border-right: 1px solid #858585;
  }
}
@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 #858585;
    border-right: 0px solid #858585;
  }
  .all .Responsev-spacer {
    width: 0%;
  }
}/*# sourceMappingURL=style.css.map */