@charset "UTF-8";
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
:root {
  --sky: #8bd0dd;
  --sky-text: #71C6D6;
  --sky-hover: #75C6DE;
  --pink: #e383a8;
  --pink-text: #E383A8;
  --purple: #cda1dc;
  --purple-text: #CDA1DC;
  --yellow: #f2d36b;
  --yellow-text: #EFC128;
  --green: #91dea9;
  --green-text: #91DEA9;
  --red: #f08080;
  --red-text: #F08080;
  --c-selection: #8bd0dd;
  --c-text: #777;
  --c-text-note: #939393;
  --c-text-gray: #a2a2a2;
  --c-primary: #8bd0dd;
  --c-primary-a: #B5E5EF;
  --c-primary-b: #E2F2F7;
  --c-primary-c: #f0f9fa;
  --c-secondary: #e383a8;
  --c-secondary-a: #f0c1d3;
  --c-secondary-b: #ffeaf7;
  --c-secondary-c: #fdf5fa;
  --pink-sanrioplus: #E83767;
  --pink-sanrioplus-a: #EC7996;
  --c-pagetheme: var(--sky);
  --c-pagetheme-sub: var(--pink);
  --c-text-main: #71C6D6;
  --c-text-sub: #E383A8;
  --c-primary: #8bd0dd;
  --c-primary-a: #B5E5EF;
  --c-primary-b: #E2F2F7;
  --c-primary-c: #f0f9fa;
  --c-secondary: #e383a8;
  --c-secondary-a: #f0c1d3;
  --c-secondary-b: #ffeaf7;
  --c-secondary-c: #fdf5fa; }
[data-theme="sky"] {
  --c-pagetheme: var(--sky);
  --c-pagetheme-sub: var(--pink);
  --c-text-main: #71C6D6;
  --c-text-sub: #E383A8;
  --c-primary: #8bd0dd;
  --c-primary-a: #B5E5EF;
  --c-primary-b: #E2F2F7;
  --c-primary-c: #f0f9fa;
  --c-secondary: #e383a8;
  --c-secondary-a: #f0c1d3;
  --c-secondary-b: #ffeaf7;
  --c-secondary-c: #fdf5fa; }
[data-theme="pink"] {
  --c-pagetheme: var(--pink);
  --c-pagetheme-sub: var(--sky);
  --c-text-main: #E383A8;
  --c-text-sub: #71C6D6;
  --c-primary: #e383a8;
  --c-primary-a: #f0c1d3;
  --c-primary-b: #ffeaf7;
  --c-primary-c: #fdf5fa;
  --c-secondary: #8bd0dd;
  --c-secondary-a: #B5E5EF;
  --c-secondary-b: #E2F2F7;
  --c-secondary-c: #f0f9fa; }
[data-theme="purple"] {
  --c-pagetheme: var(--purple);
  --c-pagetheme-sub: var(--green);
  --c-text-main: #CDA1DC;
  --c-text-sub: #91DEA9;
  --c-primary: #cda1dc;
  --c-primary-a: #d5c1f0;
  --c-primary-b: #f9eaff;
  --c-primary-c: #f8f7fd;
  --c-secondary: #91dea9;
  --c-secondary-a: #c1f0ce;
  --c-secondary-b: #eaffea;
  --c-secondary-c: #f2faf6; }
[data-theme="yellow"] {
  --c-pagetheme: var(--yellow);
  --c-pagetheme-sub: var(--sky);
  --c-text-main: #EFC128;
  --c-text-sub: #71C6D6;
  --c-primary: #f2d36b;
  --c-primary-a: #fde594;
  --c-primary-b: #fff2c6;
  --c-primary-c: #fffbef;
  --c-secondary: #8bd0dd;
  --c-secondary-a: #B5E5EF;
  --c-secondary-b: #E2F2F7;
  --c-secondary-c: #f0f9fa; }
[data-theme="green"] {
  --c-pagetheme: var(--green);
  --c-pagetheme-sub: var(--red);
  --c-text-main: #91DEA9;
  --c-text-sub: #F08080;
  --c-primary: #91dea9;
  --c-primary-a: #c1f0ce;
  --c-primary-b: #eaffea;
  --c-primary-c: #f2faf6;
  --c-secondary: #f08080;
  --c-secondary-a: #F8B7AF;
  --c-secondary-b: #FCEDED;
  --c-secondary-c: #FFF4F2; }
[data-theme="red"] {
  --c-pagetheme: var(--red);
  --c-pagetheme-sub: var(--yellow-text);
  --c-text-main: #F08080;
  --c-text-sub: #EFC128;
  --c-primary: #f08080;
  --c-primary-a: #F8B7AF;
  --c-primary-b: #FCEDED;
  --c-primary-c: #FFF4F2;
  --c-secondary: #EFC128;
  --c-secondary-a: #fde594;
  --c-secondary-b: #fff2c6;
  --c-secondary-c: #fffbef; }
[data-theme="orange"] {
  --c-pagetheme: var($orange);
  --c-text-main: #EFA42B;
  --c-primary: #EFA42B;
  --c-primary-a: #FACF8B;
  --c-primary-b: #FDF0D8;
  --c-primary-c: #FCF6ED; }
[data-theme="emeraldgreen"] {
  --c-pagetheme: var($emeraldgreen);
  --c-text-main: #BCD60A;
  --c-primary: #BCD60A;
  --c-primary-a: #D8EA60;
  --c-primary-b: #EFF7CC;
  --c-primary-c: #F9FCE2; }
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(190%);
            transform: translateX(190%); }
  51% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(190%);
            transform: translateX(190%); }
  51% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes stroke-anime500 {
  0% {
    stroke-dashoffset: 0px; }
  100% {
    stroke-dashoffset: calc(500px * 3.14); } }
@keyframes stroke-anime500 {
  0% {
    stroke-dashoffset: 0px; }
  100% {
    stroke-dashoffset: calc(500px * 3.14); } }
@-webkit-keyframes stroke-anime200 {
  0% {
    stroke-dashoffset: 0px; }
  100% {
    stroke-dashoffset: calc(200px * 3.14); } }
@keyframes stroke-anime200 {
  0% {
    stroke-dashoffset: 0px; }
  100% {
    stroke-dashoffset: calc(200px * 3.14); } }
@-webkit-keyframes new-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  91% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%); }
  93% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  95% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%); }
  97% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes new-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  91% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%); }
  93% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  95% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%); }
  97% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes loading-text {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes loading-text {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  49.8% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  83% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  49.8% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  83% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }
@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }
@-webkit-keyframes bullet-circle {
  from {
    stroke-dashoffset: 125.6; }
  to {
    stroke-dashoffset: 0; } }
@keyframes bullet-circle {
  from {
    stroke-dashoffset: 125.6; }
  to {
    stroke-dashoffset: 0; } }
/* == @import "../node_modules/normalize.css/normalize.css"; */
html {
  font-size: 62.5%; }
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.125em;
  color: var(--c-text); }
body iframe[data-id="89qkutw"] {
    content-visibility: hidden;
    bottom: 0; }
::-moz-selection {
  background-color: var(--c-selection);
  color: #fff; }
::selection {
  background-color: var(--c-selection);
  color: #fff; }
a {
  color: inherit;
  text-decoration: none; }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0; }
ul,
ol,
li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2; }
.c-deco-ball {
  border-radius: 50%;
  background-color: var(--c-primary-c); }
html, body {
  width: 100%; }
.l-body {
  position: relative;
  z-index: 0;
  --c-pagetheme: var(--c-primary);
  --c-pagetheme-sub: var(--c-secondary);
  --c-selection: var(--c-pagetheme); }
.l-body.-lang-en {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    letter-spacing: 0; }
.l-body__content {
    position: relative;
    overflow: hidden; }
.l-body__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 15px; }
.l-body__bgItem {
    position: absolute; }
.l-body__bgIllust {
    position: relative; }
.l-body__bgIllust.-ztop {
      z-index: 10; }
.l-body__bgIllustItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto; }
.l-footer {
  z-index: 2000;
  --bg-color: var(--c-pagetheme);
  background-color: var(--bg-color);
  position: relative;
  z-index: 10;
  width: 100%; }
body[data-customcolor] .l-footer {
    background-color: var(--c-customcolor); }
.l-footer__pagetop {
    width: 126px;
    height: 126px;
    background-color: var(--bg-color);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 5; }
body[data-customcolor] .l-footer__pagetop {
      background-color: var(--c-customcolor); }
.l-footer.-en .l-footer__content {
    padding-top: 63px; }
.l-footer__pagetopFig {
    display: block;
    width: 37px; }
.l-footer__pagetopText {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
    font-family: "Montserrat";
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
a:hover .l-footer__pagetopText {
      opacity: 0.7; }
.l-footer__content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
.l-footer__row {
    position: relative; }
.l-footer__row + .l-footer__row::before {
      display: block;
      width: 100%;
      height: 2px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23fff"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
.l-footer__nav {
    font-size: 1.4rem;
    letter-spacing: 0; }
.l-footer__snsItem a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
body[data-customcolor] .l-footer__snsItem .sns-icon {
    fill: var(--c-customcolor); }
.l-footer__snsHeading {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat"; }
.l-footer__snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px; }
.l-footer__snsLinks {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.l-footer__snsLinksItem {
    display: inline-block; }
.l-footer__navSite {
    position: relative;
    display: -ms-grid;
    display: grid; }
.l-footer__navSiteItem {
    line-height: 2.1rem; }
.l-footer__navSiteItem a[href] {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
.l-footer__navSiteItem .c-link-icon-label {
      position: relative;
      white-space: nowrap;
      top: -2px; }
.l-footer__navSiteItem .c-link-icon-label .c-icon.-icon-blank {
        position: relative;
        margin-right: 0;
        left: 0;
        top: -.5rem;
        display: inline-block; }
.l-footer__navOther {
    position: relative; }
.l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff; }
.l-footer__copyright {
    display: block;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0;
    color: #fff;
    text-align: center; }
.l-footer__enlink .c-link-icon-label {
    letter-spacing: 0; }
.l-header {
  width: 100%;
  top: 0;
  left: 0; }
.l-body.-header-top .l-header {
    position: relative;
    z-index: 20; }
html.-modal .l-body .l-header {
    z-index: 0;
    position: relative; }
html.-fix-header .l-body .l-header {
    position: relative;
    z-index: auto; }
.l-header.-en {
    position: relative;
    z-index: 20; }
.l-header__main {
    z-index: 3010;
    position: relative; }
.l-header__layer {
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
    display: none; }
.l-header__content {
    background-color: var(--c-pagetheme);
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out; }
body[data-customcolor] .l-header:not([data-theme]) .l-header__content {
      background-color: var(--c-customcolor); }
body[data-customcolor] .l-heade.js-open-searchform:not(.js-open-searchform[data-theme]) .l-header__content {
      background-color: var(--c-customcolor); }
.l-header__top {
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
.l-header__logo {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.l-header__topNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-header__topNavIcon {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.l-header__topNavIcon svg {
      fill: #fff; }
.l-header__topNavIcon.-onlineshop svg {
      display: block; }
.l-header__topNavIcon.-shopsearch svg {
      display: block; }
.l-header__topNavText {
    line-height: 1.2rem;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #fff;
    white-space: nowrap; }
.l-header__navContent {
    position: relative;
    background-color: var(--c-pagetheme);
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    width: 100%;
    height: 94px; }
.-fix-header .l-header__navContent {
      position: fixed;
      left: 0;
      top: 0; }
body[data-customcolor] .l-header:not([data-theme]) .l-header__navContent {
      background-color: var(--c-customcolor); }
body[data-customcolor] .l-header.js-open-searchform:not([data-theme]) .l-header__navContent {
      background-color: var(--c-customcolor); }
.l-header__navContentInner {
    pointer-events: none; }
.l-header__navList {
    pointer-events: all;
    position: relative;
    z-index: 0;
    top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 1385px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    top: 13px; }
.-fix-header .l-header__navList {
      display: none !important; }
.l-header__navItem + .l-header__navItem .l-header__navLink::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -2; }
.l-header__fixnav {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1500px;
    pointer-events: all;
    display: none; }
.-fix-header .l-header__fixnav {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      opacity: 1 !important; }
.l-header__fixnavLogo {
    width: 116px;
    height: 32px; }
.l-header__fixnavList {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 960px;
    margin-left: auto; }
.l-header__fixnavNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 20px; }
.l-header__fixnavNavItem {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
.l-header__fixnavNavItem:hover {
      opacity: 0.5; }
.l-header__fixnavNavItemIcon {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.l-header__fixnavNavItemIcon svg {
      fill: #fff; }
.l-header__fixnavNavItemIcon.-onlineshop svg {
      display: block; }
.l-header__fixnavNavItemIcon.-shopsearch svg {
      display: block; }
.l-header__bottomDeco {
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0; }
.l-header__bottomDeco svg {
      display: block;
      width: 100%;
      height: auto; }
.l-header__bottomDeco svg path {
        fill: var(--c-pagetheme); }
body[data-customcolor] .l-header__bottomDeco svg path {
          fill: var(--c-customcolor); }
.l-body.-header-bottom .l-header__bottomDecoLarge {
    display: none; }
.l-header.is-arch .l-header__bottomDecoLarge {
    display: block; }
body:not([data-page]) .l-header__bottomDecoLarge {
    display: none; }
.l-header__bottomDecoSmall {
    display: none; }
.l-body.-header-bottom .l-header__bottomDecoSmall {
      display: block; }
.l-header.is-arch .l-header__bottomDecoSmall {
      display: none; }
body:not([data-page]) .l-header__bottomDecoSmall {
      display: block; }
.l-header__navDeco {
    position: absolute;
    bottom: 7px;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    aspect-ratio: 1500/24;
    width: 100%; }
.l-header__navDeco svg {
      display: block;
      width: 100%;
      height: 100%; }
.l-header__navDeco svg path {
        fill: var(--c-pagetheme); }
body[data-customcolor] .l-header__navDeco svg path {
          fill: var(--c-customcolor); }
.l-header__menu {
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 50;
    bottom: 14px;
    overflow-x: hidden; }
.l-header.js-is-fixed .l-header__menu {
      bottom: 16px; }
.l-header__menuBtn {
    position: relative;
    width: 27px;
    height: 27px;
    margin-right: 12px; }
.l-header__menuBtnBar {
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: top .2s .2s ease, -webkit-transform .2s ease;
    transition: top .2s .2s ease, -webkit-transform .2s ease;
    transition: top .2s .2s ease, transform .2s ease;
    transition: top .2s .2s ease, transform .2s ease, -webkit-transform .2s ease; }
.l-header__menuBtn.js-is-open .l-header__menuBtnBar {
      -webkit-transition: top .2s ease, -webkit-transform .2s .2s ease;
      transition: top .2s ease, -webkit-transform .2s .2s ease;
      transition: top .2s ease, transform .2s .2s ease;
      transition: top .2s ease, transform .2s .2s ease, -webkit-transform .2s .2s ease; }
.l-header__menuBtnBar.-is-1 {
      top: calc(50% - 10px); }
.l-header__menuBtn.js-is-open .l-header__menuBtnBar.-is-1 {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
.l-header__menuBtnBar.-is-2 {
      top: 50%;
      -webkit-transition: opacity .2s .2s ease;
      transition: opacity .2s .2s ease; }
.l-header__menuBtn.js-is-open .l-header__menuBtnBar.-is-2 {
        opacity: 0; }
.l-header__menuBtnBar.-is-3 {
      top: calc(50% + 10px); }
.l-header__menuBtn.js-is-open .l-header__menuBtnBar.-is-3 {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
.l-header__mobilemenu {
    position: relative;
    z-index: -1; }
.l-header__jplink {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.l-header__search {
    display: none;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 50;
    top: 14px;
    z-index: 60; }
/**
 * main.scss
 */
.l-main {
  position: relative;
  z-index: 10; }
.l-main.-min-height {
    min-height: 80vh; }
.l-inner {
  position: relative; }
.l-sidebar {
  z-index: 3100;
  position: fixed;
  display: none; }
.-modal .l-sidebar {
    z-index: 0; }
.l-sidebar [data-content] {
    display: none; }
.l-sidebar__content {
    background-color: var(--c-pagetheme);
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
body[data-customcolor] .l-sidebar__content {
      background-color: var(--c-customcolor); }
.l-sidebar__list > div {
    width: 100%; }
.l-sidebar__item {
    position: relative;
    display: block; }
.l-sidebar__item + .l-sidebar__item {
      position: relative; }
.l-sidebar__item + .l-sidebar__item::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0; }
.l-sidebar__itemIcon.-fav {
    width: 39.32px;
    height: 30px; }
.l-sidebar__itemIcon.-mypage {
    position: relative;
    width: 65.5px; }
.l-sidebar__itemIcon.-mypage figure {
      position: absolute;
      display: block;
      width: 78px;
      bottom: 0;
      left: -5px; }
.l-sidebar__itemIcon.-mypage figure img {
        width: 100%;
        height: auto; }
.l-sidebar__itemIcon.-mychara {
    position: relative;
    width: 65.5px;
    height: 40px; }
.l-sidebar__itemIcon.-mychara figure {
      position: absolute;
      display: block;
      width: 78px;
      height: 78px;
      bottom: 0;
      left: -5px; }
.l-sidebar__itemIcon.-mychara figure img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: 50% 100%;
           object-position: 50% 100%;
        display: none; }
.l-sidebar__itemIcon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff; }
.l-sidebar__itemText {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 6px;
    font-weight: 700;
    letter-spacing: 0;
    z-index: 10; }
.l-sidebar__itemText .c-icon.-icon-blank {
      position: relative;
      display: inline-block;
      width: 0.7rem !important;
      height: 0.7rem !important;
      left: .2rem;
      top: -0.2rem; }
.l-sidebar__trigger {
    background-color: var(--c-pagetheme);
    display: block;
    position: relative;
    padding-left: 22px;
    width: 75px;
    height: 50px;
    right: 0;
    bottom: 0;
    border-radius: 100px 0 0 100px;
    text-align: center;
    padding-top: 5px;
    position: absolute;
    display: none; }
body[data-customcolor] .l-sidebar__trigger {
      background-color: var(--c-customcolor); }
.l-sidebar__triggerIcon svg {
    fill: #fff;
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff; }
.l-sidebar__triggerText {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    line-height: 1rem;
    margin-top: 3px; }
.l-sidebar__triggerBar {
    position: absolute;
    top: 0;
    left: 0;
    left: 10px;
    height: 100%;
    border-radius: 100px 0 0 100px; }
.l-sidebar__triggerBar::before {
      content: '';
      display: block;
      height: 16px;
      width: 2px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      border-radius: 10ox; }
.l-sidebar__triggerBar::after {
      content: '';
      display: block;
      height: 16px;
      width: 2px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 4px;
      border-radius: 10ox; }
@-webkit-keyframes sideChara-right {
  0% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0); }
  20% {
    -webkit-transform: translateX(50%) rotate(-33deg);
            transform: translateX(50%) rotate(-33deg); }
  40% {
    -webkit-transform: translateX(50%) rotate(-33deg);
            transform: translateX(50%) rotate(-33deg); }
  50% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0); }
  100% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0); } }
@keyframes sideChara-right {
  0% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0); }
  20% {
    -webkit-transform: translateX(50%) rotate(-33deg);
            transform: translateX(50%) rotate(-33deg); }
  40% {
    -webkit-transform: translateX(50%) rotate(-33deg);
            transform: translateX(50%) rotate(-33deg); }
  50% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0); }
  100% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0); } }
@-webkit-keyframes sideChara-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0);
            transform: translateX(-100%) rotate(0); }
  20% {
    -webkit-transform: translateX(-50%) rotate(33deg);
            transform: translateX(-50%) rotate(33deg); }
  40% {
    -webkit-transform: translateX(-50%) rotate(33deg);
            transform: translateX(-50%) rotate(33deg); }
  50% {
    -webkit-transform: translateX(-100%) rotate(0);
            transform: translateX(-100%) rotate(0); }
  100% {
    -webkit-transform: translateX(-100%) rotate(0);
            transform: translateX(-100%) rotate(0); } }
@keyframes sideChara-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0);
            transform: translateX(-100%) rotate(0); }
  20% {
    -webkit-transform: translateX(-50%) rotate(33deg);
            transform: translateX(-50%) rotate(33deg); }
  40% {
    -webkit-transform: translateX(-50%) rotate(33deg);
            transform: translateX(-50%) rotate(33deg); }
  50% {
    -webkit-transform: translateX(-100%) rotate(0);
            transform: translateX(-100%) rotate(0); }
  100% {
    -webkit-transform: translateX(-100%) rotate(0);
            transform: translateX(-100%) rotate(0); } }
.c-sideCharacter {
  position: fixed;
  display: none;
  z-index: 3200;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.c-sideCharacter.-is-1 {
    bottom: 50px;
    right: -40px;
    -webkit-transform: translateX(100%) rotate(-33deg);
            transform: translateX(100%) rotate(-33deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-animation: sideChara-right 5s linear infinite;
            animation: sideChara-right 5s linear infinite; }
.c-sideCharacter.-is-2 {
    bottom: 0px;
    left: -40px;
    -webkit-transform: translateX(-100%) rotate(33deg);
            transform: translateX(-100%) rotate(33deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-animation: sideChara-left 5s 2s linear infinite;
            animation: sideChara-left 5s 2s linear infinite; }
.c-sideCharacter.js-hide {
    opacity: 0;
    pointer-events: none; }
.c-sideCharacter__item img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }
.l-main {
  padding-bottom: 0 !important; }
.p-ie {
  position: relative;
  color: var(--sky-text);
  background-color: #f0f9fa;
  text-align: center;
  height: 100vh;
  min-height: 700px; }
.p-ie__illust {
    margin-left: auto;
    margin-right: auto;
    width: 260px; }
.p-ie__message {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 55px; }
.p-ie-main {
  height: calc(100% - 93px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 20px; }
.p-ie-footer {
  height: 93px;
  background-color: #8bd0dd;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  padding: 30px; }
.c-alertBox {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 24px 55px; }
.c-alertBox__heading {
    color: var(--c-text-sub);
    font-weight: 700;
    letter-spacing: 0.05em; }
.c-alertBox__btn {
    width: 106px; }
.c-alertBox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
.c-alertBox__date {
    font-size: 1.1rem;
    letter-spacing: 0;
    font-family: "Montserrat";
    font-weight: 500;
    width: 70px;
    line-height: 1.7rem;
    color: #a2a2a2; }
.c-alertBox__title {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 500;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.c-alertBox__title span:nth-of-type(1) {
      margin-right: 15px; }
.c-alertBox__titleInner {
    display: inline;
    padding-bottom: 3px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23F7F7F7"/></svg>');
    background-size: 5px 2px;
    background-repeat: repeat-x;
    background-position: 50% 100%; }
.c-alertBox__tag {
    background-color: var(--c-text-sub);
    color: #fff;
    border-radius: 4px;
    font-size: 8px;
    font-family: "Montserrat";
    letter-spacing: 0;
    padding: 0 5px;
    line-height: 1; }
.c-bread {
  position: relative;
  z-index: 10;
  font-weight: 500; }
[data-en="en"] .c-bread {
    font-family: "Montserrat"; }
.c-bread-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5; }
.c-bread__item {
    color: var(--c-text-gray);
    position: relative;
    padding: .4em 2em .4em 0; }
.c-bread__item a {
      color: var(--c-text-main); }
.c-bread__item:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: .5em;
      height: .5em;
      border-right: solid 1px currentColor;
      border-bottom: solid 1px currentColor;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 1em;
      right: 1em; }
.c-bread__item:last-of-type {
      padding-right: 0; }
.c-bread__item:last-of-type:after {
        display: none; }
:root {
  --btn-color: var(--c-secondary);
  --btn-rev-color: var(--c-primary); }
[data-theme] {
  --btn-color: var(--c-primary);
  --btn-rev-color: var(--c-secondary); }
[class^="c-btn"] {
  font-weight: bold; }
[class^="c-btn"] a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5em;
    position: relative;
    background-color: var(--btn-color); }
[class^="c-btn"] .c-icon {
    position: absolute;
    fill: currentColor;
    z-index: 10; }
[class^="c-btn"] .c-icon svg {
      width: 100%; }
[class^="c-btn"].-secondary {
    --btn-color: var(--c-secondary);
    --btn-rev-color: var(--c-primary); }
[class^="c-btn"].-sky {
    --btn-color: var(--sky);
    --btn-rev-color: var(--pink); }
[class^="c-btn"].-pink {
    --btn-color: var(--pink);
    --btn-rev-color: var(--sky); }
[class^="c-btn"].-purple {
    --btn-color: var(--purple);
    --btn-rev-color: var(--green); }
[class^="c-btn"].-yellow {
    --btn-color: var(--yellow);
    --btn-rev-color: var(--sky); }
[class^="c-btn"].-green {
    --btn-color: var(--green);
    --btn-rev-color: var(--red); }
[class^="c-btn"].-red {
    --btn-color: var(--red);
    --btn-rev-color: var(--yellow); }
[class^="c-btn"].-disabled {
    --btn-color: #ddd;
    color: #777;
    pointer-events: none; }
[class^="c-btn"].-gray {
    --btn-color: #A2A2A2; }
[class^="c-btn"] .-icon-blank {
    fill: currentColor !important;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    top: 1.5rem !important; }
.c-btn-arrow {
  color: #fff;
  margin: auto;
  line-height: 1.2; }
.c-btn-arrow a {
    display: block; }
.c-btn-arrow button {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    border: none; }
.c-btn-arrow-label {
    position: relative;
    padding: 1.5rem 0 1.5rem 0; }
.c-btn-arrow-label p {
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
.c-btn-arrow-label:after {
      color: #fff;
      content: attr(label);
      padding: 1.5rem 0 1.5rem 0;
      position: absolute;
      top: 0%;
      left: 0;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      -webkit-transform: translateY(250%);
              transform: translateY(250%); }
.c-btn-arrow-line {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2.4em 0 2.4em;
    z-index: 10; }
[target="_blank"] .c-btn-arrow-line {
      padding: 0 3.5em 0 3.5em; }
.-rev .c-btn-arrow-line {
      padding: 0 1.5em 0 0; }
.-deco .c-btn-arrow-line {
      padding: 0 3.8em 0 3.8em; }
.c-btn-arrow-line.-icon {
      padding: 0 3.7em 0 4.5em; }
.c-btn-arrow-line:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      background-color: var(--btn-rev-color);
      -webkit-transform-origin: right top;
              transform-origin: right top; }
.c-btn-arrow .-icon-arrow,
  .c-btn-arrow .-icon-search,
  .c-btn-arrow .-icon-dl {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.c-btn-arrow .-icon-arrow {
    background-color: currentColor;
    border-radius: 100%;
    overflow: hidden; }
.c-btn-arrow .-icon-arrow svg {
      position: absolute;
      width: 10px;
      height: 10px;
      fill: var(--btn-color);
      top: 50%;
      left: 50%;
      margin: -5px 0 0 -5px;
      -webkit-transition: fill .3s .2s;
      transition: fill .3s .2s; }
.c-btn-arrow.-deco .deco-outline {
    fill: var(--btn-color);
    -webkit-transition: fill .2s;
    transition: fill .2s; }
.c-btn-arrow.-deco .deco-fill {
    fill: #fff; }
.c-btn-arrow.-rev {
    color: var(--btn-color); }
.c-btn-arrow.-rev:hover .-icon-arrow {
      background-color: #fff; }
.c-btn-arrow.-rev:hover .-icon-arrow svg {
        fill: var(--btn-color); }
.c-btn-arrow.-rev a,
    .c-btn-arrow.-rev button {
      background-color: #fff; }
.c-btn-arrow.-rev .-icon-arrow {
      background-color: var(--btn-color); }
.c-btn-arrow.-rev .-icon-arrow svg {
        fill: #fff; }
.c-btn-arrow.-rev .c-btn-arrow-label:after {
      color: #fff; }
.c-btn-arrow.-rev .c-btn-arrow-line:before {
      background-color: var(--btn-color); }
.c-btn-arrow.-rev .-deco-spots .deco-outline {
      fill: #fff; }
.c-btn-arrow.-rev .-deco-spots .deco-fill {
      fill: var(--btn-color); }
.c-btn-arrow.-outline a,
  .c-btn-arrow.-outline button {
    border: solid 2px currentColor; }
.c-btn-arrow.-prev .-icon-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 1em;
    right: 0; }
.c-btn-arrow.-down .-icon-arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
.c-btn-arrow.-up .-icon-arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg); }
.c-btn {
  color: #fff; }
.c-btn-label {
    position: relative; }
.c-btn .c-icon {
    position: relative; }
.c-btn a {
    border: solid 2px var(--btn-color); }
.c-btn.-rev {
    color: var(--btn-color); }
.c-btn.-rev a {
      background-color: transparent; }
.c-btn-youtube {
  color: #fff;
  letter-spacing: 0.025em; }
.c-btn-youtube a {
    border-radius: 2em;
    background-color: #E67272;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
.c-btn-block-search {
  border-radius: 10px;
  background-color: var(--c-primary-c); }
.c-btn-app {
  margin-top: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 18px 1.23fr;
      grid-template: auto / 1fr 1.23fr;
  max-width: 350px;
  grid-gap: 18px;
  gap: 18px; }
.c-btn-app a {
    border: none;
    margin: 0;
    color: #fff; }
.c-btn-app a[target="_blank"]:after {
      display: none; }
.c-btn-app img {
    max-width: 100%;
    height: auto; }
.c-btn-app a {
    background-color: transparent; }
.c-tag {
  --opt-color: var(--c-pagetheme);
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--opt-color);
  letter-spacing: 0.12em;
  padding: 5px 12px;
  border-radius: 8px;
  line-height: 1;
  white-space: nowrap; }
.c-tag.-sky {
    --opt-color: var(--sky); }
.c-tag.-pink {
    --opt-color: var(--pink); }
.c-tag.-purple {
    --opt-color: var(--purple); }
.c-tag.-yellow {
    --opt-color: var(--yellow); }
.c-tag.-green {
    --opt-color: var(--green); }
.c-tag.-red {
    --opt-color: var(--red); }
.c-tag.-secondary {
    background-color: var(--c-secondary); }
.c-cardArticle {
  position: relative; }
.c-cardArticle .c-badge-new {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30; }
.c-cardArticle .c-badge-new svg {
      width: 100%;
      height: auto;
      fill: var(--c-primary);
      -webkit-animation: new-bounce 5s ease-in-out 0s infinite;
              animation: new-bounce 5s ease-in-out 0s infinite; }
.-tiktok .c-cardArticle {
    margin: 0 auto; }
.-tiktok .c-cardArticle .c-cardArticle__fig {
      aspect-ratio: 170 / 227; }
.c-cardArticle__new {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 30; }
.c-cardArticle__newItem {
    display: block;
    width: 100%;
    height: 100%; }
.c-cardArticle__heading {
    font-size: 1.5rem;
    color: var(--c-text-sub);
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px; }
.c-cardArticle__fig {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 20; }
.c-cardArticle.-item .c-cardArticle__fig {
      text-align: center; }
.c-cardArticle__fig.-app {
      border-radius: 25%; }
.c-cardArticle__title {
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.05em;
    margin-top: 15px;
    font-weight: 500; }
.c-cardArticle__link[target="_blank"] .c-cardArticle__title {
      position: relative;
      vertical-align: middle; }
.c-cardArticle__link[target="_blank"] .c-cardArticle__title::after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '\e89e';
        font-family: 'Material Icons';
        display: inline-block;
        color: var(--c-pagetheme);
        vertical-align: middle;
        font-weight: 400;
        position: relative;
        margin-left: 0.1em;
        font-size: 1.7rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
.c-cardArticle__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
.c-cardArticle__cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
.c-cardArticle__date {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-left: 13px;
    font-weight: 500;
    font-family: "Montserrat"; }
.c-cardArticle__date span {
      display: inline-block;
      margin-right: 3px; }
[data-menu="movie"] .c-cardArticle__fig,
  [data-menu="digital"] .c-cardArticle__fig {
    width: 100%;
    margin: auto;
    aspect-ratio: 16 / 9; }
[data-menu="movie"] .c-cardArticle__fig img,
    [data-menu="digital"] .c-cardArticle__fig img {
      width: auto;
      height: 100%; }
.c-cardArticle__icon {
    display: none; }
.c-cardGoods {
  position: relative; }
.c-cardGoods__icon {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -48%);
            transform: translate(50%, -48%);
    z-index: 20; }
.c-cardGoods__iconItem {
    display: block;
    width: 100%;
    height: 100%; }
.c-cardGoods__fig {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 10; }
.c-cardGoods__title {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 2.3rem;
    margin-top: 15px;
    min-height: 4.6rem; }
.c-cardGoods__link[target="_blank"] .c-cardGoods__title {
      position: relative;
      vertical-align: middle; }
.c-cardGoods__link[target="_blank"] .c-cardGoods__title::after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '\e89e';
        font-family: 'Material Icons';
        display: inline-block;
        color: var(--c-pagetheme);
        vertical-align: middle;
        font-weight: 400;
        position: relative;
        margin-left: 0.1em;
        font-size: 1.7rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
.c-cardGoods__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px; }
.c-cardGoods.-s .c-cardGoods__tag {
      display: block; }
.c-cardGoods__tagItem {
    margin-right: 3px;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    color: var(--c-text-gray);
    font-weight: 500; }
.c-cardGoods.-s .c-cardGoods__tagItem {
      line-height: 2.4rem; }
.c-cardGoods__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px; }
.c-cardGoods.-s .c-cardGoods__bottom {
      display: block; }
.c-cardGoods__cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
.c-cardGoods__date {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Montserrat";
    margin-left: 13px; }
.c-cardGoods.-s .c-cardGoods__date {
      margin-left: 0;
      margin-top: 12px; }
.c-cardGoods__blank {
    display: none; }
.c-cardSpot__pic {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 234 / 316;
  border-radius: 136px 136px 8px 8px;
  border: #c1f0ce 10px solid;
  isolation: isolate;
  overflow: hidden; }
.c-cardSpot__pic img {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%; }
.c-cardSpot__text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.3rem;
  letter-spacing: 0.05em;
  min-height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-weight: 500; }
.l-header .c-cardSpot__text {
    display: block;
    min-height: 1em; }
.c-cardSpot__text span {
    position: relative;
    white-space: pre-wrap; }
.c-cardSpot__link[target="_blank"] .c-cardSpot__text span {
      position: relative;
      vertical-align: middle; }
.c-cardSpot__link[target="_blank"] .c-cardSpot__text span::after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '\e89e';
        font-family: 'Material Icons';
        display: inline-block;
        color: var(--c-pagetheme);
        vertical-align: middle;
        font-weight: 400;
        position: relative;
        margin-left: 0.1em;
        font-size: 1.7rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        position: relative;
        top: -2px; }
.c-cardSpot__icon {
  display: none; }
.c-cardWindow__fig {
  border-radius: 136px 136px 8px 8px;
  border: #c1f0ce 10px solid;
  overflow: hidden;
  isolation: isolate;
  width: 234px; }
.c-cardWindow__fig img {
    width: 100%;
    height: auto; }
.c-cardWindow__text {
  position: relative;
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 12px; }
.c-cardWindow a[target="_blank"] .c-cardWindow__text {
    position: relative;
    vertical-align: middle; }
.c-cardWindow a[target="_blank"] .c-cardWindow__text::after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '\e89e';
      font-family: 'Material Icons';
      display: inline;
      color: var(--green);
      vertical-align: middle;
      font-weight: 400;
      position: relative;
      margin-left: 0.1em;
      font-size: 1.7rem;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      position: relative;
      top: -2px; }
.c-cardWindow__text .c-icon {
    display: none; }
.c-cardWindow__textInner {
  position: relative;
  display: inline; }
.c-cardClip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-cardClip__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 2px solid #e383a8;
    margin-right: 18px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.c-cardClip__icon.is-disabled {
      pointer-events: none;
      background-color: #DDD;
      border-color: #DDD; }
.c-cardClip__icon.is-disabled svg {
        fill: #7777; }
.c-cardClip__icon svg {
      width: 16px;
      height: 20px;
      fill: #e383a8; }
.c-cardClip__icon.is-clipped {
      background-color: #e383a8; }
.c-cardClip__icon.is-clipped svg {
        fill: #fff; }
.c-cardClip__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.c-cardClip__link.is-disabled {
      pointer-events: none; }
.c-cardClip__link.is-disabled * {
        pointer-events: none; }
.c-cardClip__link.is-disabled .c-cardClip__fig::before {
        display: block; }
.c-cardClip__link.is-disabled .c-cardClip__fig::after {
        opacity: 1; }
.c-cardClip__fig {
    position: relative;
    width: 208px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px; }
.c-cardClip__fig::before {
      content: "この記事の公開は終了しました";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.5rem;
      color: #fff;
      text-align: center;
      display: none;
      z-index: 30;
      font-weight: 700;
      width: 65%; }
.c-cardClip__fig::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
      opacity: 0; }
.c-cardClip__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.c-cardClip__disableText {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1; }
.c-cardClip__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.27;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.c-cardClip__titleIcon {
    width: 14px;
    height: 14px;
    fill: #e383a8;
    margin-bottom: 8px; }
.c-cardClip__titleIcon.-red {
      fill: #f08080; }
.c-cardClip__tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px; }
.c-cardClip__tagItem {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #a2a2a2; }
.c-cardClip__tagItem::before {
      content: '#'; }
.c-cardClip__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px; }
.c-cardClip__time {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: 'Montserrat';
    display: block;
    margin-top: 8px; }
.p-character {
  padding-top: 40px; }
.p-character__head {
    position: relative; }
.p-character__searchModalTrigger {
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    width: 60px;
    top: 70%;
    right: 0;
    left: calc(50% + 140px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0; }
.p-character__searchModalTriggerIcon {
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto; }
.p-character__searchModalTriggerIcon svg {
      display: block;
      width: 100%;
      height: 100%; }
.p-character__searchModalTriggerText {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--sky-text);
    margin-top: 4px;
    letter-spacing: 0.05em; }
.p-characterSearch__inner {
  padding-left: 15px;
  padding-right: 15px; }
.p-characterSlider__body {
  position: relative;
  z-index: 0; }
.p-characterBirthday {
  position: relative; }
.p-characterBirthday__canvas {
    position: absolute;
    width: 100%;
    height: calc(100% + 60px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 20; }
.p-characterBirthday__canvas canvas {
      width: 100%;
      height: 100%; }
.p-characterBirthday__body {
    position: relative;
    z-index: 0;
    padding-bottom: 100px; }
.p-characterBirthday__bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 1880px;
    z-index: -1;
    width: 1627px; }
.p-characterBirthday__bg svg {
      display: block;
      width: 100%;
      height: 206px;
      position: absolute;
      bottom: 0;
      fill: #F0F9FA; }
.p-characterBirthday__slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.p-characterBirthday__slider .swiper {
      width: calc(100% - 84px);
      margin-left: auto;
      margin-right: auto;
      padding-top: 25px; }
.p-characterBirthday__slider .swiper-wrapper.-none-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: initial !important;
              transform: initial !important; }
.p-characterBirthday__slider .swiper-button-next,
    .p-characterBirthday__slider .swiper-button-prev {
      font-size: 0;
      line-height: 1;
      height: 43px;
      margin: auto;
      overflow: hidden;
      top: 58%;
      width: 43px; }
.p-characterBirthday__slider .swiper-button-next::after,
      .p-characterBirthday__slider .swiper-button-prev::after {
        display: none; }
.p-characterBirthday__slider .swiper-button-next {
      left: auto;
      -webkit-transform: translate(0px, 124px);
              transform: translate(0px, 124px); }
.p-characterBirthday__slider .swiper-button-prev {
      right: auto;
      -webkit-transform: translate(0px, 124px);
              transform: translate(0px, 124px); }
.p-characterBirthday__slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 5px;
      width: 11px;
      height: 11px; }
.p-characterBirthday__slider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--pink); }
.p-characterBirthday__slider .swiper-pagination {
      height: 30px;
      bottom: 0px; }
.p-characterBirthday__slider .swiper-pagination .swiper-pagination-bullet {
        background-color: #ddd;
        opacity: 1;
        margin: 0 10px;
        width: 11px;
        height: 11px;
        position: relative; }
.p-characterBirthday__slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e383a8; }
.p-characterBirthday__slider .swiper-pagination .swiper-pagination-bullet-active svg {
          stroke-dashoffset: 0;
          -webkit-transition: stroke-dashoffset 4.7s linear;
          transition: stroke-dashoffset 4.7s linear; }
.p-characterBirthday__slider .swiper-pagination svg {
        fill: none;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        stroke: #f0c1d3;
        stroke-width: 3;
        stroke-dasharray: 125.6;
        stroke-dashoffset: 125.6;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg);
        -webkit-transition: stroke-dashoffset .5s;
        transition: stroke-dashoffset .5s;
        vertical-align: middle;
        z-index: -1;
        width: 30px; }
.p-characterBirthday__resultHeadItem {
    display: block; }
.p-characterBirthday__resultHeadItem + .p-characterBirthday__resultHeadItem {
      margin-left: 60px; }
.p-characterBirthday__sliderCaption {
    text-align: center;
    margin-top: 13px;
    font-size: 1.6rem;
    font-weight: 700; }
.p-characterBirthday__sliderName {
    color: var(--pink);
    padding: 0 3px; }
.p-characterBirthday__sliderBirth {
    color: var(--sky-text); }
.p-characterBirthday__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.p-characterBirthday__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-pagetheme-sub);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.p-characterBirthday__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.p-characterBirthday__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-pagetheme);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.p-characterBirthday__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.p-characterBirthday__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .p-characterBirthday__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.p-characterRanking__head {
  position: relative;
  z-index: 10; }
.p-characterRanking__headNote {
  position: absolute;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1; }
.p-characterRanking__body {
  position: relative;
  z-index: 0;
  margin-top: 25px;
  padding-bottom: 80px; }
.p-characterRanking__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 1880px;
  z-index: -1;
  width: 1627px; }
.p-characterRanking__bg svg {
    display: block;
    width: 100%;
    height: 242px;
    position: absolute;
    bottom: 0;
    fill: #FDF5FA; }
.p-characterRanking__resultHeadItem {
  display: block; }
.p-characterRanking__sliderIllust {
  position: relative;
  height: 135px;
  width: 135px;
  margin-left: auto;
  margin-right: auto; }
.p-characterRanking__sliderIllust figure {
    height: 100%; }
.p-characterRanking__sliderIllust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom; }
.p-characterRanking__rankingItemIcon svg {
  display: block; }
.p-characterRanking__rankingItemIconNum {
  position: absolute;
  top: 60%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700; }
.p-characterRanking__rankingItemIconSvg {
  width: 50px;
  height: 54px; }
.p-characterRanking__rankingItemIconSvg.-is-1 {
    fill: #DBCF81; }
.p-characterRanking__rankingItemIconSvg.-is-2 {
    fill: #D6D4C7; }
.p-characterRanking__rankingItemIconSvg.-is-3 {
    fill: #F2AF90; }
.p-characterRanking__sliderCaption {
  text-align: center;
  margin-top: 13px;
  font-weight: 700; }
.p-characterRanking__sliderBirth {
  color: #E383A8;
  margin-top: 8px; }
.p-characterRanking__pagination {
  margin-top: 40px; }
.p-characterDetailFv {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px; }
.p-characterDetailFv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCEFF7;
    z-index: -1;
    background-repeat: repeat;
    background-position: center;
    background-size: 1500px 840px; }
.p-characterDetailFv__bg[data-pattern="original"] {
      background-size: auto auto;
      background-size: 166px 166px; }
.p-characterDetailFv__bg[data-pattern="dot"] {
      background-image: url("../images/character/bg-dot.png");
      background-size: 110px 110px; }
.p-characterDetailFv__bg[data-pattern="stripe"] {
      background-image: url("../images/character/bg-stripe.png");
      background-size: 60px 60px; }
.p-characterDetailFv__bg[data-color="yellow"] {
      background-color: #FFFBE0; }
.p-characterDetailFv__bg[data-color="emeraldgreen"] {
      background-color: #EDF7EF; }
.p-characterDetailFv__bg[data-color="orange"] {
      background-color: #FFF5E6; }
.p-characterDetailFv__bg[data-color="green"] {
      background-color: #F4F9DE; }
.p-characterDetailFv__bg[data-color="purple"] {
      background-color: #F5F0FA; }
.p-characterDetailFv__bg[data-color="pink"] {
      background-color: #FCEFF7; }
.p-characterDetailFv__bg[data-color="blue"] {
      background-color: #EDF9FC; }
.p-characterDetailFv__bg[data-color="red"] {
      background-color: #FFF0F0; }
.p-characterDetailFv__bg[data-color="white"] {
      background-color: #fff; }
.p-characterDetailFv__bg[data-color="black"] {
      background-color: #000; }
.p-characterDetailFv__name {
    position: relative;
    text-align: center; }
.p-characterDetailFv__nameEn {
    font-family: "Montserrat";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--pink); }
.p-characterDetailFv__nameMain {
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--pink);
    margin-top: 6px; }
.p-characterDetailFv__nameSub {
    color: #A2A2A2;
    letter-spacing: 0.05em; }
.p-characterDetailFv__main {
    position: relative; }
.p-characterDetailFv__illust {
    width: 100%; }
.p-characterDetailFv__illust img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      height: 100%;
      width: auto; }
.p-characterDetailFv__birthday {
    position: absolute; }
.p-characterDetailFv__birthday svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: var(--pink); }
.p-characterDetailFv__favorite {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-characterDetailFv__favorite .js-FavoriteBtn-main {
      display: none; }
.p-characterDetailFv__panel {
    position: absolute;
    bottom: 131%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    font-weight: bold;
    border: solid 2px var(--sky);
    padding: 15px 4px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    color: var(--sky-text);
    line-height: 1.6;
    font-size: 1.3rem;
    width: 240px; }
.p-characterDetailFv__panel.-s {
      width: 172px; }
.p-characterDetailFv__panel:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      border-left: solid 2px var(--sky);
      border-bottom: solid 2px var(--sky);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translate(-50%, 55%) rotate(-45deg);
              transform: translate(-50%, 55%) rotate(-45deg); }
.p-characterDetailFv__panel .c-btn {
      width: 100%;
      height: 35px;
      margin-top: .5em;
      max-width: 188px;
      margin-left: auto;
      margin-right: auto; }
.p-characterDetailFv__panel .c-icon.-icon-blank {
      width: 8px !important;
      height: 8px !important;
      margin-left: 5px;
      top: 3px !important; }
.p-characterDetailFv__panel .c-link {
      margin: 1em auto 0;
      display: table;
      color: var(--pink); }
.p-characterDetailFv__panel .c-link.-line {
        display: inline;
        margin: 0;
        margin-right: 1.5em; }
.p-characterDetailFv__panel .c-link a {
        border-bottom: 2px dotted currentColor; }
.p-characterDetailFv__panel small {
      display: block;
      margin-top: 13px;
      font-size: 10px;
      color: #777; }
.p-characterDetailFv__panel.-on {
      opacity: 1;
      visibility: visible; }
.p-characterDetailFv__favoriteLabel {
    font-size: 1.2rem;
    color: var(--pink);
    font-weight: 700;
    text-align: center; }
.p-characterDetailFv__favoriteLabel.-sky {
      color: var(--sky-text); }
.p-characterDetailFv__favoriteBtn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 150px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto; }
.p-characterDetailFv__favoriteBtn.is-card {
      fill: var(--sky); }
.p-characterDetailFv__favoriteBtn.is-card svg {
        width: 41px;
        height: 33px; }
.p-characterDetailFv__favoriteBtn svg {
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, opacity .3s ease;
      transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
.p-characterDetailFv__favoriteBtn.-on svg {
      -webkit-transform: scale(1.08);
              transform: scale(1.08); }
.p-characterDetailFv__favoriteIcon {
    display: block;
    width: 32px;
    height: 26px; }
.p-characterDetailFv__favoriteIconFill {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
.p-characterDetailFv__favoriteBtn.-on .p-characterDetailFv__favoriteIconFill {
      visibility: visible;
      opacity: 1; }
.p-characterDetailAnchors {
  margin-top: 4rem;
  min-height: 40px; }
.p-characterDetailAnchors ::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none; }
.p-characterDetailAnchors::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none; }
.p-characterDetailGallery {
  position: relative;
  margin-top: 40px; }
.p-characterDetailGallery__body {
    width: 100%; }
.p-characterDetailGallery__slider {
    overflow: hidden;
    width: 100%; }
.p-characterDetailGallery__slider .swiper {
      overflow: visible;
      opacity: 0; }
.p-characterDetailGallery__slider .swiper,
    .p-characterDetailGallery__slider .swiper-wrapper {
      width: 100%;
      height: auto; }
.p-characterDetailGallery__slider .swiper-wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
.p-characterDetailGallery__sliderItem {
    position: relative;
    width: auto;
    cursor: pointer;
    height: auto; }
.p-characterDetailGallery__sliderDeco {
    width: 120px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
.p-characterDetailGallery__sliderDeco svg {
      display: block;
      width: 100%;
      height: 100%; }
.p-characterDetailGallery__sliderFig {
    position: relative;
    width: auto;
    background-color: #fff;
    border: 4px solid var(--sky);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden; }
.p-characterDetailGallery__sliderFig img {
      display: block;
      width: auto;
      height: 100%;
      border-radius: 6px; }
.p-characterDetailGallery__sliderFig.swiper-lazy-preloader {
      display: none; }
.p-characterDetailGallery__sliderLoading {
    position: absolute;
    z-index: 20;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: visibility .3s ease-out .3s, opacity .3s ease-out .3s;
    transition: visibility .3s ease-out .3s, opacity .3s ease-out .3s; }
.swiper-lazy-preloader + .p-characterDetailGallery__sliderLoading {
      visibility: visible;
      opacity: 1; }
.p-characterDetailGallery__sliderLoadingItem {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 5px solid var(--c-pagetheme);
    border-top: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin .5s linear 0s infinite;
            animation: spin .5s linear 0s infinite; }
.p-characterDetailGallery__sliderOpen {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--sky);
    border-radius: 18px 0 18px 0; }
.p-characterDetailGallery__sliderOpen::before {
      content: "";
      display: block;
      width: 3px;
      height: 16px;
      background-color: #fff;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
.p-characterDetailGallery__sliderOpen::after {
      content: "";
      display: block;
      width: 3px;
      height: 16px;
      background-color: #fff;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
.p-characterDetailSns__head {
  font-family: "Montserrat";
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #A2A2A2;
  letter-spacing: 0; }
.p-characterDetailSns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-characterDetailProfile {
  background-color: #fff;
  position: relative;
  z-index: 10; }
.p-characterDetailProfile__qa {
    position: relative;
    width: 100%; }
.p-characterDetailProfile__qaBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
.p-characterDetailProfile__qaBgItem {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute; }
.p-characterDetailProfile__qaBgItem.-is1 {
      width: 19px;
      height: 19px; }
.p-characterDetailProfile__qaItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 50%; }
.p-characterDetailProfile__qaItem::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: -1;
      border-radius: 50%;
      background-color: #FFF5E6;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.p-characterDetailProfile__qaItem.-birth {
      color: #EFA42B; }
.p-characterDetailProfile__qaItem.-birth::before {
        background-color: #FFF5E6; }
.p-characterDetailProfile__qaItem.-dreams {
      color: #F08080; }
.p-characterDetailProfile__qaItem.-dreams::before {
        background-color: #FFF0F0; }
.p-characterDetailProfile__qaItem.-precious {
      color: #91DEA9; }
.p-characterDetailProfile__qaItem.-precious::before {
        background-color: #EDF7EF; }
.p-characterDetailProfile__qaItem.-debut {
      color: #CDA1DC; }
.p-characterDetailProfile__qaItem.-debut::before {
        background-color: #F5F0FA; }
.p-characterDetailProfile__qaItem.-personality {
      color: #EFC128; }
.p-characterDetailProfile__qaItem.-personality::before {
        background-color: #FFFBE0; }
.p-characterDetailProfile__qaItem.-skill {
      color: #EFC128; }
.p-characterDetailProfile__qaItem.-skill::before {
        background-color: #FFFBE0; }
.p-characterDetailProfile__qaItem.-intro {
      color: #E383A8; }
.p-characterDetailProfile__qaItem.-intro::before {
        background-color: #FCEFF7; }
.p-characterDetailProfile__qaItem.-food {
      color: var(--sky-text); }
.p-characterDetailProfile__qaItem.-food::before {
        background-color: #EDF9FC; }
.p-characterDetailProfile__qaItem.-hobby {
      color: #BCD60A; }
.p-characterDetailProfile__qaItem.-hobby::before {
        background-color: #F4F9DE; }
.-precious .p-characterDetailProfile__qaItemIcon {
    width: 67px; }
.p-characterDetailProfile__qaItemIcon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.p-characterDetailProfile__qaItemText {
    margin-top: 12px;
    font-weight: 700;
    font-size: 2.2rem; }
.p-characterDetailProfile__qaIllust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 0;
    pointer-events: none; }
.p-characterDetailProfile__qaModal {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #E383A8;
    background-color: #FCEFF7;
    padding: 32px 34px;
    border-radius: 10px;
    bottom: 400px; }
.p-characterDetailProfile__qaModal.-birth {
      --c-modal: #EFA42B;
      background-color: #FFF5E6;
      border-color: #EFA42B; }
.p-characterDetailProfile__qaModal.-dreams {
      --c-modal: #F08080;
      border-color: #F08080;
      background-color: #FFF0F0; }
.p-characterDetailProfile__qaModal.-precious {
      --c-modal: #91DEA9;
      border-color: #91DEA9;
      background-color: #EDF7EF; }
.p-characterDetailProfile__qaModal.-debut {
      --c-modal: #CDA1DC;
      border-color: #CDA1DC;
      background-color: #F5F0FA; }
.p-characterDetailProfile__qaModal.-personality {
      --c-modal: #EFC128;
      border-color: #EFC128;
      background-color: #FFFBE0; }
.p-characterDetailProfile__qaModal.-skill {
      --c-modal: #EFC128;
      border-color: #EFC128;
      background-color: #FFFBE0; }
.p-characterDetailProfile__qaModal.-intro {
      --c-modal: #E383A8;
      border-color: #E383A8;
      background-color: #FCEFF7; }
.p-characterDetailProfile__qaModal.-food {
      --c-modal: var(--sky-text);
      border-color: #8BD0DD;
      background-color: #EDF9FC; }
.p-characterDetailProfile__qaModal.-hobby {
      --c-modal: #BCD60A;
      border-color: #BCD60A;
      background-color: #F4F9DE; }
.p-characterDetailProfile__qaModalClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #fff;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease; }
.p-characterDetailProfile__qaModalClose::before {
      content: "";
      display: block;
      width: 17px;
      height: 2px;
      border-radius: 100px;
      background-color: var(--c-modal);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
.p-characterDetailProfile__qaModalClose::after {
      content: "";
      display: block;
      width: 17px;
      height: 2px;
      border-radius: 100px;
      background-color: var(--c-modal);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
.p-characterDetailProfile__qaModalHeadIcon {
    width: 31px;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
.p-characterDetailProfile__qaModalHeadIcon img {
      display: block;
      width: 100%;
      height: auto; }
.p-characterDetailProfile__qaModalHeadText {
    text-align: center;
    font-size: 1.8rem;
    color: var(--c-modal);
    font-weight: 700;
    margin-top: 8px; }
.p-characterDetailProfile__qaModalBody {
    position: relative;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.4rem;
    overflow-y: auto;
    max-height: 200px;
    min-height: 50px;
    padding-right: 10px;
    white-space: pre-wrap; }
.p-characterDetailProfile__qaModalBody .simplebar-track.simplebar-vertical {
      position: absolute;
      width: 10px; }
.p-characterDetailProfile__qaModalBody .simplebar-track.simplebar-vertical::before {
        content: "";
        display: block;
        width: 6px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
.p-characterDetailProfile__qaModalBody .simplebar-scrollbar.simplebar-visible::before {
      background-color: var(--c-modal);
      opacity: 1; }
.p-characterDetailProfile
.p-characterDetailProfile__related {
    position: relative;
    z-index: 0;
    margin-top: 120px;
    padding-bottom: 50px; }
.p-characterDetailProfile__relatedBg {
    position: absolute;
    top: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 500px);
    background-color: #FDF5FA;
    z-index: -1; }
.p-characterDetailProfile__relatedBgTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%); }
.p-characterDetailProfile__relatedBgTop svg {
      display: block;
      width: 100%;
      height: 242px;
      fill: #fdf5fa; }
.p-characterDetailProfile__relatedSec {
    position: relative; }
.p-characterDetailProfile__relatedSec[data-id] {
      display: none; }
.p-characterDetailProfile__relatedSec::before {
      content: "";
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: block;
      width: 100%;
      height: 2px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23a2a2a2"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      position: absolute;
      top: 0;
      left: 0; }
.p-characterDetailProfile__relatedSec.-noborder::before {
      display: none; }
.p-characterDetailProfile__relatedSecHead {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #E383A8;
    font-weight: 700; }
.p-characterDetailProfile__relatedSecDesc {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 20px; }
.p-characterDetailProfile__relatedList {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-characterDetailProfile__relatedList[data-id] {
      display: none; }
.p-characterDetailProfile__relatedList[data-id].js-is-open {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
.p-characterDetailProfile__relatedList + .p-characterDetailProfile__relatedList {
      position: relative;
      margin: 0; }
.p-characterDetailProfile__relatedList + .p-characterDetailProfile__relatedList::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23a2a2a2"/></svg>');
        background-size: contain;
        background-repeat: repeat-x;
        background-position: right center; }
.p-characterDetailProfile__relatedListBar {
    display: block;
    width: 100%;
    height: 2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23a2a2a2"/></svg>');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: right center; }
.p-characterDetailProfile__relatedItemFig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-characterDetailProfile__relatedItemHeading {
    text-align: center;
    color: #E383A8;
    margin-top: 15px; }
.p-characterDetailProfile__relatedItemBirth {
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 0.05em; }
.p-characterDetailProfile__relatedItemDesc {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.7rem; }
.p-characterDetailProfile__relatedMore {
    display: none; }
.p-characterDetailProfile__relatedMoreTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-characterDetailProfile__relatedMoreTrigger .js-moresection-close {
      display: none; }
.p-characterDetailProfile__snsBody .c-bg-container {
    position: relative; }
.p-characterDetailProfile__snsBody .c-bg-container::before {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - 130px);
      background-color: #F0F9FA;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0;
      border-radius: 10px; }
.p-characterDetailProfile__snsSec {
    position: relative;
    z-index: 10; }
.p-characterDetailProfile__snsSec + .p-characterDetailProfile__snsSec {
      margin-top: 58px; }
.p-characterDetailProfile__snsSec.-twitter {
      position: relative; }
.p-characterDetailProfile__snsSecHead {
    text-align: center;
    color: #E383A8;
    font-weight: 700;
    position: relative;
    z-index: 10;
    font-size: 1.8rem;
    font-family: "Montserrat", "Noto Sans JP"; }
.p-characterDetailProfile__snsSecBody {
    margin-top: 28px; }
.p-characterDetailProfile__snsSec.-twitter .p-characterDetailProfile__snsSecBody {
      padding-bottom: 60px; }
.p-characterDetailProfile__snsInstagram {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
.p-characterDetailProfile__snsInstagramItem {
    display: block;
    overflow: hidden;
    isolation: isolate;
    border-radius: 10px; }
.p-characterDetailProfile__snsInstagramItem img {
      display: block;
      width: 100%;
      height: auto; }
.p-characterDetailProfile__snsTwitter {
    position: relative;
    z-index: 0; }
.p-characterDetailProfile__snsTwitterItem {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 33px 30px; }
.p-characterDetailProfile__snsTwitterItemProf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-characterDetailProfile__snsTwitterItemProfText {
    margin-left: 5px;
    position: relative;
    top: 3px; }
.p-characterDetailProfile__snsTwitterItemProfName {
    color: var(--sky-text);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0; }
.p-characterDetailProfile__snsTwitterItemProfTime {
    font-size: 1.2rem;
    margin-top: 8px; }
.p-characterDetailProfile__snsTwitterItemProfPic {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden; }
.p-characterDetailProfile__snsTwitterItemProfPic img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.p-characterDetailProfile__snsTwitterItemText {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin-top: 10px;
    word-break: break-all; }
.p-characterDetailProfile__snsTwitterItemText a {
      color: var(--sky-text); }
.p-characterDetailProfile__snsTwitterItemPic {
    display: block;
    margin-top: 18px; }
.p-characterDetailProfile__snsTwitterItemPic img {
      display: block;
      width: 100%;
      border-radius: 18px;
      height: auto; }
.p-characterDetailProfile__snsListItemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-characterDetailProfile__snsListItemPic {
    overflow: hidden;
    isolation: isolate;
    border-radius: 50%; }
.p-characterDetailProfile__snsListItemPic img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.p-characterDetailProfile__snsListItemText {
    margin-left: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.p-characterDetailProfile__snsListItemTag {
    display: inline-block;
    padding: 4px 10px 2px;
    color: #fff;
    background-color: #E383A8;
    font-size: 1.1rem;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
    border-radius: 100px; }
.p-characterDetailProfile__snsListItemTitle {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em; }
.p-characterDetailProfile__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.p-characterDetailProfile__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-pagetheme-sub);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.p-characterDetailProfile__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.p-characterDetailProfile__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-pagetheme);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.p-characterDetailProfile__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.p-characterDetailProfile__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .p-characterDetailProfile__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.p-characterDetailGoods {
  position: relative;
  z-index: 0; }
.p-characterDetailGoods__head {
    position: relative; }
.p-characterDetailGoods__bgBall {
    position: absolute;
    z-index: -1; }
.p-characterDetailGoods__bgIllust {
    position: absolute;
    top: 50%;
    right: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-characterDetailGoods__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-characterDetailGoods__item {
    display: block; }
.p-characterDetailGoods__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-characterDetailMoive {
  position: relative;
  z-index: 0; }
.p-characterDetailMoive__head {
    position: relative; }
.p-characterDetailMoive__bgBall {
    position: absolute;
    z-index: -1; }
.p-characterDetailMoive__bgIllust {
    position: absolute;
    top: 50%;
    left: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-characterDetailMoive__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-characterDetailMoive__btn {
    margin-top: 60px; }
.p-characterDetailSpots {
  position: relative;
  z-index: 0; }
.p-characterDetailSpots__head {
    position: relative; }
.p-characterDetailSpots__bgBall {
    position: absolute;
    z-index: -1; }
.p-characterDetailSpots__bgIllust {
    position: absolute;
    top: 50%;
    left: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-characterDetailSpots__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-characterDetailSpots__btn {
    margin-top: 60px; }
.p-characterDetailNews {
  position: relative;
  z-index: 0; }
.p-characterDetailNews__head {
    position: relative; }
.p-characterDetailNews__bgBall {
    position: absolute;
    z-index: -1; }
.p-characterDetailNews__bgIllust {
    position: absolute;
    top: 50%;
    right: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-characterDetailNews__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-characterDetailNews__btn {
    margin-top: 60px; }
.p-characterDetailRelated {
  margin-top: 120px; }
.p-characterDetailRelated__secBody *::-webkit-scrollbar {
    display: none; }
.p-characterDetailRelated__secBody .simplebar-content-wrapper {
    overflow-y: hidden;
    overflow-x: auto; }
.p-characterDetailRelated__secBody .simplebar-track {
    pointer-events: all; }
.p-characterDetailRelated__secBody .simplebar-track.simplebar-horizontal {
    background: transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 14px; }
.p-characterDetailRelated__secBody .simplebar-track.simplebar-horizontal::before {
      content: "";
      display: block;
      height: 6px;
      width: calc(100% - 10px);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #E2F2F7;
      border-radius: 100px; }
.p-characterDetailRelated__secBody .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
      height: 10px;
      cursor: pointer; }
.p-characterDetailRelated__secBody .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
        background-color: var(--sky);
        opacity: 1;
        height: 10px; }
.p-characterDetailRelated__list {
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 0; }
.p-characterDetailRelated__item {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0; }
.p-characterDetailRelated__item + .p-characterDetailRelated__item {
      margin-left: 5px; }
.p-characterDetailSanrioplus {
  margin-top: 120px; }
.p-characterDetailSanrioplus__bannerItem {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
.c-searchCharacter {
  position: relative;
  width: 100%;
  --modecolor: var(--sky); }
.c-searchCharacter.js-is-search {
    --modecolor: var(--sky); }
.c-searchCharacter.js-is-interview {
    --modecolor: var(--pink); }
.c-searchCharacter__mode {
    border-bottom: 2px solid var(--modecolor);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    z-index: 0; }
.c-searchCharacter__mode::before {
      content: "";
      display: block;
      width: 2px;
      height: 18px;
      border-radius: 10px;
      background-color: var(--modecolor);
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1; }
.c-searchCharacter__mode::after {
      content: "";
      display: block;
      width: 2px;
      height: 18px;
      border-radius: 10px;
      background-color: var(--modecolor);
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out;
      z-index: -1; }
.c-searchCharacter__modeItem {
    position: relative;
    display: block;
    width: 50%;
    color: #DDD;
    line-height: 1;
    padding: 7px 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    bottom: -1px;
    isolation: isolate;
    z-index: 0; }
.c-searchCharacter__modeItem.-sky {
      --bg-color: var(--sky); }
.c-searchCharacter__modeItem.-pink {
      --bg-color: var(--pink)
    ; }
.c-searchCharacter__modeItem.-active {
      color: #fff;
      background-color: var(--bg-color); }
.c-searchCharacter__conditions {
    margin-top: 3rem;
    background-color: #EAF7FA;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-searchCharacter__conditionsHead {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: var(--sky-text); }
.c-searchCharacter__conditionsBody {
    color: #777;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-left: 1.2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.c-searchCharacter__control {
    position: relative;
    z-index: 100;
    margin-top: 30px;
    min-height: 65px; }
.c-searchCharacter__words {
    background-color: #EAF7FA;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05em; }
.c-searchCharacter__wordsHead {
    display: inline-block;
    color: var(--sky-text);
    font-weight: 700; }
.c-searchCharacter__wordsBody {
    font-weight: 400;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #777;
    margin-left: 1.2rem; }
.c-searchCharacter__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
.c-searchCharacter__searchBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 90px);
    height: 65px;
    border: 2px solid var(--sky);
    border-radius: 100px;
    width: auto; }
.c-searchCharacter__searchHead {
    position: relative;
    display: block; }
.c-searchCharacter__searchOrder {
    display: block;
    width: 11px;
    height: 16px;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
.c-searchCharacter__searchOrder svg {
      display: block;
      fill: #fff;
      width: 100%;
      height: 100%; }
.c-searchCharacter__searchSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 1000px;
    height: 100%;
    color: #fff;
    background-color: var(--sky);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    z-index: 5;
    margin: 0;
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
.c-searchCharacter__searchSelect::before {
      content: "";
      width: 30px;
      height: 30px;
      background-image: url("../images/common/icon-select.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
.c-searchCharacter__searchSelect::after {
      content: "";
      width: 30px;
      height: 30px;
      background-image: url("../images/common/icon-select-active.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: opacity .3s ease, -webkit-box-shadow .3s ease;
      transition: opacity .3s ease, -webkit-box-shadow .3s ease;
      transition: opacity .3s ease, box-shadow .3s ease;
      transition: opacity .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease; }
.c-searchCharacter__searchScrollItem {
    position: relative;
    font-size: 0;
    line-height: 1;
    height: 30px;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 30px; }
.c-searchCharacter__searchScrollItem.-prev {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.c-searchCharacter__searchScrollItem + .c-searchCharacter__searchScrollItem {
      margin-left: 25px; }
.c-searchCharacter__searchScrollItem::after {
      display: none; }
.c-searchCharacter__searchScrollBtn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden;
    position: relative; }
.c-searchCharacter__searchScrollBtn::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      border-radius: 2px solid var(--sky); }
.c-searchCharacter__searchScrollBtn svg {
      width: 12px;
      height: 12px; }
.c-searchCharacter__searchScrollItemBase {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000;
    width: 30px;
    height: 30px; }
.c-searchCharacter__searchScrollItemBase svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-pagetheme-sub);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-searchCharacter__searchScrollItemHover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001;
    width: 30px;
    height: 30px; }
.c-searchCharacter__searchScrollItemHover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-pagetheme);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-searchCharacter__searchScrollItemArrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-searchCharacter__searchScrollItemArrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-searchCharacter__searchScrollItemArrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-searchCharacter__searchSelectList {
    position: absolute;
    width: 208px;
    bottom: -6px;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 40; }
.c-searchCharacter__searchBody {
    max-width: 100%;
    overflow: hidden; }
.c-searchCharacter__searchList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-left: 60px;
    padding-right: 180px;
    overflow-x: auto;
    overflow-y: hidden; }
.c-searchCharacter__searchList::-webkit-scrollbar {
      display: none; }
.c-searchCharacter__searchListInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
.c-searchCharacter__searchListItem {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--pink);
    z-index: 0;
    white-space: nowrap; }
.c-searchCharacter__searchListItem::before {
      content: "";
      display: block;
      background-image: url("../images/common/icon-heart.png");
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
.c-searchCharacter__searchListItem::after {
      content: "";
      display: block;
      background-image: url("../images/common/icon-heart-active.png");
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -2;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
.c-searchCharacter__searchListItem.js-is-active {
      pointer-events: none; }
.c-searchCharacter__searchListItem.js-is-active::after {
        opacity: 1; }
.c-searchCharacter__searchList.-center .c-searchCharacter__searchListItem + .c-searchCharacter__searchListItem {
      margin-left: 0; }
.c-searchCharacter__searchBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: auto;
    z-index: 1000; }
.c-searchCharacter__searchBtnItem {
    cursor: pointer;
    color: var(--sky-text); }
.c-searchCharacter__searchBtnIcon {
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto; }
.c-searchCharacter__searchBtnIcon svg {
      width: 100%;
      height: 100%;
      fill: currentColor; }
.c-searchCharacter__searchBtnText {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: currentColor;
    text-align: center;
    margin-top: 5px; }
.c-searchCharacter__searchModalRow + .c-searchCharacter__searchModalRow {
    margin-top: 20px; }
.c-searchCharacter__searchModalRowHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #fff;
    font-weight: 700; }
.c-searchCharacter__searchModalRowIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 13px;
    color: #f7f7f7; }
.c-searchCharacter__searchModalRowIcon svg {
      width: 100%;
      height: 100%; }
.c-searchCharacter__searchModalRowBody {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.c-searchCharacter__searchModalRowBody .c-select-wrap {
      color: var(--sky-text); }
.c-searchCharacter__searchModalRowBody input[type="text"] {
      border: 2px solid transparent; }
.c-searchCharacter__searchModalSelect {
    position: relative;
    display: block;
    width: 100%; }
.c-searchCharacter__searchModalSelect .c-icon {
      line-height: 1;
      position: absolute;
      top: 50%;
      right: 30px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 13px;
      height: 9px;
      pointer-events: none; }
.c-searchCharacter__searchModalSelect .c-icon svg {
        width: 100%;
        height: 100%;
        stroke: var(--sky); }
.c-searchCharacter__searchModalSelectBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    border-radius: 1000px;
    height: 100%;
    padding-left: 28px;
    color: var(--sky-text);
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    border: 2px solid transparent; }
.c-searchCharacter__searchModalSelectBody.-selected {
      color: #777; }
.c-searchCharacter__searchModalSelectList {
    position: absolute;
    width: 178px;
    bottom: 6px;
    right: -10px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 40; }
.c-searchCharacter__searchModalSelectList.-debut {
      width: 225px; }
.c-searchCharacter__searchModal {
    position: absolute;
    top: 0;
    right: 0;
    width: 537px;
    min-height: 300px;
    z-index: 100;
    display: none; }
.c-searchCharacter__searchModalContent {
    position: relative;
    z-index: 200; }
.c-searchCharacter__searchModalBg {
    display: block;
    width: 860px;
    height: 860px;
    background-color: var(--pink);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 1600px;
    z-index: 100;
    -webkit-transform-origin: 80% 15%;
            transform-origin: 80% 15%;
    aspect-ratio: 1; }
.c-searchCharacter__searchModalClose {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    right: 6px;
    top: 14px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
.c-searchCharacter__searchModalClose::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
.c-searchCharacter__searchModalClose svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      fill: var(--c-primary);
      width: 12px;
      height: 12px;
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
.c-searchCharacter__searchModalHead {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    color: #fff; }
.c-searchCharacter__searchModalBody {
    margin-top: 27px; }
.c-searchCharacter__searchModalTags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding-top: 8px; }
.c-searchCharacter__searchModalTagsItem {
    background-color: #fff;
    color: var(--c-text-main);
    display: inline-block;
    padding: 9px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100px;
    position: relative;
    z-index: 0;
    -webkit-transition: color .3s ease, background-color .3s ease, font-size .3s ease;
    transition: color .3s ease, background-color .3s ease, font-size .3s ease; }
.c-searchCharacter__searchModalTagsItem span {
      display: block;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out;
      font-size: 1.3rem; }
input:checked + .c-searchCharacter__searchModalTagsItem {
      background-color: var(--c-pagetheme);
      color: #ffff; }
.c-searchCharacter__searchModalColorList {
    position: relative;
    top: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 33px 20px 33px 20px 33px 20px 33px 20px 33px 20px 33px 20px 33px;
        grid-template: auto/repeat(7, 33px);
    grid-gap: 20px;
    gap: 20px; }
.c-searchCharacter__searchModalColorItem {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    z-index: 10;
    isolation: isolate; }
.c-searchCharacter__searchModalColorItem.-red {
      --palet-color: #E50012; }
.c-searchCharacter__searchModalColorItem.-pink {
      --palet-color: #FCBECD; }
.c-searchCharacter__searchModalColorItem.-blue {
      --palet-color: #5895ED; }
.c-searchCharacter__searchModalColorItem.-green {
      --palet-color: #84D1B3; }
.c-searchCharacter__searchModalColorItem.-purple {
      --palet-color: #AF9ED8; }
.c-searchCharacter__searchModalColorItem.-yellow {
      --palet-color: #FFEB78; }
.c-searchCharacter__searchModalColorItem.-orange {
      --palet-color: #FFA466; }
.c-searchCharacter__searchModalColorItem.-brown {
      --palet-color:#996633; }
.c-searchCharacter__searchModalColorItem.-white {
      --palet-color:#fff; }
.c-searchCharacter__searchModalColorItem.-black {
      --palet-color:#000; }
.c-searchCharacter__searchModalColorItem span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background-color: var(--palet-color);
      border-radius: 4px;
      isolation: isolate;
      -webkit-backface-visibility: visible;
              backface-visibility: visible; }
.c-searchCharacter__searchModalColorItem span::before {
        content: "";
        display: block;
        width: 43px;
        height: 43px;
        border: 2px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
        z-index: -1;
        border-radius: 8px;
        -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, transform .3s ease;
        transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
.c-searchCharacter__searchModalColorItem input:checked + span::before {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      border-color: var(--sky); }
.c-searchCharacter__searchModaSubmit {
    margin-top: 60px; }
.c-searchCharacter__searchModaClear {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-searchCharacter__searchModaClear.-sky .c-link-icon.-sky a .c-link-icon-label::before {
      width: 100%;
      height: 2px;
      background: #8bd0dd;
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center; }
.c-searchCharacter__changeInterview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 65px; }
.c-searchCharacter__changeInterviewHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-searchCharacter__changeInterviewBody {
    position: relative; }
.c-searchCharacter__changeInterviewItem {
    display: inline-block;
    border: 2px solid var(--pink);
    border-radius: 100px;
    font-size: 1.3rem;
    line-height: 1;
    color: var(--pink);
    font-weight: 700;
    margin: 2px 12px 2px 0;
    padding: 5px 15px; }
.c-searchCharacter__changeInterviewItem.js-is-active {
      color: #fff;
      background-color: var(--pink); }
.c-searchCharacter__changeInterviewHeadIcon {
    width: 32px;
    height: 32px; }
.c-searchCharacter__changeInterviewHeadIcon svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: var(--sky); }
.c-searchCharacter__changeInterviewHeadText {
    font-size: 1.6rem;
    margin-left: 10px;
    font-weight: 700;
    color: var(--pink); }
.c-searchCharacter__result {
    position: relative;
    width: 100%;
    padding-bottom: 30px; }
.c-searchCharacter__result .ps__rail-x {
      opacity: 1 !important;
      height: 6px;
      border-radius: 100px;
      bottom: 3px !important; }
.c-searchCharacter.js-is-search .c-searchCharacter__result .ps__rail-x {
        background-color: #E2F2F7; }
.c-searchCharacter.js-is-interview .c-searchCharacter__result .ps__rail-x {
        background-color: #FCEDF6; }
.c-searchCharacter__result .ps__thumb-x {
      opacity: 1 !important;
      height: 10px;
      bottom: -2px;
      cursor: pointer;
      background-color: var(--modecolor) !important;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.c-searchCharacter__result .ps__thumb-x:hover {
        height: 10px !important;
        background-color: var(--modecolor) !important; }
.c-searchCharacter__resultBox {
    display: inline-block; }
.c-searchCharacter__resultHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    white-space: nowrap;
    margin-bottom: 8px; }
.c-searchCharacter__resultHeadItem {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--sky-text);
    width: 236px; }
.c-searchCharacter__resultBody {
    white-space: nowrap; }
.c-searchCharacter__resultItem {
    display: block; }
.c-searchCharacter__btn {
    position: relative;
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.c-searchCharacter__btnItem {
    position: relative;
    z-index: 40; }
.c-searchCharacter__dummyItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.c-searchCharacter__resultNotfound {
    padding: 100px 0; }
.c-searchCharacter__resultNotfound p {
      font-size: 3rem;
      text-align: center;
      font-weight: 700;
      color: var(--sky-text); }
.c-searchCharacter__resultNotfound figure {
      display: block;
      height: 220px;
      margin-top: 60px; }
.c-searchCharacter__resultNotfound figure img {
        display: block;
        height: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
.c-searchCharacter__filterCharaBtnPanel {
    position: absolute;
    bottom: 131%;
    left: 50%;
    background-color: #fff;
    font-weight: bold;
    border: solid 2px var(--sky);
    padding: 15px 4px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    color: var(--sky-text);
    line-height: 1.6;
    font-size: 1.3rem;
    width: 240px; }
.c-searchCharacter__filterCharaBtnPanel.-s {
      width: 172px; }
.c-searchCharacter__filterCharaBtnPanel:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      border-left: solid 2px var(--sky);
      border-bottom: solid 2px var(--sky);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translate(-50%, 55%) rotate(-45deg);
              transform: translate(-50%, 55%) rotate(-45deg); }
.c-searchCharacter__filterCharaBtnPanel .c-btn {
      width: 100%;
      height: 35px;
      margin-top: .5em;
      max-width: 188px;
      margin-left: auto;
      margin-right: auto; }
.c-searchCharacter__filterCharaBtnPanel .c-icon.-icon-blank {
      width: 8px !important;
      height: 8px !important;
      margin-left: 5px;
      top: 3px !important; }
.c-searchCharacter__filterCharaBtnPanel .c-link {
      margin: 1em auto 0;
      display: table;
      color: var(--pink); }
.c-searchCharacter__filterCharaBtnPanel .c-link.-line {
        display: inline;
        margin: 0;
        margin-right: 1.5em; }
.c-searchCharacter__filterCharaBtnPanel .c-link a {
        border-bottom: 2px dotted currentColor; }
.c-searchCharacter__filterCharaBtnPanel small {
      display: block;
      margin-top: 13px;
      font-size: 10px;
      color: #777; }
.c-searchCharacter__filterCharaBtnPanel.-on {
      opacity: 1;
      visibility: visible; }
.c-characterCard {
  position: relative;
  display: block;
  background-color: gray;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #E383A8; }
.c-characterCard.-yellow {
    background-color: #FFFBE0;
    color: #EFC128; }
.c-characterCard.-emeraldgreen {
    background-color: #EDF7EF;
    color: #91DEA9; }
.c-characterCard.-orange {
    background-color: #FFF5E6;
    color: #EFA42B; }
.c-characterCard.-green {
    background-color: #F4F9DE;
    color: #BCD60A; }
.c-characterCard.-purple {
    background-color: #F5F0FA;
    color: #CDA1DC; }
.c-characterCard.-pink {
    background-color: #FCEFF7;
    color: #E383A8; }
.c-characterCard.-blue {
    background-color: #EDF9FC;
    color: var(--sky-text); }
.c-characterCard.-red {
    background-color: #FFF0F0;
    color: #F08080; }
.c-characterCard.-white {
    background-color: #fff;
    color: #000; }
.c-characterCard.-black {
    background-color: #000;
    color: #fff; }
.c-characterCard__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
.c-characterCard__head {
    position: relative;
    width: 100%;
    height: 33px;
    z-index: 30;
    pointer-events: none; }
.c-characterCard__like {
    position: absolute;
    pointer-events: all;
    cursor: pointer; }
.c-characterCard__likeItemWrap {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    margin: 0; }
.c-characterCard__likeItem {
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
.c-characterCard__likeItem svg {
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, opacity .3s ease;
      transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
.c-characterCard__likeItem.js-is-fov svg {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
.c-characterCard__likeIconFill {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
.c-characterCard__likeItem.js-is-fov .c-characterCard__likeIconFill {
      visibility: visible;
      opacity: 1; }
.c-characterCard__likeIcon svg {
    display: block;
    width: 100%;
    height: 100%; }
.c-characterCard__mainIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%; }
.c-characterCard__mainIcon svg {
      display: block;
      width: 32px;
      height: 26px;
      fill: var(--sky); }
.c-characterCard__panel {
    position: absolute;
    top: 40px;
    left: -5px;
    background-color: #fff;
    font-weight: bold;
    border: solid 2px var(--sky);
    padding: 10px 10px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    color: var(--sky-text);
    line-height: 20px;
    font-size: 12px;
    width: 220px;
    font-size: 12px; }
.c-characterCard__panel:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 15px;
      top: -1px;
      border-top: solid 2px var(--sky);
      border-right: solid 2px var(--sky);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translate(0, -55%) rotate(-45deg);
              transform: translate(0, -55%) rotate(-45deg); }
.c-characterCard__panel .c-btn {
      width: 100%;
      height: 35px;
      margin-top: .5em; }
.c-characterCard__panel .c-icon.-icon-blank {
      width: 8px !important;
      height: 8px !important;
      top: -5px !important;
      left: 0 !important;
      -webkit-transform: translate(0, 0) !important;
              transform: translate(0, 0) !important;
      position: relative !important;
      display: inline-block !important;
      margin-right: 0; }
.c-characterCard__panel .c-link {
      display: inline-block;
      color: var(--pink); }
.c-characterCard__panel .c-link a {
        border-bottom: 2px dotted currentColor; }
.c-characterCard__panel.-on {
      opacity: 1;
      visibility: visible; }
.c-characterCard__panel small {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 10px;
      line-height: 15px;
      font-weight: 700;
      color: #777;
      padding: 0 0 5px; }
.c-characterCard__new {
    font-weight: 700;
    color: var(--pink);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: 0; }
.c-characterCard__state {
    font-weight: 700;
    color: var(--pink);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: 0; }
.c-characterCard__birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.c-characterCard__birthIcon {
    fill: var(--pink);
    margin-left: auto; }
.c-characterCard__fukidasi {
    position: relative;
    width: 137px;
    height: 56px;
    background-color: #fff;
    color: var(--pink);
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    border-radius: 10px;
    z-index: 10;
    padding: 5px 10px;
    pointer-events: none; }
.c-characterCard__fukidasi::before {
      content: "";
      display: block;
      width: 14px;
      height: 16px;
      background-image: url("../images/character/fukidasi-deco.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 80%);
              transform: translate(-50%, 80%);
      z-index: -1; }
.c-characterCard__pic {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    pointer-events: none; }
.c-characterCard__pic img {
      display: block;
      height: 100%;
      width: auto; }
.c-characterCard__name {
    width: 100%;
    text-align: center;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: currentColor;
    z-index: 10;
    pointer-events: none; }
.c-characterCard__name span {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      white-space: normal; }
.c-customSelect {
  width: 100%;
  height: auto;
  border: 2px solid var(--sky);
  background-color: #fff;
  border-radius: 10px;
  padding: 7px;
  display: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
.c-customSelect__item {
    position: relative;
    display: block;
    padding: 9px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: var(--pink);
    border-radius: 6px;
    z-index: 0; }
.c-customSelect__item::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #FDF5FA;
      z-index: -1;
      opacity: 0;
      border-radius: 6px;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
.c-customSelect__item.js-active::before {
      opacity: 1; }
.c-customSelectBox {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0; }
.c-customSelectBox__label {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    border: 2px solid var(--c-pagetheme);
    color: var(--c-pagetheme);
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 500;
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 22px; }
.c-customSelectBox__labelIcon {
    display: block;
    width: 16px;
    height: 8px; }
.c-customSelectBox__labelIcon svg {
      display: block;
      width: 100%;
      height: 100%;
      stroke: var(--c-pagetheme); }
.c-customSelectBox__list {
    border: 2px solid var(--c-pagetheme);
    background-color: #fff;
    padding: 7px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 6px));
            transform: translateY(calc(100% + 6px));
    width: 100%;
    z-index: 20;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    display: none; }
.c-customSelectBox__item {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 1.5rem;
    display: block;
    color: var(--c-text-sub);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px; }
.c-customSelectBox__item.js-current {
      background-color: #FDF5FA;
      pointer-events: none; }
.c-deco-ball {
  border-radius: 50%;
  background-color: var(--c-primary-c); }
:root {
  --c-dial-primary: #71C6D6;
  --c-dial-text: #B5E5EF;
  --c-dial-bg-dark: #E2F2F7;
  --c-dial-bg-light: #F0F9FA; }
[data-theme-dial="sky"] {
  --c-dial-primary: #71C6D6;
  --c-dial-text: #B5E5EF;
  --c-dial-bg-dark: #E2F2F7;
  --c-dial-bg-light: #F0F9FA; }
[data-theme-dial="pink"] {
  --c-dial-primary: #E383A8;
  --c-dial-text: #F0C1D3;
  --c-dial-bg-dark: #FCEDF6;
  --c-dial-bg-light: #FDF5FA; }
[data-theme-dial="purple"] {
  --c-dial-primary: #CDA1DC;
  --c-dial-text: #D5C1F0;
  --c-dial-bg-dark: #EFE8F7;
  --c-dial-bg-light: #F8F7FD; }
[data-theme-dial="yellow"] {
  --c-dial-primary: #EFC128;
  --c-dial-text: #F2D36B;
  --c-dial-bg-dark: #FDF7D5;
  --c-dial-bg-light: #FFFBEF; }
[data-theme-dial="emeraldgreen"] {
  --c-dial-primary: #91DEA9;
  --c-dial-text: #C1F0CE;
  --c-dial-bg-dark: #E8F7EA;
  --c-dial-bg-light: #F5FDF9; }
[data-theme-dial="red"] {
  --c-dial-primary: #F08080;
  --c-dial-text: #F8B7AF;
  --c-dial-bg-dark: #FCEDED;
  --c-dial-bg-light: #FFF4F2; }
[data-theme-dial="green"] {
  --c-dial-primary: #BCD60A;
  --c-dial-text: #D8EA60;
  --c-dial-bg-dark: #EFF7CC;
  --c-dial-bg-light: #F9FCE2; }
[data-theme-dial="orange"] {
  --c-dial-primary: #EFA42B;
  --c-dial-text: #FACF8B;
  --c-dial-bg-dark: #FDF0D8;
  --c-dial-bg-light: #FCF6ED; }
[data-theme-dial="white"] {
  --c-dial-primary: #fff;
  --c-dial-text: #fff;
  --c-dial-bg-dark: #000;
  --c-dial-bg-light: #888; }
[data-theme-dial="black"] {
  --c-dial-primary: #000;
  --c-dial-text: #000;
  --c-dial-bg-dark: #fff;
  --c-dial-bg-light: #888; }
.c-dialSlider {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  position: relative; }
.c-dialSlider__bg {
    width: 360px;
    aspect-ratio: 1;
    position: relative;
    z-index: 0;
    left: -7rem; }
.c-dialSlider__bgCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    background-color: var(--c-dial-bg-light);
    color: var(--c-dial-primary); }
@-webkit-keyframes dialBgCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes dialBgCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.c-dialSlider__bgCircle svg {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-animation: dialBgCircle 60s linear infinite;
              animation: dialBgCircle 60s linear infinite;
      color: var(--c-dial-primary); }
.c-dialSlider__bgItem {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 20; }
.c-dialSlider__namebox {
    width: 185px;
    aspect-ratio: 1;
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    background-color: var(--c-dial-bg-dark);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-dialSlider__name {
    width: 100%;
    padding-right: 10px;
    text-align: center; }
.c-dialSlider__nameJa {
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--c-dial-primary); }
.c-dialSlider__nameEn {
    font-size: 1rem;
    font-family: "Montserrat";
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--c-dial-text); }
.c-dialSlider__bgItems {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: 1px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
.c-dialSlider.is-active .c-dialSlider__bgItems {
      opacity: 1; }
.c-dialSlider__bgItemInner {
    width: 5.5rem;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.c-dialSlider__bgItemInner img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.c-dialSlider__front {
    width: 18rem;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 180px;
    border: 2px solid var(--c-dial-primary);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
    z-index: 100; }
.c-dialSlider__frontSlider {
    width: 100%;
    height: 100%; }
.c-dialSlider__frontSlider .swiper {
      width: 100%;
      height: 100%; }
.c-dialSlider__frontSliderItem {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5rem; }
.c-dialSlider__frontSliderItemPic {
    display: block;
    width: 11rem;
    height: 11rem; }
.c-dialSlider__frontSliderItemPic img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-transform: scale(0);
              transform: scale(0); }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-row.-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 0;
  background-color: inherit;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  letter-spacing: inherit; }
input[type="checkbox"] {
    width: auto;
    border-radius: 100%;
    position: absolute;
    opacity: 0; }
input[type="checkbox"]:checked ~ label:before {
      background-color: var(--c-primary); }
input[type="checkbox"]:checked ~ label:after {
      opacity: 1; }
input[type="radio"] {
    width: auto;
    border-radius: 100%;
    position: absolute;
    opacity: 0; }
input[type="radio"]:checked ~ label:before {
      background-color: var(--c-primary); }
input[type="radio"]:checked ~ label:after {
      opacity: 1; }
input[type="text"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border-radius: 0;
    border: none;
    margin: 0;
    outline: none;
    border: solid 1px var(--c-primary);
    color: #777;
    background-color: #fff;
    border-radius: 2em;
    line-height: 1.4; }
.mypage input[type="text"] {
      color: inherit; }
input[type="text"]::-webkit-input-placeholder {
      color: var(--c-text-main); }
input[type="text"]::-moz-placeholder {
      color: var(--c-text-main); }
input[type="text"]::-ms-input-placeholder {
      color: var(--c-text-main); }
input[type="text"]::placeholder {
      color: var(--c-text-main); }
input[type="text"]:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #fff inset;
      -webkit-text-fill-color: #777; }
input[type="text"]:autofill {
      -webkit-box-shadow: 0 0 0 1000px #fff inset;
      -webkit-text-fill-color: #777; }
input[type="password"] {
    border: solid 1px var(--c-primary);
    color: #777;
    background-color: #fff;
    border-radius: 2em;
    line-height: 1.4; }
.mypage input[type="password"] {
      color: inherit; }
input[type="password"]:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #fff inset;
      -webkit-text-fill-color: #777; }
input[type="password"]:autofill {
      -webkit-box-shadow: 0 0 0 1000px #fff inset;
      -webkit-text-fill-color: #777; }
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  resize: none;
  overflow: auto;
  border: none;
  border-radius: 0; }
.c-select-wrap {
  position: relative;
  color: var(--c-text-main); }
.c-select-wrap.-disable {
    color: #ddd; }
.c-select-wrap .c-icon {
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 13px;
    height: 9px;
    pointer-events: none; }
.c-select-wrap .c-icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor; }
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: inherit;
  border: solid 1px currentColor;
  border-radius: 2em;
  cursor: pointer; }
select::-ms-expand {
  display: none; }
label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
input, select, textarea {
  caret-color: var(--c-primary);
  outline: none; }
.mypage input, .mypage select, .mypage textarea {
    caret-color: inherit; }
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--c-text-main); }
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--c-text-main); }
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: var(--c-text-main); }
input:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
    color: var(--c-text-main); }
input::placeholder, input:placeholder-shown, select::placeholder, select:placeholder-shown, textarea::placeholder, textarea:placeholder-shown {
    color: var(--c-text-main); }
.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2; }
.c-radio label {
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.c-radio label:before, .c-radio label:after {
      content: '';
      display: block;
      position: absolute;
      border-radius: 100%;
      width: 1em;
      height: 1em;
      left: 0;
      top: .2em; }
.c-radio label:before {
      border: solid 1px var(--c-primary);
      background-color: #fff;
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
.c-radio label:after {
      border: solid 1px transparent;
      background: url("../images/common/icon-radio.png") center center no-repeat;
      background-size: 65%;
      opacity: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4; }
.c-checkbox label {
    position: relative; }
.c-checkbox label::before, .c-checkbox label:after {
      content: '';
      display: block;
      position: absolute;
      border-radius: 4px;
      width: 1em;
      height: 1em;
      left: 0;
      top: .2em; }
.c-checkbox label::before {
      border: solid 1px var(--c-primary);
      background-color: #fff;
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
.c-checkbox label:after {
      border: solid 1px transparent;
      background: url("../images/common/icon-radio.png") center center no-repeat;
      background-size: 65%;
      opacity: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
.c-search-form-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: var(--c-text-main);
  line-height: 1; }
.c-search-form-item__head .c-head-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18px;
    height: 19px; }
.c-search-form-item__head .c-head-icon svg {
      fill: var(--c-secondary);
      width: 100%;
      height: 100%; }
.c-search-form-item__head .-icon-shop,
  .c-search-form-item__head .-icon-shop-point {
    width: 22px;
    height: 20px; }
.c-search-form-item__head .-icon-ticket {
    width: 15px;
    height: 20px; }
.c-search-form-item__head .-icon-info,
  .c-search-form-item__head .-icon-cash {
    width: 20px;
    height: 20px; }
.c-search-form-item .simplebar-track:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.c-search-form-item .simplebar-scrollbar:before {
  background-color: var(--c-secondary);
  border-radius: 10px;
  opacity: 1; }
.c-flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
.error-text {
  color: red;
  margin: 0; }
.c-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-form-item input {
  border: 1px solid currentColor; }
.c-form-item select {
  background-repeat: no-repeat;
  background-position: 96% center;
  background-image: url("../images/icon_select.svg"); }
.c-form-item__head {
  text-align: left; }
.c-form-item__body {
  position: relative; }
[class^='c-btn-form-'] {
  cursor: pointer !important; }
.c-icon.-icon-blank {
  position: absolute;
  left: 100%;
  top: 0;
  fill: currentColor; }
.c-icon-sns .sns-circle {
  fill: var(--c-secondary); }
.c-icon-sns .sns-icon {
  fill: #fff; }
.c-icon-sns.-rev .sns-circle {
  fill: #fff; }
.c-icon-sns.-rev .sns-icon {
  fill: var(--c-primary); }
.c-icon-sns.-color .sns-icon {
  fill: #fff; }
.c-icon-sns.-color .sns-circle {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease; }
.c-icon-sns.-color.-sns-twitter .sns-circle {
  fill: #75c6de; }
.c-icon-sns.-color.-sns-line .sns-circle {
  fill: #6cd5b1; }
.c-icon-sns.-color.-sns-facebook .sns-circle {
  fill: #5292e5; }
.c-icon-sns svg {
  display: block; }
.c-icon-movie {
  position: relative; }
.c-icon-movie__item {
    display: block;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5; }
.c-icon-movie__item img {
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
.c-icon-movie__item::before {
      content: "";
      display: block;
      background-color: #CDA1DC;
      opacity: 0.6;
      width: 99%;
      height: 99%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 50%;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
.c-icon-movie:hover .c-icon-movie__item::before {
    background-color: #91DEA9; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
:root {
  --link-color: var(--c-text-main); }
[data-theme] {
  --link-color: var(--c-text-main); }
[class^="c-link"] {
  font-weight: bold;
  color: var(--link-color); }
[class^="c-link"] a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
[class^="c-link"] .c-icon {
    fill: currentColor;
    margin-right: 1em; }
[class^="c-link"].-sky {
    --link-color: var(--sky-text); }
[class^="c-link"].-pink {
    --link-color: var(--pink); }
[class^="c-link"].-purple {
    --link-color: var(--purple); }
[class^="c-link"].-yellow {
    --link-color: var(--yellow); }
[class^="c-link"].-green {
    --link-color: var(--green); }
[class^="c-link"].-red {
    --link-color: var(--red); }
[class^="c-link"].-gray {
    --link-color: var(--c-text-gray); }
[class^="c-link"].-white {
    --link-color: #fff; }
[class^="c-link"].-c-text .c-link-icon-label {
    color: var(--c-text); }
[class^="c-link"].-c-text .-icon-blank {
    fill: var(--c-primary); }
[class^="c-link"].-disabled {
    --link-color: #ddd;
    pointer-events: none;
    cursor: default; }
[class^="c-link"].-fw500,
  [class^="c-link"].-fw500 [class^="c-link"] {
    font-weight: 500; }
.c-link-icon-label {
  letter-spacing: 0.06em;
  position: relative; }
.-lang-en .c-link-icon-label {
    letter-spacing: 0; }
.c-link-icon.-to-top {
  display: table;
  margin-left: auto; }
.c-link-icon .c-icon svg {
  max-width: 100%;
  max-height: 100%; }
.c-link-icon.-en {
  font-family: "Montserrat";
  font-size: 1.4rem;
  letter-spacing: 0.05em; }
.c-link-icon.-m {
  font-family: "Montserrat"; }
.c-link-icon.-en {
  font-family: "Montserrat"; }
.c-link-under {
  display: table; }
.c-link-under a {
    padding-bottom: 0.5em;
    position: relative; }
.c-link-under a:after {
      width: 100%;
      height: 2px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      background: linear-gradient(-90deg, transparent 5px, var(--link-color) 2px);
      background-repeat: repeat-x;
      background-position: left bottom;
      background-size: 7px 2px; }
.c-link-text {
  position: relative;
  color: inherit;
  font-weight: 500; }
.c-link-text a {
    display: inline; }
.c-link-text.-center {
    text-align: center; }
.c-link-text .-icon-blank {
    fill: var(--c-primary);
    position: relative;
    vertical-align: initial;
    left: auto;
    display: none; }
a[target="_blank"] .-icon-blank {
    display: inline-block; }
.c-link-bottom-scroll {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto; }
.c-link-bottom {
  color: var(--c-text-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.c-link-bottom__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
.c-link-bottom__icon {
    display: block;
    width: 27px;
    height: 28px;
    position: absolute;
    left: -4px;
    top: -12px; }
.c-link-bottom__icon svg {
      width: 100%;
      height: 100%;
      fill: var(--c-secondary); }
.c-link-bottom__icon + span {
      padding-left: 15px; }
.c-link-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2em;
    border: solid 2px currentColor;
    letter-spacing: 0.0625em;
    background-color: #fff; }
.c-link-bottom .-icon-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.c-link-bottom .c-icon svg {
    max-width: 100%;
    max-height: 100%; }
.c-link-tel {
  color: inherit;
  text-decoration: none;
  border: none !important;
  font-weight: inherit; }
.c-link-general {
  color: inherit;
  text-decoration: underline;
  font-weight: normal; }
.c-block-more {
  position: relative; }
.c-block-more .-to-top {
    margin-top: 40px; }
.c-block-more .c-btn-more {
    display: table;
    margin: auto;
    -webkit-transform: translateY(calc(39px + 100%));
            transform: translateY(calc(39px + 100%)); }
.c-block-more-empty__inner {
  text-align: center; }
.c-block-more-empty__text {
  font-weight: bold;
  color: var(--c-text-main); }
.c-block-more-empty__img {
  margin: auto;
  width: 392px;
  height: 220px; }
.c-block-more-empty__img .icon-news-empty {
    width: 100%;
    height: 100%; }
.c-block-more-empty__img .deco-outline {
    fill: var(--c-primary);
    opacity: .6; }
.c-block-more-empty__img .deco-outline-pale {
    fill: var(--c-primary-b); }
.c-list-news__item {
  position: relative; }
.c-list-news__item a .c-img img {
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear; }
.c-list-news .c-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-list-news .c-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%; }
.c-list-news .c-img img {
    width: 100%;
    height: auto; }
.c-list-news .c-title {
  line-height: 1.5; }
.c-list-news .c-tag {
  margin-right: 0.6em;
  margin-bottom: 0.5em; }
.c-list-news .c-date {
  font-family: "Montserrat";
  font-weight: 500;
  margin-left: .25em;
  margin-bottom: 0.5em;
  color: #777;
  letter-spacing: 0em; }
.c-list-news .c-date span {
    font-family: "Noto Sans JP";
    margin-left: 0.2em; }
.c-list-news .c-hash {
  margin-right: 0.5em; }
.c-list-news .c-badge-new {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
.c-list-news .c-badge-new svg {
    width: 100%;
    height: auto;
    fill: var(--c-primary);
    -webkit-animation: new-bounce 5s ease-in-out 0s infinite;
            animation: new-bounce 5s ease-in-out 0s infinite; }
.c-list-spot {
  max-width: 800px;
  margin: auto; }
.c-list-spot__item:nth-of-type(n + 2) {
    background: linear-gradient(90deg, #a2a2a2 2px, transparent 2px);
    background-repeat: repeat-x;
    background-size: 5px 2px; }
.c-list-spot .c-img {
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 234px;
    height: 316px;
    border-radius: 234px 234px 10px 10px;
    padding: 9px;
    border: solid 9px var(--c-primary-a);
    background-color: var(--c-primary-a);
    aspect-ratio: 234 / 316;
    isolation: isolate; }
.c-list-spot .c-img img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      min-width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 100%;
      border-radius: 0 0 8px 8px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.c-list-spot .c-text {
    line-height: 2; }
.c-list-spot .c-title {
    line-height: 1.4;
    white-space: pre-wrap; }
.c-list-disc > li {
  line-height: 2;
  position: relative; }
.c-list-disc > li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0.8em;
    background-color: var(--c-primary);
    border-radius: 100%; }
.c-list-number > li {
  line-height: 2;
  position: relative;
  counter-increment: number;
  padding-left: 1.3em; }
.c-list-number > li:before {
    content: counter(number) ".";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--c-text-main);
    font-weight: bold;
    font-family: "Montserrat"; }
.c-list-number > li + li {
    margin-top: 1.2em; }
.c-list-column5 a .c-img img {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear; }
.c-list-column5 .c-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%; }
.c-list-column5 .c-img img {
    width: 100%;
    height: auto; }
.c-list-column5 .c-title {
  line-height: 1.6; }
.c-menu {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  pointer-events: none;
  display: none;
  height: calc(100vh - 185px); }
.l-header.js-is-fixed .c-menu {
    height: calc(100vh - 74px); }
.c-menu__bg {
    display: none;
    position: absolute;
    z-index: 400;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    z-index: 0; }
.c-menu__bgContent {
    background-color: #fff;
    z-index: 10; }
.c-menu__bgDeco {
    position: relative;
    z-index: 0; }
.c-menu__bgLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
.c-menu__bgBottom {
    margin-top: -1px;
    width: 100%;
    height: 300px;
    pointer-events: none; }
.c-menu__bgBottomInner {
    display: block;
    width: 100vw;
    aspect-ratio: 1500/68; }
.c-menu__bgBottomInner svg {
      display: block;
      width: 100%;
      height: 100%; }
.c-menu__bgBottomInner svg path {
        pointer-events: all;
        fill: #fff;
        -webkit-transition: fill .4s ease-out;
        transition: fill .4s ease-out; }
.l-header[data-currentcate="character"] .c-menu__bgBottomInner svg path {
        fill: #fdf5fa; }
.c-menu__bgPull {
    position: absolute;
    display: block;
    top: -153px;
    left: 50%;
    -webkit-transform: translate(-50%, -105%);
            transform: translate(-50%, -105%);
    z-index: -1; }
.c-menu__bgPullItem {
    pointer-events: all;
    display: block;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
.c-menu__bgPullItem:hover {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
.c-menu__content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: 10; }
.c-menu__contentInner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    display: block;
    height: 100%;
    pointer-events: all; }
.c-menu__item {
    position: relative;
    width: 100%;
    min-height: 300px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10; }
.c-menu__itemInner[v-cloak] {
    display: none; }
.c-menu__heading {
    text-align: center; }
.c-menu__headingMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3rem;
    letter-spacing: 0.01em;
    line-height: 1;
    font-weight: 600;
    font-family: "Montserrat";
    color: var(--c-text-sub); }
.c-menu__headingMain::before {
      display: block;
      width: 100%;
      height: 2px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23a2a2a2"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 28px;
      width: auto;
      position: relative;
      top: 1px; }
.c-menu__headingMain::after {
      display: block;
      width: 100%;
      height: 2px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23a2a2a2"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 28px;
      position: relative;
      top: 1px; }
.c-menu__headingSub {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #A2A2A2; }
.c-menu__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    gap: 40px;
    margin-top: 60px; }
.c-menu__card > * {
      width: calc((100% - (40px * 3) - (0px * 2)) / 4); }
.c-menu__card + .c-menu__card {
      margin-top: 60px; }
.c-menu__cardItem.-tiktok {
    width: calc((100% - (144px * 3) - (0px * 2)) / 4); }
.c-menu__btn {
    margin-top: 60px;
    position: relative;
    z-index: 20; }
.c-menu__box {
    margin-top: 4rem;
    padding: 2.2rem 11rem;
    padding-right: 20px;
    background-color: var(--c-primary-c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 14px; }
.c-menu__box[v-cloak] {
      display: none; }
.c-menu__boxHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-menu__boxHeadIcon {
    display: block; }
.c-menu__boxHeadIcon svg {
      display: block;
      fill: var(--c-text-sub);
      width: 28px;
      height: 27px; }
.c-menu__boxHeadText {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: middle;
    color: var(--c-text-sub);
    line-height: 1; }
.c-menu__boxBody {
    margin-left: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.c-menu__boxItem {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.1rem;
    margin: 0 20px; }
.c-menu__boxItem::after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      color: var(--c-pagetheme);
      -webkit-transition: color .2s ease;
      transition: color .2s ease;
      width: 100%;
      height: 2px;
      background: var(--c-pagetheme);
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center;
      margin-top: 3px; }
.c-menu__char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px; }
.c-menu__charItem {
    position: relative; }
.c-menu__charItem + .c-menu__charItem {
      margin-left: 20px; }
.c-menu__charItemBirthday {
    width: 26px;
    height: 30px;
    position: absolute;
    top: -33px;
    right: 0; }
.c-menu__charItemBirthday svg {
      width: 100%;
      height: 100%;
      fill: var(--pink); }
.c-menu__charFig {
    position: relative;
    z-index: 0;
    height: 150px;
    width: 200px; }
.c-menu__charFigItem {
    display: block;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    height: 100%; }
.c-menu__charFigItem img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom; }
.c-menu__charLinks:hover .c-menu__charFigItem {
      -webkit-animation: bounce 0.8s ease-out;
              animation: bounce 0.8s ease-out; }
.c-menu__charName {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 15px;
    font-weight: 500; }
.c-mobileMenu {
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 65px;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  background-color: var(--c-pagetheme);
  overflow: scroll;
  display: none;
  height: auto;
  overflow: visible; }
.c-mobileMenu .c-btn-arrow-line {
    padding: 0; }
.c-mobileMenu__pull {
    position: absolute;
    display: block;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-25%, 100%);
            transform: translate(-25%, 100%);
    z-index: -1;
    width: 30px; }
.c-mobileMenu__pullItem {
    display: block;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
.c-mobileMenu__content {
    padding-top: 20px;
    margin-top: 3px;
    border-top: 2px solid #fff;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 20;
    background-color: var(--c-pagetheme); }
.l-header.js-is-static .c-mobileMenu__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
.c-mobileMenu__nav {
    position: relative;
    z-index: 20; }
.c-mobileMenu__navList {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100px 13px 100px 13px 100px;
        grid-template: auto / 100px 100px 100px;
    grid-gap: 13px;
    gap: 13px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mobileMenu__navItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: transparent; }
.c-mobileMenu__navItem.js-is-active {
      background-color: #fff; }
.c-mobileMenu__navItemIcon {
    height: 52px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mobileMenu__navItemIcon.-character svg {
      width: 52px;
      height: 32px; }
.c-mobileMenu__navItemIcon.-goods svg {
      width: 54.69px;
      height: 44px; }
.c-mobileMenu__navItemIcon.-movie svg {
      width: 55px;
      height: 44px; }
.c-mobileMenu__navItemIcon.-digital svg {
      width: 37px;
      height: 50px; }
.c-mobileMenu__navItemIcon.-spots svg {
      width: 54.85px;
      height: 34.82px; }
.c-mobileMenu__navItemIcon.-news svg {
      width: 45.87px;
      height: 50.8px; }
.c-mobileMenu__navItemIcon svg {
      display: block;
      fill: #fff; }
.c-mobileMenu__navItem.js-is-active .c-mobileMenu__navItemIcon svg {
        fill: var(--c-pagetheme-sub); }
.c-mobileMenu__navItemText {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: -0.02rem;
    font-weight: 700;
    margin-top: 3px;
    color: #fff; }
.c-mobileMenu__navItem.js-is-active .c-mobileMenu__navItemText {
      color: var(--c-text-sub); }
.c-mobileMenu__btn {
    padding: 20px 25px 40px;
    position: relative;
    z-index: 10; }
.c-mobileMenu__btnItem {
    display: none; }
.c-mobileMenu__btnItem.js-is-active {
      display: block; }
.c-mobileMenu__deco {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    aspect-ratio: 375 / 29;
    z-index: 5;
    display: block;
    position: absolute;
    bottom: 0; }
.c-mobileMenu__deco svg {
      display: block;
      width: 100%;
      height: 100%;
      height: calc(100vw * (29 / 375));
      fill: var(--c-pagetheme);
      -webkit-transition: fill .3s ease-out;
      transition: fill .3s ease-out; }
.c-mobileMenu__body {
    display: none; }
.c-mobileMenu__body[v-cloak] * {
      visibility: hidden; }
.c-mobileMenu__item {
    padding-top: 30px; }
.c-mobileMenu__character {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
.c-mobileMenu__characterItem {
    position: relative;
    width: 30%;
    margin-bottom: 4rem; }
.c-mobileMenu__characterItemBirthday {
    width: 21px;
    height: 24px;
    position: absolute;
    top: -20px;
    right: 0; }
.c-mobileMenu__characterItemBirthday svg {
      width: 100%;
      height: 100%;
      fill: var(--pink); }
.c-mobileMenu__characterFig {
    height: 9.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mobileMenu__characterFig img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.c-mobileMenu__characterName {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 8px; }
.c-mobileMenu__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 18px 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 35px; }
.c-mobileMenu__article > * {
      width: calc((100% - (25px * 1) - (0px * 2)) / 2); }
.c-mobileMenu__article + .c-mobileMenu__article {
      margin-top: 35px; }
.c-mobileMenu__box {
    margin-top: 4rem;
    background-color: var(--c-primary-c);
    border-radius: 10px;
    padding: 20px 15px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto; }
.c-mobileMenu__boxHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-mobileMenu__boxHeadIcon {
    display: block; }
.c-mobileMenu__boxHeadIcon svg {
      display: block;
      fill: var(--c-pagetheme-sub);
      width: 16px;
      height: 16px; }
.c-mobileMenu__boxHeadText {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: middle;
    color: var(--c-text-sub);
    line-height: 1;
    margin-left: .5rem; }
.c-mobileMenu__boxBody {
    margin-top: 20px; }
.c-mobileMenu__boxItem {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.1rem;
    margin: 0 10px 10px; }
.c-mobileMenu__boxItem::after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      background: linear-gradient(to right, var(--c-pagetheme) 0, var(--c-pagetheme) 2px, transparent 2px, transparent 100%);
      background-repeat: repeat-x;
      background-size: 7px 100%; }
.c-mobileMenu__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background-color: var(--c-pagetheme);
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    padding-right: 15px; }
.c-mobileMenu__fig {
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 5px;
    margin-right: 17px; }
.c-mobileMenu__figText {
    color: #fff;
    font-weight: 700;
    font-size: 1rem; }
.c-mobileMenu__figPic {
    width: 48px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-mobileMenu__prof {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff; }
.c-mobileMenu__profName {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 700; }
.c-mobileMenu__profName span {
      font-size: 1rem;
      font-weight: 700; }
.c-mobileMenu__profSmile {
    letter-spacing: 0; }
.c-mobileMenu__profSmile span {
      font-size: .9rem;
      font-weight: 700; }
.c-mobileMenu__fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34%;
    position: relative;
    padding-left: 15px; }
.c-mobileMenu__fav::before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.c-mobileMenu__favIcon {
    margin-right: 10px; }
.c-mobileMenu__favIcon svg {
      width: 28px;
      height: 21px;
      fill: #fff; }
.c-mobileMenu__favText {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.5rem; }
.c-mobileMenu__bottombtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px; }
.c-mobileMenu__closebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
.c-mobileMenu__snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 9px; }
.c-mobileMenu__snsItem a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
body[data-customcolor] .c-mobileMenu__snsItem .sns-icon {
    fill: var(--c-pagetheme); }
.c-mobileMenu__snsHead {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat"; }
.c-mobileMenu__snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px; }
.c-mobileMenu__snsLinks {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17px; }
.c-mobileMenu__snsLinksItem {
    display: inline-block; }
.c-mobileMenu__snsLinksItem + .c-mobileMenu__snsLinksItem {
      margin-left: 18px; }
.c-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: scroll; }
.c-modal.-open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
.c-modal__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
.c-modal__inner {
    margin: auto;
    position: relative; }
.c-modal__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-secondary); }
.c-modal__close {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
.c-modal__close::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
.c-modal__close svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      fill: var(--c-primary);
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
.c-modal-search__h2 {
  text-align: center;
  color: #fff;
  line-height: 1; }
.c-modal-search__body {
  position: relative;
  background-color: var(--c-primary-c); }
.c-modal-search .c-radio {
  color: var(--c-text-main);
  font-weight: bold; }
.c-modal-search .c-info-q {
  font-weight: bold; }
.c-modal-search .c-select-wrap {
  color: var(--c-text-main); }
.c-modal-search-char {
  position: relative; }
.c-modal-search-char-list {
    display: -ms-grid;
    display: grid; }
.c-modal-search-char-list__item {
      cursor: pointer; }
.c-modal-search-char .c-all {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--c-text-sub);
    aspect-ratio: 1 / 1;
    font-family: "Montserrat";
    letter-spacing: 0em;
    font-size: 1.8rem;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-modal-search-char .c-all img {
      width: 100%;
      height: auto; }
.c-modal-search-char .c-all.-current {
      color: #fff;
      background-color: var(--c-primary); }
.c-modal-search-char .c-img {
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-modal-search-char .c-img img {
      width: 100%;
      height: auto; }
.c-modal-search-char .c-img.-current {
      background-color: var(--c-primary); }
.c-modal-youtube__iframe {
  max-width: 660px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto; }
.c-modal-youtube__iframe::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%; }
.c-modal-youtube__iframeItem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.c-modal-birthday__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none; }
.c-modal-birthday__canvas canvas {
    pointer-events: none;
    width: 100%;
    height: 100%; }
.c-modal-birthday__heading {
  position: relative;
  z-index: 10;
  display: block;
  background-image: url("../images/common/birthday-ribon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center; }
.c-modal-birthday__headingMain {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1; }
.c-modal-birthday__headingSub {
  font-family: "Montserrat";
  font-weight: 500;
  letter-spacing: 0.05em; }
.c-modal-birthday__illust {
  position: relative;
  z-index: 0; }
.c-modal-birthday__illustMsg {
  position: absolute;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  pointer-events: none; }
.c-modal-birthday__illustMsg span {
    display: inline-block;
    letter-spacing: 0;
    opacity: 0; }
.c-modal-birthday__illustItem {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.c-modal-birthday__illustItem img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto; }
.c-modal-birthday__illustBg {
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("../images/common/birthday-spotlight.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  margin-right: auto;
  z-index: -1; }
.c-modal-birthday__name {
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 4rem;
  color: #fff;
  font-weight: 700;
  margin-top: 28px; }
.c-modal-birthday__counterNum {
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-modal-birthday__counterNumIcon {
  margin-right: 14px; }
.c-modal-birthday__counterNumIcon svg {
    display: block; }
.c-modal-birthday__counterTrigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 50px;
  background-color: var(--sky);
  border: 2px solid #fff;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  color: #fff;
  overflow: hidden; }
.c-modal-birthday__counterTrigger:disabled {
    border-color: #a2a2a2;
    color: #a2a2a2;
    background-color: #ddd; }
.c-modal-birthday__counterTriggerIcon {
  position: relative;
  z-index: 10;
  margin-right: 10px; }
.c-modal-birthday__counterTriggerIcon svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: currentColor; }
.c-modal-birthday__counterTriggerText {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em; }
.c-modal-birthday__counterNote {
  display: block;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  color: #fff; }
.c-modal-slider {
  padding: 60px 0; }
.c-modal-slider__control {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 20;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-modal-slider__controlItem {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
.c-modal-slider__controlItem::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.c-modal-slider__controlItem svg {
      width: 12px;
      height: 12px; }
.c-modal-slider__controlItem[disabled] {
      opacity: 0.3;
      pointer-events: none; }
.c-modal-slider__slide {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
.c-modal-slider__slide .swiper,
    .c-modal-slider__slide .swiper-wrapper,
    .c-modal-slider__slide .swiper-slide {
      width: 100%;
      height: 100%; }
.c-modal-slider__caption {
    position: absolute;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    top: calc(100% + 20px);
    left: 0;
    text-align: center;
    font-weight: 500; }
.c-modal-slider__slideItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.c-modal-gift .c-modal__bg {
  background: rgba(0, 0, 0, 0.3); }
.c-modal-gift .c-modal__close svg {
  fill: var(--c-secondary); }
.c-modal-gift__slide {
  position: relative;
  max-width: 660px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 70px; }
.c-modal-gift__slideItem {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  position: static; }
.c-modal-gift__slideItem img {
    width: 100%;
    height: auto; }
.c-modal-gift__slideNav {
  font-size: 0;
  overflow: hidden;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -21px; }
.c-modal-gift__slideNav.-prev {
    right: auto;
    left: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
.-slider-disable .c-modal-gift__slideNav {
    display: none; }
.c-modal-gift__slideNavBase {
  height: 43px;
  vertical-align: middle;
  position: relative;
  width: 43px;
  z-index: 1000; }
.c-modal-gift__slideNavBase svg {
    fill: #fff;
    height: 100%;
    stroke: var(--c-primary);
    stroke-width: 3;
    stroke-dasharray: 125.6;
    stroke-dashoffset: 0;
    vertical-align: middle;
    width: 100%; }
.c-modal-gift__slideNavHover {
  height: 43px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  z-index: 1001; }
.c-modal-gift__slideNavHover svg {
    fill: none;
    height: 100%;
    stroke: var(--c-secondary);
    stroke-width: 3;
    stroke-dasharray: 125.6;
    stroke-dashoffset: 125.6;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: stroke-dashoffset 1s;
    transition: stroke-dashoffset 1s;
    vertical-align: middle;
    width: 100%; }
.c-modal-gift__slideNavArrow {
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  z-index: 1000; }
.c-modal-gift__slideNavArrow svg {
    height: 100%;
    width: 100%;
    fill: var(--c-primary);
    -webkit-transition: fill .5s .2s;
    transition: fill .5s .2s; }
.c-modal-gift .swiper,
.c-modal-gift .swiper-wrapper,
.c-modal-gift .swiper-slide {
  width: 100%;
  height: 100%; }
.c-modal-gift .swiper-pagination {
  font-size: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -48px; }
.-slider-disable .c-modal-gift .swiper-pagination {
    display: none; }
.c-modal-gift .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #ddd;
    margin: 0 5px; }
.c-modal-gift .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--c-primary); }
.c-modal-img .c-modal__bg {
  background: rgba(0, 0, 0, 0.3); }
.c-modal-img__cont {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: 520px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
.c-modal-img__cont img {
    width: 100%;
    height: auto; }
.c-searchForm {
  position: relative;
  z-index: 0; }
.c-searchForm__inner {
    position: relative; }
.c-searchForm__inner::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: var(--c-pagetheme); }
body[data-customcolor] .l-header:not([data-theme]) .c-searchForm__inner::before {
        background-color: var(--c-customcolor); }
body[data-customcolor] .l-heade.js-open-searchform:not(.js-open-searchform[data-theme]) .c-searchForm__inner::before {
        background-color: var(--c-customcolor); }
.c-searchForm__row {
    position: relative; }
.c-searchForm__box {
    position: relative;
    z-index: 20;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FDF5FA;
    border-radius: 10px; }
.c-searchForm__close {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: 32px;
    height: 32px;
    right: 15px;
    top: 15px;
    right: 15px; }
.c-searchForm__close svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      fill: var(--pink);
      width: 10px;
      height: 10px;
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
.c-searchForm__close::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
.c-searchForm__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-searchForm__body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 14px; }
.c-searchForm__headIcon svg {
    display: block;
    fill: #8BD0DD;
    width: 100%;
    height: 100%; }
.c-searchForm__headLabel {
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #E383A8;
    margin-left: 1.2rem;
    font-weight: 700; }
.c-searchForm .c-select-wrap {
    width: 19rem;
    color: var(--pink); }
.c-searchForm__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    border-radius: 1000px;
    height: 50px;
    padding-left: 28px;
    color: var(--pink);
    background-color: #fff;
    border: 1px solid var(--pink);
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 5;
    margin: 0;
    outline: none; }
.c-searchForm__selectList {
    position: absolute;
    width: 190px;
    bottom: -6px;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 40; }
.c-searchForm__selectList .c-customSelect {
      max-height: 400px;
      overflow-y: auto;
      overflow-x: hidden;
      border-color: var(--pink); }
.c-searchForm__selectList .c-customSelect::-webkit-scrollbar {
        width: 6px; }
.c-searchForm__selectList .c-customSelect::-webkit-scrollbar-thumb {
        background-color: var(--pink);
        border-radius: 10rem;
        overflow: hidden; }
.c-searchForm__selectList a.c-customSelect__item[href] {
      border-bottom: none;
      color: var(--sky-text); }
.c-searchForm__selectList a.c-customSelect__item[href]::before {
        background-color: #fdf5fa; }
.c-searchForm__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.c-searchForm__input input {
      width: 100%;
      border-color: var(--pink) !important; }
.c-searchForm__input input::-webkit-input-placeholder {
        color: var(--pink) !important; }
.c-searchForm__input input::-moz-placeholder {
        color: var(--pink) !important; }
.c-searchForm__input input::-ms-input-placeholder {
        color: var(--pink) !important; }
.c-searchForm__input input::placeholder {
        color: var(--pink) !important; }
.c-searchForm__note {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400; }
.c-searchForm__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px; }
.c-searchForm__tagItem {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--pink);
    background-color: #fff;
    padding: 9px 28px;
    border-radius: 100px;
    line-height: 1;
    -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .2s ease;
    transition: color .3s ease, background-color .3s ease, -webkit-transform .2s ease;
    transition: color .3s ease, background-color .3s ease, transform .2s ease;
    transition: color .3s ease, background-color .3s ease, transform .2s ease, -webkit-transform .2s ease; }
.c-searchForm__tagItem span {
      display: inline-block; }
input:checked + .c-searchForm__tagItem {
      color: #fff;
      background-color: var(--pink); }
.c-searchForm__control {
    position: relative; }
.c-searchForm__pull {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
    z-index: -1; }
.c-searchForm__pullItem {
    display: block;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
.c-searchForm__pullItem:hover {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
.c-shopRankingBox {
  position: relative;
  background-color: #F7F7F7;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
.c-shopRankingBox__body {
    position: relative; }
.c-shopRankingBox__desc {
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin-left: 36px;
    letter-spacing: 0.05em; }
.c-shopRankingBox__list {
    display: -ms-grid;
    display: grid; }
.c-shopRankingBox__itemFig {
    position: relative; }
.c-shopRankingBox__itemFig figure {
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      isolation: isolate;
      width: 100%; }
.c-shopRankingBox__itemFig figure img {
        width: 100%;
        height: auto; }
.c-shopRankingBox__itemFig figure img {
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear; }
.c-shopRankingBox__itemIcon {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 1000; }
.c-shopRankingBox__itemIconNum {
    position: absolute;
    top: 60%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.7rem;
    color: #fff;
    font-weight: 700; }
.c-shopRankingBox__itemIconSvg {
    width: 50px;
    height: 54px; }
.c-shopRankingBox__itemIconSvg.-is-1 {
      fill: #DBCF81; }
.c-shopRankingBox__itemIconSvg.-is-2 {
      fill: #D6D4C7; }
.c-shopRankingBox__itemIconSvg.-is-3 {
      fill: #F2AF90; }
.c-shopRankingBox__itemFigItem {
    border-radius: 10px; }
.c-shopRankingBox__itemTitle {
    display: block;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.05em;
    margin-top: 20px;
    max-height: 6.9rem;
    font-weight: 500; }
a[target="_blank"] .c-shopRankingBox__itemTitle::after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '\e89e';
      font-family: 'Material Icons';
      display: inline-block;
      color: var(--c-pagetheme);
      vertical-align: middle;
      font-weight: 400;
      position: relative;
      margin-left: 0.1em;
      font-size: 1.7rem;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      position: relative; }
.c-shopRankingBox__itemPrice {
    font-size: 1.2rem;
    margin-top: 1.2rem;
    font-weight: 500; }
.c-shopRankingBox__itemPrice span {
      font-size: 1.5rem; }
.c-shopRankingBox__itemTitleIcon {
    display: none; }
.c-shopRankingBox__itemTag {
    display: inline-block;
    color: #fff;
    background-color: var(--pink);
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 4px 12px; }
.c-shopRankingBox__btn {
    margin-top: 40px; }
.c-shopRankingBox__note {
    display: block;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #777;
    text-indent: -1.5em; }
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none; }
.c-slide-circular {
  position: relative; }
.c-slide-circular .c-btn-youtube {
    position: absolute;
    z-index: 1000; }
.c-slide-circular__slide {
    position: relative;
    padding-bottom: 60px; }
.c-slide-circular__slide .swiper-slide {
      max-width: 640px;
      width: 100%;
      position: relative; }
.c-slide-circular__slide .swiper-button-next,
    .c-slide-circular__slide .swiper-button-prev {
      font-size: 0;
      line-height: 1;
      height: 43px;
      margin: auto;
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      width: 43px; }
.c-slide-circular__slide .swiper-button-next::after,
      .c-slide-circular__slide .swiper-button-prev::after {
        display: none; }
.c-slide-circular__slide .swiper-button-next {
      -webkit-transform: translate(350px, 160px);
              transform: translate(350px, 160px); }
.c-slide-circular__slide .swiper-button-prev {
      -webkit-transform: translate(-350px, 160px);
              transform: translate(-350px, 160px); }
.c-slide-circular__slide .swiper-pagination {
      height: 30px;
      bottom: 0px; }
.c-slide-circular__slide .swiper-pagination .swiper-pagination-bullet {
        background-color: #ddd;
        opacity: 1;
        margin: 0 10px;
        width: 11px;
        height: 11px;
        position: relative; }
.c-slide-circular__slide .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--green); }
.c-slide-circular__slide .swiper-pagination .swiper-pagination-bullet-active svg {
          stroke-dashoffset: 0;
          -webkit-transition: stroke-dashoffset 3.7s linear;
          transition: stroke-dashoffset 3.7s linear; }
.c-slide-circular__slide .swiper-pagination svg {
        fill: none;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        stroke: #c1f0ce;
        stroke-width: 3;
        stroke-dasharray: 125.6;
        stroke-dashoffset: 125.6;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg);
        -webkit-transition: stroke-dashoffset .5s;
        transition: stroke-dashoffset .5s;
        vertical-align: middle;
        z-index: -1;
        width: 30px; }
.c-slide-circular__list li {
    pointer-events: none;
    width: 640px; }
.c-slide-circular__list li.swiper-slide-active {
      pointer-events: auto; }
.c-slide-circular__list li iframe {
      height: 100%;
      width: 100%; }
.c-slide-circular__list li img {
      max-width: 100%;
      height: 100%; }
.c-slide-circular__pic {
    height: 360px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-slide-circular__pic img {
      width: 100%;
      height: auto; }
.c-slide-circular__pic::after {
      background-color: var(--c-primary);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.4;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      width: 100%;
      z-index: 10; }
.c-slide-circular__pic .c-icon-movie__item {
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
.swiper-slide-active .c-slide-circular__pic::after {
      opacity: 0;
      pointer-events: none; }
.swiper-slide-active .c-slide-circular__pic .c-icon-movie__item {
      opacity: 1; }
.c-slide-circular__pic figure {
      position: absolute;
      top: 0;
      left: 0; }
.c-slide-circular__btn {
    height: 81px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 81px; }
.c-slide-circular__btn svg {
      fill: #fff;
      height: 100%;
      width: 100%; }
.c-slide-circular__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-circular__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-pagetheme-sub);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-circular__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-circular__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-pagetheme);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-circular__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-circular__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-circular__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-circular .c-row-pc {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-slide-circular .c-row-pc .c-title {
      width: 100%; }
.c-slide-circular .c-figure {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    width: 100%;
    font-weight: 500; }
.c-slide-circular .c-figure p {
      width: 380px; }
.c-slide-circular .c-img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    margin-right: 20px;
    width: 50px; }
.c-slide-circular .c-img img {
      width: 100%;
      height: auto; }
.c-slide-circular .c-img img {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.c-slide-sync {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
  width: 100%; }
.c-slide-sync .swiper-slide {
    display: block;
    overflow: hidden; }
.c-slide-sync .swiper-slide a {
      display: block;
      overflow: hidden; }
.c-slide-sync .swiper-button-next,
  .c-slide-sync .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 43px; }
.c-slide-sync .swiper-button-next::after,
    .c-slide-sync .swiper-button-prev::after {
      display: none; }
.c-slide-sync .swiper-button-next {
    -webkit-transform: translate(360px, 160px);
            transform: translate(360px, 160px); }
.c-slide-sync .swiper-button-prev {
    -webkit-transform: translate(-360px, 160px);
            transform: translate(-360px, 160px); }
.c-slide-sync .swiper-pagination {
    height: 30px;
    bottom: 0px; }
.c-slide-sync .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 10px;
      width: 11px;
      height: 11px;
      position: relative; }
.c-slide-sync .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--c-secondary); }
.c-slide-sync .swiper-pagination .swiper-pagination-bullet-active svg {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 5s linear;
        transition: stroke-dashoffset 5s linear; }
.c-slide-sync .swiper-pagination svg {
      fill: none;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      stroke: var(--c-secondary-b);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transition: stroke-dashoffset .5s;
      transition: stroke-dashoffset .5s;
      vertical-align: middle;
      z-index: -1;
      width: 30px; }
.c-slide-sync__slider {
    margin: 0;
    width: 640px;
    overflow: hidden;
    border-radius: 10px; }
.c-slide-sync__slider img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
.c-slide-sync__slider-text {
    margin: 380px auto 0;
    width: 640px; }
.c-slide-sync__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-sync__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-pagetheme-sub);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-sync__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-sync__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-pagetheme);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-sync__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-sync__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-sync__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-sync__header {
    display: block;
    max-width: 640px; }
.c-slide-sync__headerTitle {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    font-weight: 500; }
.c-slide-sync__headerTitleIcon {
    width: 17px;
    height: 17px;
    display: none;
    fill: var(--c-pagetheme); }
a[target="_blank"] .c-slide-sync__headerTitleIcon {
      display: inline-block; }
.c-slide-sync__headerBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 18px; }
.c-slide-sync__headerCateItem + .c-slide-sync__headerCateItem {
    margin-left: 5px; }
.c-slide-sync__headerDate {
    margin-left: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #777; }
.c-slide-sync__headerDate time {
      display: inline-block;
      margin-right: 4px;
      font-family: "Montserrat"; }
.c-slide-sync-2column {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  position: relative;
  min-height: 292px;
  padding-bottom: 60px;
  width: 100%; }
.c-slide-sync-2column .swiper-button-next,
  .c-slide-sync-2column .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 0;
    width: 43px; }
.c-slide-sync-2column .swiper-button-next::after,
    .c-slide-sync-2column .swiper-button-prev::after {
      display: none; }
.c-slide-sync-2column .swiper-button-next {
    right: 0;
    left: auto;
    -webkit-transform: translate(0px, 124px);
            transform: translate(0px, 124px); }
.c-slide-sync-2column .swiper-button-prev {
    left: 0;
    right: auto;
    -webkit-transform: translate(0px, 124px);
            transform: translate(0px, 124px); }
.c-slide-sync-2column .swiper-pagination {
    height: 30px;
    bottom: 0px; }
.c-slide-sync-2column .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 10px;
      width: 11px;
      height: 11px;
      position: relative; }
.c-slide-sync-2column .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--c-secondary); }
.c-slide-sync-2column .swiper-pagination .swiper-pagination-bullet-active svg {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 5s linear;
        transition: stroke-dashoffset 5s linear; }
.c-slide-sync-2column .swiper-pagination svg {
      fill: none;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      stroke: var(--c-secondary-b);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transition: stroke-dashoffset .5s;
      transition: stroke-dashoffset .5s;
      vertical-align: middle;
      z-index: -1;
      width: 30px; }
.c-slide-sync-2column.-center .c-slide-sync-2column__slidearea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-slide-sync-2column__slider {
    margin: 0;
    width: 520px;
    width: calc((100% - 40px) / 2);
    overflow: hidden;
    border-radius: 10px; }
.c-slide-sync-2column__slider img {
      height: auto;
      max-width: 100%; }
.c-slide-sync-2column .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-slide-sync-2column .c-img img {
      width: 100%;
      height: auto; }
.c-slide-sync-2column__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-sync-2column__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-sync-2column__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-sync-2column__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-primary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-sync-2column__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-sync-2column__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-secondary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-sync-2column__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-mask {
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  top: 0;
  position: absolute; }
.c-slide-circle-wrapper {
  position: relative;
  overflow: hidden; }
.c-tab-search > .c-tab-search__tab {
  border-bottom: 2px solid var(--c-primary); }
.c-slide-search {
  position: relative; }
.c-slide-search .swiper-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px; }
.c-slide-search .swiper-button-next,
  .c-slide-search .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 100%;
    margin: auto;
    top: 0;
    width: 43px; }
.c-slide-search .swiper-button-next::after,
    .c-slide-search .swiper-button-prev::after {
      display: none; }
.c-slide-search .swiper-button-next.swiper-button-disabled,
    .c-slide-search .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
.c-slide-search .c-slide-circle-wrapper {
    top: 50%;
    height: 43px; }
.c-slide-search .swiper-button-next {
    right: 0; }
.c-slide-search .swiper-button-next .c-slide-mask {
      right: 0; }
.c-slide-search .swiper-button-next .c-slide-circle-wrapper {
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
.c-slide-search .swiper-button-prev {
    left: 0; }
.c-slide-search .swiper-button-prev .c-slide-mask {
      left: 0;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.c-slide-search .swiper-button-prev .c-slide-circle-wrapper {
      -webkit-transform: translate(0, -50%) scale(-1, 1);
              transform: translate(0, -50%) scale(-1, 1); }
.c-slide-search .swiper-scrollbar {
    height: 10px;
    background-color: transparent;
    margin-right: 15px; }
.c-slide-search .swiper-scrollbar:before {
      content: '';
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -2px;
      background-color: var(--c-secondary-b); }
.c-slide-search .swiper-scrollbar-drag {
      cursor: pointer;
      height: 10px;
      background-color: var(--c-secondary); }
.c-slide-search__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-search__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-search__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-search__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-primary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-search__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-search__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-secondary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-search__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-search .swiper-slide {
    text-align: center; }
.c-slide-search .c-all {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--c-secondary-c);
    color: var(--c-text-sub);
    aspect-ratio: 1 / 1;
    font-family: "Montserrat";
    letter-spacing: 0em;
    margin: auto;
    font-size: 2.2rem;
    cursor: pointer; }
.c-slide-search .c-all img {
      width: 100%;
      height: auto; }
.c-slide-search .c-all.-current {
      color: #fff;
      background: var(--c-secondary); }
.c-slide-search .c-img {
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    -webkit-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    isolation: isolate;
    background-color: var(--c-secondary-c); }
.c-slide-search .c-img img {
      width: 100%;
      height: auto; }
.c-slide-search .c-img img {
      max-width: 100%;
      height: auto; }
.c-slide-search .c-img.-current {
      background: var(--c-secondary); }
.c-slide-search .c-text {
    margin-top: 0.5em;
    font-weight: 500;
    letter-spacing: 0.1em; }
.c-slide-search .-current-border .c-img {
    border: solid 4px transparent; }
.c-slide-search .-current-border .-current .c-img {
    border-color: var(--c-secondary);
    background: none; }
.c-slide-search .-current-border .-current .c-all {
    color: #fff;
    background: var(--c-secondary); }
.c-slide-tab {
  position: relative;
  padding-top: 10px; }
.c-slide-tab .swiper-container {
    position: relative;
    overflow: hidden;
    pointer-events: none; }
.c-slide-tab .swiper-button-next,
  .c-slide-tab .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 100%;
    margin: auto;
    top: 0;
    width: 43px; }
.c-slide-tab .swiper-button-next::after,
    .c-slide-tab .swiper-button-prev::after {
      display: none; }
.c-slide-tab .swiper-button-next.swiper-button-disabled,
    .c-slide-tab .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
.c-slide-tab .c-slide-circle-wrapper {
    top: 50%;
    height: 43px; }
.c-slide-tab .swiper-button-next {
    right: 0; }
.c-slide-tab .swiper-button-next .c-slide-mask {
      right: 0; }
.c-slide-tab .swiper-button-next .c-slide-circle-wrapper {
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
.c-slide-tab .swiper-button-prev {
    left: 0; }
.c-slide-tab .swiper-button-prev .c-slide-mask {
      left: 0;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.c-slide-tab .swiper-button-prev .c-slide-circle-wrapper {
      -webkit-transform: translate(0, -50%) scale(-1, 1);
              transform: translate(0, -50%) scale(-1, 1); }
.c-slide-tab__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-tab__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-tab__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-tab__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-primary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-tab__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-tab__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-secondary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-tab__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-tab .swiper-container {
    border-bottom: solid 2px var(--c-primary); }
.c-slide-tab .c-label {
    text-align: center;
    font-weight: bold;
    color: #ddd;
    position: relative;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s; }
.c-slide-tab .c-label:before {
      content: '';
      display: block;
      height: 18px;
      width: 2px;
      background-color: var(--c-primary);
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%); }
.c-slide-tab .c-label.-current {
      background-color: var(--c-primary);
      color: #fff; }
.c-slide-tab .c-label.-current:before {
        display: none; }
.c-slide-window {
  position: relative; }
.c-slide-window .swiper-button-next,
  .c-slide-window .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 0;
    width: 43px; }
.c-slide-window .swiper-button-next::after,
    .c-slide-window .swiper-button-prev::after {
      display: none; }
.c-slide-window .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px); }
.c-slide-window .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px); }
.c-slide-window__slider {
    margin: 0 auto; }
.c-slide-window__list li {
    width: 230px; }
.c-slide-window__list li:nth-of-type(n + 3) {
      margin-top: 20px; }
.c-slide-window__list li img {
      height: auto;
      max-width: 100%; }
.c-slide-window__pic {
    border-radius: 136px 136px 8px 8px;
    border: #91dea9 10px solid;
    isolation: isolate;
    overflow: hidden; }
.c-slide-window__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-window__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-window__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-window__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-primary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-window__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-window__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-secondary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-window__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-focus {
  height: 384px;
  margin: 0 auto;
  max-width: 2100px;
  overflow: hidden;
  padding-top: 95px;
  position: relative;
  width: 100%; }
.c-slide-focus__bg {
    position: absolute;
    top: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2200px; }
.c-slide-focus__bg svg {
      -webkit-animation: stroke-anime500 100s linear infinite;
              animation: stroke-anime500 100s linear infinite;
      fill: #fdf5fa;
      height: auto;
      stroke: #e383a8;
      stroke-dasharray: 1, 5;
      stroke-dashoffset: calc(500 * 3.14);
      width: 100%; }
.c-slide-focus__slider-back {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2100px;
    z-index: 1000; }
.c-slide-focus__slider-back-box {
    height: 300px; }
.c-slide-focus__slider-back-pic {
    -webkit-transform: translateY(400px);
            transform: translateY(400px); }
.c-slide-focus__slider-back-pic img {
      width: 100%;
      height: auto; }
.c-slide-focus__slider-front {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 244px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 244px;
    z-index: 1001; }
.c-slide-focus__bg-front {
    height: 244px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 244px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1001; }
.c-slide-focus__bg-front svg {
      fill: none;
      height: 100%;
      stroke: #ddd;
      stroke-width: 2;
      stroke-dasharray: calc(200 * 3.14);
      stroke-dashoffset: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      vertical-align: middle;
      width: 100%; }
.c-slide-focus__bg-front::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 50%;
      background-color: var(--yellow);
      -webkit-transform: translateY(100%) scaleY(0);
              transform: translateY(100%) scaleY(0);
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
[data-character-color="yellow"] .c-slide-focus__bg-front::before {
        background-color: #EFC128 !important; }
[data-character-color="emeraldgreen"] .c-slide-focus__bg-front::before {
        background-color: #91DEA9 !important; }
[data-character-color="orange"] .c-slide-focus__bg-front::before {
        background-color: #EFA42B !important; }
[data-character-color="green"] .c-slide-focus__bg-front::before {
        background-color: #BCD60A !important; }
[data-character-color="purple"] .c-slide-focus__bg-front::before {
        background-color: #CDA1DC !important; }
[data-character-color="pink"] .c-slide-focus__bg-front::before {
        background-color: #E383A8 !important; }
[data-character-color="blue"] .c-slide-focus__bg-front::before {
        background-color: var(--sky) !important; }
[data-character-color="red"] .c-slide-focus__bg-front::before {
        background-color: #F08080 !important; }
[data-character-color="white"] .c-slide-focus__bg-front::before {
        background-color: #fff !important; }
[data-character-color="black"] .c-slide-focus__bg-front::before {
        background-color: #000 !important; }
.c-slide-focus__bg-active {
    height: 244px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 244px;
    z-index: 1002; }
.c-slide-focus__bg-active svg {
      fill: none;
      height: 100%;
      stroke-width: 2;
      stroke-dasharray: calc(200 * 3.14);
      stroke-dashoffset: calc(200 * 3.14);
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      vertical-align: middle;
      width: 100%; }
[data-character-color="yellow"] .c-slide-focus__bg-active svg {
        stroke: #EFC128 !important; }
[data-character-color="emeraldgreen"] .c-slide-focus__bg-active svg {
        stroke: #91DEA9 !important; }
[data-character-color="orange"] .c-slide-focus__bg-active svg {
        stroke: #EFA42B !important; }
[data-character-color="green"] .c-slide-focus__bg-active svg {
        stroke: #BCD60A !important; }
[data-character-color="purple"] .c-slide-focus__bg-active svg {
        stroke: #CDA1DC !important; }
[data-character-color="pink"] .c-slide-focus__bg-active svg {
        stroke: #E383A8 !important; }
[data-character-color="blue"] .c-slide-focus__bg-active svg {
        stroke: var(--sky) !important; }
[data-character-color="red"] .c-slide-focus__bg-active svg {
        stroke: #F08080 !important; }
[data-character-color="white"] .c-slide-focus__bg-active svg {
        stroke: #fff !important; }
[data-character-color="black"] .c-slide-focus__bg-active svg {
        stroke: #000 !important; }
.c-slide-focus__slider-front-list {
    height: 244px;
    width: 244px; }
.c-slide-focus__slider-front-list li {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.c-slide-focus__slider-front-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center; }
.c-slide-focus__slider-front-pic {
    width: 130px;
    position: relative;
    z-index: 1003; }
.c-slide-focus__slider-front-pic img {
      height: auto;
      width: 100%; }
.c-slide-focus__slider-front-sub {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Montserrat";
    margin-top: 10px;
    width: 240px;
    text-align: center;
    white-space: inherit;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-slide-column2 {
  position: relative; }
.c-slide-column2 .swiper-container {
    position: relative;
    overflow: hidden; }
.c-slide-column2 .swiper-button-next,
  .c-slide-column2 .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 50%;
    width: 43px; }
.c-slide-column2 .swiper-button-next::after,
    .c-slide-column2 .swiper-button-prev::after {
      display: none; }
.c-slide-column2 .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-slide-column2 .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-slide-column2 .swiper-pagination {
    height: 30px;
    bottom: 0px; }
.c-slide-column2 .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 10px;
      width: 11px;
      height: 11px;
      position: relative; }
.c-slide-column2 .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--c-secondary); }
.c-slide-column2 .swiper-pagination .swiper-pagination-bullet-active svg {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 3s linear;
        transition: stroke-dashoffset 3s linear; }
.c-slide-column2 .swiper-pagination svg {
      fill: none;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      stroke: var(--c-secondary-b);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transition: stroke-dashoffset .5s;
      transition: stroke-dashoffset .5s;
      vertical-align: middle;
      z-index: -1;
      width: 30px; }
.c-slide-column2__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-column2__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-pagetheme-sub);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-column2__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-column2__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-pagetheme);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-column2__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-column2__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-column2__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-column2 .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-slide-column2 .c-img img {
      width: 100%;
      height: auto; }
.c-slide-column3 {
  position: relative;
  width: 100%;
  margin-bottom: 60px; }
.c-slide-column3 .swiper-container {
    position: relative;
    overflow: hidden; }
.c-slide-column3 .swiper-container.swiper-no-swiping {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.c-slide-column3 .swiper-button-next,
  .c-slide-column3 .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 50%;
    width: 43px; }
.c-slide-column3 .swiper-button-next::after,
    .c-slide-column3 .swiper-button-prev::after {
      display: none; }
.c-slide-column3.-nopagination .swiper-button-prev,
  .c-slide-column3.-nopagination .swiper-button-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.c-slide-column3 .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
.c-slide-column3 .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
.c-slide-column3 .swiper-pagination {
    height: 30px;
    bottom: -60px; }
.c-slide-column3 .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 10px;
      width: 11px;
      height: 11px;
      position: relative; }
.c-slide-column3 .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--c-secondary); }
.c-slide-column3 .swiper-pagination .swiper-pagination-bullet-active svg {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 3s linear;
        transition: stroke-dashoffset 3s linear; }
.c-slide-column3 .swiper-pagination svg {
      fill: none;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      stroke: var(--c-secondary-b);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transition: stroke-dashoffset .5s;
      transition: stroke-dashoffset .5s;
      vertical-align: middle;
      z-index: -1;
      width: 30px; }
.c-slide-column3__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-column3__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-pagetheme-sub);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-column3__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-column3__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-pagetheme);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-column3__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-column3__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-column3__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-column3 .swiper-slide a .c-img img {
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear; }
.c-slide-column3 .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-slide-column3 .c-img img {
      width: 100%;
      height: auto; }
.c-slide-column3 .c-link-text {
    margin-top: 1em;
    line-height: 1.5; }
.c-detail-gallery {
  position: relative; }
.c-detail-gallery:before {
    content: '';
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--c-primary); }
.c-detail-gallery .swiper-container {
    position: relative;
    overflow: hidden; }
.c-detail-gallery .swiper-slide a .c-img img {
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear; }
.c-detail-gallery .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-detail-gallery .c-img img {
      width: 100%;
      height: auto; }
.c-detail-gallery .c-text {
    text-align: center;
    color: #fff; }
.c-detail-gallery-thumb {
  position: relative; }
.c-detail-gallery-thumb .swiper-wrapper.-none-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: initial !important;
            transform: initial !important; }
.c-detail-gallery-thumb .swiper-button-next,
  .c-detail-gallery-thumb .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 50%;
    width: 43px; }
.c-detail-gallery-thumb .swiper-button-next::after,
    .c-detail-gallery-thumb .swiper-button-prev::after {
      display: none; }
.c-detail-gallery-thumb .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-detail-gallery-thumb .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-detail-gallery-thumb .swiper-pagination {
    height: 30px;
    bottom: 0px; }
.c-detail-gallery-thumb .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 10px;
      width: 11px;
      height: 11px;
      position: relative; }
.c-detail-gallery-thumb .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--c-secondary); }
.c-detail-gallery-thumb .swiper-pagination .swiper-pagination-bullet-active svg {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 5s linear;
        transition: stroke-dashoffset 5s linear; }
.c-detail-gallery-thumb .swiper-pagination svg {
      fill: none;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      stroke: var(--c-secondary-b);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transition: stroke-dashoffset .5s;
      transition: stroke-dashoffset .5s;
      vertical-align: middle;
      z-index: -1;
      width: 30px; }
.c-detail-gallery-thumb__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-detail-gallery-thumb__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: #fff;
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-detail-gallery-thumb__circle-base circle {
      fill: var(--c-primary); }
.c-detail-gallery-thumb__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-detail-gallery-thumb__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-detail-gallery-thumb__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-detail-gallery-thumb__arrow svg {
      height: 100%;
      width: 100%;
      fill: #fff;
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-detail-gallery-thumb__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-detail-gallery-thumb .swiper-slide-thumb-active .c-img:before {
    opacity: 1; }
.c-detail-gallery-thumb .c-img {
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-detail-gallery-thumb .c-img img {
      width: 100%;
      height: auto; }
.c-detail-gallery-thumb .c-img img {
      border-radius: 13px; }
.c-detail-gallery-thumb .c-img:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 2px dotted #fff;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 13px;
      opacity: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
.c-slide-char-column5 {
  position: relative; }
.c-slide-char-column5 .swiper-container {
    position: relative;
    overflow: hidden; }
.c-slide-char-column5 .swiper-no-swiping {
    margin: 0;
    width: 100%; }
.c-slide-char-column5 .swiper-no-swiping .swiper-wrapper {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      width: auto; }
.c-slide-char-column5 .swiper-button-next,
  .c-slide-char-column5 .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 50%;
    width: 43px; }
.c-slide-char-column5 .swiper-button-next::after,
    .c-slide-char-column5 .swiper-button-prev::after {
      display: none; }
.c-slide-char-column5 .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
.c-slide-char-column5 .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
.c-slide-char-column5 .swiper-pagination {
    height: 30px;
    bottom: 0px; }
.c-slide-char-column5 .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 10px;
      width: 11px;
      height: 11px;
      position: relative; }
.c-slide-char-column5 .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--c-secondary); }
.c-slide-char-column5 .swiper-pagination .swiper-pagination-bullet-active svg {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 3s linear;
        transition: stroke-dashoffset 3s linear; }
.c-slide-char-column5 .swiper-pagination svg {
      fill: none;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      stroke: var(--c-secondary-b);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transition: stroke-dashoffset .5s;
      transition: stroke-dashoffset .5s;
      vertical-align: middle;
      z-index: -1;
      width: 30px; }
.c-slide-char-column5__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-char-column5__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-char-column5__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-char-column5__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-primary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-char-column5__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-char-column5__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-secondary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-char-column5__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-char-column5 .swiper-slide {
    text-align: center; }
.c-slide-char-column5 .c-img img {
    max-width: 100%;
    height: auto; }
.c-slide-char-column5 .c-name {
    font-weight: bold;
    line-height: 1.5;
    color: var(--c-text-sub);
    margin-top: 1em; }
.c-slide-sp {
  position: relative; }
.c-slide-sp .swiper-container {
    position: relative;
    overflow: hidden; }
.c-slide-sp .swiper-button-next,
  .c-slide-sp .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 40%;
    width: 43px; }
.c-slide-sp .swiper-button-next::after,
    .c-slide-sp .swiper-button-prev::after {
      display: none; }
.c-slide-sp .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
.c-slide-sp .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
.c-slide-sp .swiper-pagination {
    height: 30px;
    bottom: 0px; }
.c-slide-sp .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 10px;
      width: 11px;
      height: 11px;
      position: relative; }
.c-slide-sp .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--c-secondary); }
.c-slide-sp .swiper-pagination .swiper-pagination-bullet-active svg {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 3s linear;
        transition: stroke-dashoffset 3s linear; }
.c-slide-sp .swiper-pagination svg {
      fill: none;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      stroke: var(--c-secondary-b);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transition: stroke-dashoffset .5s;
      transition: stroke-dashoffset .5s;
      vertical-align: middle;
      z-index: -1;
      width: 30px; }
.c-slide-sp__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-sp__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-sp__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-sp__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-primary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-sp__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-sp__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-secondary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-sp__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-media {
  position: relative; }
.c-slide-media .swiper-container {
    position: relative;
    overflow: hidden; }
.c-slide-media .swiper-button-next,
  .c-slide-media .swiper-button-prev {
    font-size: 0;
    line-height: 1;
    height: 43px;
    margin: auto;
    overflow: hidden;
    top: 50%;
    width: 43px;
    left: 50%;
    right: auto; }
.c-slide-media .swiper-button-next::after,
    .c-slide-media .swiper-button-prev::after {
      display: none; }
.c-slide-media.-no-swipe .swiper-button-next,
  .c-slide-media.-no-swipe .swiper-button-prev {
    pointer-events: none; }
.c-slide-media .swiper-button-next {
    margin-left: 72px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-slide-media .swiper-button-prev {
    margin-left: -112px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-slide-media__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-slide-media__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--c-secondary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.c-slide-media__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-slide-media__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--c-primary);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 125.6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: stroke-dashoffset 1s;
      transition: stroke-dashoffset 1s;
      vertical-align: middle;
      width: 100%; }
.c-slide-media__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-slide-media__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-secondary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .c-slide-media__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.c-slide-media .swiper-slide a {
    pointer-events: none; }
.c-slide-media .swiper-slide .sns-icon {
    fill: #fff; }
.c-slide-media .swiper-slide .sns-circle {
    fill: #ddd;
    -webkit-transition: fill .2s;
    transition: fill .2s; }
.c-slide-media .swiper-slide-active a {
    pointer-events: auto; }
.c-slide-media .swiper-slide-active .-twitter .sns-circle {
    fill: #75c6de; }
.c-slide-media .swiper-slide-active .-facebook .sns-circle {
    fill: #5292e5; }
.c-slide-media .swiper-slide-active .-line .sns-circle {
    fill: #6cd5b1; }
.c-slide-media .swiper-slide-active .-instagram .sns-circle {
    fill: #BC7ED1; }
.c-slide-media .swiper-slide-active .-youtube .sns-circle {
    fill: #E67272; }
.c-slide-media .swiper-slide-active .-tiktok .sns-circle {
    fill: #777; }
.c-slide-media .swiper-slide-active .-niconico .sns-circle {
    fill: #777; }
.c-slide-media .swiper-slide-active .-showroom .sns-circle {
    fill: #777; }
.c-slide-media .swiper-slide-active .-blog .sns-circle {
    fill: #e383a8; }
.c-slide-media .swiper-slide-active .-note .sns-circle {
    fill: #3EC8B3; }
.c-slide-media .swiper-slide-active .c-deco {
    opacity: 1; }
.c-slide-media .swiper-slide-active .c-deco.-top {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
.c-slide-media .swiper-slide-active .c-deco.-bottom {
      -webkit-transform: translate(-50%, 0) rotate(180deg);
              transform: translate(-50%, 0) rotate(180deg); }
.c-slide-media .c-deco {
    width: 18px;
    height: 30px;
    position: absolute;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out .2s, -webkit-transform .2s ease-out .2s;
    transition: opacity .2s ease-out .2s, -webkit-transform .2s ease-out .2s;
    transition: opacity .2s ease-out .2s, transform .2s ease-out .2s;
    transition: opacity .2s ease-out .2s, transform .2s ease-out .2s, -webkit-transform .2s ease-out .2s; }
.c-slide-media .c-deco svg {
      width: 100%;
      height: 100%; }
.c-slide-media .c-deco.-top {
      top: 0;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
.c-slide-media .c-deco.-bottom {
      bottom: 0;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
.c-slide-media .c-item {
    position: relative;
    padding: 30px 0;
    cursor: pointer; }
.c-slide-media .c-img {
    position: relative;
    z-index: 2; }
.c-slide-media .c-img img {
      max-width: 100%;
      height: auto; }
.c-tab-search__select .c-select-wrap .c-icon svg {
  stroke: var(--green); }
.c-tab-search__selectHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--green); }
.c-tab-search__selectHeadIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5em; }
.c-tab-search__selectHeadIcon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--red); }
.c-tab-search__selectItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  width: 256px;
  height: 50px;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 100px; }
.c-tab-search__selectList {
  position: absolute;
  width: 190px;
  bottom: -6px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 40; }
.c-tab-search__selectList .c-customSelect {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border-color: var(--c-primary); }
.c-tab-search__selectList .c-customSelect::-webkit-scrollbar {
      width: 6px; }
.c-tab-search__selectList .c-customSelect::-webkit-scrollbar-thumb {
      background-color: var(--c-primary);
      border-radius: 10rem;
      overflow: hidden; }
.c-tab-search__selectList a.c-customSelect__item[href] {
    border-bottom: none;
    color: var(--c-text-sub); }
.c-tab-search__selectList a.c-customSelect__item[href]::before {
      background-color: var(--c-secondary-c); }
.c-search-acc {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FDF5FA;
  margin-top: 40px;
  border-radius: 10px; }
.c-search-acc__head {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--pink);
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-search-acc__headIcon {
    margin-right: 15px; }
.c-search-acc__headMark {
    margin-left: auto;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background-color: var(--pink);
    position: relative; }
.c-search-acc__headMark::before {
      content: "";
      display: block;
      width: 11px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
      background-color: #fff;
      border-radius: 10px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.c-search-acc__headMark::after {
      content: "";
      display: block;
      width: 11px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
      background-color: #fff;
      border-radius: 10px; }
.c-search-acc__head.is-active .c-search-acc__headMark::before {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0); }
.c-search-acc__body {
    margin-top: 10px;
    padding-bottom: 40px;
    display: none; }
.c-search-acc__row + .c-search-acc__row {
    margin-top: 3rem; }
.c-search-acc__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.c-search-acc__rowHead {
    margin-right: 30px;
    color: var(--pink);
    font-size: 1.7rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-search-acc__rowHeadIcon {
    width: 18px;
    height: 19px;
    margin-right: 13px; }
.c-search-acc__rowHeadIcon svg {
      width: 100%;
      height: 100%;
      fill: var(--sky); }
.c-search-acc__rowBody {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.c-textHeadingIcon {
  text-align: center;
  position: relative;
  display: table;
  margin: auto; }
.c-textHeadingIcon__icon {
    display: block; }
.c-textHeadingIcon__iconItem {
    display: block;
    width: 44px;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    fill: var(--c-text-sub); }
.c-textHeadingIcon__main {
    display: block;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-family: "Montserrat";
    color: var(--c-text-main); }
.c-textHeadingIcon__main.-plus {
      height: 40px;
      margin-top: 5px;
      margin-bottom: 16px; }
.c-textHeadingIcon__main.-plus svg {
        display: block;
        height: 100%;
        width: auto; }
.c-textHeadingIcon__sub {
    display: block;
    font-weight: 500;
    color: var(--c-text-gray); }
.-birthday .c-textHeadingIcon__sub {
      color: var(--c-text-sub); }
.c-textHeadingIcon .c-char {
    position: absolute; }
.c-textHeadingIcon.-bg-round:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #f7f7f7;
    top: 0;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-textHeadingLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-textHeadingLine__text {
    display: inline-block;
    color: var(--c-text-main);
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0.05em; }
.c-textHeadingLine::before {
    display: block;
    width: 100%;
    height: 2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23a2a2a2"/></svg>');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: right center;
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 28px;
    width: auto;
    position: relative;
    top: 1px; }
.c-textHeadingLine::after {
    display: block;
    width: 100%;
    height: 2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23a2a2a2"/></svg>');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: right center;
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 28px;
    position: relative;
    top: 1px; }
.c-textRoundLine {
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: var(--c-text-main);
  letter-spacing: 0.05em; }
.c-textRoundLine svg {
    width: auto;
    height: 99%;
    stroke: var(--c-secondary);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-textRoundLine .c-line {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-textRoundLineSvg {
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  color: var(--c-text-main);
  letter-spacing: 0.05em; }
.c-textRoundLineSvg .c-line {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-textRoundLineSvg .c-line svg {
      width: auto;
      height: 99%;
      stroke: var(--c-secondary);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
.c-textRoundLineSvg .c-line-text {
    margin: 0 auto;
    width: 300px; }
.c-textRoundLineSvg .c-line-text path {
      fill: none; }
.c-textRoundLineSvg .c-line-text text {
      fill: var(--c-primary); }
.c-textRoundLineSvg .c-line-text-detail {
    color: var(--c-text-sub);
    line-height: 1;
    margin-top: -2em;
    font-size: 1.4rem; }
.c-textRoundLineSvg .c-line-text-detail svg {
      fill: currentColor;
      max-width: 100%;
      max-height: 100%; }
.c-textRoundLineSvg .c-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; }
.c-textRoundLineSvg .c-icon svg {
      height: auto;
      width: 100%; }
.c-title-h3 {
  text-align: center;
  color: var(--c-text-main); }
.c-primary {
  color: var(--c-text-main); }
.c-secondary {
  color: var(--c-text-sub); }
.c-heading-search {
  line-height: 1;
  background: linear-gradient(90deg, var(--c-primary) 2px, transparent 2px);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 5px 2px; }
.c-heading-search__title {
    font-weight: bold; }
.c-heading-search__sort {
    color: var(--c-text-sub);
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    padding: 0 1em; }
.c-heading-search__sort:before, .c-heading-search__sort:after {
      content: '';
      display: block;
      width: 0.5em;
      height: 100%;
      position: absolute;
      border: 2px solid currentColor;
      border-right: none;
      top: 0; }
.c-heading-search__sort:before {
      left: 0; }
.c-heading-search__sort:after {
      right: 0;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.c-heading-search__count {
    letter-spacing: 0em; }
.c-heading-search__count span {
      font-weight: bold;
      font-family: "Montserrat";
      line-height: 0.8;
      padding: 0 0.1em; }
.c-hash {
  color: #a2a2a2; }
.c-hash a {
    border-bottom: none !important; }
.c-hash-link {
  line-height: 1.3; }
.c-hash-link a {
    color: var(--c-text-main);
    background-color: #fff;
    border-radius: 2em;
    display: block;
    font-weight: bold;
    padding: 5px 18px; }
.c-hash-link.-current a {
    background-color: var(--c-primary);
    color: #fff; }
.c-info-q {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.c-info-q .c-icon {
    display: block;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 2px;
    background-color: var(--c-secondary);
    color: #fff;
    font-weight: bold; }
.c-info-q__panel {
    position: absolute;
    left: 50%;
    bottom: 160%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    font-weight: bold;
    border: solid 2px var(--c-secondary);
    padding: 1em;
    border-radius: 10px;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    color: var(--c-text);
    line-height: 1.6; }
.c-info-q__panel:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      border-left: solid 2px var(--c-secondary);
      border-bottom: solid 2px var(--c-secondary);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translate(-50%, 65%) rotate(-45deg);
              transform: translate(-50%, 65%) rotate(-45deg); }
.-on .c-info-q__panel {
      opacity: 1;
      visibility: visible; }
.c-clip {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-clip__label {
    color: var(--c-text-main);
    border-bottom: 2px dotted currentColor;
    padding-bottom: 0.1em; }
.c-clip__btn {
    position: relative;
    color: var(--c-text-main);
    border: solid 2px var(--c-primary);
    border-radius: 100%;
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-clip__btn .c-icon {
      width: 70%;
      height: 70%; }
.c-clip__btn svg {
      max-width: 100%;
      max-height: 100%;
      fill: currentColor; }
.-on .c-clip__btn {
      background-color: var(--c-primary);
      color: #fff; }
.c-clip__panel {
    position: absolute;
    left: 50%;
    bottom: 140%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    font-weight: bold;
    border: solid 2px var(--c-secondary);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    color: var(--c-text-sub);
    line-height: 1.6;
    font-size: 1.3rem;
    width: 240px; }
.c-clip__panel:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      border-left: solid 2px var(--c-secondary);
      border-bottom: solid 2px var(--c-secondary);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translate(-50%, 55%) rotate(-45deg);
              transform: translate(-50%, 55%) rotate(-45deg); }
.c-clip__panel .c-btn {
      width: 100%;
      height: 35px;
      margin-top: 1em; }
.c-clip__panel .c-link {
      margin: 1em auto 0;
      display: table; }
.c-clip__panel .c-link a {
        border-bottom: 2px dotted currentColor; }
.-on .c-clip__panel {
      opacity: 1;
      visibility: visible; }
.c-clipbtn {
  position: relative;
  display: inline-block; }
.c-clipbtn__link {
    color: var(--c-text-sub);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-clipbtn__panel {
    position: absolute;
    left: 12%;
    bottom: 131%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    font-weight: bold;
    border: solid 2px var(--sky);
    padding: 15px 4px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    color: var(--sky-text);
    line-height: 1.6;
    font-size: 1.3rem;
    width: 240px; }
.c-clipbtn__panel:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      border-left: solid 2px var(--sky);
      border-bottom: solid 2px var(--sky);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translate(-50%, 55%) rotate(-45deg);
              transform: translate(-50%, 55%) rotate(-45deg); }
.c-clipbtn__panel .c-btn {
      width: 100%;
      height: 35px;
      margin-top: .5em;
      max-width: 188px;
      margin-left: auto;
      margin-right: auto; }
.c-clipbtn__panel .c-icon.-icon-blank {
      width: 8px !important;
      height: 8px !important;
      margin-left: 5px;
      top: 3px !important; }
.c-clipbtn__panel .c-link {
      margin: 1em auto 0;
      display: table;
      color: var(--pink); }
.c-clipbtn__panel .c-link a {
        border-bottom: 2px dotted currentColor; }
.c-clipbtn__panel.-on {
      opacity: 1;
      visibility: visible; }
.c-clipbtn__panel small {
      display: block;
      margin-top: 13px;
      font-size: 10px;
      color: #777; }
.c-clipbtn__linkIcon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid currentColor;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
.c-clipbtn__link.-on .c-clipbtn__linkIcon {
      background-color: currentColor; }
.c-clipbtn__linkIcon .c-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%; }
.c-clipbtn__linkIcon .c-icon svg {
        display: block;
        width: 26px;
        height: 26px;
        fill: currentColor;
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
.c-clipbtn__link.-on .c-clipbtn__linkIcon .c-icon svg {
          fill: #fff; }
.c-clipbtn__linkText {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    line-height: 1;
    vertical-align: middle;
    background: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--c-text-sub); }
.c-clipbtn__linkText::after {
      display: block;
      color: currentColor;
      border-bottom: 2px dotted currentColor;
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      content: ""; }
.c-accordion-head {
  position: relative;
  width: 100%;
  cursor: pointer; }
.c-accordion__close {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: var(--c-primary);
  border-radius: 100%; }
.c-accordion__close:before, .c-accordion__close:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 8px;
    height: 2px; }
.c-accordion__close:before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.c-accordion__close:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }
.c-accordion.-on .c-accordion__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0); }
.c-error {
  position: relative; }
.c-error__panel {
    position: absolute;
    left: 50%;
    bottom: 130%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    font-weight: bold;
    border: solid 2px #e383a8;
    padding: 1em;
    border-radius: 10px;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    color: #e383a8;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-error__panel:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      border-left: solid 2px #e383a8;
      border-bottom: solid 2px #e383a8;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translate(-50%, 65%) rotate(-45deg);
              transform: translate(-50%, 65%) rotate(-45deg); }
.c-error__panel .c-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 1em;
      height: 1em;
      margin-right: 0.5em;
      text-align: center;
      line-height: 1em;
      background-color: #e383a8;
      color: #fff;
      border-radius: 2px; }
.-error .c-error__panel {
      opacity: 1;
      visibility: visible; }
.c-error.-error input {
    background: #fdf5fa !important; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
.u-fit-w {
  width: 100%;
  height: auto; }
.u-fit-h {
  height: 100%;
  width: auto; }
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.u-fit-img.-fit-aspect {
    position: absolute;
    -o-object-position: center;
       object-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
body.u-scroll-fix {
  overflow: hidden; }
.border-dot {
  -o-border-image: url("../images/common/deco-border-dot.svg") 2 round;
     border-image: url("../images/common/deco-border-dot.svg") 2 round;
  border-style: solid;
  border-width: 2px;
  width: 100px;
  height: 100px;
  background-color: lightgray;
  margin: auto; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
.u-br {
  white-space: pre-wrap; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 769px) {
    body {
      line-height: 1.8;
      font-size: 1.5rem; }
  .c-deco-illust {
    width: 300px;
    height: 300px; }
    .c-deco-ball {
      width: 650px;
      height: 650px; }
      .l-body__bgItem.-left {
        right: 50%;
        -webkit-transform: translate(-200px, 0);
                transform: translate(-200px, 0); }
      .l-body__bgItem.-right {
        left: 50%;
        -webkit-transform: translate(200px, 0);
                transform: translate(200px, 0); }
      .l-body__bgIllustItem {
        right: 30px;
        margin-right: 30px; }
      .l-footer__pagetopFig {
        top: -5px;
        right: -5px;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        a:hover .l-footer__pagetopFig {
          opacity: 0.7; }
      .l-footer__row {
        padding: 2.7rem 0; }
      .l-footer__nav {
        margin-top: 61px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 36px; }
    .l-footer__sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 27.3%;
      min-width: 328px;
      padding-right: 10px; }
    .l-footer__snsIcons {
      width: 145px; }
    .l-footer__snsList {
      margin-top: 9px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .l-footer__snsItem a:hover {
        opacity: 0.7; }
      .l-footer__snsLinks {
        margin-left: 32px;
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .l-footer__snsLinksItem + .l-footer__snsLinksItem {
        margin-top: 7px; }
      .l-footer__navSite {
        -ms-grid-rows: auto;
        -ms-grid-columns: 136px 220px 1fr;
            grid-template: auto / 136px 220px 1fr;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 32px; }
        .l-footer__navSite::before {
          display: block;
          width: 2px;
          height: 100%;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="2" height="5" viewBox="0 0 2 5"><path id="線_401" data-name="線 401" d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23fff"/></svg>');
          background-repeat: repeat-y;
          background-size: contain;
          background-position: center top;
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
      .l-footer__navSiteItem:nth-of-type(4) {
        margin-left: 0; }
      .l-footer__navSiteItem:nth-of-type(n + 4) {
        margin-top: 16px; }
      .l-footer__navSiteItem br {
        display: none; }
      .l-footer__navOther {
        width: 15%;
        padding-right: 10px; }
        .l-footer__navOther::before {
          display: block;
          width: 2px;
          height: 100%;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="2" height="5" viewBox="0 0 2 5"><path id="線_401" data-name="線 401" d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23fff"/></svg>');
          background-repeat: repeat-y;
          background-size: contain;
          background-position: center top;
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
      .l-footer__info {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .l-footer__infoItem + .l-footer__infoItem {
      margin-left: 50px; }
    .l-footer__enlink {
      position: absolute;
      top: 30%;
      right: 0; }
      .l-header__topNavText {
        font-size: 1rem;
        margin-top: 8px; }
      .l-header__bottomDeco {
        z-index: 0; }
        .l-body[data-page="favorite"] .l-header__bottomDeco {
          z-index: 15; }
        .l-header__bottomDeco svg.for-mobile {
          display: none; }
    .l-main {
      padding-bottom: 60px; }
    .l-main.-pb-0 {
      padding-bottom: 0; }
    .l-inner {
      margin: auto;
      max-width: 1200px; }
    .l-sidebar {
      right: 0;
      top: 270px; }
      .l-sidebar__content {
        width: 90px; }
      .l-sidebar__item {
        padding: 17px 10px;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        .l-sidebar__item::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: #fff;
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
        .l-sidebar__item:first-of-type::after {
          border-radius: 10px 0 0 0; }
        .l-sidebar__item:last-of-type::after {
          border-radius: 0 0 0 10px; }
        .l-sidebar__item:hover::after {
          opacity: 0.3; }
    .l-sidebar__itemIcon {
      width: 40px;
      height: 40px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 10; }
    .l-sidebar__itemIcon.-key {
      width: 40px;
      height: 40px; }
    .l-sidebar__itemIcon.-card {
      width: 50px;
      height: 40px; }
    .l-sidebar__itemIcon.-ribon {
      width: 40px;
      height: 31px; }
      .l-sidebar__trigger {
        display: none; }
    .c-sideCharacter__item {
      width: 250px;
      height: 250px; }
    .c-alertBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .c-alertBox__heading {
        font-size: 1.4rem;
        width: 120px; }
      .c-alertBox__btn {
        margin-top: 20px; }
    .c-alertBox__body {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 25px;
      border-left: 1px solid #DDDDDD; }
      .c-alertBox__item + .c-alertBox__item {
        margin-top: 20px; }
      .c-alertBox__title {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-alertBox__item:hover .c-alertBox__title {
          color: var(--pink); }
        .p-news .c-alertBox__item:hover .c-alertBox__title {
          color: var(--c-text-main); }
      .c-alertBox__item:hover .c-alertBox__titleInner {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23e383a8"/></svg>'); }
      .p-news .c-alertBox__item:hover .c-alertBox__titleInner {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23f08080"/></svg>'); }
    .c-bread {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
        .c-bread__item a {
          -webkit-transition: color .3s;
          transition: color .3s; }
          .c-bread__item a:hover {
            color: var(--c-text-sub); }
    .c-bread {
      margin-bottom: 85px;
      font-size: 1.6rem; }
    .c-btn-arrow {
      width: 44rem;
      font-size: 1.6rem; }
      .c-btn-arrow:hover .deco-outline {
        fill: var(--btn-rev-color); }
      .c-btn-arrow:hover .-icon-arrow svg {
        fill: var(--btn-rev-color);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .c-btn-arrow:hover .c-btn-arrow-label p {
        -webkit-transform: translateY(-250%);
                transform: translateY(-250%);
        -webkit-transform-origin: bottom;
                transform-origin: bottom; }
      .c-btn-arrow:hover .c-btn-arrow-label::after {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        white-space: pre; }
      .c-btn-arrow:hover .c-btn-arrow-line:before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left top;
                transform-origin: left top; }
      .c-btn-arrow.-s {
        width: 92px;
        height: 2.3rem;
        font-size: 1.1rem;
        letter-spacing: 0.1em; }
        .c-btn-arrow.-s .-icon-arrow {
          -webkit-transform: translateY(-50%) scale(0.7);
                  transform: translateY(-50%) scale(0.7);
          right: 0.5rem; }
      .c-btn-arrow.-l {
        width: 500px;
        height: 77px;
        font-size: 2.9rem;
        font-weight: 700; }
        .c-btn-arrow.-l .c-icon {
          width: 20px;
          height: 20px; }
      .c-btn-arrow.-lx {
        width: 500px; }
      .c-btn-arrow.-lm {
        width: 540px; }
      .c-btn-arrow.-ls {
        width: 420px; }
      .c-btn-arrow.-noicon .-icon-arrow {
        display: none; }
      .c-btn-arrow .-icon-arrow {
        width: 1.8rem;
        height: 1.8rem;
        right: 1.5rem; }
      .c-btn-arrow .-icon-search,
      .c-btn-arrow .-icon-dl {
        width: 3.4rem;
        height: 3.4rem;
        right: 1rem; }
      .c-btn-arrow .-deco-character {
        width: 4.7rem;
        height: 4.1rem;
        left: -1.5rem;
        top: -1.5rem; }
      .c-btn-arrow .-deco-goods {
        width: 5.1rem;
        height: 3.6rem;
        left: -0.8rem;
        top: -0.8rem; }
      .c-btn-arrow .-deco-movie {
        width: 4.5rem;
        height: 5.5rem;
        left: -1.8rem;
        top: -1.7rem;
        z-index: -1; }
      .c-btn-arrow .-deco-digital {
        width: 4.8rem;
        height: 3.8rem;
        left: -0.8rem;
        top: -1.3rem; }
      .c-btn-arrow .-deco-spots {
        width: 4rem;
        height: 3.1rem;
        left: 2.5rem;
        top: 0.8rem; }
      .c-btn-arrow .-deco-news {
        width: 11.9rem;
        height: 8rem;
        left: -4rem;
        top: 2.3rem;
        z-index: -1; }
      .c-btn-arrow .-deco-online {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 3rem;
        left: 2.8rem;
        top: 0; }
      .c-btn-arrow .-deco-store {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 3.6rem;
        left: 2.8rem;
        top: 0; }
    .c-btn {
      width: 22.6rem;
      height: 4rem;
      font-size: 1.4rem; }
      .c-btn .c-icon {
        margin-right: 0.8em; }
      .c-btn .-deco-like {
        width: 2.1rem;
        height: 1.8rem; }
      .c-btn .-deco-interview {
        width: 2.4rem;
        height: 2.4rem; }
      .c-btn-youtube a:hover {
        opacity: 0.7; }
    .c-btn-youtube {
      width: 150px;
      height: 50px;
      font-size: 1.4rem; }
    .c-btn-block-search {
      padding: 27px;
      margin: 60px auto 65px; }
      .c-btn-app a {
        -webkit-transition: opacity 0.3s cubic-bezier(0.67, 0.17, 0.41, 0.97);
        transition: opacity 0.3s cubic-bezier(0.67, 0.17, 0.41, 0.97); }
        .c-btn-app a:hover {
          opacity: 0.5; }
    .c-tag {
      padding: 6px 15px; }
      .c-cardArticle .c-badge-new {
        width: 60px;
        -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
      .c-cardArticle__new {
        width: 30px;
        height: 30px; }
    .c-cardArticle__figItem {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .c-cardArticle.-item .c-cardArticle__figItem {
        width: auto;
        max-width: 100%;
        display: inline-block; }
      a:hover .c-cardArticle__figItem {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .c-cardArticle__title {
        min-height: 4.6rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        a:hover .c-cardArticle__title {
          color: var(--c-text-sub); }
        .c-cardArticle__link[target="_blank"]:hover .c-cardArticle__title::after {
          color: var(--c-text-sub); }
      .c-cardArticle__bottom {
        margin-top: 20px; }
    .c-cardGoods__link:hover .c-cardGoods__title {
      color: var(--c-text-sub); }
      .c-cardGoods__icon {
        width: 59px;
        height: 60px; }
        .c-cardGoods.-s .c-cardGoods__icon {
          width: 30px;
          height: 35px; }
    .c-cardGoods__figItem {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .c-cardGoods__link:hover .c-cardGoods__figItem {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .c-cardGoods__title {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-cardGoods__link[target="_blank"]:hover .c-cardGoods__title::after {
          color: var(--c-text-sub); }
    .c-cardSpot__pic {
      width: 234px;
      height: 316px; }
      .c-cardSpot__pic img {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
        a:hover .c-cardSpot__pic img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    a:hover .c-cardSpot__text {
      color: var(--c-text-sub); }
      .c-cardSpot__link[target="_blank"]:hover .c-cardSpot__text span::after {
        color: var(--c-text-sub); }
      .c-cardWindow__fig img {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
        a:hover .c-cardWindow__fig img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    .c-cardWindow__text {
      min-height: 40px;
      max-width: 234px;
      width: 100%;
      font-size: 1.5rem;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      a:hover .c-cardWindow__text {
        color: #f08080; }
      .c-cardWindow a[target="_blank"]:hover .c-cardWindow__text::after {
        color: var(--red); }
      .c-cardClip__icon:hover {
        background-color: rgba(227, 131, 168, 0.3); }
      .c-cardClip__link:hover .c-cardClip__img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .c-cardClip__link:hover .c-cardClip__title {
        color: #e383a8; }
  .p-characterSearch {
    margin-top: 60px; }
    .p-characterSearch__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
  .p-characterSlider {
    margin-top: 120px; }
  .p-characterSlider__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .p-characterBirthday {
      margin-top: 120px; }
    .p-characterBirthday__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterBirthday__slider {
        padding-left: 30px;
        padding-right: 30px; }
        .p-characterBirthday__slider .swiper-button-next {
          -webkit-transform: translate(10px, -50%);
                  transform: translate(10px, -50%); }
        .p-characterBirthday__slider .swiper-button-prev {
          -webkit-transform: translate(-10px, -50%);
                  transform: translate(-10px, -50%); }
      .p-characterBirthday__slider .swiper-pagination {
        bottom: -56px; }
    .p-characterBirthday__sliderIllust {
      height: 134px;
      width: 134px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterBirthday__sliderIllust img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: bottom;
           object-position: bottom; }
      .p-characterBirthday__sliderItem:hover .p-characterBirthday__sliderIllust {
        -webkit-animation: bounce 0.8s ease-out;
                animation: bounce 0.8s ease-out; }
      .p-characterBirthday__sliderBirth {
        font-size: 1.6rem;
        margin-top: 8px; }
      .swiper-button-next:hover .p-characterBirthday__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .p-characterBirthday__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .p-characterBirthday__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .p-characterBirthday__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .p-characterBirthday__pagination {
      margin-top: 40px; }
  .p-characterRanking {
    margin-top: 92px; }
  .p-characterRanking__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .p-characterRanking__headNote {
      right: 0;
      top: -8px; }
  .p-characterRanking__list {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .p-characterRanking__resultHeadItem + .p-characterRanking__resultHeadItem {
      margin-left: 60px; }
    .p-characterRanking__sliderItem:hover .p-characterRanking__sliderIllust {
      -webkit-animation: bounce 0.8s ease-out;
              animation: bounce 0.8s ease-out; }
  .p-characterRanking__sliderItem {
    width: auto; }
  .p-characterRanking__sliderItem + .p-characterRanking__sliderItem {
    margin-left: 90px; }
  .p-characterRanking__rankingItemIcon {
    position: absolute;
    top: -25px;
    right: -10px;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0); }
    .p-characterRanking__rankingItemIcon svg {
      width: 50px;
      height: 54px; }
    .p-characterRanking__sliderCaption {
      font-size: 1.6rem; }
    .p-characterRanking__sliderBirth {
      font-size: 1.6rem; }
    .p-characterDetailFv__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterDetailFv__nameSub {
        font-size: 1.6rem;
        margin-top: 25px; }
      .p-characterDetailFv__illust {
        height: 280px;
        margin-top: 40px; }
      .p-characterDetailFv__birthday {
        top: 0;
        left: 50%;
        width: 66px;
        padding: 0 13px;
        height: 46px;
        -webkit-transform: translateX(267px);
                transform: translateX(267px); }
      .p-characterDetailFv__favorite {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(267px);
                transform: translateX(267px); }
        .p-characterDetailFv__panel .c-btn {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          .p-characterDetailFv__panel .c-btn:hover {
            opacity: 0.7; }
          .p-characterDetailFv__panel .c-link a {
            -webkit-transition: color .3s ease;
            transition: color .3s ease; }
            .p-characterDetailFv__panel .c-link a:hover {
              color: var(--sky-text); }
      .p-characterDetailFv__favoriteBtn:hover svg {
        opacity: 0.7; }
    .p-characterDetailAnchors .c-link-bottom {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .p-characterDetailGallery__head {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterDetailGallery__body {
        margin-top: 45px; }
        .p-characterDetailGallery__slider .swiper {
          max-width: 1200px;
          margin-left: auto;
          margin-right: auto; }
      .p-characterDetailGallery__sliderItem {
        padding-top: 56px; }
      .p-characterDetailGallery__sliderFig {
        height: 317px;
        padding: 12px;
        -webkit-transition: border-color .3s ease;
        transition: border-color .3s ease; }
        .p-characterDetailGallery__sliderItem:hover .p-characterDetailGallery__sliderFig {
          border-color: var(--pink); }
      .p-characterDetailGallery__sliderOpen {
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
        .p-characterDetailGallery__sliderItem:hover .p-characterDetailGallery__sliderOpen {
          background-color: var(--pink); }
  .p-characterSliderDetail {
    margin-top: 90px; }
  .p-characterSliderDetail__content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-characterSliderDetail__head {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-characterSliderDetail__head {
    margin-bottom: 45px; }
  .p-characterDetailSns {
    margin-top: 60px; }
  .p-characterDetailSns__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-characterDetailSns__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-characterDetailSns__body {
    margin-top: 17px; }
  .p-characterDetailSns__item + .p-characterDetailSns__item {
    margin-left: 10px; }
    .p-characterDetailProfile {
      margin-top: 112px; }
    .p-characterDetailProfile__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterDetailProfile__qa {
        height: 715px;
        margin-top: 80px; }
        .p-characterDetailProfile__qa[data-count="6"] {
          height: 550px; }
        .p-characterDetailProfile__qa[data-count="5"] {
          margin-top: 0; }
        .p-characterDetailProfile__qa[data-count="4"] {
          margin-top: 0;
          height: 621px; }
        .p-characterDetailProfile__qa[data-count="3"] {
          margin-top: 0;
          height: 651px; }
        .p-characterDetailProfile__qa[data-count="2"] {
          margin-top: 0;
          height: 610px; }
        .p-characterDetailProfile__qa[data-count="1"] {
          margin-top: 0;
          height: 610px; }
        .p-characterDetailProfile__qaBgItem.-is1 {
          top: 3%;
          left: 28%;
          background-color: #FFFBE0; }
          .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 13%;
            left: 22%; }
          .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is1 {
            display: none; }
          .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 15%;
            left: 22%; }
          .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 15%;
            left: 22%; }
          .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 15%;
            left: 22%; }
      .p-characterDetailProfile__qaBgItem.-is2 {
        width: 35px;
        height: 35px;
        top: 13%;
        left: 34.5%;
        background-color: #FCEFF7; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 25%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 29%;
          left: 40%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 31%;
          left: 31%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is2 {
          display: none; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is2 {
          display: none; }
      .p-characterDetailProfile__qaBgItem.-is3 {
        width: 30px;
        height: 30px;
        top: 14%;
        left: 61%;
        background-color: #EDF9FC; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is3 {
          display: none; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 24%;
          left: 63%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 20%;
          left: 60%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 15%;
          left: 74%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 63%;
          left: 26%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 63%;
          left: 26%; }
      .p-characterDetailProfile__qaBgItem.-is4 {
        width: 30px;
        height: 30px;
        top: 11%;
        left: 69%;
        background-color: #F5F0FA; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 14%;
          left: 74%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is4 {
          display: none; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 29%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 16%;
          left: 75%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 16%;
          left: 75%; }
      .p-characterDetailProfile__qaBgItem.-is5 {
        width: 30px;
        height: 30px;
        top: 32%;
        left: 2%;
        background-color: #F4F9DE; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 10%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 26%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is5 {
          left: 12%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 34%;
          left: 82.5%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 34%;
          left: 82.5%; }
      .p-characterDetailProfile__qaBgItem.-is6 {
        width: 32px;
        height: 32px;
        top: 34%;
        left: 87.5%;
        background-color: #F4F9DE; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is6 {
          top: 12%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is6 {
          display: none; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is6 {
          top: 45%;
          left: 89.5%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is6 {
          top: 54%;
          left: 76.5%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is6 {
          top: 54%;
          left: 76.5%; }
      .p-characterDetailProfile__qaBgItem.-is7 {
        width: 29px;
        height: 29px;
        top: 78%;
        left: 8%;
        background-color: #EDF7EF; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 70%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 77%;
          left: 12%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 77%;
          left: 12%; }
      .p-characterDetailProfile__qaBgItem.-is8 {
        width: 19px;
        height: 19px;
        top: 62%;
        left: 75%;
        background-color: #EDF9FC; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 50%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 80%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 77%;
          left: 88%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 77%;
          left: 88%; }
      .p-characterDetailProfile__qaBgItem.-is9 {
        width: 30px;
        height: 30px;
        top: 39%;
        left: 19%;
        background-color: #FFF0F0; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is9 {
          top: 20%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is9 {
          top: 63%;
          left: 10%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is9 {
          top: 81%;
          left: 25%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is9 {
          top: 30%;
          left: 18%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is9 {
          top: 30%;
          left: 18%; }
      .p-characterDetailProfile__qaItem {
        top: 50%;
        width: 187px;
        height: 187px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .p-characterDetailProfile__qaItem:hover::before {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .p-characterDetailProfile__qaItem.-is-9-1, .p-characterDetailProfile__qaItem.-is-8-1, .p-characterDetailProfile__qaItem.-is-7-1 {
        top: 13%;
        left: calc(50% - 400px); }
      .p-characterDetailProfile__qaItem.-is-9-2, .p-characterDetailProfile__qaItem.-is-8-2, .p-characterDetailProfile__qaItem.-is-7-2 {
        top: 13%;
        left: calc(50% + 400px); }
      .p-characterDetailProfile__qaItem.-is-9-3, .p-characterDetailProfile__qaItem.-is-7-3, .p-characterDetailProfile__qaItem.-is-5-1, .p-characterDetailProfile__qaItem.-is-1-1 {
        top: 22%; }
      .p-characterDetailProfile__qaItem.-is-9-4, .p-characterDetailProfile__qaItem.-is-8-3, .p-characterDetailProfile__qaItem.-is-7-4 {
        top: 36%;
        left: calc(50% - 242px); }
      .p-characterDetailProfile__qaItem.-is-9-5, .p-characterDetailProfile__qaItem.-is-8-4, .p-characterDetailProfile__qaItem.-is-7-5 {
        top: 36%;
        left: calc(50% + 242px); }
      .p-characterDetailProfile__qaItem.-is-9-6, .p-characterDetailProfile__qaItem.-is-8-5, .p-characterDetailProfile__qaItem.-is-7-6 {
        top: 58%;
        left: calc(50% - 441px); }
      .p-characterDetailProfile__qaItem.-is-9-7, .p-characterDetailProfile__qaItem.-is-8-6, .p-characterDetailProfile__qaItem.-is-7-7 {
        top: 55%;
        left: calc(50% + 441px); }
      .p-characterDetailProfile__qaItem.-is-9-8, .p-characterDetailProfile__qaItem.-is-8-7, .p-characterDetailProfile__qaItem.-is-6-5, .p-characterDetailProfile__qaItem.-is-5-4, .p-characterDetailProfile__qaItem.-is-4-3 {
        top: 87%;
        left: calc(50% - 330px); }
      .p-characterDetailProfile__qaItem.-is-9-9, .p-characterDetailProfile__qaItem.-is-8-8, .p-characterDetailProfile__qaItem.-is-5-5, .p-characterDetailProfile__qaItem.-is-4-4 {
        top: 87%;
        left: calc(50% + 330px); }
      .p-characterDetailProfile__qaItem.-is-2-1 {
        top: 28%;
        left: calc(50% - 186px); }
      .p-characterDetailProfile__qaItem.-is-2-2 {
        top: 28%;
        left: calc(50% + 186px); }
      .p-characterDetailProfile__qaItem.-is-3-1 {
        top: 26%; }
      .p-characterDetailProfile__qaItem.-is-3-2 {
        top: 61%;
        left: calc(50% - 330px); }
      .p-characterDetailProfile__qaItem.-is-3-3 {
        top: 61%;
        left: calc(50% + 330px); }
      .p-characterDetailProfile__qaItem.-is-4-1 {
        top: 33%;
        left: calc(50% - 313px); }
      .p-characterDetailProfile__qaItem.-is-4-2 {
        top: 33%;
        left: calc(50% + 313px); }
      .p-characterDetailProfile__qaItem.-is-5-2 {
        top: 45%;
        left: calc(50% - 393px); }
      .p-characterDetailProfile__qaItem.-is-5-3 {
        top: 45%;
        left: calc(50% + 393px); }
      .p-characterDetailProfile__qaItem.-is-6-1 {
        top: 16%;
        left: calc(50% - 210px); }
      .p-characterDetailProfile__qaItem.-is-6-2 {
        top: 16%;
        left: calc(50% + 242px); }
      .p-characterDetailProfile__qaItem.-is-6-3 {
        top: 41%;
        left: calc(50% - 464px); }
      .p-characterDetailProfile__qaItem.-is-6-4 {
        top: 41%;
        left: calc(50% + 464px); }
      .p-characterDetailProfile__qaItem.-is-6-5 {
        top: 80%;
        left: calc(50% - 342px); }
      .p-characterDetailProfile__qaItem.-is-6-6 {
        top: 80%;
        left: calc(50% + 342px); }
    .p-characterDetailProfile__qaItemIcon {
      width: 51px;
      height: 51px; }
      .p-characterDetailProfile__qaIllust {
        height: 260px;
        bottom: 80px; }
      .p-characterDetailProfile__qaModalClose:hover {
        border-color: var(--c-modal); }
      .p-characterDetailProfile__relatedBg {
        width: 1880px; }
      .p-characterDetailProfile__relatedSec {
        padding: 60px 0 0; }
      .p-characterDetailProfile__relatedList {
        margin-top: 30px; }
        .p-characterDetailProfile__relatedList + .p-characterDetailProfile__relatedList {
          padding-top: 60px; }
    .p-characterDetailProfile__relatedItem {
      width: calc(20% - (33px * 5 / 4));
      margin-bottom: 6rem;
      margin-left: 33px; }
      .p-characterDetailProfile__relatedList .p-characterDetailProfile__relatedItem:nth-of-type(n + 6) {
        margin-top: 6rem; }
      .p-characterDetailProfile__relatedList .p-characterDetailProfile__relatedItem:nth-of-type(5n + 1) {
        margin-left: 0; }
      .p-characterDetailProfile__relatedItemFig {
        height: 150px; }
    .p-characterDetailProfile__relatedItemText {
      width: 180px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }
    .p-characterDetailProfile__sns {
      margin-top: 120px; }
      .p-characterDetailProfile__snsSec {
        margin-top: 38px; }
      .p-characterDetailProfile__snsInstagram {
        position: relative;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .p-characterDetailProfile__snsInstagramItem {
        width: 168px; }
        .p-characterDetailProfile__snsInstagramItem img {
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .p-characterDetailProfile__snsInstagramItem:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .p-characterDetailProfile__snsInstagramItem + .p-characterDetailProfile__snsInstagramItem {
          margin-left: 60px; }
      .p-characterDetailProfile__snsTwitter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        justify-content: center;
        width: 100%; }
      .p-characterDetailProfile__snsTwitterItem {
        display: block;
        width: 320px; }
        .p-characterDetailProfile__snsTwitterItem + .p-characterDetailProfile__snsTwitterItem {
          margin-left: 60px; }
      .p-characterDetailProfile__snsTwitterItemProfName a {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .p-characterDetailProfile__snsTwitterItemProfName a::after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23e383a8"/></svg>');
          background-size: contain;
          background-repeat: repeat-x;
          background-position: right center;
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
        .p-characterDetailProfile__snsTwitterItemProfName a:hover {
          color: var(--pink); }
          .p-characterDetailProfile__snsTwitterItemProfName a:hover::after {
            opacity: 1; }
        .p-characterDetailProfile__snsTwitterItemText a {
          -webkit-transition: color .3s;
          transition: color .3s; }
          .p-characterDetailProfile__snsTwitterItemText a:hover {
            color: var(--pink); }
    .p-characterDetailProfile__snsList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 42px 0;
      padding: 0 63px; }
    .p-characterDetailProfile__snsListItem {
      width: 33.33%; }
      .p-characterDetailProfile__snsListItemPic {
        width: 120px;
        height: 120px; }
        .p-characterDetailProfile__snsListItemPic img {
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; }
        .p-characterDetailProfile__snsListItemLink:hover .p-characterDetailProfile__snsListItemPic img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .p-characterDetailProfile__snsListItemText {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .p-characterDetailProfile__snsListItemTitle {
        display: inline-block;
        margin-top: 12px;
        padding-right: 60px;
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .p-characterDetailProfile__snsListItemTitle::after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23e383a8"/></svg>');
          background-size: contain;
          background-repeat: repeat-x;
          background-position: right center;
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
        .p-characterDetailProfile__snsListItemLink:hover .p-characterDetailProfile__snsListItemTitle {
          color: var(--pink); }
          .p-characterDetailProfile__snsListItemLink:hover .p-characterDetailProfile__snsListItemTitle::after {
            opacity: 1; }
      .swiper-button-next:hover .p-characterDetailProfile__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .p-characterDetailProfile__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .p-characterDetailProfile__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .p-characterDetailProfile__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .p-characterDetailGoods {
      margin-top: 120px; }
    .p-characterDetailGoods__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterDetailGoods__bgBall {
        top: -110px;
        left: 50%;
        -webkit-transform: translate(200px, 0);
                transform: translate(200px, 0); }
    .p-characterDetailGoods__body {
      margin-top: 40px; }
    .p-characterDetailGoods__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 90px; }
      .p-characterDetailGoods__list > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
      .p-characterDetailGoods__btn {
        margin-top: 55px; }
    .p-characterDetailGoods__ranking {
      margin-top: 60px; }
    .p-characterDetailMoive {
      margin-top: 120px; }
    .p-characterDetailMoive__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }
      .p-characterDetailMoive__bgBall {
        top: -110px;
        right: 50%;
        -webkit-transform: translate(-200px, 0);
                transform: translate(-200px, 0); }
    .p-characterDetailMoive__body {
      margin-top: 40px; }
    .p-characterDetailSpots {
      margin-top: 120px; }
    .p-characterDetailSpots__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterDetailSpots__bgBall {
        top: -110px;
        right: 50%;
        -webkit-transform: translate(-200px, 0);
                transform: translate(-200px, 0); }
    .p-characterDetailSpots__body {
      margin-top: 40px; }
    .p-characterDetailSpots__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 90px; }
      .p-characterDetailSpots__list > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .p-characterDetailNews {
      margin-top: 120px; }
    .p-characterDetailNews__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-characterDetailNews__bgBall {
        top: -110px;
        left: 50%;
        -webkit-transform: translate(200px, 0);
                transform: translate(200px, 0); }
    .p-characterDetailNews__body {
      margin-top: 40px; }
    .p-characterDetailNews__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 90px; }
      .p-characterDetailNews__list > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .p-characterDetailRelated__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-characterDetailRelated__sec + .p-characterDetailRelated__sec {
      margin-top: 120px; }
    .p-characterDetailRelated__secBody {
      margin-top: 37px; }
    .p-characterDetailRelated__secBody .simplebar-content {
      text-align: center; }
      .p-characterDetailRelated__list {
        height: 240px; }
      .p-characterDetailRelated__item {
        width: 236px;
        height: 236px; }
    .p-characterDetailRelated__btn {
      margin-top: 120px; }
    .p-characterDetailSanrioplus__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .c-searchCharacter {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
        .c-searchCharacter__mode::before {
          left: 0; }
        .c-searchCharacter__mode::after {
          right: 0; }
      .c-searchCharacter__modeItem {
        font-size: 1.6rem;
        border-radius: 4px 4px 0 0; }
      .c-searchCharacter__modeItem {
        -webkit-transition: color .3s ease, background-color .3s ease;
        transition: color .3s ease, background-color .3s ease; }
        .c-searchCharacter__modeItem:hover {
          color: #fff;
          background-color: var(--bg-color); }
      .c-searchCharacter__conditions {
        padding: 2.1rem 1.8rem; }
      .c-searchCharacter__words {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding: 20px 18px;
        margin-bottom: 30px; }
      .c-searchCharacter__searchBox.js-is-memori {
        width: calc(100% - 90px); }
      .c-searchCharacter__searchHead {
        width: 208px; }
      .c-searchCharacter__searchSelect {
        min-width: 208px; }
        .c-searchCharacter__searchSelect:hover::before {
          opacity: 0; }
        .c-searchCharacter__searchSelect:hover::after {
          opacity: 1;
          -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.13);
                  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.13); }
        .c-searchCharacter__searchSelect.is-active::after {
          opacity: 1;
          -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.13);
                  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.13); }
    .c-searchCharacter__searchScroll {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 147px;
      border-radius: 0 100px 100px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-left: 2px solid var(--sky);
      background-color: #fff; }
      .c-searchCharacter__searchScrollBtn:hover::before {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .c-searchCharacter__searchScrollItem:hover .c-searchCharacter__searchScrollItemHover svg {
        stroke-dashoffset: 0; }
      .c-searchCharacter__searchScrollItem:hover .c-searchCharacter__searchScrollItemArrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .c-searchCharacter__searchBody {
        margin-left: 4px; }
        .c-searchCharacter__searchListItem::before {
          width: 58px;
          height: 48px; }
        .c-searchCharacter__searchListItem::after {
          width: 58px;
          height: 48px; }
      .c-searchCharacter__searchListItem {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-searchCharacter__searchListItem:hover {
          color: var(--sky-text); }
          .c-searchCharacter__searchListItem:hover::before {
            opacity: 1; }
      .c-searchCharacter__searchListItem + .c-searchCharacter__searchListItem {
        margin-left: 62px; }
      .c-searchCharacter__searchBtnItem {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-searchCharacter__searchBtnItem:hover {
          color: var(--pink); }
    .c-searchCharacter__searchModalRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .c-searchCharacter__searchModalRowHead {
        padding-top: 16px;
        width: 135px;
        font-size: 1.3rem; }
        .c-searchCharacter__searchModalRowBody input[type="text"] {
          -webkit-transition: border-color .3s ease-out;
          transition: border-color .3s ease-out; }
          .c-searchCharacter__searchModalRowBody input[type="text"]:hover {
            border-color: #f0c1d3; }
      .c-searchCharacter__searchModalSelect {
        height: 50px; }
      .c-searchCharacter__searchModalSelectBody {
        -webkit-transition: border-color .3s ease-out;
        transition: border-color .3s ease-out; }
        .c-searchCharacter__searchModalSelectBody:hover {
          border-color: #f0c1d3; }
      .c-searchCharacter__searchModalClose {
        width: 50px;
        height: 50px; }
      .c-searchCharacter__searchModalClose:hover::before {
        background-color: var(--sky); }
      .c-searchCharacter__searchModalClose:hover svg {
        fill: #fff; }
      .c-searchCharacter__searchModalHead {
        padding: 20px; }
      .c-searchCharacter__searchModalTagsItem:hover {
        background-color: var(--c-pagetheme);
        color: #fff; }
      .c-searchCharacter__searchModalTagsItem:active {
        -webkit-transform: scale(1);
                transform: scale(1); }
        .c-searchCharacter__searchModalColorItem span:hover::before {
          opacity: 0.5;
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1); }
        .c-searchCharacter__searchModalColorItem span:active::before {
          opacity: 1;
          -webkit-transform: translate(-50%, -50%) scale(0.9);
                  transform: translate(-50%, -50%) scale(0.9);
          border-color: var(--sky); }
      .c-searchCharacter__searchModalColorItem input:checked + span:active::before {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
                transform: translate(-50%, -50%) scale(0.9); }
      .c-searchCharacter__searchModaSubmit .c-btn-arrow {
        width: 380px;
        --btn-rev-color: #B5E5EF; }
        .c-searchCharacter__searchModaSubmit .c-btn-arrow:hover .c-btn-arrow-line p {
          -webkit-transform: none;
                  transform: none; }
        .c-searchCharacter__searchModaSubmit .c-btn-arrow .c-btn-arrow-label::after {
          display: none;
          -webkit-transform: none;
                  transform: none; }
      .c-searchCharacter__searchModaClear .c-link-icon {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .c-searchCharacter__searchModaClear .c-link-icon:hover {
          opacity: 0.8; }
      .c-searchCharacter__changeInterviewBody {
        margin-left: 17px;
        padding-left: 17px; }
        .c-searchCharacter__changeInterviewBody::before {
          content: "";
          display: block;
          width: 2px;
          height: 28px;
          background-color: red;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: linear-gradient(to bottom, var(--pink) 0, var(--pink) 3px, transparent 3px, transparent 100%);
          background-size: 100% 7px;
          background-repeat: repeat-y; }
      .c-searchCharacter__changeInterviewItem {
        -webkit-transition: color .3s ease, background-color .3s ease;
        transition: color .3s ease, background-color .3s ease; }
        .c-searchCharacter__changeInterviewItem:hover {
          color: #fff;
          background-color: var(--pink); }
      .c-searchCharacter__result {
        margin-top: 40px; }
      .c-searchCharacter__resultBody {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        grid: repeat(3, 236px)/auto;
        grid-gap: 5px;
        gap: 5px;
        grid-auto-flow: column;
        min-height: 718px; }
      .c-searchCharacter__resultItem {
        width: 236px;
        height: 236px; }
      .c-searchCharacter__btnItem .c-btn {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .c-searchCharacter__btnItem .c-btn:hover {
        opacity: 0.7; }
      .c-searchCharacter__filterCharaBtnPanel {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .c-searchCharacter__filterCharaBtnPanel .c-btn {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          .c-searchCharacter__filterCharaBtnPanel .c-btn:hover {
            opacity: 0.7; }
        .c-searchCharacter__filterCharaBtnPanel .c-link {
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
          .c-searchCharacter__filterCharaBtnPanel .c-link:hover {
            color: var(--sky-text); }
    .c-characterCard {
      padding: 12px; }
      .c-characterCard::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 4px solid currentColor;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .c-characterCard:hover::before {
        opacity: 1; }
      .c-characterCard__like {
        top: -5px;
        left: 0; }
      .c-characterCard__likeItem {
        width: 30px;
        height: 30px; }
        .c-characterCard__likeItem:hover svg {
          opacity: 0.7; }
    .c-characterCard__likeIcon {
      width: 15px;
      height: 12px; }
        .c-characterCard__panel .c-btn {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          .c-characterCard__panel .c-btn:hover {
            opacity: 0.7; }
        .c-characterCard__panel .c-icon.-icon-blank {
          margin-left: 5px; }
          .c-characterCard__panel .c-link a {
            -webkit-transition: color .3s ease;
            transition: color .3s ease; }
            .c-characterCard__panel .c-link a:hover {
              color: var(--sky-text); }
        .c-characterCard__panel .c-link.-block {
          text-align: center;
          margin: 7px auto;
          display: block; }
      .c-characterCard__new {
        font-size: 1.6rem; }
      .c-characterCard__state {
        font-size: 1.6rem; }
      .c-characterCard__birthIcon {
        width: 26px;
        height: 30px; }
      .c-characterCard__fukidasi span {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        max-height: 34px;
        overflow: hidden; }
      .c-characterCard__pic {
        height: 90px;
        margin: 14px 0 18px; }
      .c-characterCard__name {
        font-size: 1.6rem;
        line-height: 2.2rem;
        height: 4.4rem;
        padding-left: 20px;
        padding-right: 20px; }
      .c-customSelect__item:hover::before {
        opacity: 1; }
      .c-customSelect__item:active::before {
        opacity: 0.7; }
      .c-customSelectBox__item {
        -webkit-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out; }
        .c-customSelectBox__item:hover {
          background-color: #FDF5FA; }
  .c-deco-illust {
    width: 300px;
    height: 300px; }
    .c-deco-ball {
      width: 650px;
      height: 650px; }
  .c-row-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    input {
      width: 100%;
      height: 50px;
      padding: 0 20px; }
    .c-select-wrap select:hover {
      border-width: 2px; }
    .c-select-wrap select:focus {
      border-width: 2px; }
    .c-select-wrap .c-icon {
      right: 28px; }
    select {
      width: 100%;
      height: 50px;
      padding: 0 20px; }
    .c-radio label {
      padding-left: 1.8em; }
      .c-radio label:hover::before {
        border-width: 2px; }
    .c-checkbox label {
      padding-left: 1.8em; }
      .c-checkbox label:hover::before {
        border-width: 2px; }
  .c-search-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-search-form-item:nth-of-type(n + 2) {
      margin-top: 38px; }
    .c-search-form-item.-column {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .c-search-form-item .-ass {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .c-search-form-item__head {
      font-size: 1.7rem;
      margin-bottom: 20px;
      min-width: 215px;
      padding-top: 18px; }
      .-ass .c-search-form-item__head {
        padding-top: 0;
        margin-top: -0.7em; }
    .c-search-form-item .c-head-icon {
      margin-right: 12px; }
    .c-search-form-item__body {
      min-width: calc(100% - 215px); }
      .c-search-form-item__body.-w100 {
        width: 100%; }
    .c-flex-list {
      margin-top: 2.34vw;
      padding: 0 0.46vw; }
      .c-flex-list li + li {
        margin-left: 20px; }
      .c-flex-list.-fit li {
        width: 50%; }
      .c-flex-list.-sp {
        display: block; }
  .c-form .c-row .c-form-item,
  .c-form .c-row-pc .c-form-item {
    margin-top: 4.06vw; }
  .c-form__btn {
    margin-top: 60px; }
  .c-icon.-icon-blank {
    width: 1.4rem !important;
    height: 1.4rem !important;
    -webkit-transform: translate(0.1em, 0);
            transform: translate(0.1em, 0); }
    .c-icon.-icon-blank svg {
      display: block;
      width: 100%;
      height: 100%; }
    .l-footer .c-icon.-icon-blank {
      width: 1.1rem !important;
      height: 1.1rem !important;
      -webkit-transform: translate(0.4em, 0em);
              transform: translate(0.4em, 0em); }
    a:hover .c-icon-sns.-color.-sns-twitter .sns-circle {
      fill: #B5E5EF; }
    a:hover .c-icon-sns.-color.-sns-line .sns-circle {
      fill: #C1F0CE; }
    a:hover .c-icon-sns.-color.-sns-facebook .sns-circle {
      fill: #8EB4E6; }
  .c-icon-sns {
    width: 3.6rem; }
    .c-icon-sns.-l {
      width: 5rem; }
    .c-icon-sns.-s {
      width: 3rem; }
  .c-link-icon.-hover {
    cursor: pointer; }
    .c-link-icon.-hover a {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .c-link-icon.-hover .c-link-icon-label {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .c-link-icon.-hover svg {
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
    .c-link-icon.-hover a:hover {
      color: var(--c-text-sub); }
      .c-link-icon.-hover a:hover .c-link-icon-label {
        color: var(--c-text-sub); }
      .c-link-icon.-hover a:hover svg {
        fill: var(--c-pagetheme-sub); }
    .c-link-icon.-hover.-sky a:hover {
      color: var(--pink); }
      .c-link-icon.-hover.-sky a:hover .c-link-icon-label {
        color: var(--pink); }
      .c-link-icon.-hover.-sky a:hover svg {
        fill: var(--pink); }
    .c-link-icon.-hover.-pink a:hover {
      color: var(--sky-text); }
      .c-link-icon.-hover.-pink a:hover .c-link-icon-label {
        color: var(--sky-text); }
      .c-link-icon.-hover.-pink a:hover svg {
        fill: var(--sky-text); }
    .c-link-icon.-hover.-purple a:hover {
      color: var(--green); }
      .c-link-icon.-hover.-purple a:hover .c-link-icon-label {
        color: var(--green); }
      .c-link-icon.-hover.-purple a:hover svg {
        fill: var(--green); }
    .c-link-icon.-hover.-yellow a:hover {
      color: var(--sky-text); }
      .c-link-icon.-hover.-yellow a:hover .c-link-icon-label {
        color: var(--sky-text); }
      .c-link-icon.-hover.-yellow a:hover svg {
        fill: var(--sky-text); }
    .c-link-icon.-hover.-green a:hover {
      color: var(--red); }
      .c-link-icon.-hover.-green a:hover .c-link-icon-label {
        color: var(--red); }
      .c-link-icon.-hover.-green a:hover svg {
        fill: var(--red); }
    .c-link-icon.-hover.-red a:hover {
      color: var(--yellow); }
      .c-link-icon.-hover.-red a:hover .c-link-icon-label {
        color: var(--yellow); }
      .c-link-icon.-hover.-red a:hover svg {
        fill: var(--yellow); }
    .c-link-icon.-hover.-hv-sky a:hover {
      color: var(--yellow); }
      .c-link-icon.-hover.-hv-sky a:hover .c-link-icon-label {
        color: var(--sky-text); }
      .c-link-icon.-hover.-hv-sky a:hover svg {
        fill: var(--sky); }
    .c-link-icon.-hover.-white a:hover {
      color: #fff; }
      .c-link-icon.-hover.-white a:hover .c-link-icon-label {
        color: #fff; }
      .c-link-icon.-hover.-white a:hover svg {
        fill: #fff; }
  .c-link-icon a {
    position: relative;
    padding-bottom: 5px; }
    .c-link-icon a .c-link-icon-label {
      position: static;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .c-link-icon a .c-link-icon-label::before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--c-text-sub);
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    .c-link-icon a:hover .c-link-icon-label::before {
      opacity: 1; }
  .c-link-icon.-sky a .c-link-icon-label::before {
    background-color: var(--pink); }
  .c-link-icon.-pink a .c-link-icon-label::before {
    background-color: var(--sky); }
  .c-link-icon.-purple a .c-link-icon-label::before {
    background-color: var(--green); }
  .c-link-icon.-yellow a .c-link-icon-label::before {
    background-color: var(--sky); }
  .c-link-icon.-green a .c-link-icon-label::before {
    background-color: var(--red); }
  .c-link-icon.-red a .c-link-icon-label::before {
    background-color: var(--yellow); }
  .c-link-icon.-white a .c-link-icon-label::before {
    background-color: #fff; }
  .c-link-icon .c-icon {
    width: 1.8rem;
    min-width: 1.8rem;
    height: 1.8rem; }
  .c-link-icon .-icon-arrow_ss {
    width: 0.7rem;
    min-width: 0.7rem;
    margin-right: 0.9rem; }
  .c-link-icon .-icon-arrow_sss {
    width: 0.7rem;
    min-width: 0.7rem;
    height: initial;
    margin-right: 0.9rem; }
  .c-link-icon.-m {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 500; }
  .c-link-icon.-s {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500; }
      .c-link-text .-icon-blank {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
        a[href]:hover .c-link-text .-icon-blank {
          fill: var(--c-secondary); }
      .c-link-bottom a {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-link-bottom a:hover {
          color: var(--c-text-sub); }
    .c-link-bottom {
      font-size: 1.4rem; }
      .c-link-bottom__item {
        margin: 0 6px; }
      .c-link-bottom a {
        padding: 9px 9px 9px 14px; }
      .c-link-bottom .c-icon {
        width: 18px;
        height: 18px;
        margin-left: 10px;
        margin-right: 0; }
    .c-link-tel {
      pointer-events: none; }
    .c-link-general:hover {
      text-decoration: none; }
  .c-block-more-empty__inner {
    padding: 60px 0 120px; }
  .c-block-more-empty__text {
    font-size: 3rem;
    margin-bottom: 60px; }
  .c-list-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 90px; }
    .c-list-news > * {
      width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .c-list-news__item a:hover .c-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .c-list-news {
    margin-top: 65px; }
    .c-list-news .c-title {
      margin-top: 15px; }
    .c-list-news a:hover .c-title .c-link-text {
      color: var(--c-text-sub); }
    .c-list-news .c-row {
      margin-top: 15px; }
    .c-list-news .c-hash,
    .c-list-news .c-date {
      font-size: 1.4rem; }
    .c-list-news .c-badge-new {
      width: 60px;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .c-list-news.-sp-slide, .c-list-news.-pc-column4 {
      gap: 40px;
      margin-top: 40px; }
      .c-list-news.-sp-slide > *, .c-list-news.-pc-column4 > * {
        width: calc((100% - (40px * 3) - (0px * 2)) / 4); }
    .c-list-spot__item.js-is-hover .c-img img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
    .c-list-spot__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-list-spot__item:nth-of-type(n + 2) {
        margin-top: 74px;
        padding-top: 74px; }
      .c-list-spot__item .c-img {
        margin-right: 35px;
        height: 316px; }
    .c-list-spot .c-title {
      font-size: 2.6rem;
      margin-bottom: .8em; }
    .c-list-spot .c-btn-arrow {
      margin: 20px 0 0; }
    .c-list-spot.-column2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%; }
      .c-list-spot.-column2 .c-list-spot__item {
        width: 48.33%; }
        .c-list-spot.-column2 .c-list-spot__item:nth-of-type(2) {
          margin-top: 0;
          padding-top: 0; }
        .c-list-spot.-column2 .c-list-spot__item:nth-of-type(n + 2) {
          background: none;
          margin-left: 3.33%; }
      .c-list-spot.-column2 .c-img {
        width: 40.34%; }
      .c-list-spot.-column2 .c-text {
        width: 59.65%; }
      .c-list-spot.-column2 .c-btn-arrow {
        width: 100%;
        max-width: 265px; }
  .c-list-disc > li {
    padding-left: 20px; }
  .c-list-number {
    margin: 2em 0; }
  .c-list-column5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px; }
    .c-list-column5 > * {
      width: calc((100% - (40px * 4) - (0px * 2)) / 5); }
  .c-list-column5 a:hover .c-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .c-list-column5 {
    margin-top: 40px; }
    .c-list-column5 .c-title {
      margin-top: 0.8em; }
      .c-menu__bgContent {
        position: relative;
        top: -1px; }
        .c-menu__bgContent::before {
          content: "";
          display: block;
          width: 100vw;
          margin-left: calc(50% - 50vw);
          height: 300px;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: #fdf5fa;
          z-index: 0;
          opacity: 0;
          -webkit-transition: opacity .4s ease-out;
          transition: opacity .4s ease-out; }
          #js-header[data-currentcate="character"] .c-menu__bgContent::before {
            opacity: 1; }
        .c-menu__bgContent::after {
          content: "";
          display: block;
          width: 100vw;
          height: 2px;
          position: absolute;
          bottom: 300px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: linear-gradient(to right, #E383A8 0, #E383A8 2px, transparent 2px, transparent 100%);
          background-size: 7px 100%;
          background-repeat: repeat-x;
          z-index: 1;
          opacity: 0;
          -webkit-transition: opacity .4s ease-out;
          transition: opacity .4s ease-out; }
          #js-header[data-currentcate="character"] .c-menu__bgContent::after {
            opacity: 1; }
      .c-menu__card .c-cardGoods__link:hover .c-cardGoods__title {
        color: var(--c-text-sub); }
      .c-menu__card .c-cardArticle__link:hover .c-cardArticle__title {
        color: var(--c-text-sub); }
      .c-menu__boxItem {
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
        .c-menu__boxItem:hover {
          color: var(--c-text-sub); }
          .c-menu__boxItem:hover::after {
            width: 100%;
            height: 2px;
            background: var(--c-text-sub);
            -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
                    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23000"/></svg>');
            -webkit-mask-repeat: repeat-x;
                    mask-repeat: repeat-x;
            -webkit-mask-size: contain;
                    mask-size: contain;
            -webkit-mask-position: right center;
                    mask-position: right center; }
    .c-mobileMenu__bg {
      display: none; }
      .c-mobileMenu__snsItem a:hover {
        opacity: 0.7; }
      .c-modal__close:hover::before {
        opacity: 0.7; }
      .c-modal__close:hover svg {
        fill: var(--pink); }
    .c-modal__content {
      width: 1200px;
      max-width: 1200px;
      margin: auto; }
    .c-modal__close {
      width: 50px;
      height: 50px;
      right: 25px;
      top: 25px; }
      .c-modal__close svg {
        width: 12px;
        height: 12px; }
  .c-modal-search__h2 {
    font-size: 2.6rem;
    margin: 30px 0; }
  .c-modal-search__body {
    border-radius: 20px;
    padding: 60px;
    margin-bottom: 30px; }
  .c-modal-search .c-hash-link {
    margin-right: 12px;
    margin-bottom: 18px; }
  .c-modal-search .c-btn-search {
    margin-top: 40px; }
  .c-modal-search .c-link-clear {
    position: absolute;
    right: 60px;
    bottom: 78px; }
  .c-modal-search .c-radio {
    font-size: 1.3rem;
    margin: 10px 1.5em 10px 0; }
  .c-modal-search .c-info-q {
    margin-left: 1em; }
  .c-modal-search .c-spots-select {
    width: 406px; }
    .c-modal-search-char-list {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
          grid-template: auto/repeat(14, 1fr);
      padding-bottom: 20px;
      gap: 15px; }
      .c-modal-search-char-list .c-all,
      .c-modal-search-char-list .c-img {
        width: 63px;
        height: 63px; }
  .c-modal-youtube__content {
    max-width: 1200px;
    margin: auto; }
  .c-modal-youtube__close {
    width: 50px;
    height: 50px;
    right: 25px;
    top: 25px; }
    .c-modal-birthday__heading {
      width: 534px;
      height: 120px;
      padding-top: 18px; }
    .c-modal-birthday__headingMain {
      font-size: 3.8rem; }
    .c-modal-birthday__headingSub {
      font-size: 1.9rem; }
    .c-modal-birthday__illust {
      margin-top: 85px; }
    .c-modal-birthday__illustItem {
      height: 264px; }
    .c-modal-birthday__illustBg {
      width: 374px;
      height: 936px; }
    .c-modal-birthday__name {
      font-size: 3rem; }
  .c-modal-birthday__counter {
    margin-top: 35px; }
    .c-modal-birthday__counterNum {
      font-size: 2.8rem; }
      .c-modal-birthday__counterNumIcon svg {
        width: 40px;
        height: 40px; }
    .c-modal-birthday__counterTrigger {
      -webkit-transition: color .3s ease, background-color .3s ease;
      transition: color .3s ease, background-color .3s ease; }
      .c-modal-birthday__counterTrigger::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
                transform-origin: right;
        background-color: var(--pink);
        -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, background-color .3s ease;
        transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }
      .c-modal-birthday__counterTrigger:not(:disabled):hover {
        cursor: pointer; }
        .c-modal-birthday__counterTrigger:not(:disabled):hover::before {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transform-origin: left;
                  transform-origin: left; }
    .c-modal-birthday__counterNote {
      font-size: 1.5rem; }
      .c-modal-slider__control {
        top: 30px; }
      .c-modal-slider__controlItem {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .c-modal-slider__controlItem svg {
          -webkit-transition: stroke .3s ease;
          transition: stroke .3s ease; }
        .c-modal-slider__controlItem:hover {
          opacity: 0.7; }
          .c-modal-slider__controlItem:hover svg {
            stroke: var(--pink) !important; }
      .c-modal-slider__controlItem:hover::before {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .c-modal-slider__controlItem + .c-modal-slider__controlItem {
        margin-left: 30px; }
      .c-modal-slider__slide {
        height: 675px; }
  .c-modal-gift .c-modal__content {
    width: 660px;
    max-width: 660px; }
    .c-modal-gift__slideNav {
      cursor: pointer; }
  .c-modal-gift__slideNav:hover .c-modal-gift__slideNavHover svg {
    stroke-dashoffset: 0; }
  .c-modal-gift__slideNav:hover .c-modal-gift__slideNavArrow svg {
    fill: var(--c-secondary);
    -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
            animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
  .c-modal-img .c-modal__content {
    width: 660px;
    max-width: 660px; }
      .c-searchForm__inner {
        padding: 24px 40px 60px; }
      .c-searchForm__row + .c-searchForm__row {
        margin-top: 34px; }
      .c-searchForm__row.-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .c-searchForm__box {
        padding: 30px; }
      .c-searchForm__close {
        display: none; }
      .c-searchForm__body.-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0;
        margin-left: 8rem; }
    .c-searchForm__headIcon {
      width: 18px;
      height: 18px; }
      .c-searchForm__headLabel {
        font-size: 1.7rem; }
      .c-searchForm__select {
        height: 50px; }
      .c-searchForm__select:hover, .c-searchForm__select:focus {
        border-width: 2px; }
      .c-searchForm__input {
        margin-left: 12px; }
      .c-searchForm__note {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        text-align: right;
        position: absolute;
        bottom: -5px;
        right: 0; }
      .c-searchForm__tagItem span {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .c-searchForm__tagItem:hover {
        color: #fff;
        background-color: #f0c1d3; }
    .c-searchForm__btn {
      margin-top: 60px; }
    .c-searchForm__clear {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .c-shopRankingBox {
      width: 100%;
      padding: 58px 55px 61px;
      border-radius: 20px; }
      .c-shopRankingBox__list {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 70px; }
    .c-shopRankingBox__item {
      width: calc(20% - 56px); }
    .c-shopRankingBox__link:hover figure img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .c-shopRankingBox__link:hover .c-shopRankingBox__itemText {
      color: var(--c-text-sub); }
    .c-shopRankingBox__itemText {
      -webkit-transition: color .3s;
      transition: color .3s; }
      .c-shopRankingBox__itemIcon svg {
        width: 50px;
        height: 54px; }
      a[target="_blank"]:hover .c-shopRankingBox__itemTitle::after {
        color: var(--c-text-sub); }
      .c-shopRankingBox__itemTag {
        margin-top: 20px; }
      .c-shopRankingBox__note {
        position: absolute;
        bottom: 10px;
        right: 0; }
      .c-slide-circular .c-btn-youtube {
        bottom: 0;
        right: 0; }
      .c-slide-circular__pic {
        height: auto;
        aspect-ratio: 16 / 9; }
        .c-slide-circular__pic img {
          -webkit-transition: -webkit-transform .3s linear;
          transition: -webkit-transform .3s linear;
          transition: transform .3s linear;
          transition: transform .3s linear, -webkit-transform .3s linear; }
        .swiper-slide-active .c-slide-circular__pic:hover {
          cursor: pointer; }
          .swiper-slide-active .c-slide-circular__pic:hover img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
      .swiper-button-next:hover .c-slide-circular__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-circular__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-circular__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-circular__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
        .c-slide-circular .c-row-pc .c-title {
          font-size: 2rem;
          line-height: 3rem;
          margin-bottom: 2.4rem; }
      .c-slide-circular .c-row-pc a {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
      .c-slide-circular .c-row-pc a:hover {
        color: var(--green); }
        .c-slide-circular .c-row-pc a:hover p span::after {
          opacity: 1; }
      .c-slide-circular .c-row-pc p span {
        display: inline-block; }
        .c-slide-circular .c-row-pc p span::after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%2391dea9"/></svg>');
          background-size: contain;
          background-repeat: repeat-x;
          background-position: right center;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
          opacity: 0; }
        .c-slide-circular .c-figure p {
          font-size: 1.4rem;
          line-height: 2.2rem; }
    .p-homeFv__slider.js-is-hover .js-slideSyncCarousel-second img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .c-slide-sync .swiper-slide img {
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear; }
    .c-slide-sync__slidearea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 2080px; }
      .c-slide-sync__slider-text {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .p-homeFv__slider.js-is-hover .c-slide-sync__slider-text {
          color: var(--pink); }
      .swiper-button-next:hover .c-slide-sync__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-sync__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-sync__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-sync__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .c-slide-sync__header {
        padding-left: 40px;
        padding-right: 40px; }
      .c-slide-sync__headerTitleIcon {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
        .p-homeFv__slider.js-is-hover .c-slide-sync__headerTitleIcon {
          fill: var(--c-pagetheme-sub); }
    .c-slide-sync-2column__slidearea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 0 60px;
      max-width: 1200px;
      width: 100%; }
        .c-slide-sync-2column__slider img {
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; }
      .c-slide-sync-2column__slider a:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .c-slide-sync-2column .c-img {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
    .c-slide-sync-2column a:hover .c-img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .swiper-button-next:hover .c-slide-sync-2column__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-sync-2column__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-sync-2column__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-sync-2column__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-slide-mask .c-slide-circle-wrapper {
      opacity: 0;
      position: absolute;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
      .c-slide-mask .c-slide-circle-wrapper:nth-of-type(1) {
        right: 0; }
      .c-slide-mask .c-slide-circle-wrapper:nth-of-type(2) {
        left: 0; }
      .is-tablet .c-slide-mask .c-slide-circle-wrapper {
        opacity: 1 !important; }
    .c-slide-mask:hover .c-slide-circle-wrapper {
      opacity: 1; }
      .swiper-button-next:hover .c-slide-search__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-search__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-search__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-search__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-slide-search .c-slide-circle-wrapper {
      -webkit-transform: translateY(-35%);
              transform: translateY(-35%); }
    .c-slide-search {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .c-slide-search .swiper-slide:hover .c-text {
        color: var(--c-text-sub); }
    .c-slide-search .swiper-slide {
      width: 145px; }
      .c-slide-search .swiper-slide:hover .c-img {
        background: var(--c-secondary-a); }
      .c-slide-search .swiper-slide:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .c-slide-search .c-all,
    .c-slide-search .c-img {
      width: 90px;
      height: 90px; }
      .c-slide-search .c-all img,
      .c-slide-search .c-img img {
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear; }
    .c-slide-search .c-text {
      font-size: 1.3rem;
      line-height: 1.6; }
    .c-slide-search-slider.-s .swiper-slide {
      width: 80px; }
    .c-slide-search-slider.-s .c-all,
    .c-slide-search-slider.-s .c-img {
      width: 63px;
      height: 63px; }
    .c-slide-search .-current-border .swiper-slide {
      cursor: pointer; }
      .swiper-button-next:hover .c-slide-tab__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-tab__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-tab__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-tab__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-slide-tab-slider.-s {
      border: none; }
      .c-slide-tab-slider.-s .swiper-slide {
        width: 150px; }
      .c-slide-tab-slider.-s .c-label {
        border-radius: 6px; }
    .c-slide-tab-slider.-mm {
      border: none; }
      .c-slide-tab-slider.-mm .swiper-slide {
        width: 180px; }
      .c-slide-tab-slider.-mm .c-label {
        border-radius: 6px 6px 0 0; }
    .c-slide-tab-slider.-m {
      border: none; }
      .c-slide-tab-slider.-m .swiper-slide {
        width: 25%; }
      .c-slide-tab-slider.-m .c-label {
        border-radius: 6px; }
    .c-slide-tab .swiper-slide {
      width: 308px; }
    .c-slide-tab .c-label {
      height: 34px;
      line-height: 32px;
      font-size: 1.6rem;
      border-radius: 10px 10px 0 0; }
      .c-slide-tab .c-label:hover {
        background-color: var(--c-primary-c);
        color: var(--c-text-main); }
      .c-slide-window__slider {
        max-width: 1078px;
        width: 90%; }
    .c-slide-window__list {
      padding-top: 20px; }
      .swiper-button-next:hover .c-slide-window__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-window__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-window__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-window__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
        .c-slide-focus__bg-front::before {
          -webkit-transition: -webkit-transform .5s ease;
          transition: -webkit-transform .5s ease;
          transition: transform .5s ease;
          transition: transform .5s ease, -webkit-transform .5s ease; }
          a:hover .c-slide-focus__bg-front::before {
            -webkit-transform: translateY(0) scaleY(1);
                    transform: translateY(0) scaleY(1); }
      .c-slide-focus__slider-front-name {
        -webkit-transition: color .4s ease;
        transition: color .4s ease; }
        a:hover .c-slide-focus__slider-front-name {
          color: #fff; }
      a:hover .c-slide-focus__slider-front-pic figure {
        -webkit-animation: bounce 0.8s ease-out;
                animation: bounce 0.8s ease-out; }
        .c-slide-focus__slider-front-pic img {
          -webkit-transition: -webkit-transform .4s ease;
          transition: -webkit-transform .4s ease;
          transition: transform .4s ease;
          transition: transform .4s ease, -webkit-transform .4s ease; }
          a:hover .c-slide-focus__slider-front-pic img {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
      .c-slide-focus__slider-front-sub {
        -webkit-transition: color .4s ease;
        transition: color .4s ease; }
        a:hover .c-slide-focus__slider-front-sub {
          color: #fff; }
      .swiper-button-next:hover .c-slide-column2__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-column2__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-column2__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-column2__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-slide-column2 {
      margin-bottom: 50px; }
      .c-slide-column2 .swiper-container {
        margin: 0 60px; }
      .c-slide-column2 .swiper-slide {
        width: 520px; }
      .c-slide-column2 .swiper-pagination {
        bottom: -50px; }
        .c-slide-column3 .swiper-container.swiper-no-swiping .swiper-slide {
          width: calc(100% / 3 - 30px) !important; }
        .c-slide-column3 .swiper-container.swiper-no-swiping .swiper-slide + .swiper-slide {
          margin-left: 30px; }
      .swiper-button-next:hover .c-slide-column3__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-column3__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-column3__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-column3__arrow svg {
        fill: var(--c-pagetheme);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-slide-column3 .swiper-slide a:hover .c-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .c-slide-column3 .c-link-text {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
    .c-slide-column3 {
      margin-top: 55px;
      margin-bottom: 50px; }
      a[href]:hover .c-link-text {
        color: var(--c-text-sub); }
      .c-slide-column3 .swiper-container {
        margin: 0 60px; }
    .c-detail-gallery .swiper-slide a:hover .c-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .c-detail-gallery {
      margin-top: 55px;
      padding-bottom: 50px; }
      .c-detail-gallery:before {
        height: 623px; }
      .c-detail-gallery .c-text {
        margin: 30px 0; }
      .swiper-button-next:hover .c-detail-gallery-thumb__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-detail-gallery-thumb__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-detail-gallery-thumb__arrow svg {
        fill: var(--c-secondary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-detail-gallery-thumb__arrow svg {
        fill: var(--c-secondary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-detail-gallery-thumb .swiper-container {
      margin: 0 60px; }
    .c-detail-gallery-thumb .c-img {
      padding: 6px; }
      .swiper-button-next:hover .c-slide-char-column5__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-char-column5__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-char-column5__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-char-column5__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-slide-char-column5 {
      margin-top: 75px;
      margin-bottom: 90px; }
      .c-slide-char-column5 .swiper-container {
        padding: 0 60px; }
      .c-slide-char-column5 .swiper-pagination {
        bottom: -50px; }
      .c-slide-char-column5 .swiper-no-swiping .swiper-slide {
        margin: 0 30px !important; }
      .swiper-button-next:hover .c-slide-sp__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-sp__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-sp__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-sp__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-next:hover .c-slide-media__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .c-slide-media__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .c-slide-media__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .swiper-button-prev:hover .c-slide-media__arrow svg {
        fill: var(--c-primary);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
    .c-slide-media .swiper-slide-active .-twitter:hover .sns-circle {
      fill: rgba(117, 198, 222, 0.5); }
    .c-slide-media .swiper-slide-active .-facebook:hover .sns-circle {
      fill: rgba(82, 146, 229, 0.5); }
    .c-slide-media .swiper-slide-active .-line:hover .sns-circle {
      fill: rgba(108, 213, 177, 0.5); }
    .c-slide-media .swiper-slide-active .-instagram:hover .sns-circle {
      fill: rgba(188, 126, 209, 0.5); }
    .c-slide-media .swiper-slide-active .-youtube:hover .sns-circle {
      fill: rgba(230, 114, 114, 0.5); }
    .c-slide-media .swiper-slide-active .-tiktok:hover .sns-circle {
      fill: rgba(119, 119, 119, 0.5); }
    .c-slide-media .swiper-slide-active .-niconico:hover .sns-circle {
      fill: rgba(119, 119, 119, 0.5); }
    .c-slide-media .swiper-slide-active .-showroom:hover .sns-circle {
      fill: rgba(119, 119, 119, 0.5); }
    .c-slide-media .swiper-slide-active .-blog:hover .sns-circle {
      fill: rgba(227, 131, 168, 0.5); }
    .c-slide-media .swiper-slide-active .-note:hover .sns-circle {
      fill: rgba(62, 200, 179, 0.5); }
      .c-slide-media .c-item {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .c-slide-media .c-item:hover {
          opacity: 0.85; }
    .c-slide-media {
      margin-top: 30px; }
  .c-tab-search .c-slide-search {
    margin-top: 40px; }
  .c-tab-search__char.-spots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-tab-search__char.-spots .c-slide-search {
      width: calc(100% - 430px); }
    .c-tab-search__char.-spots .c-tab-search__select {
      width: 430px;
      padding-left: 24px; }
  .c-tab-search__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-tab-search__selectItem {
      margin-left: 12px; }
      .c-tab-search__selectItem:hover {
        border-width: 2px; }
    .c-search-acc {
      padding: 0 30px; }
    .c-search-acc__row.-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-search-acc__clear {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .c-search-acc__rowBody.-mt {
        margin-top: 23px; }
      .c-search-acc__rowBody input:hover {
        border-width: 2px; }
      .c-textHeadingIcon__iconItem.-character {
        width: 44px;
        height: 27px; }
      .c-textHeadingIcon__iconItem.-movie {
        width: 56px;
        height: 46px; }
      .c-textHeadingIcon__iconItem.-goods {
        width: 38px;
        height: 44px; }
      .c-textHeadingIcon__iconItem.-digital {
        width: 39px;
        height: 53px; }
      .c-textHeadingIcon__iconItem.-spots {
        width: 55px;
        height: 35px; }
      .c-textHeadingIcon__iconItem.-news {
        width: 39px;
        height: 43px; }
      .c-textHeadingIcon__iconItem.-birthday {
        width: 39px;
        height: 48px; }
      .c-textHeadingIcon__iconItem.-shopsearch {
        width: 45px;
        height: 40px; }
      .c-textHeadingIcon__iconItem.-mypage-calendar {
        width: 54px;
        height: 45px; }
      .c-textHeadingIcon__iconItem.-mypage-login {
        width: 40px;
        height: 40px; }
      .c-textHeadingIcon__main {
        font-size: 5.2rem; }
      .c-textHeadingIcon__sub {
        font-size: 1.7rem; }
    .c-textHeadingIcon.-bg-round {
      padding-top: 64px;
      padding-bottom: 10px;
      margin-top: 50px; }
      .c-textHeadingIcon.-bg-round:after {
        width: 520px;
        height: 520px; }
      .c-textHeadingLine__text {
        font-size: 2.3rem;
        font-weight: 700; }
    .c-textRoundLine {
      font-size: 2.4rem;
      padding-top: 28px; }
      .c-textRoundLine .c-line {
        height: 60px; }
    .c-textRoundLineSvg {
      padding-top: 28px;
      margin-bottom: 45px; }
      .c-textRoundLineSvg .c-line {
        height: 60px; }
      .c-textRoundLineSvg .c-icon {
        max-width: 57px;
        max-height: 54px;
        margin-bottom: 15px; }
      .c-textRoundLineSvg .-icon-plus {
        width: 54px;
        height: 44px; }
      .c-textRoundLineSvg .-icon-shop {
        width: 57px;
        height: 40px; }
      .c-textRoundLineSvg .-icon-goods {
        width: 47px;
        height: 54px; }
      .c-textRoundLineSvg .-icon-character {
        width: 54px;
        height: 34px; }
      .c-textRoundLineSvg .-icon-movie {
        width: 54px;
        height: 44px; }
      .c-textRoundLineSvg .-icon-digital {
        width: 39px;
        height: 54px; }
      .c-textRoundLineSvg .-icon-spot {
        width: 54px;
        height: 34px; }
      .c-textRoundLineSvg .-icon-news {
        width: 48px;
        height: 54px; }
    .c-title-h3 {
      font-size: 2.3rem; }
    .c-heading-search {
      padding-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .c-heading-search__title {
        font-size: 2.4rem; }
      .c-heading-search__sort {
        font-size: 1.4rem;
        height: 20px;
        line-height: 20px;
        min-width: 280px;
        margin-left: 1em;
        max-width: 62%; }
      .c-heading-search__count {
        font-size: 1.4rem;
        margin-left: auto; }
        .c-heading-search__count span {
          font-size: 3rem; }
    .c-hash {
      font-size: 1.4rem; }
    .c-hash-link {
      font-size: 1.3rem; }
    .c-info-q__panel {
      font-size: 1.3rem;
      width: 160px; }
    .c-clip__btn {
      width: 50px;
      height: 50px; }
      .c-clipbtn__link {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-clipbtn__link:hover {
          color: var(--c-secondary-a); }
        .c-clipbtn__panel .c-btn {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          .c-clipbtn__panel .c-btn:hover {
            opacity: 0.7; }
      a:hover .c-clipbtn__linkIcon {
        background-color: currentColor; }
          a:hover .c-clipbtn__linkIcon .c-icon svg {
            fill: #fff; }
      .c-clipbtn__link:hover .c-clipbtn__linkText {
        color: currentColor; }
        .c-clipbtn__link:hover .c-clipbtn__linkText::after {
          border-bottom: none; }
  .c-accordion-head {
    padding-right: 2em; }
  .c-accordion__close {
    top: 0.2em; }
    .c-error__panel {
      font-size: 1.3rem;
      white-space: nowrap; }
  .for-mobile {
    display: none; } }
@media (max-width: 768px) {
    body {
      line-height: 1.5;
      font-size: 1.2rem; }
  body {
    width: 100%;
    height: 100%; }
  html,
  body {
    width: 100%; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
  .c-deco-illust {
    width: 130px;
    height: 130px; }
    .c-deco-ball {
      width: 350px;
      height: 350px; }
      .l-body__bgItem.-left {
        right: 100px; }
      .l-body__bgItem.-right {
        left: 100px; }
      .l-body__bgIllust {
        padding-left: 15px;
        padding-right: 15px; }
      .l-footer__pagetop {
        width: 13.6rem;
        height: 13.6rem;
        -webkit-transform: translate(-50%, -42%);
                transform: translate(-50%, -42%); }
    .l-footer__content {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 36px; }
      .l-footer__pagetopFig {
        width: 37px; }
      .l-footer__content {
        padding-top: 90px; }
    .l-footer__sns {
      padding-bottom: 50px; }
    .l-footer__snsList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 5px; }
    .l-footer__snsItem + .l-footer__snsItem {
      margin-left: 18px; }
      .l-footer__snsHeading {
        text-align: center; }
      .l-footer__snsLinks {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 40px; }
      .l-footer__snsLinksItem + .l-footer__snsLinksItem {
        margin-left: 20px; }
      .l-footer__navSite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 45px; }
        .l-footer__navSite::before {
          display: block;
          width: 100%;
          height: 2px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23fff"/></svg>');
          background-size: contain;
          background-repeat: repeat-x;
          background-position: right center;
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
      .l-footer__navSiteItem br {
        display: none; }
      .l-footer__navSiteItem + .l-footer__navSiteItem {
        margin-top: 28px; }
        .l-footer__navSiteItem .c-link-icon-label {
          font-size: 1.4rem; }
      .l-footer__navOther {
        padding: 40px 0; }
      .l-footer__info {
        padding: 40px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 45% 0 1fr;
            grid-template: auto / 45% 1fr;
        grid-gap: 20px 0;
        gap: 20px 0; }
        .l-footer.-en .l-footer__info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 20px 15px;
          padding: 20px 0; }
          .l-footer.-en .l-footer__info.for-large {
            display: none; }
    .l-footer__infoItem a {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .l-footer__infoItem .c-link-icon-label {
      letter-spacing: 0; }
      .l-footer__copyright {
        margin-top: 2rem; }
        .l-footer.-en .l-footer__copyright {
          margin-top: 24px;
          padding-top: 24px; }
    .l-footer__enlink {
      padding-top: 2rem; }
      .l-header__top {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .l-header__topNav {
        padding-right: 8px; }
    .l-header__topNavItem {
      height: 48px; }
    .l-header__topNavItem + .l-header__topNavItem {
      margin-left: 5px; }
      .l-header__topNavItem + .l-header__topNavItem.-ml-auto {
        margin-left: auto; }
      .l-header__topNavIcon {
        min-height: 28px; }
      .l-header__topNavText {
        font-size: 0.8rem;
        line-height: 0.9rem;
        height: 1.8rem;
        margin-top: 3px; }
        .l-header__bottomDeco svg.for-large {
          display: none; }
    .l-main {
      padding-bottom: 30px; }
    .l-main.-pb-0 {
      padding-bottom: 0; }
    .l-inner {
      padding: 0 15px; }
      .l-inner.-m {
        padding: 0 calc(15px * 2); }
    .l-sidebar {
      width: 100%;
      bottom: 0;
      min-height: 50px;
      left: 0;
      -webkit-transition: none;
      transition: none; }
      .l-sidebar.js-is-hide {
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
        .l-sidebar.js-is-hide.ab-spfix {
          -webkit-transform: translateY(0) !important;
                  transform: translateY(0) !important; }
      .l-sidebar__content {
        width: 100%;
        min-height: 50px;
        border-radius: 10px 10px 0 0;
        padding: 5px 0;
        -webkit-transform-origin: right;
                transform-origin: right; }
    .l-sidebar__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .l-sidebar__item {
        padding: 5px;
        padding-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 29.333%;
        height: 40px; }
        [data-content="login"] .l-sidebar__item {
          width: 33%; }
        .l-sidebar__item.-plus {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .l-sidebar__item.-mychara {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .l-sidebar__item + .l-sidebar__item::before {
            width: 1px;
            height: 100%; }
      .l-sidebar__itemIcon.-fav {
        width: 30px; }
    .l-sidebar__itemIcon.-key {
      width: 28px;
      height: 28px; }
    .l-sidebar__itemIcon.-card {
      width: 36.38px;
      height: 32px; }
    .l-sidebar__itemIcon.-ribon {
      width: 28.24px;
      height: 23.6px; }
      .l-sidebar__itemIcon.-mypage {
        width: 23px;
        height: 25px; }
        .l-sidebar__itemIcon.-mypage figure {
          width: 100%; }
      .l-sidebar__itemIcon.-mychara {
        width: 100%; }
        .l-sidebar__itemIcon.-mychara figure {
          width: 58px;
          height: 58px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .l-sidebar__itemText {
        text-align: left;
        margin-left: 8px; }
        .l-sidebar__item.-mychara .l-sidebar__itemText {
          margin-left: 0;
          margin-top: 0; }
      .l-sidebar__trigger {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
    .l-sidebar__triggerIcon {
      width: 36px;
      height: 29px;
      margin-left: auto;
      margin-right: auto; }
    .c-sideCharacter {
      z-index: 2999; }
    .l-body.js-menu-open .c-sideCharacter {
      opacity: 0;
      pointer-events: none; }
    .c-sideCharacter__item {
      width: 166px;
      height: 166px; }
    .c-alertBox {
      padding-left: 20px;
      padding-right: 20px; }
    .c-alertBox__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .c-alertBox__heading {
        font-size: 1.1rem; }
      .c-alertBox__btn {
        width: 94px; }
    .c-alertBox__body {
      margin-top: 18px; }
      .c-alertBox__item + .c-alertBox__item {
        margin-top: 27px; }
    .c-bread {
      padding-left: 15px;
      padding-right: 15px; }
    .c-bread {
      margin-bottom: 90px;
      font-size: 1.4rem; }
      .c-bread-list {
        padding: 0 15px; }
      .c-bread__item:after {
        top: 0.95em; }
      .c-bread__item:nth-of-type(n + 3) {
        width: 100%; }
        .c-bread__item:nth-of-type(n + 3):after {
          position: relative;
          top: -.1em;
          margin-left: 1em; }
      .c-btn-arrow-line {
        padding: 0 2.4em 0 2.4em; }
        [target="_blank"] .c-btn-arrow-line {
          padding: 0 3.5em 0 3.5em; }
        .-deco .c-btn-arrow-line {
          padding: 0 3.8em 0 3.8em; }
    .c-btn-arrow {
      width: 315px;
      max-width: 100%;
      font-size: 1.4rem; }
      .c-btn-arrow.-s {
        width: auto;
        height: 23px;
        font-size: 1.1rem; }
        .c-btn-arrow.-s .-icon-arrow {
          -webkit-transform: translateY(-50%) scale(0.7);
                  transform: translateY(-50%) scale(0.7);
          right: 5px; }
      .c-btn-arrow.-l {
        height: 61px;
        font-size: 2.2rem;
        width: 345px;
        max-width: calc(100vw - 10px); }
      .c-btn-arrow.-lx {
        width: 285px;
        max-width: 100%;
        height: 61px; }
        .c-btn-arrow.-lx .c-btn-arrow-line {
          text-align: center;
          padding-left: 50px;
          padding-right: 44px; }
      .c-btn-arrow.-lm {
        width: 315px;
        max-width: 100%;
        height: 54px; }
        .c-btn-arrow.-lm .c-btn-arrow-line {
          text-align: center; }
      .c-btn-arrow.-ls {
        width: 315px;
        max-width: 100%; }
      .c-btn-arrow.-l-sp {
        height: 61px;
        font-size: 2.2rem;
        width: 307px;
        max-width: 100%; }
      .c-btn-arrow .-icon-arrow {
        width: 18px;
        height: 18px;
        right: 10px; }
      .c-btn-arrow .-icon-search,
      .c-btn-arrow .-icon-dl {
        width: 26px;
        height: 26px;
        right: 6px; }
      .c-btn-arrow .-deco-character {
        width: 36px;
        height: 33px;
        left: -10px;
        top: -10px; }
      .c-btn-arrow .-deco-goods {
        width: 40px;
        height: 28px;
        left: -6px;
        top: -6px; }
      .c-btn-arrow .-deco-movie {
        width: 40px;
        height: 50px;
        left: -1.7rem;
        top: -1.5rem;
        z-index: -1; }
      .c-btn-arrow .-deco-digital {
        width: 38px;
        height: 30px;
        left: -4px;
        top: -8px; }
      .c-btn-arrow .-deco-spots {
        width: 33px;
        height: 25px;
        left: 18px;
        top: 8px; }
      .c-btn-arrow .-deco-news {
        width: 99px;
        height: 66px;
        left: -35px;
        top: 15px;
        z-index: -1; }
      .c-btn-arrow .-deco-online {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 25px;
        left: 20px;
        top: 0; }
      .c-btn-arrow .-deco-store {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 27px;
        left: 20px;
        top: 0; }
      .c-btn-arrow.-noicon .-icon-arrow {
        display: none; }
    .c-btn {
      width: 165px;
      height: 30px; }
      .c-btn .c-icon {
        margin-right: 0.2em; }
      .c-btn .-deco-like {
        width: 14px;
        height: 12px; }
      .c-btn .-deco-interview {
        width: 16px;
        height: 16px; }
    .c-btn-youtube {
      width: 116px;
      height: 40px;
      font-size: 1.2rem; }
    .c-btn-block-search {
      padding: 20px;
      margin: 0 auto 38px; }
    .c-btn-app {
      margin-top: 20px; }
    .c-tag {
      padding: 5px 9px;
      border-radius: 5px;
      font-size: 1rem; }
      .c-cardArticle .c-badge-new {
        width: 50px;
        -webkit-transform: translate(15px, -50%);
                transform: translate(15px, -50%); }
      .-tiktok .c-cardArticle {
        width: 75%; }
      .c-cardArticle__new {
        width: 28px;
        height: 28px; }
          .c-cardArticle__link[target="_blank"] .c-cardArticle__title::after {
            font-size: 1.5rem;
            vertical-align: bottom; }
      .c-cardArticle__title {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-top: 16px; }
      .c-cardArticle__bottom {
        margin-top: 12px; }
      .c-cardGoods__icon {
        width: 50px;
        height: 51px; }
        .c-cardGoods.-s .c-cardGoods__icon {
          width: 28px;
          height: 28px; }
          .c-cardGoods__link[target="_blank"] .c-cardGoods__title::after {
            font-size: 1.5rem;
            vertical-align: bottom; }
      .c-cardGoods__title {
        margin-top: 19px;
        font-size: 1.3rem;
        line-height: 2rem; }
        .c-cardGoods.-s .c-cardGoods__tag {
          display: none; }
      .c-cardGoods__bottom {
        margin-top: 16px; }
    .c-cardSpot__pic {
      width: 100%;
      border: #c1f0ce 6px solid; }
          .c-cardSpot__link[target="_blank"] .c-cardSpot__text span::after {
            font-size: 1.5rem;
            vertical-align: bottom; }
    .c-cardSpot__text {
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin-top: 10px; }
    .c-cardWindow__fig {
      width: 100%;
      border: #c1f0ce 6px solid; }
        .c-cardWindow a[target="_blank"] .c-cardWindow__text::after {
          font-size: 1.5rem; }
    .c-cardWindow__text {
      font-size: 1.2rem; }
    .c-cardClip {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .c-cardClip__icon {
        width: 30px;
        height: 30px;
        margin-top: 22px;
        margin-right: 10px;
        border-width: 1px; }
        .c-cardClip__icon svg {
          width: 14px;
          height: 16px; }
      .c-cardClip__fig {
        width: 128px;
        height: 73px;
        margin-right: 10px; }
        .c-cardClip__fig::before {
          font-size: 1rem; }
      .c-cardClip__disableText {
        font-size: 10px;
        line-height: 1.4; }
      .c-cardClip__title {
        font-size: 12px;
        line-height: 1.5; }
      .c-cardClip__titleIcon {
        width: 8px;
        height: 8px;
        margin-bottom: 2px; }
      .c-cardClip__tagList {
        display: none; }
      .c-cardClip__cat {
        margin-top: 6px;
        gap: 6px;
        font-size: 10px; }
      .c-cardClip__time {
        font-size: 12px; }
  .p-characterSearch {
    margin-top: 25px; }
    .p-characterSearch__inner {
      padding-left: 15px;
      padding-right: 15px; }
  .p-characterSlider {
    margin-top: 60px; }
  .p-characterSlider__inner {
    padding-left: 15px;
    padding-right: 15px; }
  .p-characterSlider__inner {
    padding-left: 0;
    padding-right: 0; }
    .p-characterBirthday {
      margin-top: 60px; }
    .p-characterBirthday__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-characterBirthday__body {
        padding-bottom: 65px; }
        .p-characterBirthday__bg svg {
          height: 135px; }
        .p-characterBirthday__slider .swiper-button-next {
          right: -5px;
          left: initial;
          -webkit-transform: scale(0.7);
                  transform: scale(0.7); }
        .p-characterBirthday__slider .swiper-button-prev {
          right: auto;
          left: -5px;
          -webkit-transform: scale(0.7);
                  transform: scale(0.7); }
      .p-characterBirthday__slider .swiper-pagination {
        bottom: -35px; }
        .p-characterBirthday__slider .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
          .p-characterBirthday__slider .swiper-pagination .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
            margin-left: 5px;
            margin-right: 5px; }
          .p-characterBirthday__slider .swiper-pagination svg {
            display: none; }
    .p-characterBirthday__sliderIllust {
      width: 100%;
      height: 75px; }
      .p-characterBirthday__sliderIllust img {
        display: block;
        height: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
      .p-characterBirthday__sliderName {
        font-size: 1.1rem; }
      .p-characterBirthday__sliderBirth {
        font-size: 1.2rem;
        margin-top: 6px; }
      .p-characterBirthday__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-characterBirthday__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-characterBirthday__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .p-characterBirthday__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--c-pagetheme-sub);
          stroke-width: 3;
          stroke-dasharray: 125.6;
          stroke-dashoffset: 125.6;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
          vertical-align: middle;
          width: 100%; }
    .p-characterBirthday__pagination {
      margin-top: 30px; }
  .p-characterRanking {
    margin-top: 60px; }
  .p-characterRanking__inner {
    padding-left: 15px;
    padding-right: 15px; }
    .p-characterRanking__headNote {
      bottom: 30px;
      right: 0;
      font-size: 1rem;
      bottom: 21px; }
    .p-characterRanking__body .swiper-pagination-bullet {
      width: 6px;
      height: 6px; }
      .p-characterRanking__bg svg {
        height: 135px; }
  .p-characterRanking__slider {
    position: relative;
    width: 100%; }
    .p-characterRanking__slider .swiper {
      position: relative;
      width: calc(100% - 84px);
      margin-left: auto;
      margin-right: auto; }
      .p-characterRanking__slider .swiper .swiper-button-prev::after,
      .p-characterRanking__slider .swiper .swiper-button-next::after {
        display: none; }
    .p-characterRanking__slider .swiper-button-next,
    .p-characterRanking__slider .swiper-button-prev {
      font-size: 0;
      line-height: 1;
      width: 43px;
      height: 43px;
      overflow: hidden;
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
      .p-characterRanking__slider .swiper-button-next::after,
      .p-characterRanking__slider .swiper-button-prev::after {
        display: none; }
    .p-characterRanking__slider .swiper-button-next {
      position: absolute;
      top: 50%;
      right: -5px; }
    .p-characterRanking__slider .swiper-button-prev {
      position: absolute;
      top: 50%;
      left: -5px; }
    .p-characterRanking__slider .swiper-pagination {
      bottom: -35px; }
      .p-characterRanking__slider .swiper-pagination .swiper-pagination-bullet {
        background-color: #ddd;
        opacity: 1;
        margin: 0 5px; }
      .p-characterRanking__slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--c-secondary); }
    .p-characterRanking__sliderIllust {
      width: auto;
      height: 75px; }
  .p-characterRanking__sliderItem {
    padding-top: 32px; }
  .p-characterRanking__rankingItemIcon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-characterRanking__rankingItemIcon svg {
      width: 36px;
      height: 27px; }
    .p-characterRanking__rankingItemIconNum {
      display: block;
      font-size: 1.4rem;
      line-height: 1.4rem;
      top: 58%;
      left: 53%;
      text-align: center; }
    .p-characterRanking__sliderCaption {
      font-size: 1.1rem; }
    .p-characterRanking__sliderBirth {
      font-size: 1.1rem; }
  .p-characterDetail {
    position: relative;
    top: -20px; }
    .p-characterDetailFv {
      padding-bottom: 40px; }
    .p-characterDetailFv__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-characterDetailFv__nameMain {
        font-size: 2.6rem;
        letter-spacing: 0.01em; }
      .p-characterDetailFv__nameSub {
        font-size: 1.1rem;
        margin-top: 12px; }
      .p-characterDetailFv__illust {
        height: 176px;
        margin-top: 30px; }
      .p-characterDetailFv__birthday {
        width: 24px;
        height: 28px;
        top: -10px;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
        margin-left: auto;
        margin-right: auto; }
      .p-characterDetailFv__favorite {
        margin-top: 19px; }
        .p-characterDetailFv__panel.-s {
          width: 186px; }
    .p-characterDetailAnchors {
      margin-top: 2rem; }
    .p-characterDetailAnchors .c-link-bottom {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      overflow: auto;
      padding: 0 15px 3px; }
      .p-characterDetailAnchors .c-link-bottom.-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .p-characterDetailAnchors .c-link-bottom::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none; }
    .p-characterDetailGallery {
      margin-top: 20px; }
    .p-characterDetailGallery__head {
      padding-left: 15px;
      padding-right: 15px; }
      .p-characterDetailGallery__body {
        margin-top: 9px; }
      .p-characterDetailGallery__slider {
        padding-left: 2rem;
        padding-right: 2rem; }
      .p-characterDetailGallery__sliderItem {
        padding-top: 30px; }
      .p-characterDetailGallery__sliderDeco {
        width: 63px;
        height: 33px; }
      .p-characterDetailGallery__sliderFig {
        height: 168px;
        padding: 9px; }
  .p-characterSliderDetail {
    margin-top: 40px; }
  .p-characterSliderDetail__head {
    padding-left: 15px;
    padding-right: 15px; }
  .p-characterSliderDetail__head {
    margin-bottom: 30px; }
  .p-characterDetailSns {
    margin-top: 40px; }
  .p-characterDetailSns__inner {
    padding-left: 15px;
    padding-right: 15px; }
  .p-characterDetailSns__body {
    margin-top: 6px; }
  .p-characterDetailSns__item + .p-characterDetailSns__item {
    margin-left: 12px; }
    .p-characterDetailProfile {
      margin-top: 40px;
      padding-top: 20px; }
    .p-characterDetailProfile__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-characterDetailProfile__qa {
        height: 522px;
        margin-top: 40px; }
        .p-characterDetailProfile__qa[data-count="8"] {
          height: 480px;
          margin-top: 15px; }
        .p-characterDetailProfile__qa[data-count="6"] {
          margin-top: 0;
          height: 432px; }
        .p-characterDetailProfile__qa[data-count="5"] {
          margin-top: 0;
          height: 358px; }
        .p-characterDetailProfile__qa[data-count="4"] {
          margin-top: 0;
          height: 358px; }
        .p-characterDetailProfile__qa[data-count="3"] {
          margin-top: 0;
          height: 286px; }
        .p-characterDetailProfile__qa[data-count="2"] {
          margin-top: 0;
          height: 237px; }
        .p-characterDetailProfile__qa[data-count="1"] {
          margin-top: 0;
          height: 237px; }
        .p-characterDetailProfile__qaBgItem.-is1 {
          top: 4%;
          left: 25%;
          background-color: #EDF7EF; }
          .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 8%;
            left: 35%; }
          .p-characterDetailProfile__qa[data-count="7"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 7%; }
          .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 17%; }
          .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 11%;
            left: 31%; }
          .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 3%;
            left: 30%; }
          .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 10%;
            left: 29%; }
          .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is1 {
            left: 39%; }
          .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is1 {
            top: 18%;
            left: 29%; }
      .p-characterDetailProfile__qaBgItem.-is2 {
        width: 19px;
        height: 19px;
        background-color: #FFF5E6;
        top: 3%;
        left: 72%; }
        .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 2%;
          left: 62%; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 11%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 17%;
          left: 62%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 7%;
          left: 89%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is2 {
          display: none; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 64%;
          left: 78%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is2 {
          top: 44%;
          left: 7%; }
      .p-characterDetailProfile__qaBgItem.-is3 {
        width: 20px;
        height: 20px;
        background-color: #F4F9DE;
        top: 34%;
        left: 26%; }
        .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 28%;
          left: 24%; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 38%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 43%;
          left: 24%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 40%;
          left: 16%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 29%;
          left: 16%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is3 {
          top: 68%;
          left: 17%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is3 {
          left: 87%;
          top: 91%; }
      .p-characterDetailProfile__qaBgItem.-is4 {
        width: 22px;
        height: 22px;
        background-color: #FCEFF7;
        top: 32%;
        left: 70%; }
        .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 27%;
          left: 68%; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 49%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 42%;
          left: 68%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 36%;
          left: 50%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is4 {
          top: 20%; }
      .p-characterDetailProfile__qaBgItem.-is5 {
        width: 12px;
        height: 12px;
        background-color: #EDF9FC;
        right: 0;
        top: 38%; }
        .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 33%; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 50%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 45%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is5 {
          top: 28%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is5 {
          right: 9%;
          top: 12%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is5 {
          right: 9%;
          top: 19%; }
      .p-characterDetailProfile__qaBgItem.-is6 {
        width: 19px;
        height: 19px;
        left: 2%;
        top: 61%;
        background-color: #FCEFF7; }
        .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is6 {
          top: 56%;
          left: 3.5%; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is6 {
          left: 26%;
          top: 49%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is6 {
          display: none; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is6 {
          display: none; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is6 {
          left: 13%;
          top: 84%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is6 {
          left: 7%;
          top: 50%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is6 {
          left: 19%; }
      .p-characterDetailProfile__qaBgItem.-is7 {
        width: 19px;
        height: 19px;
        top: 63%;
        left: 68%;
        background-color: #F5F0FA; }
        .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 59%; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 82%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is7 {
          left: 34%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 57%;
          left: 62%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 52%;
          left: 35%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is7 {
          top: 86%;
          left: 87%; }
      .p-characterDetailProfile__qaBgItem.-is8 {
        width: 18px;
        height: 18px;
        background-color: #EDF9FC;
        top: 76%;
        left: 33%; }
        .p-characterDetailProfile__qa[data-count="8"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 72%; }
        .p-characterDetailProfile__qa[data-count="6"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 96%; }
        .p-characterDetailProfile__qa[data-count="5"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 87%;
          left: 11%; }
        .p-characterDetailProfile__qa[data-count="4"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 58%;
          left: 35%; }
        .p-characterDetailProfile__qa[data-count="3"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 84%;
          left: 85%; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 87%;
          left: 15%; }
        .p-characterDetailProfile__qa[data-count="1"] .p-characterDetailProfile__qaBgItem.-is8 {
          top: 92%;
          left: 14%; }
      .p-characterDetailProfile__qaItem {
        bottom: 0;
        width: 100px;
        height: 100px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
      .p-characterDetailProfile__qaItem.-is-9-1, .p-characterDetailProfile__qaItem.-is-8-1, .p-characterDetailProfile__qaItem.-is-7-1 {
        bottom: 361px;
        left: calc(50% - 125px); }
      .p-characterDetailProfile__qaItem.-is-9-2, .p-characterDetailProfile__qaItem.-is-8-2, .p-characterDetailProfile__qaItem.-is-6-3, .p-characterDetailProfile__qaItem.-is-5-2 {
        bottom: 79px;
        left: calc(50% + 125px); }
      .p-characterDetailProfile__qaItem.-is-9-3, .p-characterDetailProfile__qaItem.-is-8-6, .p-characterDetailProfile__qaItem.-is-7-3, .p-characterDetailProfile__qaItem.-is-6-1 {
        bottom: 220px;
        left: calc(50% + 110px); }
      .p-characterDetailProfile__qaItem.-is-5-1 {
        bottom: 220px;
        left: calc(50% + 120px); }
      .p-characterDetailProfile__qaItem.-is-9-4, .p-characterDetailProfile__qaItem.-is-8-4, .p-characterDetailProfile__qaItem.-is-7-4 {
        bottom: 361px;
        left: calc(50% + 120px); }
      .p-characterDetailProfile__qaItem.-is-9-5, .p-characterDetailProfile__qaItem.-is-8-3, .p-characterDetailProfile__qaItem.-is-6-6, .p-characterDetailProfile__qaItem.-is-5-3 {
        bottom: 79px;
        left: calc(50% - 125px); }
      .p-characterDetailProfile__qaItem.-is-9-6, .p-characterDetailProfile__qaItem.-is-8-5, .p-characterDetailProfile__qaItem.-is-7-6 {
        bottom: 291px; }
      .p-characterDetailProfile__qaItem.-is-9-7, .p-characterDetailProfile__qaItem.-is-7-7 {
        bottom: 428px; }
      .p-characterDetailProfile__qaItem.-is-9-8, .p-characterDetailProfile__qaItem.-is-8-7, .p-characterDetailProfile__qaItem.-is-7-2, .p-characterDetailProfile__qaItem.-is-6-5, .p-characterDetailProfile__qaItem.-is-5-4 {
        bottom: 151px; }
      .p-characterDetailProfile__qaItem.-is-9-9, .p-characterDetailProfile__qaItem.-is-8-8, .p-characterDetailProfile__qaItem.-is-7-5, .p-characterDetailProfile__qaItem.-is-6-2 {
        bottom: 220px;
        left: calc(50% - 110px); }
      .p-characterDetailProfile__qaItem.-is-5-5 {
        bottom: 220px;
        left: calc(50% - 120px); }
      .p-characterDetailProfile__qaItem.-is-6-2 {
        bottom: 220px;
        left: calc(50% - 110px); }
      .p-characterDetailProfile__qaItem.-is-6-4 {
        bottom: 296px; }
      .p-characterDetailProfile__qaItem.-is-4-1 {
        bottom: 79px;
        left: calc(50% - 125px); }
      .p-characterDetailProfile__qaItem.-is-4-2 {
        bottom: 79px;
        left: calc(50% + 125px); }
      .p-characterDetailProfile__qaItem.-is-4-3 {
        bottom: 221px;
        left: calc(50% - 73px); }
      .p-characterDetailProfile__qaItem.-is-4-4 {
        bottom: 221px;
        left: calc(50% + 73px); }
      .p-characterDetailProfile__qaItem.-is-3-1 {
        bottom: 79px;
        left: calc(50% - 125px); }
      .p-characterDetailProfile__qaItem.-is-3-2 {
        bottom: 79px;
        left: calc(50% + 125px); }
      .p-characterDetailProfile__qaItem.-is-3-3 {
        bottom: 154px; }
      .p-characterDetailProfile__qaItem.-is-2-1 {
        bottom: 100px;
        left: calc(50% - 73px); }
      .p-characterDetailProfile__qaItem.-is-2-2 {
        bottom: 100px;
        left: calc(50% + 73px); }
      .p-characterDetailProfile__qaItem.-is-1-1 {
        bottom: 115px; }
    .p-characterDetailProfile__qaItemIcon {
      width: 26px;
      height: 26px; }
    .-hobby .p-characterDetailProfile__qaItemIcon {
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
    .-food .p-characterDetailProfile__qaItemIcon {
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
      .p-characterDetailProfile__qaItemText {
        font-size: 1.6rem;
        margin-top: 9px; }
      .p-characterDetailProfile__qaIllust {
        height: 107px;
        bottom: 11px; }
        .p-characterDetailProfile__qa[data-count="2"] .p-characterDetailProfile__qaIllust {
          bottom: -12px; }
      .p-characterDetailProfile__qaModal {
        bottom: 120px; }
      .p-characterDetailProfile
.p-characterDetailProfile__related {
        margin-top: 58px; }
      .p-characterDetailProfile__relatedBg {
        height: calc(100% - 220px);
        top: 220px;
        width: 122.4rem; }
        .p-characterDetailProfile__relatedBgTop svg {
          height: 14.666vw; }
      .p-characterDetailProfile__relatedSec {
        padding: 30px 0 0; }
        .p-characterDetailProfile__relatedSec::before {
          margin-right: 12px; }
      .p-characterDetailProfile__relatedSecDesc {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-top: 15px; }
      .p-characterDetailProfile__relatedList {
        margin-top: 25px; }
        .p-characterDetailProfile__relatedList + .p-characterDetailProfile__relatedList {
          padding-top: 25px; }
    .p-characterDetailProfile__relatedItem {
      width: calc(33.333% - (16px / 3));
      padding-bottom: 30px; }
      .p-characterDetailProfile__relatedItem + .p-characterDetailProfile__relatedItem {
        margin-left: 8px; }
      .p-characterDetailProfile__relatedList .p-characterDetailProfile__relatedItem:nth-of-type(n + 4) {
        margin-top: 30px; }
      .p-characterDetailProfile__relatedItemFig {
        height: 112px; }
        .p-characterDetailProfile__relatedItemFig img {
          max-width: initial; }
    .p-characterDetailProfile__sns {
      margin-top: 53px; }
        .p-characterDetailProfile__snsBody .c-bg-container::before {
          height: calc(100% - 110px);
          width: 100vw;
          margin-left: calc(50% - 50vw); }
      .p-characterDetailProfile__snsSec {
        margin-top: 24px; }
        .p-characterDetailProfile__snsSec + .p-characterDetailProfile__snsSec {
          margin-top: 36px; }
        .p-characterDetailProfile__snsSec.-twitter {
          margin-top: 76px; }
      .p-characterDetailProfile__snsSecBody {
        width: 100vw;
        margin-left: calc(50% - 50vw); }
        .p-characterDetailProfile__snsSecBody .swiper {
          width: 100%; }
          .p-characterDetailProfile__snsSecBody .swiper .swiper-button-prev::after,
          .p-characterDetailProfile__snsSecBody .swiper .swiper-button-next::after {
            display: none; }
          .p-characterDetailProfile__snsSec.-instagram .p-characterDetailProfile__snsSecBody .swiper {
            width: 280px;
            margin-left: auto;
            margin-right: auto;
            overflow: visible; }
          .p-characterDetailProfile__snsSec.-twitter .p-characterDetailProfile__snsSecBody .swiper {
            width: 280px;
            margin-left: auto;
            margin-right: auto;
            overflow: visible; }
        .p-characterDetailProfile__snsSecBody .swiper-button-next,
        .p-characterDetailProfile__snsSecBody .swiper-button-prev {
          font-size: 0;
          line-height: 1;
          width: 43px;
          height: 43px;
          overflow: hidden; }
          .p-characterDetailProfile__snsSecBody .swiper-button-next::after,
          .p-characterDetailProfile__snsSecBody .swiper-button-prev::after {
            display: none; }
        .p-characterDetailProfile__snsSecBody .swiper-button-next {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(100%, 0);
                  transform: translate(100%, 0);
          right: 2px; }
        .p-characterDetailProfile__snsSecBody .swiper-button-prev {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-100%, 0);
                  transform: translate(-100%, 0);
          left: 2px; }
        .p-characterDetailProfile__snsSecBody .swiper-pagination {
          bottom: -35px; }
          .p-characterDetailProfile__snsSecBody .swiper-pagination .swiper-pagination-bullet {
            background-color: #ddd;
            opacity: 1;
            margin: 0 5px;
            width: 6px;
            height: 6px; }
          .p-characterDetailProfile__snsSecBody .swiper-pagination .swiper-pagination-bullet-active {
            background-color: var(--c-secondary); }
      .p-characterDetailProfile__snsInstagramItem {
        width: 120px; }
      .p-characterDetailProfile__snsTwitterItem {
        width: 285px; }
    .p-characterDetailProfile__snsListItem + .p-characterDetailProfile__snsListItem {
      margin-top: 30px; }
      .p-characterDetailProfile__snsListItemPic {
        width: 60px;
        height: 60px; }
      .p-characterDetailProfile__snsListItemTitle {
        margin-top: 5px; }
      .p-characterDetailProfile__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-characterDetailProfile__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-characterDetailProfile__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .p-characterDetailProfile__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--c-pagetheme-sub);
          stroke-width: 3;
          stroke-dasharray: 125.6;
          stroke-dashoffset: 125.6;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
          vertical-align: middle;
          width: 100%; }
    .p-characterDetailGoods {
      margin-top: 68px; }
    .p-characterDetailGoods__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-characterDetailGoods__inner {
      padding-left: 30px;
      padding-right: 30px; }
      .p-characterDetailGoods__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        left: 100px; }
      .p-characterDetailGoods__bgIllust {
        right: calc(50% + 70px); }
    .p-characterDetailGoods__body {
      margin-top: 30px; }
      .p-characterDetailGoods__item + .p-characterDetailGoods__item {
        margin-top: 37px; }
      .p-characterDetailGoods__btn {
        margin-top: 30px; }
    .p-characterDetailGoods__ranking {
      margin-top: 40px; }
    .p-characterDetailMoive {
      margin-top: 103px; }
    .p-characterDetailMoive__inner {
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0;
      padding-right: 0; }
      .p-characterDetailMoive__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        right: 100px; }
      .p-characterDetailMoive__bgIllust {
        left: calc(50% + 70px); }
    .p-characterDetailMoive__body {
      margin-top: 30px; }
    .p-characterDetailSpots {
      margin-top: 60px; }
    .p-characterDetailSpots__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-characterDetailSpots__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        right: 100px; }
      .p-characterDetailSpots__bgIllust {
        left: calc(50% + 70px); }
    .p-characterDetailSpots__body {
      margin-top: 30px; }
    .p-characterDetailSpots__list {
      padding-left: 15px;
      padding-right: 15px; }
    .p-characterDetailSpots__item + .p-characterDetailSpots__item {
      margin-top: 38px; }
    .p-characterDetailNews {
      margin-top: 60px; }
    .p-characterDetailNews__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-characterDetailNews__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        left: 100px; }
      .p-characterDetailNews__bgIllust {
        right: calc(50% + 70px); }
    .p-characterDetailNews__body {
      margin-top: 30px; }
    .p-characterDetailNews__list {
      padding-left: 15px;
      padding-right: 15px; }
    .p-characterDetailNews__item + .p-characterDetailNews__item {
      margin-top: 38px; }
    .p-characterDetailRelated__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-characterDetailRelated__sec + .p-characterDetailRelated__sec {
      margin-top: 80px; }
    .p-characterDetailRelated__secBody {
      margin-top: 25px;
      height: 149px; }
      .p-characterDetailRelated__list {
        height: 150px; }
      .p-characterDetailRelated__item {
        width: 148px;
        height: 148px; }
    .p-characterDetailRelated__btn {
      margin-top: 50px; }
    .p-characterDetailSanrioplus {
      margin-top: 60px; }
    .p-characterDetailSanrioplus__inner {
      padding-left: 15px;
      padding-right: 15px; }
        .c-searchCharacter__mode::before {
          left: 15px; }
        .c-searchCharacter__mode::after {
          right: 15px; }
      .c-searchCharacter__mode {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding-left: 15px;
        padding-right: 15px; }
      .c-searchCharacter__modeItem {
        font-size: 1.4rem;
        border-radius: 4px 4px 0 0;
        padding: 11px 0; }
      .c-searchCharacter__conditions {
        padding: 1.2rem; }
      .c-searchCharacter__conditionsHead {
        font-size: 1.1rem; }
      .c-searchCharacter__conditionsBody {
        font-size: 1.3rem;
        line-height: 2rem; }
      .c-searchCharacter__control {
        min-height: 30px;
        margin-top: 17px; }
      .c-searchCharacter__words {
        padding: 12px;
        margin-bottom: 24px;
        font-size: 1.3rem;
        line-height: 2rem; }
      .c-searchCharacter__searchBox {
        height: 30px;
        width: 129px; }
      .c-searchCharacter__searchBox.js-is-memori {
        width: 100%; }
      .c-searchCharacter__searchHead {
        width: 129px;
        z-index: 1; }
      .c-searchCharacter__searchOrder {
        width: 12px;
        height: 9px;
        left: 10px; }
      .c-searchCharacter__searchSelect {
        font-size: 1.2rem;
        width: 125px; }
        .c-searchCharacter__searchSelect::before {
          width: 20px;
          height: 20px;
          right: 4px; }
        .c-searchCharacter__searchSelect::after {
          width: 20px;
          height: 20px;
          right: 4px; }
    .c-searchCharacter__searchScroll {
      display: none; }
      .c-searchCharacter__searchScrollItemBase {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-searchCharacter__searchScrollItemHover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-searchCharacter__searchScrollItemHover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .c-searchCharacter__searchScrollItemHover svg {
          fill: none;
          height: 100%;
          stroke: var(--c-pagetheme-sub);
          stroke-width: 3;
          stroke-dasharray: 125.6;
          stroke-dashoffset: 125.6;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
          vertical-align: middle;
          width: 100%; }
      .c-searchCharacter__searchSelectList {
        width: 138px; }
      .c-searchCharacter__searchList {
        padding-left: 25px;
        padding-right: 40px; }
      .c-searchCharacter__searchListInner {
        padding-right: 40px; }
        .c-searchCharacter__searchListItem::before {
          width: 32px;
          height: 27px; }
        .c-searchCharacter__searchListItem::after {
          width: 32px;
          height: 27px; }
      .c-searchCharacter__searchListItem + .c-searchCharacter__searchListItem {
        margin-left: 25px; }
      .c-searchCharacter__searchBtn {
        position: absolute;
        top: -25px;
        right: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .c-searchCharacter__searchBtnIcon {
        width: 24px;
        height: 24px; }
      .c-searchCharacter__searchBtnText {
        font-size: 1.1rem; }
    .c-searchCharacter__searchModalRow {
      position: relative; }
      .c-searchCharacter__searchModalRow + .c-searchCharacter__searchModalRow {
        margin-top: 25px;
        padding-top: 25px; }
        .c-searchCharacter__searchModalRow + .c-searchCharacter__searchModalRow::before {
          display: block;
          width: 100%;
          height: 2px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23B5E5EF"/></svg>');
          background-size: contain;
          background-repeat: repeat-x;
          background-position: right center;
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          position: absolute;
          top: 0;
          left: 0; }
      .c-searchCharacter__searchModalRowHead {
        width: 100%;
        margin-bottom: 18px;
        color: var(--sky-text);
        font-size: 1.4rem; }
      .c-searchCharacter__searchModalRowIcon {
        color: #e383a8; }
        .c-searchCharacter__searchModalRowBody input[type="text"] {
          font-size: 1.3rem;
          font-weight: 500;
          border: 1px solid var(--sky); }
      .c-searchCharacter__searchModalSelect {
        height: 40px; }
        .c-searchCharacter__searchModalSelect .c-icon {
          width: 9px;
          height: 6px;
          right: 14px; }
      .c-searchCharacter__searchModalSelectBody {
        font-size: 1.3rem;
        padding-left: 20px;
        border: 1px solid var(--sky); }
      .c-searchCharacter__searchModalSelectList {
        right: 0;
        left: auto;
        width: 212px; }
      .c-searchCharacter__searchModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 10000;
        max-width: 100vw;
        max-height: 100vh;
        overflow: hidden;
        overflow-y: scroll; }
        .c-searchCharacter__searchModal::-webkit-backdrop {
          opacity: 0 !important; }
        .c-searchCharacter__searchModal::backdrop {
          opacity: 0 !important; }
      .c-searchCharacter__searchModalContent {
        padding: 60px 15px; }
      .c-searchCharacter__searchModalBg {
        height: 300%;
        width: auto;
        position: fixed;
        border-radius: 50%; }
      .c-searchCharacter__searchModalClose {
        width: 32px;
        height: 32px;
        top: 54px;
        right: 15px; }
      .c-searchCharacter__searchModalHead {
        font-size: 1.4rem; }
      .c-searchCharacter__searchModalBody {
        background-color: #F0F9FA;
        border-radius: 8px;
        overflow: hidden;
        padding: 30px 15px; }
        .c-searchCharacter__searchModalTagsItem span {
          font-size: 1.2rem; }
      .c-searchCharacter__searchModalTagsItem {
        padding: 7px 14px; }
      .c-searchCharacter__searchModalColorList {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
            grid-template: auto/repeat(6, 1fr); }
      .c-searchCharacter__searchModaSubmit .c-btn-arrow {
        width: 265px;
        height: 40px; }
      .c-searchCharacter__searchModaClear {
        margin-top: 20px; }
        .c-searchCharacter__searchModaClear .c-link-icon.-white {
          --link-color: var(--sky); }
      .c-searchCharacter__changeInterviewItem {
        margin: 2px 5px 2px 0; }
      .c-searchCharacter__result {
        margin-top: 11px; }
      .c-searchCharacter__resultHeadItem {
        width: 148px;
        font-size: 1.4rem; }
      .c-searchCharacter__resultBody {
        display: -ms-grid;
        display: grid;
        grid: repeat(3, 148px)/auto;
        grid-gap: 5px;
        gap: 5px;
        grid-auto-flow: column; }
      .c-searchCharacter__resultItem {
        width: 148px;
        height: 148px; }
        .c-searchCharacter__resultNotfound p {
          font-size: 1.4rem; }
        .c-searchCharacter__resultNotfound figure {
          height: 110px;
          margin-top: 40px; }
      .c-searchCharacter__filterCharaBtnPanel {
        left: 0; }
        .c-searchCharacter__filterCharaBtnPanel.-s {
          width: 186px; }
        .c-searchCharacter__filterCharaBtnPanel:after {
          left: 20%; }
    .c-characterCard {
      padding: 6px;
      padding-bottom: 3px; }
      .c-characterCard__like {
        top: -6px;
        left: -6px; }
        .js-is-interview .c-characterCard__like {
          top: 32px; }
      .c-characterCard__likeItemWrap {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .c-characterCard__likeItem {
        width: 21px;
        height: 21px; }
    .c-characterCard__likeIcon {
      width: 11px;
      height: 9px; }
    .c-characterCard__mainIconWrap {
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-characterCard__mainIcon {
        width: 28px;
        height: 28px; }
        .c-characterCard__mainIcon svg {
          width: 23px;
          height: 19px; }
      .c-characterCard__panel {
        width: 135px;
        font-size: 10px;
        line-height: 15px;
        white-space: initial;
        padding: 5px 8px;
        top: 37px;
        left: 4px; }
        .c-characterCard__panel:after {
          left: 10px; }
        .c-characterCard__panel .c-btn {
          width: 71px;
          height: 24px;
          display: inline-block; }
        .c-characterCard__panel .c-icon.-icon-blank {
          margin-left: 3px;
          top: -3px !important; }
        .c-characterCard__panel small {
          font-size: 9px;
          line-height: 12px;
          text-align: left; }
      .c-characterCard__new {
        font-size: 1.2rem; }
      .c-characterCard__state {
        font-size: 1.2rem; }
      .c-characterCard__birthIcon {
        width: 18px;
        height: 21px; }
      .c-characterCard__fukidasi {
        position: absolute;
        top: 8px;
        height: 23px;
        font-size: 1rem; }
        .c-characterCard__fukidasi span {
          width: 100%;
          text-overflow: ellipsis;
          width: 140px;
          overflow: hidden; }
        .c-characterCard__fukidasi::before {
          width: 11px;
          height: 10px;
          bottom: 2px; }
      .c-characterCard__pic {
        height: 76px;
        margin: 4px 0; }
        .c-searchCharacter.js-is-interview .c-characterCard__pic {
          height: 70px;
          margin: 7px 0; }
      .c-characterCard__name {
        font-size: 1.2rem;
        line-height: 1.5rem;
        height: 3rem; }
      .c-customSelect__item {
        font-size: 1.2rem; }
      .c-customSelectBox__label {
        border-width: 1px;
        font-size: 1.3rem;
        height: 40px; }
      .c-customSelectBox__labelIcon {
        width: 10px;
        height: 5px; }
      .c-customSelectBox__item {
        font-size: 1.3rem; }
  .c-deco-illust {
    width: 130px;
    height: 130px; }
    .c-deco-ball {
      width: 350px;
      height: 350px; }
  .c-row-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    input {
      width: 100%;
      height: 40px;
      padding: 0 15px; }
    .c-select-wrap .c-icon {
      right: 15px;
      -webkit-transform: translateY(-50%) scale(0.8);
              transform: translateY(-50%) scale(0.8); }
    select {
      width: 100%;
      height: 40px;
      padding: 0 15px; }
    .c-radio label {
      padding-left: 1.5em; }
    .c-checkbox {
      font-size: 1.3rem; }
      .c-checkbox label {
        padding-left: 1.5em; }
  .c-search-form-item__head {
    font-size: 1.4rem;
    margin-bottom: 18px;
    padding-top: 14px; }
  .c-search-form-item .c-head-icon {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    margin-right: 8px; }
  .c-search-form-item__body {
    padding-bottom: 30px;
    margin-bottom: 15px;
    position: relative; }
    .c-search-form-item__body:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, var(--c-primary-a) 2px, transparent 2px);
      background-repeat: repeat-x;
      background-size: 5px 2px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .c-search-form-item .simplebar-wrapper {
    margin: 0 !important; }
  .c-search-form-item .simplebar-content {
    padding: 0 !important; }
    .c-flex-list {
      margin-top: 30px;
      padding: 0 4px; }
      .c-flex-list li + li {
        margin-left: 10px; }
      .c-flex-list.-pc {
        display: block; }
        .c-flex-list.-pc li + li {
          margin-top: 20px;
          margin-left: 0; }
  .c-form .c-row .c-form-item,
  .c-form .c-row-sp .c-form-item {
    margin-top: 20px; }
  .c-form__btn {
    margin-top: 45px; }
  .c-form-item:nth-of-type(n + 2) {
    margin-top: 20px; }
  .c-icon.-icon-blank {
    width: 11px !important;
    height: 11px !important;
    -webkit-transform: translate(0.1em, 0);
            transform: translate(0.1em, 0); }
    .c-icon.-icon-blank svg {
      display: block;
      width: 100%;
      height: 100%; }
  .c-icon-sns {
    width: 36px; }
    .c-icon-sns.-s {
      width: 30px; }
  .c-link-icon {
    font-size: 1.3rem; }
    .c-link-icon.-l {
      font-size: 1.6rem; }
    .c-link-icon .c-icon {
      width: 18px;
      min-width: 18px;
      height: 18px; }
    .c-link-icon .-icon-arrow_ss {
      width: 7px;
      min-width: 7px;
      margin-right: 8px; }
    .c-link-icon .-icon-arrow_sss {
      width: 0.7rem;
      min-width: 0.7rem;
      height: initial;
      margin-right: 9px;
      font-size: 1.2rem;
      font-weight: 500; }
    .c-link-bottom-scroll {
      padding: 0 15px 15px; }
      .c-link-bottom-scroll .c-link-bottom {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .c-link-bottom {
      font-size: 1.4rem; }
      .c-link-bottom__item {
        margin: 0 6px; }
        .c-link-bottom__item.-sp-w50 {
          margin: 0;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -ms-flex-preferred-size: calc(50% - 6px);
              flex-basis: calc(50% - 6px); }
        .c-link-bottom__item.-sp-w100 {
          margin: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; }
        .c-link-bottom__item.-sp-w50 a, .c-link-bottom__item.-sp-w100 a {
          position: relative;
          padding: 8px 32px 8px 14px; }
        .c-link-bottom__item.-sp-w50 .c-icon, .c-link-bottom__item.-sp-w100 .c-icon {
          position: absolute;
          right: 8px; }
      .c-link-bottom a {
        padding: 8px 8px 8px 14px; }
      .c-link-bottom .c-icon {
        width: 18px;
        height: 18px;
        margin-left: 8px;
        margin-right: 0; }
      .c-link-bottom.-sp-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -6px;
        margin-left: -6px; }
        .c-link-bottom.-sp-wrap .c-link-bottom__item {
          margin: 6px; }
          .c-link-bottom.-sp-wrap .c-link-bottom__item.-sp-w50 {
            -ms-flex-preferred-size: calc(50% - 12px);
                flex-basis: calc(50% - 12px); }
          .c-link-bottom.-sp-wrap .c-link-bottom__item.-sp-w100 {
            -ms-flex-preferred-size: calc(100% - 12px);
                flex-basis: calc(100% - 12px); }
  .c-block-more-empty__inner {
    padding: 60px 0 0; }
  .c-block-more-empty__text {
    font-size: 1.4rem;
    margin-bottom: 40px; }
  .c-block-more-empty__img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 40% 0;
            transform-origin: 40% 0; }
    .c-list-news .c-img {
      border-radius: 10px; }
  .c-list-news {
    margin-top: 30px;
    padding: 0 15px; }
    .c-list-news.-sp-slide {
      padding: 0; }
      .c-list-news.-sp-slide .c-list-news__item {
        width: auto;
        margin: 0; }
    .c-list-news.-sp-column2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0; }
      .c-list-news.-sp-column2 .c-list-news__item {
        margin: 0;
        width: calc((100% - 20px) / 2); }
        .c-list-news.-sp-column2 .c-list-news__item:nth-of-type(even) {
          margin-left: 20px; }
        .c-list-news.-sp-column2 .c-list-news__item:nth-of-type(n + 3) {
          margin-top: 35px; }
      .c-list-news.-sp-column2 .c-date {
        width: 100%;
        margin-left: 0; }
      .c-list-news.-sp-column2 .c-badge-new {
        width: 29px; }
    .c-list-news__item:nth-of-type(n + 2) {
      margin-top: 40px; }
    .c-list-news .c-title {
      margin-top: 15px;
      font-size: 1.3rem; }
    .c-list-news .c-row {
      margin-top: 6px; }
    .c-list-news .c-date {
      font-size: 1.2rem; }
    .c-list-news .c-badge-new {
      width: 50px;
      -webkit-transform: translate(15px, -50%);
              transform: translate(15px, -50%); }
    .c-list-spot {
      padding: 0 15px; }
      .c-list-spot__item:nth-of-type(n + 2) {
        margin-top: 40px;
        padding-top: 40px; }
      .c-list-spot .c-img {
        margin: auto; }
      .c-list-spot .c-text {
        margin-top: 20px;
        font-size: 1.3rem; }
      .c-list-spot .c-title {
        text-align: center;
        font-size: 1.6rem; }
      .c-list-spot .c-description {
        margin-top: 15px; }
      .c-list-spot .c-btn-arrow {
        margin-top: 30px; }
      .c-list-spot.-column2 .c-text {
        margin-top: 25px; }
      .c-list-spot.-column2 .c-title {
        font-size: 2rem; }
      .c-list-spot.-column2 .c-btn-arrow {
        margin-top: 15px; }
  .c-list-disc > li {
    padding-left: 15px; }
  .c-list-number {
    margin: 1.5em 0; }
    .c-list-column5 .c-img {
      border-radius: 10px; }
  .c-list-column5 {
    padding: 0 calc(15px * 2);
    margin-top: 20px; }
    .c-list-column5__item:nth-of-type(n + 2) {
      margin-top: 30px; }
    .c-list-column5 a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .c-list-column5 .c-img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 120px;
      margin-right: 24px; }
        .c-menu__headingMain::before {
          margin-right: 12px; }
        .c-menu__headingMain::after {
          margin-left: 12px; }
    .c-mobileMenu__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100lvh;
      background-color: #000;
      z-index: -5;
      display: block;
      opacity: 0;
      -webkit-transition: opacity 1s ease-out;
      transition: opacity 1s ease-out; }
      .c-mobileMenu.js-is-open .c-mobileMenu__bg {
        -webkit-transition-delay: .3s;
                transition-delay: .3s;
        opacity: 0.5; }
    .c-mobileMenu__sns {
      position: relative;
      margin-top: 30px;
      padding-top: 30px;
      margin-left: 30px;
      margin-right: 30px;
      padding-bottom: 20px; }
      .c-mobileMenu__sns::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="2" viewBox="0 0 5 2"><path d="M.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z" transform="translate(1 1)" fill="%23ffffff"/></svg>');
        background-size: contain;
        background-repeat: repeat-x;
        background-position: right center; }
    .c-mobileMenu__snsItem + .c-mobileMenu__snsItem {
      margin-left: 18px; }
    .c-modal__content {
      max-width: calc(100% - 15px * 2);
      margin: auto; }
    .c-modal__close {
      width: 32px;
      height: 32px;
      right: 15px;
      top: 22px; }
      .c-modal__close svg {
        width: 9px;
        height: 9px; }
  .c-modal-search {
    padding-bottom: 110px; }
    .c-modal-search__h2 {
      font-size: 1.4rem;
      margin: 30px 0; }
    .c-modal-search__body {
      border-radius: 10px;
      padding: 15px 15px 30px; }
    .c-modal-search .c-hash-link {
      margin-right: 10px;
      margin-top: 12px; }
    .c-modal-search .c-btn-search {
      margin-top: 25px; }
    .c-modal-search .c-link-clear {
      margin: 20px auto 0; }
    .c-modal-search .c-radio {
      font-size: 1.2rem;
      margin: .5em 2em .5em 0; }
    .c-modal-search .c-info-q {
      margin-left: .5em; }
      .c-modal-search-char .c-all {
        border-radius: 100%; }
      .c-modal-search-char .c-img {
        border-radius: 100%; }
    .c-modal-search-char {
      margin-right: -15px; }
      .c-modal-search-char-list {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[7];
            grid-template: auto/repeat(7, 1fr); }
        .c-modal-search-char-list__item {
          margin: 0 8px 30px; }
        .c-modal-search-char-list .c-all,
        .c-modal-search-char-list .c-img {
          width: 78px;
          height: 78px; }
    .c-modal-youtube__iframe {
      width: calc(100vw - 40px); }
  .c-modal-youtube__content {
    max-width: calc(100% - 15px * 2);
    margin: auto; }
  .c-modal-youtube__close {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 22px; }
  .c-modal-birthday__content {
    padding: 100px 0; }
    .c-modal-birthday__heading {
      width: 340px;
      height: 76.37px;
      padding-top: 13px; }
    .c-modal-birthday__headingMain {
      font-size: 2.3rem; }
    .c-modal-birthday__headingSub {
      font-size: 1.2rem;
      margin-top: 4px; }
    .c-modal-birthday__illust {
      margin-top: 55px; }
    .c-modal-birthday__illustMsg {
      font-size: 1.8rem;
      top: -3rem; }
    .c-modal-birthday__illustItem {
      height: 202px; }
    .c-modal-birthday__illustBg {
      width: 286px;
      height: 714px; }
    .c-modal-birthday__name {
      font-size: 2rem;
      line-height: 2.5rem; }
  .c-modal-birthday__counter {
    margin-top: 27px; }
    .c-modal-birthday__counterNum {
      font-size: 1.8rem; }
      .c-modal-birthday__counterNumIcon svg {
        width: 35px;
        height: 35px; }
    .c-modal-birthday__counterTrigger {
      margin-top: 10px;
      max-width: 285px;
      width: 100%;
      height: 40px; }
    .c-modal-birthday__counterNote {
      font-size: 1.4rem; }
      .c-modal-slider__control {
        top: 22px;
        margin-left: 15px;
        margin-right: 15px; }
      .c-modal-slider__controlItem {
        width: 32px;
        height: 32px; }
      .c-modal-slider__controlItem + .c-modal-slider__controlItem {
        margin-left: 15px; }
      .c-modal-slider__slide {
        height: 497px; }
      .c-modal-slider__caption {
        padding-bottom: 120px; }
    .c-modal-gift__slide {
      max-width: initial;
      padding: 0 15px; }
    .c-modal-gift__slideItem {
      border-radius: 10px; }
    .c-modal-gift__slideNav {
      display: none; }
    .c-modal-gift__slideNavBase {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .c-modal-gift__slideNavHover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .c-modal-gift .swiper-pagination {
      bottom: -26px; }
      .c-modal-gift .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px; }
    .c-modal-img__cont {
      border-radius: 10px; }
    .c-searchForm {
      overflow: scroll;
      height: calc(100vh - 60px); }
      .c-searchForm__select {
        height: 40px; }
      .c-searchForm__select {
        font-size: 1.3rem;
        padding-left: 20px; }
      .c-searchForm__selectList {
        right: 0;
        left: auto;
        width: 212px; }
      .c-searchForm__pull {
        display: none; }
    .c-shopRankingBox {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      padding: 40px 30px; }
      .c-shopRankingBox__list {
        margin-top: 36px; }
    .c-shopRankingBox__item + .c-shopRankingBox__item {
      margin-top: 30px; }
    .c-shopRankingBox__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-shopRankingBox__itemFig {
        width: 120px; }
        .c-shopRankingBox__itemFig figure {
          border-radius: 10px; }
    .c-shopRankingBox__itemText {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 24px; }
      .c-shopRankingBox__itemIcon svg {
        width: 40px;
        height: 38px; }
      .c-shopRankingBox__itemIconNum {
        font-size: 1.4rem; }
        a[target="_blank"] .c-shopRankingBox__itemTitle::after {
          font-size: 1.5rem;
          vertical-align: bottom; }
      .c-shopRankingBox__itemTitle {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-top: 0; }
      .c-shopRankingBox__itemPrice {
        font-size: 1rem;
        margin-top: 1rem; }
        .c-shopRankingBox__itemPrice span {
          font-size: 1.2rem; }
      .c-shopRankingBox__itemTag {
        margin-top: 20px; }
      .c-shopRankingBox__note {
        font-size: 1.1rem;
        line-height: 1.9rem;
        margin-top: 1.4rem; }
      .c-slide-circular .c-btn-youtube {
        margin: auto;
        left: 0;
        right: 0;
        bottom: -45px; }
      .c-slide-circular__slide {
        padding-bottom: 100px; }
        .c-slide-circular__slide .swiper-button-next,
        .c-slide-circular__slide .swiper-button-prev {
          top: 23vw; }
        .c-slide-circular__slide .swiper-button-next {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          right: 10px;
          left: initial; }
        .c-slide-circular__slide .swiper-button-prev {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          left: 10px;
          right: initial; }
          .c-slide-circular__slide .swiper-pagination .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
            margin-left: 5px;
            margin-right: 5px; }
          .c-slide-circular__slide .swiper-pagination svg {
            display: none; }
      .c-slide-circular__list li {
        width: 285px; }
      .c-slide-circular__pic {
        border-radius: 10px; }
      .c-slide-circular__pic {
        height: auto;
        aspect-ratio: 16 / 9; }
      .c-slide-circular__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-circular__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-circular__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .c-slide-circular__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--c-pagetheme-sub);
          stroke-width: 3;
          stroke-dasharray: 125.6;
          stroke-dashoffset: 125.6;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
          vertical-align: middle;
          width: 100%; }
        .c-slide-circular .c-row-pc .c-title {
          font-size: 1.3rem;
          line-height: 1.8rem;
          margin-bottom: 1.2rem; }
      .c-slide-circular .c-row-pc {
        margin-top: 16px; }
      .c-slide-circular .c-figure {
        font-size: 1.3rem; }
        .c-slide-circular .c-figure p {
          width: calc(100% - 60px);
          font-size: 1.3rem;
          line-height: 2rem; }
      .c-slide-circular .c-img {
        border-radius: 100%; }
      .c-slide-circular .c-img {
        width: 42px;
        margin-right: 15px; }
    .c-slide-sync {
      margin: 0 auto;
      padding-bottom: 50px; }
      .c-slide-sync .swiper-button-next {
        -webkit-transform: translate(175px, 80px);
                transform: translate(175px, 80px); }
      .c-slide-sync .swiper-button-prev {
        -webkit-transform: translate(-175px, 80px);
                transform: translate(-175px, 80px); }
        .c-slide-sync .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px;
          margin: 0 5px; }
        .c-slide-sync .swiper-pagination svg {
          display: none; }
      .c-slide-sync__slider {
        margin: 0 auto;
        max-width: 345px;
        width: 90%; }
      .c-slide-sync__slider-text {
        margin: 20px auto 0;
        max-width: 345px;
        width: 90%; }
      .c-slide-sync__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-sync__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-sync__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .c-slide-sync__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--c-pagetheme-sub);
          stroke-width: 3;
          stroke-dasharray: 125.6;
          stroke-dashoffset: 125.6;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
          vertical-align: middle;
          width: 100%; }
      .c-slide-sync__header {
        max-width: 345px; }
      .c-slide-sync__headerTitle {
        font-size: 1.5rem;
        line-height: 2.2rem; }
      .c-slide-sync__headerTitleIcon {
        width: 12px;
        height: 12px; }
    .c-slide-sync-2column {
      min-height: 33%;
      margin: 0 auto;
      padding-bottom: 40px; }
      .c-slide-sync-2column .swiper-button-next {
        left: 0;
        -webkit-transform: translate(170px, 80px) scale(0.8);
                transform: translate(170px, 80px) scale(0.8); }
      .c-slide-sync-2column .swiper-button-prev {
        right: 0;
        -webkit-transform: translate(-170px, 80px) scale(0.8);
                transform: translate(-170px, 80px) scale(0.8); }
        .c-slide-sync-2column .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px;
          margin-left: 5px;
          margin-right: 5px; }
        .c-slide-sync-2column .swiper-pagination svg {
          display: none; }
      .c-slide-sync-2column__slider {
        margin: 0 auto;
        max-width: 345px;
        width: 90%; }
      .c-slide-sync-2column .c-img {
        border-radius: 10px; }
      .c-slide-sync-2column__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-sync-2column__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
  .c-tab-search__char {
    padding-left: 15px; }
      .c-slide-search .swiper-container {
        padding-bottom: 0; }
      .c-slide-search__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-search__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-search .c-all {
        border-radius: 100%; }
      .c-slide-search .c-img {
        border-radius: 100%; }
    .c-slide-search {
      padding-bottom: 2em; }
      .c-slide-search .swiper-slide {
        width: 122px; }
      .c-slide-search .c-all,
      .c-slide-search .c-img {
        width: 78px;
        height: 78px; }
      .c-slide-search .c-text {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.4; }
      .c-slide-search-slider.-s .swiper-slide {
        width: 80px; }
      .c-slide-search-slider.-s .c-all,
      .c-slide-search-slider.-s .c-img {
        width: 63px;
        height: 63px; }
      .c-slide-tab__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-tab__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .c-slide-tab-slider.-s .swiper-wrapper {
      padding: 0; }
    .c-slide-tab-slider.-n .swiper-wrapper {
      padding: 0; }
    .c-slide-tab .swiper-slide {
      width: auto; }
    .c-slide-tab .c-label {
      height: 36px;
      line-height: 34px;
      font-size: 1.4rem;
      padding: 0 14px;
      border-radius: 4px 4px 0 0; }
      .c-slide-window .swiper-button-next {
        -webkit-transform: translate(0, 60px);
                transform: translate(0, 60px); }
      .c-slide-window .swiper-button-prev {
        -webkit-transform: translate(0, 60px);
                transform: translate(0, 60px); }
      .c-slide-window__slider {
        overflow: visible; }
    .c-slide-window__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      max-width: 345px; }
      .c-slide-window__list li {
        width: 163px; }
      .c-slide-window__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-window__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-column2 .swiper-button-next {
        -webkit-transform: translate(50%, -50%) scale(0.8);
                transform: translate(50%, -50%) scale(0.8); }
      .c-slide-column2 .swiper-button-prev {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8); }
        .c-slide-column2 .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
      .c-slide-column2__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-column2__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-column2__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .c-slide-column2__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--c-pagetheme-sub);
          stroke-width: 3;
          stroke-dasharray: 125.6;
          stroke-dashoffset: 125.6;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
          vertical-align: middle;
          width: 100%; }
      .c-slide-column2 .c-img {
        border-radius: 10px; }
    .c-slide-column2 {
      margin-bottom: 25px; }
      .c-slide-column2 .swiper-pagination {
        bottom: -25px; }
      .c-slide-column3 .swiper-button-next {
        -webkit-transform: translate(0, -100%) scale(0.8);
                transform: translate(0, -100%) scale(0.8); }
      .c-slide-column3 .swiper-button-prev {
        -webkit-transform: translate(0, -100%) scale(0.8);
                transform: translate(0, -100%) scale(0.8); }
      .c-slide-column3 .swiper-pagination {
        bottom: -40px; }
        .c-slide-column3 .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px;
          margin-left: 5px;
          margin-right: 5px; }
        .c-slide-column3 .swiper-pagination svg {
          display: none; }
      .c-slide-column3__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-column3__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-column3__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .c-slide-column3__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--c-pagetheme-sub);
          stroke-width: 3;
          stroke-dasharray: 125.6;
          stroke-dashoffset: 125.6;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: stroke-dashoffset 1s;
          transition: stroke-dashoffset 1s;
          vertical-align: middle;
          width: 100%; }
      .c-slide-column3 .c-img {
        border-radius: 10px; }
    .c-slide-column3 {
      margin: 30px auto; }
      .c-detail-gallery .c-img {
        border-radius: 10px; }
    .c-detail-gallery {
      margin-top: 30px;
      padding-bottom: 45px; }
      .c-detail-gallery:before {
        height: 252px; }
      .c-detail-gallery .c-text {
        margin: 15px 0; }
      .c-detail-gallery-thumb .swiper-button-next {
        -webkit-transform: translate(50%, -50%) scale(0.8);
                transform: translate(50%, -50%) scale(0.8); }
      .c-detail-gallery-thumb .swiper-button-prev {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8); }
        .c-detail-gallery-thumb .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
      .c-detail-gallery-thumb__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-detail-gallery-thumb__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-detail-gallery-thumb .c-img {
        border-radius: 13px; }
    .c-detail-gallery-thumb .swiper-container {
      margin: 0 15px; }
    .c-detail-gallery-thumb .c-img {
      padding: 4px; }
      .c-slide-char-column5 .swiper-button-next {
        -webkit-transform: translate(15px, -100%) scale(0.8);
                transform: translate(15px, -100%) scale(0.8); }
      .c-slide-char-column5 .swiper-button-prev {
        -webkit-transform: translate(-15px, -100%) scale(0.8);
                transform: translate(-15px, -100%) scale(0.8); }
        .c-slide-char-column5 .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
      .c-slide-char-column5__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-char-column5__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .c-slide-char-column5 {
      margin: 30px auto 65px; }
      .c-slide-char-column5 .swiper-container {
        margin: 0 calc(15px * 2); }
        .c-slide-char-column5 .swiper-container.swiper-no-swiping {
          margin: 0; }
      .c-slide-char-column5 .swiper-pagination {
        bottom: -55px; }
      .c-slide-char-column5 .swiper-no-swiping .swiper-slide {
        margin: 0 !important; }
      .c-slide-sp .swiper-button-next {
        -webkit-transform: translate(0, -100%) scale(0.8);
                transform: translate(0, -100%) scale(0.8); }
      .c-slide-sp .swiper-button-prev {
        -webkit-transform: translate(0, -100%) scale(0.8);
                transform: translate(0, -100%) scale(0.8); }
        .c-slide-sp .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
      .c-slide-sp__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-sp__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .c-slide-sp {
      margin-top: 20px; }
      .c-slide-sp .c-list-news {
        margin-top: 0; }
      .c-slide-sp .swiper-container {
        margin-bottom: 40px; }
      .c-slide-sp .swiper-pagination {
        bottom: -40px; }
      .c-slide-media .swiper-button-next {
        margin-left: 10.13vw;
        -webkit-transform: translate(0, -50%) scale(0.8);
                transform: translate(0, -50%) scale(0.8); }
      .c-slide-media .swiper-button-prev {
        margin-left: -21.87vw;
        -webkit-transform: translate(0, -50%) scale(0.8);
                transform: translate(0, -50%) scale(0.8); }
      .c-slide-media__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-slide-media__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .c-slide-media {
      margin-top: 30px; }
  .c-tab-search .c-slide-search {
    margin-top: 30px; }
  .c-tab-search__select {
    margin-top: 25px; }
  .c-tab-search__selectBody {
    margin-top: 12px; }
    .c-tab-search__selectItem {
      width: 100%; }
    .c-tab-search__selectList {
      right: 0;
      left: auto;
      width: 212px; }
    .c-search-acc {
      padding: 0 20px; }
      .c-search-acc__head {
        font-size: 1.4rem; }
      .c-search-acc__clear {
        margin-top: 2rem; }
      .c-search-acc__rowHead {
        font-size: 1.4rem; }
      .c-search-acc__rowBody {
        margin-top: 15px; }
      .c-textHeadingIcon__iconItem.-character {
        width: 32px;
        height: 20px; }
      .c-textHeadingIcon__iconItem.-movie {
        width: 39px;
        height: 31px; }
      .c-textHeadingIcon__iconItem.-goods {
        width: 26px;
        height: 30px; }
      .c-textHeadingIcon__iconItem.-digital {
        width: 29px;
        height: 39px; }
      .c-textHeadingIcon__iconItem.-spots {
        width: 35px;
        height: 22px; }
      .c-textHeadingIcon__iconItem.-news {
        width: 26px;
        height: 29px; }
      .c-textHeadingIcon__iconItem.-birthday {
        width: 36px;
        height: 42px; }
      .c-textHeadingIcon__iconItem.-shopsearch {
        width: 31px;
        height: 27px; }
      .c-textHeadingIcon__iconItem.-mypage-calendar {
        width: 30px;
        height: 25px; }
      .c-textHeadingIcon__iconItem.-mypage-login {
        width: 28px;
        height: 28px; }
      .c-textHeadingIcon__main {
        font-size: 3rem; }
      .c-textHeadingIcon__sub {
        font-size: 1.1rem; }
    .c-textHeadingIcon.-bg-round {
      padding-top: 45px;
      margin-top: 35px; }
      .c-textHeadingIcon.-bg-round.-s .c-textHeadingIcon__main {
        font-size: 2.6rem; }
      .c-textHeadingIcon.-bg-round:after {
        width: 210px;
        height: 210px; }
      .c-textHeadingLine__text {
        font-size: 1.8rem;
        line-height: 3rem;
        text-align: center;
        font-weight: 500; }
      .c-textHeadingLine::before {
        margin-right: 12px; }
      .c-textHeadingLine::after {
        margin-left: 12px; }
    .c-textRoundLine {
      font-size: 2rem;
      padding-top: 42px;
      margin: 0 15px; }
      .c-textRoundLine .c-line {
        width: 314px;
        height: 45px; }
    .c-textRoundLineSvg {
      font-size: 1.7rem; }
    .c-textRoundLineSvg {
      padding-top: 20px;
      margin-bottom: 35px; }
      .c-textRoundLineSvg .c-line {
        width: 314px;
        height: 45px; }
      .c-textRoundLineSvg .c-icon {
        max-width: 53px;
        max-height: 48px;
        margin-bottom: 15px; }
      .c-textRoundLineSvg .-icon-plus {
        width: 53px;
        height: 43px; }
      .c-textRoundLineSvg .-icon-shop {
        width: 57px;
        height: 40px; }
      .c-textRoundLineSvg .-icon-goods {
        width: 47px;
        height: 54px; }
      .c-textRoundLineSvg .-icon-character {
        width: 43px;
        height: 27px; }
      .c-textRoundLineSvg .-icon-movie {
        width: 44px;
        height: 35px; }
      .c-textRoundLineSvg .-icon-digital {
        width: 38px;
        height: 52px; }
      .c-textRoundLineSvg .-icon-spot {
        width: 54px;
        height: 34px; }
      .c-textRoundLineSvg .-icon-news {
        width: 38px;
        height: 42px; }
    .c-title-h3 {
      font-size: 2rem; }
    .c-heading-search {
      margin: 0 15px;
      padding: 0 70px 30px 0;
      position: relative; }
      .c-heading-search__title {
        font-size: 1.6rem; }
      .c-heading-search__sort {
        font-size: 1.2rem;
        height: 16px;
        line-height: 16px;
        width: 100%;
        margin-top: 1em;
        max-width: 100%; }
      .c-heading-search__count {
        font-size: 1.2rem;
        position: absolute;
        right: 0;
        top: 0; }
        .c-heading-search__count span {
          font-size: 1.8rem; }
    .c-hash {
      font-size: 1.2rem; }
    .c-hash-link {
      font-size: 1.2rem; }
    .c-info-q__panel {
      font-size: 1.1rem;
      width: 140px; }
    .c-clip {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-clip__btn {
        width: 36px;
        height: 36px; }
      .c-clip__panel {
        -webkit-transform: translateX(-4.5em);
                transform: translateX(-4.5em); }
      .c-clipbtn__panel {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .c-clipbtn__linkIcon {
        width: 36px;
        height: 36px; }
      .c-clipbtn__linkText {
        font-size: 1.3rem; }
  .c-accordion__close {
    top: 0; }
    .c-error__panel {
      font-size: 1.1rem;
      width: 140px; }
  .for-large {
    display: none; } }
@media (min-width: 769px) and (max-width: 1280px) {
  .l-footer {
    padding-left: 40px;
    padding-right: 40px; }
    .l-footer__navSite {
      padding-right: 20px; }
    .l-footer__navSite {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1fr;
          grid-template: auto / 1fr 1fr; }
  .l-footer__navSiteItem:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4  / 3;
    margin-top: 16px; }
    .l-footer__navOther {
      width: 25%; }
    .l-footer__infoItem + .l-footer__infoItem {
      margin-left: 30px; }
    .c-bread {
      margin-left: 47px;
      margin-right: 47px; }
    .p-characterRanking__list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 90px auto 0;
      width: 90%; }
    .p-characterRanking__sliderItem + .p-characterRanking__sliderItem {
      margin-left: 0; }
    .p-characterDetailGoods__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-characterDetailGoods__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-characterDetailSpots__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-characterDetailSpots__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-characterDetailNews__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-characterDetailNews__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
  .c-searchCharacter__searchModalBg {
    width: 946px;
    height: 946px; }
    .c-list-news {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .c-list-news > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .c-list-column5 {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 40px; }
      .c-list-column5 > * {
        width: calc((100% - (40px * 4) - (47px * 2)) / 5); }
  .c-modal {
    padding-left: 47px;
    padding-right: 47px; }
    .c-modal__content {
      max-width: 100%; }
  .c-modal-youtube {
    padding-left: 47px;
    padding-right: 47px; }
    .c-modal-youtube__content {
      max-width: 100%; } }
@media (min-width: 769px) and (max-width: 1023px) {
  .l-footer {
    padding-left: 20px;
    padding-right: 20px; }
    .l-footer__snsLinks {
      margin-left: 0; }
  .l-footer__sns + .l-footer__navSite {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .l-header__topNav {
    padding-right: 20px; }
  .l-header__topNavItem + .l-header__topNavItem {
    margin-left: 16px; }
    .l-header__topNavItem + .l-header__topNavItem.-ml-auto {
      margin-left: auto; }
  .c-mobileMenu__sns + .c-mobileMenu__navSite {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media (min-width: 769px) and (max-width: 1024px) {
    .l-footer__sns {
      min-width: 300px; }
    .l-footer__snsIcons {
      width: 120px; }
  .c-characterCard__panel {
    font-size: 10px; } }
@media (min-width: 769px) and (max-width: 1024px) and (max-width: 1023px) {
    .l-footer__sns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 100px;
      word-wrap: 22%; } }
@media (min-width: 769px) and (max-width: 1023px) {
    .l-footer__navSite {
      padding-left: 15px; }
    .l-footer__navSite {
      -ms-grid-rows: auto;
      -ms-grid-columns: 136px 220px;
          grid-template: auto / 136px 220px; }
    .l-footer__navOther {
      width: 175px; }
    .p-characterDetailGoods__list {
      gap: 36px; }
      .p-characterDetailGoods__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-characterDetailSpots__list {
      gap: 36px; }
      .p-characterDetailSpots__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-characterDetailNews__list {
      gap: 36px; }
      .p-characterDetailNews__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .c-list-news {
      gap: 36px; }
      .c-list-news > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .c-list-spot.-column2 {
      display: block;
      max-width: 800px; }
      .c-list-spot.-column2 .c-list-spot__item {
        width: auto; }
        .c-list-spot.-column2 .c-list-spot__item:nth-of-type(n + 2) {
          margin-left: 0;
          margin-top: 40px; }
    .c-list-column5 {
      gap: 36px; }
      .c-list-column5 > * {
        width: calc((100% - (36px * 4) - (47px * 2)) / 5); } }
@media (min-width: 769px) and (max-width: 1023px) and (max-width: 1023px) {
    .l-footer__navOther {
      width: 200px; } }
@media (max-width: 1023px) {
    .l-header {
      height: 68px; }
      .l-header__main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; }
      .l-header__content {
        height: 68px;
        padding: 10px 0; }
      .l-header.-en .l-header__content {
        height: 60px; }
      .l-header__top {
        padding-right: 20px;
        padding-left: 20px; }
      .l-header__logo {
        width: 96px;
        z-index: 20; }
      .l-header__topNav {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 20px; }
        .l-header__topNavIcon.-onlineshop svg {
          width: 27px;
          height: 28px; }
        .l-header__topNavIcon.-shopsearch svg {
          width: 29px;
          height: 25px; }
      .l-header__topNavIcon.-mysearch svg {
        display: block;
        width: 26px;
        height: 26px; }
    .l-header__nav {
      display: none; }
      .l-header__fixnavNavItem + .l-header__fixnavNavItem {
        margin-left: 16px; }
        .l-header__fixnavNavItem + .l-header__fixnavNavItem.-ml-auto {
          margin-left: auto; }
        .l-header__fixnavNavItemIcon.-onlineshop svg {
          width: 27px;
          height: 28px; }
        .l-header__fixnavNavItemIcon.-shopsearch svg {
          width: 29px;
          height: 25px; }
      .l-header__fixnavNavItemIcon.-mysearch svg {
        display: block;
        width: 26px;
        height: 26px; }
      .l-header__bottomDeco {
        top: 68px;
        width: 100vw; }
        .l-header__bottomDeco::before {
          content: "";
          display: block;
          width: 100%;
          height: 68px;
          width: 100%;
          background-color: var(--c-pagetheme);
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          z-index: -1; }
          body[data-customcolor] .l-header__bottomDeco::before {
            background-color: var(--c-customcolor); }
      .l-header.-en .l-header__bottomDeco {
        top: 61px; }
        .l-header.-en .l-header__bottomDeco::before {
          height: 61px; }
        .l-header__bottomDeco svg {
          width: 100vw; }
    .l-header__bottomDecoLarge {
      z-index: 0;
      position: relative; }
      .l-header__bottomDecoLarge svg {
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 101vw;
        height: calc(100vw * (68px / 1500) + 1px); }
      .l-header__bottomDecoSmall {
        display: block;
        width: 100vw;
        position: fixed;
        top: 65px;
        z-index: 3010; }
        .l-header__bottomDecoSmall svg {
          width: 100%;
          top: 64px;
          height: calc(100vw * (24 / 1500) + 1px); }
        .l-header.-en .l-header__bottomDecoSmall {
          top: 59px; }
      .l-header__jplink {
        right: 15px; }
      .l-header__search {
        bottom: 12px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
      .c-searchForm__inner {
        padding: 25px 15px 75px; }
      .c-searchForm__row {
        padding: 28px 0; }
        .c-searchForm__row::after {
          content: "";
          display: block;
          width: auto;
          height: 2px;
          background: url("../images/common/icon-dot-pink.svg");
          background-size: 5px 100%;
          background-repeat: repeat-x;
          background-position: left center;
          position: relative;
          width: 100%;
          bottom: -20px;
          bottom: -28px; }
      .c-searchForm__box {
        padding: 0px 14px 27px; }
      .c-searchForm__head {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .c-searchForm__body {
        margin-top: 20px; }
    .c-searchForm__headIcon {
      width: 14px;
      height: 14px; }
      .c-searchForm__headLabel {
        font-size: 1.4rem; }
      .c-searchForm__input {
        margin-top: 15px; }
      .c-searchForm__note {
        margin-top: 5px;
        font-size: 1.1rem;
        line-height: 1.9rem; }
      .c-searchForm__tag {
        gap: 14px;
        margin-top: 31px; }
      .c-searchForm__tagItem {
        font-size: 1.2rem;
        padding: 7px 15px; }
    .c-searchForm__btn {
      margin-top: 30px; }
    .c-searchForm__clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 15px; }
  .for-pc {
    display: none; } }
@media (min-width: 1024px) {
      .l-header__content {
        padding-top: 43px; }
      .l-header.-en .l-header__content {
        height: 130px; }
      .l-header__top {
        padding-bottom: 13px; }
        .l-header.-en .l-header__top {
          max-width: 1500px; }
      .l-header__logo {
        width: 165px; }
      .l-header__topNav {
        position: absolute;
        top: -3px;
        right: 4px; }
    .l-header__topNavItem {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .l-header__topNavItem:hover {
        opacity: 0.5; }
      .l-header__topNavIcon {
        height: 30px;
        width: 50px; }
        .l-header__topNavIcon.-onlineshop svg {
          width: 29px;
          height: 28px; }
        .l-header__topNavIcon.-shopsearch svg {
          width: 30px;
          height: 26px; }
      .l-header__topNavIcon.-mysearch svg {
        display: block;
        width: 29px;
        height: 29px; }
      .l-header__topNavText {
        font-size: 1rem;
        margin-top: 8px; }
    .l-header__navItem {
      position: relative;
      width: 16.666%;
      color: #fff;
      font-weight: 700;
      font-size: 1.4rem;
      text-align: center; }
    .l-header__navLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 11px 0;
      z-index: 0;
      height: 68px; }
      .l-header__navLink::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -2px;
        width: calc(100% + 4px);
        height: 100%;
        background-color: #fff;
        border: 6px solid var(--c-primary-c);
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .l-header__navLink > * {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .l-header__navLink:hover > * {
        opacity: 0.5; }
      .l-header__navLink.js-is-active {
        color: var(--c-text-sub); }
        .l-header__navLink.js-is-active::before {
          opacity: 1; }
    .l-header__navIcon {
      margin-right: 12px;
      position: relative;
      z-index: 10; }
      .l-header__navIcon svg {
        -webkit-transition: fill .2s ease-out;
        transition: fill .2s ease-out;
        fill: currentColor;
        width: 100%;
        height: 100%; }
      .l-header__navIcon.-character svg {
        width: 36.38px;
        height: 23px; }
      .l-header__navIcon.-goods svg {
        width: 31px;
        height: 36px; }
      .l-header__navIcon.-movie svg {
        width: 40px;
        height: 32px; }
      .l-header__navIcon.-movie svg {
        width: 40px;
        height: 32px; }
      .l-header__navIcon.-digital svg {
        width: 26px;
        height: 36px; }
      .l-header__navIcon.-spot svg {
        width: 39px;
        height: 25px; }
      .l-header__navIcon.-news svg {
        width: 33px;
        height: 36px; }
    .l-header__fixnavItem {
      position: relative;
      width: 16.666%;
      color: #fff;
      font-weight: 700;
      font-size: 1.4rem;
      text-align: center;
      z-index: 1;
      isolation: isolate; }
      .l-header__fixnavItem::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 22px;
        border-radius: 10px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 30; }
    .l-header__fixnavLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 11px 0;
      z-index: 10;
      height: 68px;
      -webkit-transition: color .2s ease-out;
      transition: color .2s ease-out; }
      .l-header__fixnavLink::before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border: 6px solid #F0F9FA;
        border-bottom: none;
        border-radius: 9px 9px 0 0;
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        isolation: isolate; }
      .l-header__fixnavLink > * {
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .l-header__fixnavLink:hover > * {
        opacity: 0.5; }
      .l-header__fixnavLink.js-is-active {
        color: var(--c-text-sub); }
        .l-header__fixnavLink.js-is-active::before {
          opacity: 1; }
    .l-header__fixnavIcon {
      margin-right: 12px;
      position: relative;
      z-index: 15; }
      .l-header__fixnavIcon svg {
        -webkit-transition: fill .2s ease-out;
        transition: fill .2s ease-out;
        fill: currentColor;
        width: 100%;
        height: 100%; }
      .l-header__fixnavIcon.-character svg {
        width: 36.38px;
        height: 23px; }
      .l-header__fixnavIcon.-goods svg {
        width: 31px;
        height: 36px; }
      .l-header__fixnavIcon.-movie svg {
        width: 40px;
        height: 32px; }
      .l-header__fixnavIcon.-movie svg {
        width: 40px;
        height: 32px; }
      .l-header__fixnavIcon.-digital svg {
        width: 26px;
        height: 36px; }
      .l-header__fixnavIcon.-spot svg {
        width: 39px;
        height: 25px; }
      .l-header__fixnavIcon.-news svg {
        width: 33px;
        height: 36px; }
    .l-header__fixnavText {
      position: relative;
      z-index: 15; }
      .l-header__fixnavNavItem + .l-header__fixnavNavItem {
        margin-left: 20px; }
      .l-header__fixnavNavItemIcon {
        height: 30px;
        width: 50px; }
        .l-header__fixnavNavItemIcon.-onlineshop svg {
          width: 29px;
          height: 28px; }
        .l-header__fixnavNavItemIcon.-shopsearch svg {
          width: 30px;
          height: 26px; }
      .l-header__fixnavNavItemIcon.-mysearch svg {
        display: block;
        width: 29px;
        height: 29px; }
    .l-header__fixnavNavItemText {
      font-size: 1rem;
      line-height: 1.2rem;
      text-align: center;
      letter-spacing: 0.02em;
      font-weight: 700;
      color: #fff;
      margin-top: 3px;
      white-space: nowrap; }
      .l-header__bottomDeco {
        top: 180px;
        z-index: 0; }
      .l-header.-en .l-header__bottomDeco {
        top: initial;
        bottom: 2px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
      .l-header__mobilemenu {
        display: none; }
      .l-header__jplink {
        right: 30px; }
      .l-header__search {
        top: 0; }
        .l-header.js-is-fixed .l-header__search {
          bottom: 12px;
          top: initial;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); }
  .for-tablet {
    display: none; } }
@media (min-width: 1024px) and (max-width: 1500px) {
    .l-header__top {
      margin-left: 40px;
      margin-right: 40px; }
    .l-header__navItem {
      max-width: 192px; }
    .l-header__fixnavItem {
      max-width: 192px; } }
@media (min-width: 769px) and (min-width: 1024px) {
  .l-header__topNavItem + .l-header__topNavItem {
    margin-left: 20px; } }
@media (min-width: 1024px) and (max-width: 1280px) {
    .l-header__navIcon {
      margin-right: 6px; }
    .l-header__fixnavItem {
      max-width: 110px; }
    .l-header__fixnavIcon {
      margin-right: 6px; } }
@media (max-width: 1199px) {
      .l-header__fixnav {
        padding-left: 29px;
        padding-right: 29px; }
      .l-header__fixnavNav {
        margin-left: 29px; } }
@media (max-width: 1400px) {
      .l-header__fixnavList {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        max-width: none;
        padding-left: 25px;
        width: 72%; }
      .l-header__fixnavNav {
        margin-left: 37px; } }
@media (max-width: 1400px) and (max-width: 1023px) {
    .l-header__fixnavList {
      width: 65%; } }
@media (min-width: 1024px) and (max-width: 1400px) {
    .l-header__fixnavItem {
      max-width: none;
      line-height: 1; }
    .l-header__fixnavLink {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 2px 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 62px; }
    .l-header__fixnavIcon {
      height: 40px;
      margin-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (min-width: 1024px) and (max-width: 1199px) {
    .l-header__fixnavItem {
      font-size: 1.2rem; } }
@media (max-width: 1280px) {
      .l-header__fixnavNav {
        margin-left: 34px; }
      .c-menu__contentInner {
        padding-left: 30px;
        padding-right: 30px; }
      .c-menu__charItem {
        width: calc(20% - 80px / 5); }
      .c-menu__charFig {
        width: 100%; } }
@media (max-width: 1023px) and (max-width: 768px) {
    .l-header__search {
      bottom: 3px; } }
@media (min-width: 769px) and (max-width: 768px) {
      .c-btn-arrow .-deco-movie {
        left: -1.5rem; }
  .p-characterSliderDetail__inner {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 768px) and (min-width: 769px) {
      .c-btn-arrow.-lx .c-icon.-deco-online {
        padding-top: 11px; }
        .p-characterRanking__slider .swiper-pagination .swiper-pagination-bullet {
          width: 11px;
          height: 11px; } }
@media (max-width: 768px) and (max-width: 768px) {
    .p-characterBirthday__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
        .p-characterRanking__slider .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
    .p-characterDetailProfile__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .c-searchCharacter__searchScrollItemHover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .c-slide-circular__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .c-slide-sync__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .c-slide-column2__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .c-slide-column3__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); } }
@media (min-width: 769px) and (min-width: 769px) {
  .p-characterSliderDetail__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .c-clipbtn__panel .c-link a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .c-clipbtn__panel .c-link a:hover {
      color: var(--sky-text); } }
@media (min-width: 769px) and (max-width: 1400px) {
  .c-searchCharacter__search {
    padding-right: 90px; } }
@media (min-width: 769px) and (max-width: 1199px) {
    .c-shopRankingBox {
      padding: 58px 20px 61px; }
    .c-shopRankingBox__list {
      gap: 35px; }
    .c-shopRankingBox__item {
      width: calc(20% - 28px); }
    .c-shopRankingBox__note {
      position: relative;
      bottom: 0;
      right: 0;
      margin-top: 1.4rem;
      text-align: center; }
      .c-shopRankingBox__note br {
        display: none; } }
@media (max-width: 374px) {
      .c-slide-sync .swiper-button-next {
        -webkit-transform: translate(145px, 60px);
                transform: translate(145px, 60px); }
      .c-slide-sync .swiper-button-prev {
        -webkit-transform: translate(-145px, 60px);
                transform: translate(-145px, 60px); }
      .c-slide-sync__slider {
        max-width: 285px; }
      .c-slide-sync-2column .swiper-button-next {
        -webkit-transform: translate(140px, 60px) scale(0.8);
                transform: translate(140px, 60px) scale(0.8); }
      .c-slide-sync-2column .swiper-button-prev {
        -webkit-transform: translate(-140px, 60px) scale(0.8);
                transform: translate(-140px, 60px) scale(0.8); }
      .c-slide-sync-2column__slider {
        max-width: 285px; }
      .c-slide-window__list li {
        width: 48%; } }
/*# sourceMappingURL=../../_cache/_maps/ie.css.map */
