@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;
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;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(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;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;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}
.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}
.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}
.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}
.simplebar-offset{direction:inherit!important;-webkit-box-sizing:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}
.simplebar-content-wrapper{direction:inherit;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}
.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}
.simplebar-content:after,.simplebar-content:before{content:' ';display:table}
.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}
.simplebar-height-auto-observer-wrapper{-webkit-box-sizing:inherit!important;box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}
.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}
.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}
[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}
[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}
.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}
.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}
.simplebar-scrollbar.simplebar-visible:before{opacity:.5;-webkit-transition:opacity 0s linear;transition:opacity 0s linear}
.simplebar-track.simplebar-vertical{top:0;width:11px}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}
.simplebar-track.simplebar-horizontal{left:0;height:11px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}
.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}
.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}
.v-select{font-family:inherit;position:relative}
.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}
:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}
@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function);transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}
.vs__fade-enter,.vs__fade-leave-to{opacity:0}
:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}
.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}
.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}
.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}
.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}
.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}
.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 4px;white-space:normal}
.vs__selected-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}
.vs__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:var(--vs-actions-padding)}
.vs--searchable .vs__dropdown-toggle{cursor:text}
.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}
.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}
.vs__open-indicator{fill:var(--vs-controls-color);-webkit-transform:scale(var(--vs-controls-size));transform:scale(var(--vs-controls-size));-webkit-transition:-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function), -webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);-webkit-transition-timing-function:var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}
.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(var(--vs-controls-size));transform:rotate(180deg) scale(var(--vs-controls-size))}
.vs--loading .vs__open-indicator{opacity:0}
.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}
.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;-webkit-box-shadow:var(--vs-dropdown-box-shadow);box-shadow:var(--vs-dropdown-box-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}
.vs__no-options{text-align:center}
.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}
.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}
.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}
.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}
.vs__selected{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:-webkit-box;display:-ms-flexbox;display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}
.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}
.vs--single .vs__selected{background-color:transparent;border-color:transparent}
.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}
.vs--single.vs--searching .vs__selected{display:none}
.vs__search::-webkit-search-cancel-button{display:none}
.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}
.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;-webkit-box-shadow:none;box-shadow:none;color:var(--vs-search-input-color);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}
.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}
.vs__search::-webkit-input-placeholder{color:var(--vs-search-input-placeholder-color)}
.vs__search::-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}
.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}
.vs--unsearchable .vs__search{opacity:1}
.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}
.vs__spinner{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;-webkit-transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));-webkit-transition:opacity .1s;transition:opacity .1s}
.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;-webkit-transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}
.vs--loading .vs__spinner{opacity:1}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
/** 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; }
@-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"; */
@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); } }
.c-vueCloakFade {
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
.c-vueCloakFade[v-cloak] {
    opacity: 0; }
.c-vueCloakFade.-hide {
    opacity: 0; }
.c-vueCloak {
  opacity: 1;
  -webkit-transition: visibility .3s ease-out, opacity .3s ease-out;
  transition: visibility .3s ease-out, opacity .3s ease-out; }
.c-vueCloak[v-cloak] {
    opacity: 0; }
.c-vueCloak[v-cloak="loading"] {
    display: block;
    opacity: 1;
    visibility: 1; }
.c-vueLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--c-primary-c);
  display: none; }
.c-vueCloak[v-cloak="loading"] .c-vueLoading {
    display: block; }
.c-vueLoading__item {
    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; }
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%; }
.p-calendarNotes {
  margin-top: 26px; }
.p-calendarNotes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    line-height: 1.727; }
.p-calendarNotes__item > span:first-child {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 2px; }
.p-calendarKV .c-textHeadingIcon {
  margin: 110px auto 123px; }
.p-calendarKV .c-textHeadingIcon__main, .p-calendarKV .c-textHeadingIcon__sub {
    color: var(--pink-text); }
.p-calendarKV__content {
  width: 100%; }
.p-calendarKV__content h2 {
    max-width: 128rem;
    margin-left: auto;
    margin-right: auto; }
.p-calendarTable {
  margin-top: 60px; }
.p-calendarTable__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
.p-calendarTable__head {
    position: relative; }
.p-calendarTable__select {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 40;
    width: 300px;
    height: 50px; }
.p-calendarTable__select .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; }
.p-calendarTable__select .c-icon svg {
        width: 100%;
        height: 100%;
        stroke: var(--sky); }
.p-calendarTable__selectBody {
    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;
    border: 2px solid var(--sky);
    font-size: 1.5rem;
    font-weight: 500;
    z-index: 5;
    margin: 0; }
.p-calendarTable__selectList {
    position: absolute;
    width: 300px;
    bottom: -6px;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 40; }
.p-calendarTable__month {
    position: relative;
    z-index: 1;
    width: 424px;
    margin: 0 auto;
    font-family: "Montserrat";
    text-align: center; }
.p-calendarTable__year {
    font-size: 2.4rem;
    color: var(--sky-text); }
.p-calendarTable__monthItems {
    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;
    padding: 0 30px; }
.p-calendarTable__monthItem {
    min-width: 64px;
    padding-top: 4px;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease; }
.p-calendarTable__monthItem.-before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
.p-calendarTable__monthItem.-active {
      padding-top: 0;
      padding-bottom: 0;
      color: var(--sky-text); }
.p-calendarTable__monthItem.-after {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
.p-calendarTable__monthItem.-disable {
      pointer-events: none;
      opacity: 0; }
.p-calendarTable__monthNumber {
    font-size: 3.0rem; }
.p-calendarTable__monthItem.-active .p-calendarTable__monthNumber {
      font-size: 4.7rem; }
.p-calendarTable__monthName {
    font-size: 1.6rem;
    margin-top: -4px; }
.p-calendarTable__monthItem.-active .p-calendarTable__monthName {
      margin-top: 0;
      font-size: 2.2rem; }
.p-calendarTable__monthArrow {
    position: absolute;
    top: 53px;
    width: 43px;
    height: 43px;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease; }
.p-calendarTable__monthArrow.-prev {
      right: 100%; }
.p-calendarTable__monthArrow.-next {
      left: 100%; }
.p-calendarTable__monthArrow.-disable {
      pointer-events: none;
      opacity: 0; }
.p-calendarTable__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.p-calendarTable__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-calendarTable__circle-base svg {
      -webkit-transition: stroke .3s ease-out;
      transition: stroke .3s ease-out; }
.p-calendarTable__monthArrow.-disable .p-calendarTable__circle-base svg {
      stroke: #ddd; }
.p-calendarTable__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.p-calendarTable__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-calendarTable__circle-hover svg {
      -webkit-transition: stroke .3s ease-out;
      transition: stroke .3s ease-out; }
.p-calendarTable__monthArrow.-disable .p-calendarTable__circle-hover svg {
      stroke: #ddd; }
.p-calendarTable__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.p-calendarTable__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.p-calendarTable__monthArrow.-prev .p-calendarTable__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.p-calendarTable__arrow svg {
      -webkit-transition: fill .3s ease-out;
      transition: fill .3s ease-out; }
.p-calendarTable__monthArrow.-disable .p-calendarTable__arrow svg {
      fill: #ddd; }
.p-calendarTable__body {
    margin-top: 28px;
    overflow: hidden; }
.p-calendarTable__table {
    width: 100%;
    font-family: "Montserrat";
    border-spacing: 0; }
.p-calendarTable__table tr {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
      grid-gap: 4px;
      gap: 4px; }
.p-calendarTable__table tr + tr {
        margin-top: 4px; }
.p-calendarTable__table th {
      padding-bottom: 14px;
      font-size: 1.6rem;
      border: none; }
.p-calendarTable__table th.-holiday {
        color: var(--sky-text); }
.p-calendarTable__table td {
      position: relative;
      display: -ms-grid;
      display: grid;
      min-height: 101px;
      padding: 0;
      background-color: var(--c-primary-c);
      border: none; }
.p-calendarTable__table td.-holiday {
        background-color: var(--c-primary-b); }
.p-calendarTable__table td.-today::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        pointer-events: none;
        border: 2px solid var(--sky); }
.p-calendarTable__table td:empty {
      background-color: #F0F0F0; }
.p-calendarTable__tableDay {
    width: 32px;
    margin-top: 16px;
    margin-left: 15px;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1; }
.p-calendarTable__table td.-holiday .p-calendarTable__tableDay {
      color: #e383a8; }
.p-calendarTable__tableLink {
    position: relative;
    display: -ms-grid;
    display: grid; }
.p-calendarTable__tableLink::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      content: "";
      border-style: solid;
      border-width: 0 24px 24px 0;
      border-color: transparent #E83767 transparent transparent; }
.p-calendarTable__tableTags {
    gap: 10px;
    padding: 16px 15px 13px; }
.p-calendarTable__tableTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1; }
.p-calendarTable__tableTag:nth-of-type(1) {
      grid-row: -1 / -2;
      grid-column: -1 / -2; }
.p-calendarTable__tableTag:nth-of-type(2) {
      grid-row: -1 / -2;
      grid-column: -2 / -3; }
.p-calendarTable__tableTag:nth-of-type(3) {
      grid-row: -2 / -3;
      grid-column: -1 / -2; }
.p-calendarTable__tableTag:nth-of-type(4) {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2; }
.p-calendarTable__tableTag.-birthday svg {
      width: 26px;
      height: 30px;
      fill: var(--pink); }
.p-calendarTable__tableTag.-mail {
      padding-bottom: 3px; }
.p-calendarTable__tableTag.-mail svg {
        width: 26px;
        height: 20px;
        fill: var(--sky); }
.p-calendarTable__tableTag.-berry {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.p-calendarTable__tableTag.-berry svg {
        width: 26px;
        height: 26px;
        fill: var(--pink); }
.p-calendarTable__tableTag.-mail-fill {
      padding-bottom: 3px; }
.p-calendarTable__tableTag.-mail-fill svg {
        width: 26px;
        height: 20px;
        fill: var(--sky); }
.p-calendarTable__tagInfo {
    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;
    max-width: 1020px;
    padding: 18px 30px;
    margin: 30px auto 0;
    border: 2px dotted var(--sky);
    border-radius: 5px; }
.p-calendarTable__tagInfoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-calendarTable__tagInfoItem.-sky {
      color: var(--sky-text); }
.p-calendarTable__tagInfoItem.-pink {
      color: #e383a8; }
.p-calendarTable__tagInfoIcon {
    margin-right: 16px;
    line-height: 1; }
.p-calendarTable__tagInfoIcon svg {
      fill: currentColor; }
.p-calendarTable__tagInfoIcon.-birthday svg {
      width: 26px;
      height: 30px; }
.p-calendarTable__tagInfoIcon.-mail svg {
      width: 26px;
      height: 20px; }
.p-calendarTable__tagInfoIcon.-berry {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.p-calendarTable__tagInfoIcon.-berry svg {
        width: 26px;
        height: 26px; }
.p-calendarTable__tagInfoIcon.-mail-fill svg {
      width: 26px;
      height: 20px; }
.p-calendarTable__tagInfoText {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1; }
.p-calendarTable__linkWrapper {
    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: 30px; }
.p-calendarTable__link {
    position: relative;
    display: inline-block;
    padding: 10px 39px 10px 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--sky-text);
    border: 2px solid var(--sky);
    border-radius: 9999px; }
.p-calendarTable__linkArrow {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    background-color: currentColor;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.p-calendarTable__linkArrow svg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 10px;
      height: 10px;
      margin: auto;
      fill: #fff; }
.p-calendarBirthday {
  position: relative; }
.p-calendarBirthday__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-calendarBirthday__canvas canvas {
      width: 100%;
      height: 100%; }
.p-calendarBirthday__body {
    position: relative;
    z-index: 0;
    padding-bottom: 100px; }
.p-calendarBirthday__bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 1880px;
    z-index: -1;
    width: 1627px; }
.p-calendarBirthday__bg svg {
      display: block;
      width: 100%;
      height: 206px;
      position: absolute;
      bottom: 0;
      fill: #F0F9FA; }
.p-calendarBirthday__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-calendarBirthday__slider .swiper {
      width: calc(100% - 84px);
      margin-left: auto;
      margin-right: auto;
      padding-top: 25px; }
.p-calendarBirthday__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-calendarBirthday__slider .swiper-button-next,
    .p-calendarBirthday__slider .swiper-button-prev {
      font-size: 0;
      line-height: 1;
      height: 43px;
      margin: auto;
      overflow: hidden;
      top: 58%;
      width: 43px; }
.p-calendarBirthday__slider .swiper-button-next::after,
      .p-calendarBirthday__slider .swiper-button-prev::after {
        display: none; }
.p-calendarBirthday__slider .swiper-button-next {
      left: auto;
      -webkit-transform: translate(0px, 124px);
              transform: translate(0px, 124px); }
.p-calendarBirthday__slider .swiper-button-prev {
      right: auto;
      -webkit-transform: translate(0px, 124px);
              transform: translate(0px, 124px); }
.p-calendarBirthday__slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #ddd;
      opacity: 1;
      margin: 0 5px;
      width: 11px;
      height: 11px; }
.p-calendarBirthday__slider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--pink); }
.p-calendarBirthday__slider .swiper-pagination {
      height: 30px;
      bottom: 0px; }
.p-calendarBirthday__slider .swiper-pagination .swiper-pagination-bullet {
        background-color: #ddd;
        opacity: 1;
        margin: 0 10px;
        width: 11px;
        height: 11px;
        position: relative; }
.p-calendarBirthday__slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e383a8; }
.p-calendarBirthday__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-calendarBirthday__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-calendarBirthday__resultHeadItem {
    display: block; }
.p-calendarBirthday__resultHeadItem + .p-calendarBirthday__resultHeadItem {
      margin-left: 60px; }
.p-calendarBirthday__sliderCaption {
    text-align: center;
    margin-top: 13px;
    font-size: 1.6rem;
    font-weight: 600; }
.p-calendarBirthday__sliderName {
    color: var(--pink);
    padding: 0 3px; }
.p-calendarBirthday__sliderBirth {
    color: var(--sky-text); }
.p-calendarBirthday__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.p-calendarBirthday__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-calendarBirthday__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.p-calendarBirthday__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-calendarBirthday__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.p-calendarBirthday__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-pagetheme-sub);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.swiper-button-prev .p-calendarBirthday__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.p-calendarSchedule {
  margin-top: 122px; }
.p-calendarSchedule__inner {
    max-width: 1280px;
    margin: 0 auto; }
.p-calendarSchedule__section {
    padding: 0 40px; }
.p-calendarSchedule__section + .p-calendarSchedule__section {
      margin-top: 70px; }
.p-calendarSchedule__heading {
    position: relative;
    padding-bottom: 13px;
    color: var(--sky-text);
    font-family: "Montserrat"; }
.p-calendarSchedule__heading::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="%238bd0dd"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0; }
.p-calendarSchedule__heading-date {
    font-size: 3.0rem;
    letter-spacing: 0.05em; }
.p-calendarSchedule__heading-sub {
    margin-left: 8px;
    font-size: 2.0rem;
    letter-spacing: 0.05em; }
.p-calendarSchedule__heading-sub[title] {
      text-decoration: none; }
.p-calendarSchedule__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 3.333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 29px; }
.p-calendarSchedule__item {
    position: relative;
    width: calc((100% - (3.333% * 3)) / 4); }
.p-calendarSchedule__link {
    display: block; }
.p-calendarSchedule__img {
    overflow: hidden;
    border-radius: 10px; }
.p-calendarSchedule__itemTitle {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.533; }
.p-calendarSchedule__tag-wrapper {
    margin-top: 14px; }
.p-calendarSchedule__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-calendarSchedule__tag + .p-calendarSchedule__tag {
      margin-top: 6px; }
.p-calendarSchedule__tagIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 3%; }
.p-calendarSchedule__tagIconGoods {
    width: 21px;
    height: 24px;
    fill: var(--pink); }
.p-calendarSchedule__tagIconSpots {
    width: 24px;
    height: 16px;
    fill: var(--green); }
.p-calendarSchedule__tagIconCampaign {
    width: 22px;
    height: 24px;
    fill: var(--red);
    color: var(--red); }
.p-calendarSchedule__tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px; }
.p-calendarSchedule__bottom {
    padding: 0 40px;
    margin-top: 40px; }
.p-calendarFuture {
  margin-top: 114px; }
.p-calendarFuture .c-block-more {
    margin-top: 40px; }
.p-calendarFuture__inner {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto; }
.p-calendarFuture__list {
    margin-top: 11px; }
.p-calendarFuture__item {
    position: relative; }
.p-calendarFuture__item::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="%238bd0dd"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0; }
.p-calendarFuture__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 0; }
.p-calendarFuture__tag-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px; }
.p-calendarFuture__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-calendarFuture__tag + .p-calendarFuture__tag {
      margin-top: 12px; }
.p-calendarFuture__tagIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 8px; }
.p-calendarFuture__tagIconGoods {
    width: 21px;
    height: 24px;
    fill: var(--pink); }
.p-calendarFuture__tagIconSpots {
    width: 24px;
    height: 16px;
    fill: var(--green); }
.p-calendarFuture__tagIconCampaign {
    width: 22px;
    height: 24px;
    fill: var(--red);
    color: var(--red); }
.p-calendarFuture__tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px; }
.p-calendarFuture__itemTitle {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6; }
.p-calendarFuture__itemTitleInner {
    display: inline;
    padding-bottom: 3px;
    background-size: 5px 2px;
    background-repeat: repeat-x;
    background-position: 50% 100%; }
.p-calendarBack {
  margin-top: 116px; }
.p-calendarBack .c-btn-arrow a {
    background-color: var(--btn-rev-color); }
.p-calendarBack .c-btn-arrow .-icon-arrow svg {
    fill: var(--btn-rev-color); }
.p-calendarBack .c-btn-arrow-line::before {
    background-color: var(--btn-color); }
.p-card {
  position: relative; }
.p-card__head {
    padding: 42px 0 0; }
.p-card__head .c-textHeadingIcon__iconItem {
      width: 67px;
      height: 53px; }
.p-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px; }
.p-card__bread {
    margin-top: 202px; }
.p-card__bread .c-bread {
      margin-bottom: 0; }
.p-card__illust {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding: 0 32px; }
.p-card__illust-img {
    width: 194px;
    margin-left: auto; }
.p-card__illust-img img {
      width: 100%;
      height: auto; }
.p-cardMenu {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 90px; }
.p-cardMenu__toggle {
    display: none; }
.p-cardMenu__toggle.is-open .p-cardMenu__toggleText::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.p-cardMenu__toggleText {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-right: 20px;
    margin-left: auto; }
.p-cardMenu__toggleText::after {
      content: '';
      width: 12px;
      height: 7px;
      background-image: url("/common/images/card/icon-chevron-down-pink.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 5px;
      right: 0;
      display: block; }
.p-cardMenu__box {
    position: relative;
    background-color: rgba(250, 221, 229, 0.5);
    border-radius: 20px;
    padding: 30px 60px;
    text-align: center; }
.p-cardMenu__box::before, .p-cardMenu__box::after {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
.p-cardMenu__box::before {
      background-image: url("/common/images/card/illust-box01.png");
      width: 54px;
      height: 62px;
      left: -16px;
      top: -13px; }
.p-cardMenu__box::after {
      background-image: url("/common/images/card/illust-box02.png");
      width: 64px;
      height: 65px;
      right: -13px;
      bottom: -12px; }
.p-cardMenu__boxText {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #ec7996; }
.p-cardMenu__boxName {
    font-weight: bold;
    color: #ec7996;
    margin-top: 4px; }
.p-cardMenu__boxName span {
      font-size: 20px;
      letter-spacing: 0.05em;
      line-height: 1.5; }
.p-cardMenu__boxName small {
      font-size: 15px;
      line-height: 2;
      letter-spacing: 0.05em;
      margin-left: 8px; }
.p-cardMenu__body {
    margin-top: 40px; }
.p-cardMenu__body.is-open {
      display: block; }
.p-cardMenu__list {
    border: 2px solid #F0F0F0;
    border-radius: 20px; }
.p-cardMenu__item:not(:first-child) {
    border-top: 2px solid #F0F0F0; }
.p-cardMenu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 90px;
    padding: 30px 70px 30px 30px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.02em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.p-cardMenu__link::after {
      content: '';
      width: 12px;
      height: 21px;
      background-image: url("/common/images/card/icon-chevron-right-gray.png");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      right: 32px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      -webkit-transition: background-image 0.3s;
      transition: background-image 0.3s; }
.p-cardMenu__link:hover {
      color: #e383a8; }
.p-cardMenu__link:hover::after {
        background-image: url("/common/images/card/icon-chevron-right-pink.png"); }
.p-cardMain {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.p-cardMain__title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 32px;
    border-bottom: 2px dotted #ec7996; }
.p-cardMain__news {
    margin-top: 40px; }
.p-cardMain__newsItem {
    background-color: rgba(232, 55, 103, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #e83767; }
.p-cardMain__newsItem:not(:first-child) {
      margin-top: 2px; }
.p-cardMain__newsItem::before {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-image: url("/common/images/card/icon-warning.png");
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 12px; }
.p-cardMain__card {
    position: relative;
    margin: 60px auto 0;
    max-width: 630px;
    width: 100%;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
.p-cardMain__card.-hello-kitty .p-cardMain__cardSmile {
      background-color: #f3aab4; }
.p-cardMain__card.-hello-kitty .p-cardMain__cardSmileLimitIcon svg {
      fill: #f3aab4; }
.p-cardMain__cardContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    padding-bottom: 46px; }
.p-cardMain__cardSmile {
    position: relative;
    background-color: #e383a8;
    border-radius: 26px 0 26px 0;
    color: #fff;
    padding: 38px 90px 36px 22px;
    width: 100%; }
.p-cardMain__cardSmile::before {
      display: none; }
.p-cardMain__cardSmileText {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0; }
.p-cardMain__cardSmileValue {
    font-family: "Montserrat";
    font-size: 39px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 18px; }
.p-cardMain__cardSmileLimit {
    position: absolute;
    right: 30px;
    top: 42px;
    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; }
.p-cardMain__cardSmileLimitText {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0; }
.p-cardMain__cardSmileLimitIcon {
    background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    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-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-top: 10px; }
.p-cardMain__cardSmileLimitIcon svg {
      width: 28px;
      height: 28px;
      fill: #e383a8; }
.p-cardMain__cardRank {
    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: 45px; }
.p-cardMain__cardRank.-bronze {
      color: #d37563; }
.p-cardMain__cardRank.-gold {
      color: #a16026; }
.p-cardMain__cardRankIcon {
    width: 54px;
    margin-right: 7px; }
.p-cardMain__cardRankIcon img {
      width: 100%;
      height: auto; }
.p-cardMain__cardRankText {
    font-size: 16px;
    font-weight: bold; }
.p-cardMain__cardQr {
    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;
    margin-top: 46px; }
.p-cardMain__cardQrImg {
    width: 236px; }
.p-cardMain__cardQrImg img {
      width: 100%;
      height: auto; }
.p-cardMain__cardQrText {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin-top: 15px; }
.p-cardMain__cardImg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50.8%; }
.p-cardMain__cardImg img {
      width: 100%;
      height: auto; }
.p-cardMain__smileMenu {
    margin-top: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid rgba(235, 226, 217, 0.8); }
.p-cardMain__smileMenuItem {
    border-top: 2px solid rgba(235, 226, 217, 0.8); }
.p-cardMain__smileMenuLink {
    color: #a16026;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 16px; }
.p-cardMain__smileMenuLink:hover {
      color: #e383a8; }
.p-cardMain__smileMenuLink:hover .p-cardMain__smileMenuIcon {
        background-color: #e383a8; }
.p-cardMain__smileMenuIcon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #a16026;
    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;
    margin-right: 12px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.p-cardMain__smileMenuIcon svg {
      fill: #fff;
      width: 10px;
      height: 10px; }
.p-cardMain__smileMenuText {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.p-cardMain__banner {
    display: none;
    margin: 30px -30px 0; }
.p-cardMain__banner img {
      width: 100%;
      height: auto; }
.p-digitalKV {
  position: relative;
  z-index: 0; }
.p-digitalKV__content {
    width: 100%; }
.p-digitalSearch {
  position: relative;
  z-index: 0;
  overflow: hidden; }
.c-list-digital-app__inner {
  position: relative; }
.c-list-digital-app .c-text {
  font-size: 1.3rem;
  line-height: 1.5; }
.c-list-digital-app .c-title {
  line-height: 1.4;
  margin-bottom: 1em; }
.c-list-digital-app .c-link-text {
  font-weight: bold; }
.c-list-digital-app .c-note {
  color: #a2a2a2;
  margin-top: 1.5em;
  line-height: 1.5; }
.c-list-digital-app .c-img {
  border-radius: 25%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 1 / 1; }
.c-list-digital-app .c-img img {
    width: 100%;
    height: auto; }
.c-list-digital-app .c-img img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: initial;
    min-height: 100%; }
.c-list-digital-web {
  word-break: break-all; }
.c-list-digital-web .c-title {
    margin-top: 0.8em;
    line-height: 1.6; }
.c-list-digital-web .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-list-digital-web .c-img img {
      width: 100%;
      height: auto; }
.c-list-digital-web 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-digital-communication {
  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;
  word-break: break-all; }
.c-list-digital-communication .c-title {
    margin-top: 0.8em;
    line-height: 1.6; }
.c-list-digital-communication .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    margin: auto; }
.c-list-digital-communication .c-img img {
      width: 100%;
      height: auto; }
.c-list-digital-communication 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-digital-download {
  word-break: break-all;
  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; }
.c-list-digital-download .c-title {
    margin-top: 0.8em;
    line-height: 1.6; }
.c-list-digital-download .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    margin: auto; }
.c-list-digital-download .c-img img {
      width: 100%;
      height: auto; }
.c-list-digital-download 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; }
.p-digitalSection {
  position: relative;
  z-index: 0; }
.p-digitalDetail {
  position: relative;
  z-index: 0; }
.p-digitalDetail__h1 {
    line-height: 1.5;
    border-bottom: dotted 2px var(--c-primary);
    padding-bottom: 0.8em; }
.p-digitalDetail .c-img img {
    max-width: 100%;
    height: auto; }
.p-digitalDetailSection {
  position: relative; }
.p-digital-app .c-note {
  color: #a2a2a2;
  margin-top: 1.5em;
  line-height: 1.5; }
.p-digital-app .c-btn-app {
  margin-top: 2em; }
.p-digital-app .c-company-link {
  color: var(--c-text-main); }
.p-digital-app .c-company-link a {
    border-bottom: dotted 2px var(--c-text-main); }
.p-digital-app .c-link-text .-icon-blank {
  position: absolute; }
.p-digital-app .c-img {
  border-radius: 25%;
  overflow: hidden; }
.p-digital-web .c-figure {
  word-break: break-all; }
.p-digital-communication .-secondary {
  font-family: "Montserrat";
  letter-spacing: 0em; }
.p-digital-communication .c-figure {
  display: -ms-grid;
  display: grid; }
.p-digital-download .c-figure {
  line-height: 1.5; }
.p-en {
  position: relative;
  z-index: 0;
  letter-spacing: 0;
  font-family: "Montserrat", "Noto Sans JP"; }
.p-enKV {
  text-align: center; }
.c-en-link-block {
  background-color: #f7f7f7;
  margin: auto; }
.c-en-link-block .c-link-icon-label {
    font-weight: normal !important; }
.c-en-link-block .c-link-icon a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.p-error {
  position: relative; }
.p-error__bg {
    position: relative;
    z-index: -1; }
.p-error__bg::before {
      content: "";
      display: block;
      width: 100%;
      height: 510px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fdf5fa; }
.p-error__heading {
    font-weight: 700;
    color: var(--pink);
    font-family: "Montserrat";
    text-align: center; }
.p-error__heading small {
      display: block; }
.p-error__headingSub {
    text-align: center;
    font-weight: 700;
    color: var(--sky-text); }
.p-error__headingSub span {
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      margin-top: 10px; }
.p-error__illust {
    margin-left: auto;
    margin-right: auto; }
.p-error__desc {
    margin-top: 50px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0;
    font-weight: 500; }
.p-favorite {
  position: relative;
  padding: 56px 0 0;
  z-index: 0; }
.p-favorite__loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
.p-favorite__bread {
    margin-top: 206px; }
.p-favorite__bread .c-bread {
      margin-bottom: 0; }
.p-favorite__illust {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding: 0 32px; }
.p-favorite__illust-img {
    width: 300px;
    margin-left: auto; }
.p-favorite__illust-img img {
      width: 100%;
      height: auto; }
.p-favoriteCharacters {
  position: relative;
  z-index: 0;
  background-color: #f0f9fa;
  padding: 96px 0 56px;
  margin-top: 60px; }
.p-favoriteCharacters__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.p-favoriteCharacters__infoItem {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500; }
.p-favoriteCharacters__infoItem::before {
      content: '・';
      margin-right: 5px; }
.p-favoriteCharacters__infoItem:not(:first-child) {
      margin-top: 12px; }
.p-favoriteCharacters__infoInlineIcon {
    width: 57px;
    margin-right: 7px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.p-favoriteCharacters .c-select-wrap {
    width: 175px;
    color: var(--sky-text); }
.p-favoriteCharacters__select {
    position: relative;
    z-index: 100;
    width: 175px;
    color: var(--sky-text); }
.p-favoriteCharacters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px -4px 0; }
.p-favoriteCharacters__item {
    position: relative;
    width: calc(25% - 8px);
    margin: 8px 4px 0; }
.p-favoriteCharacters__item.-sanrio-plus .p-favoriteCharacters__itemTag {
      display: block; }
.p-favoriteCharacters__item.-membership .p-favoriteCharacters__itemLink {
      border-color: #8bd0dd; }
.p-favoriteCharacters__item.-membership .p-favoriteCharacters__itemFavBtn {
      display: none; }
.p-favoriteCharacters__item.-blank {
      background-color: #E2F2F7;
      border-radius: 10px; }
.p-favoriteCharacters__itemPin {
    width: 50px;
    position: absolute;
    top: -30px;
    left: -30px; }
.p-favoriteCharacters__itemPin img {
      width: 100%;
      height: auto; }
.p-favoriteCharacters__itemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 90px;
    padding: 3px 60px 3px 16px;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s; }
.p-favoriteCharacters__itemIcon {
    width: 80px; }
.p-favoriteCharacters__itemIcon img {
      width: 100%;
      height: auto; }
.p-favoriteCharacters__itemName {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 0;
    font-weight: bold;
    margin-left: 8px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.p-favoriteCharacters__itemTag {
    display: none;
    width: 57px;
    height: 21px;
    position: absolute;
    top: 0;
    right: 0; }
.p-favoriteCharacters__itemTag img {
      width: 100%;
      height: auto; }
.p-favoriteCharacters__itemFavBtn {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 22px;
    height: 19px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.p-favoriteCharacters__itemFavBtn.-fav .p-favoriteCharacters__itemFavIcon.-fill {
      display: block; }
.p-favoriteCharacters__itemFavBtn.-fav .p-favoriteCharacters__itemFavIcon.-stroke {
      display: none; }
.p-favoriteCharacters__itemFavIcon {
    width: 100%;
    height: 100%;
    fill: #e383a8; }
.p-favoriteCharacters__itemFavIcon.-fill {
      display: none; }
.p-favoriteCharacters__itemFavIcon.-stroke {
      display: block; }
.p-favoriteCharacters__itemMembership {
    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;
    position: absolute;
    top: 28px;
    right: 10px;
    cursor: pointer; }
.p-favoriteCharacters__itemMembershipIcon {
    width: 36px;
    height: 28px;
    fill: #8bd0dd;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }
.p-favoriteCharacters__itemMembershipText {
    font-size: 9px;
    font-weight: bold;
    color: var(--sky-text);
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0;
    margin-top: 2px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.p-favoriteCharacters__itemMembershipPopup {
    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 .2s ease, opacity .2s ease;
    transition: visibility .2s ease, opacity .2s ease;
    position: absolute;
    z-index: 200;
    top: -140px;
    right: -56px;
    width: 188px;
    height: 132px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.69;
    color: var(--sky-text);
    text-align: center;
    background-image: url("../images/favorite/popup-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 14px; }
.p-favoriteCharacters__itemMembershipPopup .c-link-under {
      display: inline-block; }
.p-favoriteCharacters__itemMembershipPopup .c-link-under a {
        padding-bottom: 0; }
.p-favoriteCharacters__itemMembershipPopup.is-visible {
      visibility: visible;
      opacity: 1;
      pointer-events: all;
      -webkit-user-select: all;
         -moz-user-select: all;
              user-select: all; }
.p-favoriteCharacters__moreBtn {
    margin-top: 42px;
    text-align: center; }
.p-favoriteCharacters__moreBtn .c-link-icon.-sky a .c-icon {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
.p-favoriteCharacters__moreBtn .c-link-icon.-sky a .c-link-icon-label {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
.p-favoriteCharacters__moreBtn .c-link-icon.-sky a .c-link-icon-label::before {
        background-color: #8bd0dd;
        opacity: 1; }
.p-favoriteBottom {
  padding-top: 60px; }
.p-favoriteBottom__text {
    font-size: 15px;
    font-weight: bold;
    color: var(--sky-text);
    letter-spacing: 0.05em;
    text-align: center; }
.p-favoriteBottom__btn {
    margin-top: 45px; }
.p-favoriteRegister {
  background-color: #f0f9fa;
  padding: 60px 0;
  margin-top: 60px; }
.p-favoriteRegister.-bgnone {
    background-color: transparent; }
.p-favoriteRegister__head {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    color: var(--sky-text); }
.p-favoriteRegister__box {
    position: relative;
    max-width: 610px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e383a8;
    border-radius: 10px;
    padding: 42px 266px 42px 60px;
    margin: 42px auto 0; }
.p-favoriteRegister__boxTitle {
    font-size: 24px;
    font-weight: bold;
    color: var(--sky-text); }
.p-favoriteRegister__boxText {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 20px; }
.p-favoriteRegister__boxImg {
    position: absolute;
    right: 60px;
    top: 18px;
    width: 172px; }
.p-favoriteRegister__boxImg img {
      width: 100%;
      height: auto; }
.p-favoriteRegister__btn {
    margin-top: 42px; }
.c-generalContent {
  position: relative;
  z-index: 0; }
.c-generalContent__body {
    background-color: #f7f7f7;
    border-radius: 10px; }
.p-goodsKV {
  position: relative;
  z-index: 0; }
.p-goodsKV__content {
    width: 100%; }
.p-goodsKV__shoplink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 3rem;
    margin-top: 30px; }
.p-goodsSearch {
  position: relative;
  z-index: 0;
  overflow: hidden;
  z-index: 1000; }
.p-goodsRanking {
  position: relative; }
.p-goodsRanking__bgIllust {
    position: absolute;
    top: 50%;
    right: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: -110px; }
.p-goodsRanking__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-goodsOther {
  position: relative;
  z-index: 0; }
.p-goodsOther__h2 {
    margin-bottom: 1em; }
.p-goodsDetail {
  position: relative;
  z-index: 0; }
.p-homeFv {
  position: relative;
  z-index: 0; }
.p-homeFv__customdeco {
    position: relative; }
.p-homeFv__customdecoItem {
    position: absolute;
    pointer-events: none; }
.p-homeFv__customdecoItem.-is1 {
      right: calc(50% + 335px); }
.p-homeFv__customdecoItem.-is2 {
      left: calc(50% + 335px); }
.p-homeFv__customdecoItem img {
      display: block;
      height: 100%;
      width: auto; }
.p-homeFv__alert .c-btn-arrow.-rev {
    color: var(--sky-text); }
.p-homeCharacters {
  position: relative;
  z-index: 0; }
.p-homeCharacters__body {
    position: relative; }
.p-homeCharacters__slider {
    min-height: 270px;
    background-color: #fdf5fa;
    border-radius: 100% 100% 0 0;
    font-size: 4rem;
    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-homeCharacters__btn {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 1000; }
.p-homeGoods {
  position: relative;
  z-index: 0; }
.p-homeGoods__head {
    position: relative; }
.p-homeGoods__bgBall {
    position: absolute;
    z-index: -1; }
.p-homeGoods__bgIllust {
    position: absolute;
    top: 50%;
    right: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-homeGoods__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-homeGoods__item {
    display: block; }
.p-homeGoods__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-homeGoods__ranking {
    margin-top: 60px; }
.p-homeMovie {
  position: relative;
  z-index: 0; }
.p-homeMovie__head {
    position: relative; }
.p-homeMovie__bgBall {
    position: absolute;
    z-index: -1; }
.p-homeMovie__bgIllust {
    position: absolute;
    top: 50%;
    left: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-homeMovie__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-homeMovie__btn {
    margin-top: 70px; }
.p-homeDigital {
  position: relative;
  z-index: 0; }
.p-homeDigital__head {
    position: relative; }
.p-homeDigital__bgBall {
    position: absolute;
    z-index: -1; }
.p-homeDigital__bgIllust {
    position: absolute;
    top: 50%;
    right: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-homeDigital__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-homeDigital__appItemFig {
    overflow: hidden; }
.p-homeDigital__appItemTitle {
    font-size: 1.5rem;
    font-weight: 500; }
.p-homeDigital__appItemLinks {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-top: 9px; }
.p-homeDigital__appItemLinksItem + .p-homeDigital__appItemLinksItem {
    margin-left: 1em; }
.p-homeDigital__comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-homeDigital__commItemTag {
    background-color: var(--yellow);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 6px 12px;
    line-height: 1;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: 26px;
    display: inline-block;
    position: relative; }
.p-homeDigital__commItemFig {
    margin: auto; }
.p-homeDigital__commItemIcon {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    right: -5px;
    fill: var(--yellow);
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%); }
.p-homeDigital__download {
    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; }
.p-homeDigital__downloadItemThumb {
    border-radius: 10px;
    overflow: hidden; }
.p-homeDigital__downloadItemThumb img {
      width: 100%; }
.p-homeDigital__downloadItemTitle {
    font-weight: 500;
    margin-top: 15px; }
.p-homeDigital__downloadItemIcon {
    width: 14px;
    height: 14px;
    display: none;
    fill: var(--yellow-text); }
.p-homeDigital__downloadItemLink[target="_blank"] .p-homeDigital__downloadItemIcon {
      display: inline-block; }
.p-homeDigital__banner {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden; }
.p-homeDigital__banner a {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
.p-homeDigital__banner img {
      width: 100%;
      height: auto; }
.p-homeSpots {
  position: relative;
  z-index: 0; }
.p-homeSpots__head {
    position: relative; }
.p-homeSpots__bgBall {
    position: absolute;
    z-index: -1; }
.p-homeSpots__bgIllust {
    position: absolute;
    top: 50%;
    left: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-homeSpots__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-homeSpots__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-homeNews {
  position: relative;
  z-index: 0; }
.p-homeNews__head {
    position: relative; }
.p-homeNews__bgBall {
    position: absolute;
    z-index: -1; }
.p-homeNews__bgIllust {
    position: absolute;
    top: 50%;
    right: calc(50% + 400px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.p-homeNews__bgIllust img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-homeNews__btn {
    margin-top: 60px; }
.p-homeSanrioplus {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0; }
.p-homeSanrioplus__bg {
    position: relative; }
.p-homeSanrioplus__bg::before {
      background-color: #f0f9fa;
      content: "";
      height: calc(100% - 5vw);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
.p-homeSanrioplus__content {
    position: relative; }
.p-homeSanrioplus__heading {
    margin-left: auto;
    margin-right: auto; }
.p-homeSanrioplus__desc {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    text-align: center; }
.p-homeSanrioplus__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 44px; }
.p-homeSanrioplus__pointItemTag {
    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: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Montserrat";
    color: var(--sky-text);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    font-size: 2.1rem; }
.p-homeSanrioplus__pointItemTag span {
      font-size: 1.4rem;
      display: block; }
.p-homeSanrioplus__pointItemTitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-left: 16px;
    letter-spacing: 0.12em; }
.p-homeSanrioplus__pointItemFig {
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto; }
.p-homeSanrioplus__pointItemFig::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #D8EEF2;
      border-radius: 50%;
      z-index: -1; }
.p-homeSanrioplus__links {
    margin-top: 63px; }
.p-homeSanrioplus__banner {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; }
.p-homeSanrioplus__banner img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
.p-homeSanrioplus__slider .c-slide-column3 {
    margin: 0; }
.p-homeRelated {
  position: relative;
  z-index: 0; }
.p-informationKV {
  position: relative;
  z-index: 0; }
.p-informationKV__content {
    width: 100%; }
.p-informationList__item {
  position: relative; }
.p-informationList__item::before {
    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="%23ddd"/></svg>');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: right center;
    position: relative;
    top: 1px; }
.p-informationList__item:last-of-type::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="%23ddd"/></svg>');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: right center;
    position: relative;
    bottom: 0; }
.p-informationList__itemDate {
  color: #a2a2a2;
  font-family: "Montserrat";
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  width: 165px; }
.p-informationList__itemTitle {
  width: auto;
  display: inline;
  font-weight: 500;
  overflow: hidden;
  margin-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2px; }
.p-informationList__itemTitleInner {
  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="%23ffffff"/></svg>');
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: 50% 100%; }
.p-informationList__itemTag {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--c-text-sub);
  color: #fff;
  border-radius: 5px;
  font-size: 8px;
  font-family: "Montserrat";
  letter-spacing: 0;
  padding: .4em .8em;
  line-height: 1;
  margin-top: -.1em;
  font-weight: bold;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin-left: 2em; }
.p-login {
  position: relative;
  padding: 56px 0 0; }
.p-login__bread {
    margin-top: 290px; }
.p-login__bread .c-bread {
      margin-bottom: 0; }
.p-login__illust {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding: 0 32px; }
.p-login__illust-img {
    aspect-ratio: 1;
    margin-left: auto; }
.p-login__illust-img img {
      width: 100%;
      height: auto; }
.p-loginForm {
  margin-top: 60px; }
.p-loginForm__inner {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
.p-loginForm__content {
    background-color: #f0f9fa;
    border-radius: 10px;
    padding: 60px 122px; }
.p-loginForm__row:not(:first-child) {
    margin-top: 30px; }
.p-loginForm__desc {
    letter-spacing: 0;
    font-weight: 700;
    text-align: center; }
.p-loginForm__label {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: var(--sky-text);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px; }
.p-loginForm__inputWrap {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.p-loginForm__error {
    position: absolute;
    font-size: 1.2rem;
    color: #E83767;
    top: -4px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
.p-loginForm__input[type="text"], .p-loginForm__input[type="password"] {
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease; }
.p-loginForm__input[type="text"].is-error, .p-loginForm__input[type="password"].is-error {
      border: 2px solid #E5305C;
      background-color: #FDF5FA;
      caret-color: #777;
      color: #777; }
.p-loginForm__reset {
    font-size: 12px;
    text-align: center;
    margin-top: 30px; }
.p-loginForm__reset a {
      color: var(--sky-text);
      border-bottom: 2px dotted;
      font-weight: bold; }
.p-loginForm__btn {
    margin-top: 42px; }
.p-loginForm__btn + .p-loginForm__btn {
      margin-top: 30px; }
.p-loginFeature {
  margin-top: 120px; }
.p-loginFeature__inner {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
.p-loginFeature__head {
    text-align: center; }
.p-loginFeature__heading {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    color: var(--pink); }
.p-loginFeature__heading span {
      display: block;
      font-size: 1.6rem;
      margin-bottom: 0.6rem;
      color: var(--c-text); }
.p-loginFeature__headingDeco {
    position: absolute; }
.p-loginFeature__headingDeco.-is1 {
      left: -2rem;
      width: 5.8rem; }
.p-loginFeature__headingDeco.-is2 {
      right: -2rem;
      width: 5.8rem; }
.p-loginFeature__headingDeco img {
      display: block;
      width: 100%;
      height: auto; }
.p-loginFeature__body {
    margin-top: 4rem; }
.p-loginFeature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-loginFeature__item {
    position: relative;
    width: 180px;
    background-image: url("../images/mypage/login-deco-dot.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px; }
.p-loginFeature__tag {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 10rem;
    background-color: var(--sky);
    color: #fff;
    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;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    font-family: "Montserrat";
    -webkit-transform: translate(-25%, -25%);
            transform: translate(-25%, -25%); }
.p-loginFeature__item.-none .p-loginFeature__tag {
      background-color: #B5E5EF; }
.p-loginFeature__itemContent {
    background-color: #FFFAEB;
    width: 100%;
    aspect-ratio: 170 / 130;
    border-radius: 6px;
    font-size: 1.5rem;
    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;
    line-height: 2.4rem;
    font-weight: 700;
    letter-spacing: 0; }
.p-loginFeature__item.-none .p-loginFeature__itemContent {
      background-color: #F0F0F0;
      color: #A7A7A7; }
.p-loginFeature__itemLabel {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: .4rem 2rem;
    border-radius: 10rem;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.3rem;
    font-family: "Montserrat";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    white-space: nowrap;
    opacity: 0.45; }
.p-loginGuide {
  margin-top: 120px; }
.p-loginGuide__inner {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
.p-loginGuide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.p-loginGuide__banner {
    display: block;
    width: 340px;
    border-radius: 10px;
    overflow: hidden; }
.p-loginGuide__banner img {
      width: 100%;
      height: auto;
      -webkit-transition: -webkit-transform 0.3s linear;
      transition: -webkit-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
.p-loginGuide__banner:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
.p-loginRegister {
  margin-top: 42px; }
.p-loginRegister__text {
    text-align: center;
    font-weight: 500; }
.p-loginRegister__btn {
    margin-top: 27px; }
.p-media {
  position: relative;
  z-index: 0; }
.p-mediaKV {
  text-align: center; }
.p-mediaKV .c-note {
    margin-top: 1.5em;
    font-size: 1.2rem; }
.p-mediaSection .c-textRoundLine {
  font-family: "Montserrat"; }
.c-list-media {
  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-wrap: wrap;
      flex-wrap: wrap; }
.c-list-media .c-img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 1 / 1; }
.c-list-media .c-img img {
      width: 100%;
      height: auto; }
.c-list-media .c-img img {
      -o-object-fit: cover;
         object-fit: cover; }
.c-list-media .c-name {
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0.1em;
    line-height: 1.7; }
.c-list-media .c-name .c-link-text {
      font-weight: inherit; }
.c-list-media .c-account {
    margin-bottom: 1em;
    word-break: break-all;
    line-height: 1.4; }
.c-list-media .c-link-text {
    color: var(--c-text-main); }
.c-list-media .c-description {
    line-height: 1.5; }
.c-list-media .c-badge {
    letter-spacing: 0.1em;
    display: table;
    margin-right: auto;
    border-radius: 2em;
    color: #fff;
    padding: 0.4em 1.4em;
    font-weight: bold; }
.c-list-media .c-badge.-twitter {
      background-color: #75c6de; }
.c-list-media .c-badge.-line {
      background-color: #6cd5b1; }
.c-list-media .c-badge.-youtube {
      background-color: #E67272; }
.p-movieKV {
  position: relative;
  z-index: 0; }
.p-movieKV__content {
    min-height: 400px;
    width: 100%; }
.p-movieYoutube {
  position: relative;
  z-index: 0;
  overflow: hidden; }
.p-movieYoutube .c-primary {
    text-align: center;
    font-weight: bold; }
.c-movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden; }
.c-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none; }
.c-list-movie .c-movie {
  border-radius: 10px;
  padding-top: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 554 / 331; }
.c-list-movie .c-movie img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.c-list-movie .c-title {
  line-height: 1.5;
  font-weight: 500; }
.c-list-movie .c-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-list-movie .c-figure .c-img {
    border-radius: 50%; }
.c-list-movie .c-figure__name {
    margin-left: 1em;
    font-weight: 500; }
.c-list-movie .c-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.c-list-movie .c-img img {
    width: 100%;
    height: auto; }
.c-list-movie-channel {
  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; }
.c-list-movie-channel__item {
    text-align: center; }
.c-list-movie-channel 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-movie-channel .c-name {
    margin-top: 1em;
    font-weight: 500;
    letter-spacing: 0.05em;
    -webkit-transition: color .3s;
    transition: color .3s; }
.c-list-movie-channel .c-img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-list-movie-channel .c-img img {
      width: 100%;
      height: auto; }
.c-list-movie-channel .c-tag {
    display: table;
    margin-top: 1em;
    margin-right: auto; }
.p-movieSection {
  position: relative;
  z-index: 0; }
.p-movieBanner {
  position: relative;
  z-index: 0; }
.p-movieBanner__inner {
    overflow: hidden; }
.p-movieDetail {
  position: relative;
  z-index: 0; }
.p-movieDetail-head {
  position: relative;
  z-index: 0; }
.p-movieDetail-head .c-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-movieDetail-head .c-img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px; }
.p-movieDetail-head .c-img img {
      width: 100%;
      height: auto; }
.p-movieDetail-head__h1 {
    line-height: 1.5; }
.p-movieDetail-head__catch {
    color: var(--c-text-sub); }
.p-movieDetail-head__description {
    line-height: 2; }
.p-movieDetail-content {
  position: relative;
  z-index: 0; }
.p-newsKV {
  position: relative;
  z-index: 0; }
.p-newsKV__content {
    width: 100%; }
.p-newsSearch {
  position: relative;
  z-index: 0; }
.p-newsSection {
  position: relative;
  z-index: 0; }
.p-newsOther {
  position: relative;
  z-index: 0; }
.p-notfound {
  position: relative; }
.p-notfound__bg {
    position: relative;
    z-index: -1; }
.p-notfound__bg::before {
      content: "";
      display: block;
      width: 100%;
      height: 510px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fdf5fa; }
.p-notfound__heading {
    font-weight: 700;
    color: var(--pink);
    font-family: "Montserrat";
    text-align: center; }
.p-notfound__heading small {
      display: block; }
.p-notfound__headingSub {
    text-align: center;
    font-weight: 700;
    color: var(--sky-text); }
.p-notfound__headingSub span {
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      margin-top: 10px; }
.p-notfound__illust {
    margin-left: auto;
    margin-right: auto; }
.p-notfound__desc {
    margin-top: 50px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0;
    font-weight: 500; }
.c-pageContent {
  position: relative;
  z-index: 0; }
.c-pageContent .c-detail-h3 {
    margin: 1.5em 0 .5em; }
.c-pageContent .c-list-disc > li {
    margin-top: 1em; }
.c-pageContent .c-detail-table,
  .c-pageContent .c-detail-border {
    margin: 30px 0; }
.c-pageContent a:hover .c-link-icon-label {
    color: var(--c-text-sub); }
.p-portal {
  --opt-background-color: #f0f9fa; }
.p-portal:not([data-bg]) {
    --opt-background-color: #f0f9fa; }
.p-portal[data-bg*=""] {
    --opt-background-color: #f0f9fa; }
.p-portal[data-bg="yellow"] {
    --opt-background-color: #FFFBE0; }
.p-portal[data-bg="emeraldgreen"] {
    --opt-background-color: #EDF7EF; }
.p-portal[data-bg="orange"] {
    --opt-background-color: #FFF5E6; }
.p-portal[data-bg="green"] {
    --opt-background-color: #F4F9DE; }
.p-portal[data-bg="purple"] {
    --opt-background-color: #F5F0FA; }
.p-portal[data-bg="pink"] {
    --opt-background-color: #FCEFF7; }
.p-portal[data-bg="blue"] {
    --opt-background-color: #EDF9FC; }
.p-portal[data-bg="red"] {
    --opt-background-color: #FFF0F0; }
.p-portal[data-bg="white"] {
    --opt-background-color: #fff; }
.p-portal[data-bg="black"] {
    --opt-background-color: #000; }
.p-portal__head {
    position: relative;
    padding: 46px 0 0;
    z-index: 10; }
.p-portal__head .c-textHeadingIcon__iconItem {
      width: 44px;
      height: 52px; }
.p-portal__logout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
.p-portal__logoutBtn {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 1.6rem;
    color: var(--pink); }
.p-portal__logoutBtn::before {
      content: "";
      position: absolute;
      bottom: -5px;
      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="%238bd0dd"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      opacity: 0;
      -webkit-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out; }
.p-portal__logoutBtn::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      -webkit-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out;
      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; }
.p-portal__tabSelector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    border-bottom: 2px solid #8bd0dd;
    padding: 0 5px;
    margin-top: 60px; }
.p-portal__tabSelectorItem {
    position: relative;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 34px;
    color: #dddddd;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin-right: 1px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    cursor: pointer; }
.p-portal__tabSelectorItem span {
      position: relative;
      z-index: 2; }
.p-portal__tabSelectorItem::before {
      content: '';
      width: 2px;
      height: 20px;
      border-radius: 2px;
      background-color: #8bd0dd;
      display: block;
      position: absolute; }
.p-portal__tabSelectorItem:first-child::before {
      left: 0;
      top: 8px; }
.p-portal__tabSelectorItem:last-child::before {
      right: 0;
      top: 8px; }
.p-portal__tabSelectorItem.is-active {
      background-color: #8bd0dd !important;
      color: #fff !important; }
.p-portal__tabSelectorItem.is-active::before {
        display: none; }
.p-portal__tab {
    margin-top: 55px; }
.p-portal__tabItemBtns {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 50%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none; }
.p-portal__tabItemBtns.-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 0; }
.p-portal__tabItemBtns .c-link-icon {
      pointer-events: all; }
.p-portal__tabLoadBtn, .p-portal__tabTopBtn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    pointer-events: all; }
.p-portal__tabLoadBtn svg, .p-portal__tabTopBtn svg {
      width: 18px;
      height: 18px;
      margin-right: 10px;
      position: relative;
      top: 2px; }
.p-portal__tabLoadBtn {
    color: var(--sky-text);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.p-portal__tabLoadBtn.is-pink {
      color: #e383a8; }
.p-portal__tabLoadBtn.is-red {
      color: #f08080; }
.p-portal__tabLoadBtn svg {
      fill: currentColor; }
.p-portal__tabTopBtn {
    color: #a2a2a2; }
.p-portal__tabTopBtn svg {
      fill: #a2a2a2; }
.p-portal__bread {
    margin-top: 120px; }
.p-portal__bread .c-bread {
      margin-bottom: 0; }
.p-portalTitle {
  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; }
.p-portalTitle img {
    width: 54px;
    height: auto;
    margin-bottom: 8px; }
.p-portalIntro__inner {
  position: relative; }
.p-portalIntro__name {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #e383a8;
  line-height: 1.5;
  text-align: center;
  max-width: 790px;
  width: 100%;
  margin: 40px auto 0; }
.p-portalIntro__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-top: 54px; }
.p-portalIntro__text .c-link-under {
    display: inline;
    margin-right: 20px; }
.p-portalIntro__text .c-link-under a {
      padding-bottom: 0.2em; }
.p-portalIntro__text .c-link-under .c-link-under-label {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
.p-portalIntro__text .c-link-under svg {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.p-portalIntro__character {
  position: relative;
  z-index: 1;
  width: 502px;
  height: 280px;
  margin: 60px auto 0; }
.p-portalIntro__character img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.p-portalIntro__character.-blank {
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px dotted #8bd0dd;
    color: #e383a8;
    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;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    letter-spacing: 0.05em;
    margin: 42px auto 0; }
.p-portalIntro__bgDeco {
  position: relative;
  width: 100%;
  margin-top: -2.4vw;
  color: var(--opt-background-color);
  height: 313px; }
.p-portalIntro__bgDeco img,
  .p-portalIntro__bgDeco svg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0; }
.p-portalIntro__bg {
  position: relative; }
.p-portalIntro__bg::before {
    content: '';
    content: '';
    height: calc(100% - 5vw);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--opt-background-color); }
.p-portalIntro__bg.-yellow::before {
    background-color: #fffbe0; }
.p-portalIntro__content {
  margin-top: -12vw; }
.p-portalIntro__bannerSlider .c-slide-sync-2column__circle-base svg {
  stroke: #8bd0dd; }
.p-portalIntro__bannerSlider .c-slide-sync-2column__circle-hover svg {
  stroke: #e383a8; }
.p-portalIntro__bannerSlider .c-slide-sync-2column__arrow svg {
  fill: #8bd0dd; }
.p-portalIntro__bannerSlider .c-slide-sync-2column .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8bd0dd; }
.p-portalIntro__bannerSlider .c-slide-sync-2column .swiper-pagination svg {
  stroke: #E2F2F7; }
.p-portalIntro__calendar {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 2px solid #8bd0dd;
  width: 100%;
  max-width: 790px;
  margin: 60px auto 0;
  background-color: #fff; }
.p-portalIntro__calendar::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.p-portalIntro__calendarContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdf5fa;
  padding: 12px 109px;
  border-radius: 10px;
  margin: 8px; }
.p-portalIntro__calendarIllust {
  width: 54px;
  margin-right: 20px; }
.p-portalIntro__calendarIllust img {
    width: 100%;
    height: auto; }
.p-portalIntro__calendarGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-portalIntro__calendarHead {
  color: #e383a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px; }
.p-portalIntro__calendarIcon {
  fill: #e383a8;
  margin-right: 12px; }
.p-portalIntro__calendarIcon svg {
    width: 50px;
    height: 42px; }
.p-portalIntro__calendarText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.p-portalIntro__calendarTextJp {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em; }
.p-portalIntro__calendarTextEn {
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.01em; }
.p-portalIntro__calendarMessage {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45; }
.p-portalIntro__calendarArrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.p-portalIntro__calendarArrow svg {
    fill: #8bd0dd;
    width: 18px;
    height: 18px; }
.p-portalIntro__anchor {
  margin-top: 60px; }
.p-portalClip {
  position: relative;
  padding-bottom: 120px;
  background-color: var(--opt-background-color); }
.p-portalClip.-yellow {
    background-color: #fffbe0; }
.p-portalClip__inner {
    position: relative;
    z-index: 0; }
.p-portalClip____loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
.p-portalClipArticle__item:not(:first-child) {
  margin-top: 30px; }
.p-portalFavorite {
  margin-top: 120px;
  position: relative;
  z-index: 0; }
.p-portalFavorite__infoText {
    font-size: 12px;
    line-height: 20px; }
.p-portalFavorite__infoText .c-link-under {
      display: inline; }
.p-portalFavorite__charaList {
    padding-bottom: 20px;
    margin-top: 20px; }
.p-portalFavorite__charaItem {
    width: 63px;
    height: 63px;
    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-radius: 50%;
    background-color: #f5f9fa;
    margin-right: 16px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    overflow: hidden; }
.p-portalFavorite__charaItem img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.p-portalFavorite__charaItem.-all {
      font-weight: bold;
      letter-spacing: 0.01em;
      color: #e383a8;
      font-family: "Montserrat";
      font-size: 2.2rem;
      color: var(--sky-text);
      background-color: #f0f9fa;
      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: 0em;
      font-size: 1.8rem; }
.p-portalFavorite__charaItem.-sky, .p-portalFavorite__charaItem.-on {
      background-color: #8bd0dd;
      color: #fff; }
.p-portalFavorite__list {
    margin-top: 60px; }
.p-portalFavorite__item {
    display: block; }
.p-portalFavorite__item .c-cardGoods__title {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
.p-portalFavorite__item .c-cardGoods__blank-icon {
      width: 16px;
      height: 16px;
      fill: #e383a8; }
.p-portalFavorite__btn {
    margin-top: 67px; }
.p-portalNews {
  margin-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10; }
.p-portalNews__list {
    margin-top: 60px; }
.p-portalNews__btn {
    margin-top: 60px; }
.p-portalNews__topBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 50%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
.p-portalNews____loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
.p-portalBottom__bgDeco {
  position: relative;
  width: 100%;
  height: 313px;
  color: var(--opt-background-color); }
.p-portalBottom__bgDeco img,
  .p-portalBottom__bgDeco svg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0; }
.p-portalBottom__bg {
  position: relative;
  padding-bottom: 94px; }
.p-portalBottom__bg::before {
    content: '';
    content: '';
    height: calc(100% - 5vw);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--opt-background-color); }
.p-portalBottom__inner {
  position: relative; }
.p-portalBottom__content {
  margin-top: -12vw; }
.p-portalBottom__guide {
  display: block;
  width: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto; }
.p-portalBottom__guide img {
    width: 100%;
    height: auto;
    -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-portalBottom__download {
  padding: 30px 0;
  border-top: 2px dotted #e383a8;
  border-bottom: 2px dotted #e383a8;
  margin-top: 60px; }
.p-portalBottom__downloadHead {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--sky-text);
  text-align: center; }
.p-portalBottom__downloadBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }
.p-portalBottom__downloadBtn {
  height: 55px;
  margin: 0 9px; }
.p-portalBottom__downloadBtn img {
    height: 100%;
    width: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.p-portalBottom__linkText {
  text-align: center;
  margin-top: 30px; }
.p-portalBottom__linkText .c-link-under {
    display: inline-block; }
.p-portalBottom__linkText .c-link-under-label {
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.p-portalClipNotFound__title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.33;
  color: var(--sky-text); }
.p-portalClipNotFound__box {
  margin: 60px auto 0;
  max-width: 780px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #e383a8;
  background-color: #fff;
  padding: 42px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.p-portalClipNotFound__boxHead {
  font-size: 24px;
  font-weight: bold;
  color: var(--sky-text); }
.p-portalClipNotFound__boxText {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 20px; }
.p-portalClipNotFound__boxImgCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-portalClipNotFound__boxImg {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.p-portalClipNotFound__boxImg img {
    width: 100%;
    height: auto; }
.p-portalClipNotFound__boxImgText {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px dotted #e383a8;
  padding-bottom: 4px;
  color: var(--sky-text); }
.p-portalClipRecommend {
  margin-top: 60px; }
.p-portalClipRecommend__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #e383a8; }
.p-portalClipRecommend__text img {
      width: 17px;
      height: auto;
      margin-right: 14px; }
.p-portalClipRecommend__list {
    margin-top: 30px; }
.p-portalClipRecommend__item:not(:first-child) {
    margin-top: 30px; }
.p-portalClipRecommend__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px; }
.p-portalClipRecommend__btn {
    margin: 0 15px; }
.p-portalClipRecommend__btn .c-btn-arrow .-deco-news {
      z-index: 1; }
.p-portalFavoriteNotFound__title {
  font-size: 26px;
  font-weight: bold;
  color: var(--sky-text);
  letter-spacing: 0.05em;
  text-align: center; }
.p-portalFavoriteNotFound__box {
  position: relative;
  max-width: 610px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #e383a8;
  border-radius: 10px;
  padding: 42px 266px 42px 60px;
  margin: 60px auto 0; }
.p-portalFavoriteNotFound__boxTitle {
  font-size: 24px;
  font-weight: bold;
  color: var(--sky-text); }
.p-portalFavoriteNotFound__boxText {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 20px; }
.p-portalFavoriteNotFound__boxImg {
  position: absolute;
  right: 60px;
  top: 18px;
  width: 172px; }
.p-portalFavoriteNotFound__boxImg img {
    width: 100%;
    height: auto; }
.p-portalFavoriteNotFound__btn {
  margin-top: 65px; }
.p-portalFavoriteError {
  margin-top: 64px; }
.p-portalFavoriteError__title {
    font-size: 26px;
    letter-spacing: 0.05em;
    color: var(--sky-text);
    font-weight: bold;
    text-align: center; }
.p-portalFavoriteError__img {
    width: 392px;
    margin: 30px auto 0; }
.p-portalFavoriteError__img img {
      width: 100%;
      height: auto; }
.p-portalModal {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: none; }
.p-portalModal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0.3; }
.p-portalModal__box {
    max-width: 560px;
    width: 100%;
    padding: 60px;
    border-radius: 10px;
    background-color: #fff; }
.p-portalModal__content {
    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%; }
.p-portalModal__boxText {
    text-align: center;
    font-size: 1.8rem;
    text-align: center;
    line-height: 3rem; }
.p-portalModal__boxText.-error {
      color: #E83767; }
.p-portalModal__btns {
    margin-top: 60px;
    width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-portalModal__btns + .p-portalModal__btns {
      margin-top: 3rem; }
.p-portalModal__btn {
    width: 205px; }
.p-portalModal__btn .c-btn-arrow {
      width: 100%; }
.p-portalModal__btn .c-btn-arrow-line {
      padding-right: 4.4rem; }
.p-portalModal__btn.-l {
      width: 100%; }
.p-portalModal__btn + .p-portalModal__btn {
      margin-left: 30px; }
.p-sanrioplusKV {
  position: relative;
  z-index: 0;
  height: 640px;
  background: url(../images/sanrioplus/kv-cloud.svg) repeat-x center bottom var(--c-primary-c);
  background-size: auto 292px;
  border-top: 1px solid var(--c-primary-c); }
.p-sanrioplusKV__logo {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 526px;
    height: 539px;
    background: url(../images/sanrioplus/kv-logo.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 70px auto 0;
    -webkit-transform: translate(-6px, 0);
            transform: translate(-6px, 0); }
.p-sanrioplusKV__text {
    display: block;
    text-align: center;
    color: var(--pink-sanrioplus-a);
    font-size: 1.6rem;
    font-weight: bold;
    margin: 12px 0 0; }
.p-sanrioplusIntro {
  text-align: center;
  margin: 90px 0 0; }
.p-sanrioplusIntro__beginTtl {
    font-size: 3.6rem;
    color: var(--c-text-sub);
    letter-spacing: 0.1125em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative; }
.p-sanrioplusIntro__beginTtl::before, .p-sanrioplusIntro__beginTtl::after {
      content: '';
      display: block;
      width: 57px;
      height: 50px;
      background: url(../images/sanrioplus/start-glitter1.svg) no-repeat center center;
      background-size: 100% 100%;
      position: absolute;
      top: -8px; }
.p-sanrioplusIntro__beginTtl::before {
      left: -97px; }
.p-sanrioplusIntro__beginTtl::after {
      background-image: url(../images/sanrioplus/start-glitter2.svg);
      right: -82px; }
.p-sanrioplusIntro__beginDesc {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.75;
    margin: 38px 0 34px; }
.p-sanrioplusIntro__pointText {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--c-text-sub); }
.p-sanrioplusIntro__pointTextPo1 {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 129px;
    height: 89px;
    background: url(../images/sanrioplus/pont-1-balloon.svg) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto 0 -10px; }
.p-sanrioplusIntro__pointTextPo2 {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 134px;
    height: 92px;
    background: url(../images/sanrioplus/pont-2-balloon.svg) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 10px 0 auto; }
.p-sanrioplusIntro__pointIllust1 {
    width: 56.9%;
    margin: 25px 13.6% 0 auto;
    position: relative; }
.p-sanrioplusIntro__pointIllust1 div {
      width: 100%;
      height: 0;
      padding-bottom: 77.4%;
      background: url(../images/sanrioplus/pont-1-illust.png) no-repeat center center;
      background-size: 100% 100%; }
.p-sanrioplusIntro__pointIllust2 {
    width: 66%;
    margin: 22px auto 0 47px;
    position: relative; }
.p-sanrioplusIntro__pointIllust2 div {
      width: 100%;
      height: 0;
      padding-bottom: 64.5%;
      background: url(../images/sanrioplus/pont-2-illust.png) no-repeat center center;
      background-size: 100% 100%; }
.p-sanrioplusIntro__pointCloud1, .p-sanrioplusIntro__pointCloud2 {
    width: 35%;
    margin: 22px auto 0 8.5%;
    position: absolute; }
.p-sanrioplusIntro__pointCloud1 div, .p-sanrioplusIntro__pointCloud2 div {
      width: 100%;
      height: 0;
      padding-bottom: 71.1%;
      background: url(../images/sanrioplus/point-cloud.svg) no-repeat center center;
      background-size: 100% 100%; }
.p-sanrioplusIntro__pointCloud1 {
    left: -16%;
    top: 25.7%; }
.p-sanrioplusIntro__pointCloud2 {
    right: -7.5%;
    bottom: -14%; }
.p-sanrioplusIntro__app {
    margin: 119px 0 0; }
.p-sanrioplusApp {
  width: 600px;
  margin: 0 auto; }
.p-sanrioplusApp__box {
    text-align: center;
    height: 0;
    padding-bottom: 49.5%;
    background: url(../images/sanrioplus/app-box.svg) no-repeat center center;
    background-size: 100% 100%;
    position: relative; }
.p-sanrioplusApp__ttl, .p-sanrioplusApp__btn, .p-sanrioplusApp__download {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px; }
.p-sanrioplusApp__ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
    color: var(--c-text-sub);
    top: 18.5%; }
.p-sanrioplusApp__btn {
    top: 43%; }
.p-sanrioplusApp__download {
    top: 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-sanrioplusApp__links {
    margin: 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left; }
.p-sanrioplusApp__links li {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(50% - 8px);
          flex-basis: calc(50% - 8px);
      padding: 0 0 0 11px; }
.p-sanrioplusBenefits {
  margin-top: 118px;
  background-image: url(../images/sanrioplus/benefits-bg.png), url(../images/sanrioplus/mask.svg);
  background-repeat: repeat, no-repeat;
  background-position: center center, center top;
  background-size: 241px 227px, auto 82px;
  background-color: var(--c-secondary-c);
  padding: 70px 10px 56px; }
.p-sanrioplusBenefits__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--c-text-sub);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative; }
.p-sanrioplusBenefits__ttl::before, .p-sanrioplusBenefits__ttl::after {
      content: '';
      display: block;
      width: 44px;
      height: 43px;
      background: url(../images/sanrioplus/benefits-ttl.png) no-repeat center center;
      background-size: 100% 100%;
      position: absolute;
      top: -5px; }
.p-sanrioplusBenefits__ttl::before {
      left: -112px; }
.p-sanrioplusBenefits__ttl::after {
      right: -112px; }
.p-sanrioplusBenefits__blocks {
    margin: 68px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.p-sanrioplusBenefits__block {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    text-align: center; }
.p-sanrioplusBenefits__num {
    width: 47px;
    height: 39px;
    margin: 0 auto;
    position: relative; }
.p-sanrioplusBenefits__num span {
      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;
      position: relative;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.3rem;
      font-weight: bold;
      color: #fff;
      letter-spacing: 0; }
.p-sanrioplusBenefits__num svg {
      width: 100%;
      height: 100%;
      fill: var(--c-primary); }
.p-sanrioplusBenefits__copy {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    min-height: 72px;
    margin: 8px 0 0; }
.p-sanrioplusBenefits__copyPink {
    color: var(--c-text-sub); }
.p-sanrioplusBenefits__copyEn {
    font-size: 3.0rem;
    line-height: 1;
    font-family: "Montserrat"; }
.p-sanrioplusBenefits__copyJa {
    font-size: 2.4rem;
    color: var(--c-text-sub); }
.p-sanrioplusBenefits__illust1, .p-sanrioplusBenefits__illust2, .p-sanrioplusBenefits__illust3 {
    width: 100%;
    padding: 0 10%; }
.p-sanrioplusBenefits__illust1 div, .p-sanrioplusBenefits__illust2 div, .p-sanrioplusBenefits__illust3 div {
      width: 100%;
      height: 0;
      padding-bottom: 56.2%;
      background: url() no-repeat center center;
      background-size: 100% 100%; }
.p-sanrioplusBenefits__illust1 div {
    background-image: url(../images/sanrioplus/benefits-1-illust.png);
    -webkit-transform: translateX(3%);
            transform: translateX(3%); }
.p-sanrioplusBenefits__illust2 div {
    background-image: url(../images/sanrioplus/benefits-2-illust.png); }
.p-sanrioplusBenefits__illust3 div {
    background-image: url(../images/sanrioplus/benefits-3-illust.png);
    -webkit-transform: translateX(-3.4%);
            transform: translateX(-3.4%); }
.p-sanrioplusBenefits__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 22px 0 0; }
.p-sanrioplusBenefits__desc small {
      font-size: 1.3rem; }
.p-sanrioplusBenefits__btn {
    margin: 57px 0 0; }
.p-sanrioplusBenefits__app {
    margin: 60px 0 0; }
.p-sanrioplusFeature {
  margin-top: 118px;
  background-image: url(../images/sanrioplus/mask.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 82px;
  background-color: #fffbef;
  padding: 73px 60px 80px; }
.p-sanrioplusFeature__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--c-text-main);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative; }
.p-sanrioplusFeature__ttl::before, .p-sanrioplusFeature__ttl::after {
      content: '';
      display: block;
      width: 46px;
      height: 40px;
      background: url() no-repeat center center;
      background-size: 100% 100%;
      position: absolute;
      top: -5px; }
.p-sanrioplusFeature__ttl::before {
      left: -68px;
      background-image: url(../images/sanrioplus/feature-ttl-1.png); }
.p-sanrioplusFeature__ttl::after {
      right: -68px;
      background-image: url(../images/sanrioplus/feature-ttl-2.png); }
.p-sanrioplusFeature__anchor {
    margin: 66px 0 0; }
.p-sanrioplusFeature__anchor + .p-sanrioplusFeature__anchor {
      margin-top: 30px; }
.p-sanrioplusSec {
  margin: 64px 0 0;
  text-align: center;
  line-height: 1.5;
  position: relative; }
.p-sanrioplusSec__head {
    position: relative;
    overflow: hidden; }
.p-sanrioplusSec__headLine {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.p-sanrioplusSec__headLine svg {
      width: auto;
      height: 99%;
      stroke: var(--c-secondary);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
.p-sanrioplusSec__headText {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 47px auto 0;
    color: var(--c-text-main);
    position: relative;
    letter-spacing: 0.125em; }
.p-sanrioplusSec__headNew {
    display: block; }
.p-sanrioplusSec__headNew svg {
      width: 100%;
      height: 100%;
      fill: var(--c-secondary); }
.p-sanrioplusSec__copy {
    font-size: 2.0rem;
    color: var(--c-text-sub);
    margin: 35px 0 0; }
.p-sanrioplusSec__desc {
    margin: 30px 0 0; }
.p-sanrioplusSec__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 28px 0 0; }
.p-sanrioplusSec__note ul {
      font-size: 1.3rem;
      line-height: 1.73;
      text-align: left; }
.p-sanrioplusSec__note li {
      text-indent: -1em;
      padding-left: 1em; }
.p-sanrioplusSec__note li + li {
        margin-top: .5em; }
.p-sanrioplusSec__note a {
      color: var(--c-text-main);
      text-indent: 0; }
.p-sanrioplusSec__btn {
    margin: 42px 0 0; }
.p-sanrioplusSec__app {
    margin: 60px 0 0; }
.p-sanrioplusSec__illust {
    margin: 40px auto 0;
    background: url() no-repeat center center;
    background-size: 100% 100%; }
.p-sanrioplusSec__illust.-mymelody {
      width: 334px;
      height: 248px;
      background-image: url(../images/sanrioplus/feature-mymelody.png);
      -webkit-transform: translateX(3.3%);
              transform: translateX(3.3%); }
.p-sanrioplusSec__illust.-kikilala {
      width: 506px;
      height: 238px;
      background-image: url(../images/sanrioplus/feature-kikilala.png); }
.p-sanrioplusSec__illust.-hellokitty {
      width: 511px;
      height: 536px;
      background-image: url(../images/sanrioplus/feature-hellokitty.png);
      -webkit-transform: translateX(-8%);
              transform: translateX(-8%); }
.p-sanrioplusSec__illust.-kuromi {
      width: 383px;
      height: 233px;
      background-image: url(../images/sanrioplus/feature-kuromi.png); }
.p-sanrioplusSec__illust.-tuxedosam {
      width: 237px;
      height: 233px;
      background-image: url(../images/sanrioplus/feature-tuxedosam.png);
      -webkit-transform: translateX(-7%);
              transform: translateX(-7%); }
.p-sanrioplusOthers {
  margin: 56px 0 0; }
.p-sanrioplusOthers__cont {
    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; }
.p-sanrioplusOthers__block {
    position: relative;
    text-align: center; }
.p-sanrioplusOthers__circle {
    vertical-align: top; }
.p-sanrioplusOthers__circle path {
      fill: none; }
.p-sanrioplusOthers__circle circle {
      fill: #fff;
      stroke: var(--c-secondary);
      stroke-width: 2;
      stroke-linecap: round;
      stroke-dasharray: 0, 5;
      stroke-dashoffset: 0; }
.-even .p-sanrioplusOthers__circle circle {
        stroke: var(--c-primary); }
.p-sanrioplusOthers__circle text {
      fill: var(--c-secondary);
      font-size: 1.9rem;
      font-weight: bold;
      letter-spacing: 0.25em; }
.-even .p-sanrioplusOthers__circle text {
        fill: var(--c-text-main); }
.p-sanrioplusOthers__num {
    width: 17.3%;
    height: 17.3%;
    border-radius: 100%;
    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;
    background: var(--c-secondary);
    color: #fff;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 2.8rem;
    font-size: clamp(1.8rem, 2vw, 2.8rem);
    text-align: center;
    position: absolute;
    left: 9%;
    top: 10.6%; }
.-even .p-sanrioplusOthers__num {
      background-color: var(--c-primary); }
.p-sanrioplusOthers__desc {
    width: 100%;
    font-weight: bold;
    color: var(--c-text-sub);
    position: absolute;
    left: 0;
    bottom: 20%; }
.-even .p-sanrioplusOthers__desc {
      color: var(--c-text-main); }
.p-sanrioplusOthers__illust {
    position: absolute; }
.p-sanrioplusOthers__illust div {
      width: 100%;
      height: 0;
      background: url() no-repeat center center;
      background-size: 100% 100%; }
.p-sanrioplusOthers__illust.-keroppi {
      width: 62.2%;
      left: 18.5%;
      top: 21%; }
.p-sanrioplusOthers__illust.-keroppi div {
        padding-bottom: 72.7%;
        background-image: url(../images/sanrioplus/feature-illust-keroppi.png); }
.p-sanrioplusOthers__illust.-cinnamon {
      width: 40.7%;
      left: 29.9%;
      top: 14.8%; }
.p-sanrioplusOthers__illust.-cinnamon div {
        padding-bottom: 122.3%;
        background-image: url(../images/sanrioplus/feature-illust-cinnamon.png); }
.p-sanrioplusOthers__illust.-clip {
      width: 41.6%;
      left: 35%;
      top: 29%; }
.p-sanrioplusOthers__illust.-clip div {
        padding-bottom: 73%;
        background-image: url(../images/sanrioplus/feature-illust-clip.png); }
.p-sanrioplusOthers__illust.-hellokitty {
      width: 49%;
      left: 24%;
      top: 24.5%; }
.p-sanrioplusOthers__illust.-hellokitty div {
        padding-bottom: 76.8%;
        background-image: url(../images/sanrioplus/feature-illust-hellokitty.png); }
.p-sanrioplusOthers__illust.-mymelody {
      width: 48%;
      left: 28%;
      top: 19.5%; }
.p-sanrioplusOthers__illust.-mymelody div {
        padding-bottom: 96.5%;
        background-image: url(../images/sanrioplus/feature-illust-mymelody.png); }
.p-sanrioplusOthers__illust.-calendar {
      width: 49%;
      left: 28%;
      top: 16.5%; }
.p-sanrioplusOthers__illust.-calendar div {
        padding-bottom: 97.3%;
        background-image: url(../images/sanrioplus/feature-illust-calendar.png); }
.p-sanrioplusNews {
  margin: 124px 0 0; }
.p-sanrioplusNews__cont {
    position: relative; }
.p-sanrioplusShare {
  margin-top: 120px; }
.p-sanrioplusShare__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-sanrioplusShare__label {
    font-family: "Montserrat";
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #a2a2a2;
    letter-spacing: 0.05em;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin: 0 0 19px; }
.p-sanrioplusShare__btn + .p-sanrioplusShare__btn {
    margin-left: 12px; }
.p-sanrioplusShare .c-icon-sns {
    width: 50px;
    height: 50px; }
.p-sanrioplusGiftIntro {
  margin-top: 58px;
  text-align: center;
  letter-spacing: 0.0625em; }
.p-sanrioplusGiftIntro__ttl {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 608px;
    height: 189px;
    background: url(../images/sanrioplus/gift/intro-ttl.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    -webkit-transform: translateX(0.8%);
            transform: translateX(0.8%); }
.p-sanrioplusGiftIntro__desc {
    margin: 15px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.75; }
.p-sanrioplusGiftIntro__desc a {
      color: var(--c-text-main);
      display: inline-block;
      position: relative;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
.p-sanrioplusGiftIntro__desc a[target="_blank"] {
        position: relative;
        vertical-align: middle; }
.p-sanrioplusGiftIntro__desc a[target="_blank"]:not(.noicon)::after {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          content: '\e89e';
          font-family: 'Material Icons';
          display: inline-block;
          color: currentColor;
          vertical-align: initial;
          font-weight: 400;
          position: relative;
          margin-left: 0.2em; }
.p-sanrioplusGiftIntro__desc a::before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--c-primary);
        -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;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
.p-sanrioplusGiftIntro__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 21px 0 0; }
.p-sanrioplusGiftIntro__note ul {
      font-size: 1.2rem;
      line-height: 2;
      text-align: left; }
.p-sanrioplusGiftIntro__note li {
      text-indent: -1em;
      padding-left: 1em; }
.p-sanrioplusGiftIntro .c-detail-note-alpha {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 21px auto 0;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left; }
.p-sanrioplusGiftIntro__btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-sanrioplusGiftIntro__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    margin: 28px 0 0; }
.p-sanrioplusGiftIntro__link li {
      margin: 0 30px; }
.p-sanrioplusGiftIntro__link li:first-of-type {
        margin-left: 0; }
.p-sanrioplusGiftIntro__link li:last-of-type {
        margin-right: 0; }
.p-sanrioplusGiftSchedule__date,
.p-sanrioplusGiftList__date,
.p-sanrioplusGiftSpecial__date {
  margin: 30px 0 0;
  font-size: 1.2rem;
  text-align: center; }
.p-sanrioplusGiftSchedule__date span,
  .p-sanrioplusGiftList__date span,
  .p-sanrioplusGiftSpecial__date span {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.4rem; }
.p-sanrioplusGiftSchedule__items,
.p-sanrioplusGiftList__items,
.p-sanrioplusGiftSpecial__items {
  margin: 60px 0 0; }
.p-sanrioplusGiftSchedule {
  background: var(--c-secondary-c);
  padding: 93px 0 175px;
  margin: 54px 0 0; }
.p-sanrioplusGiftList {
  padding: 124px 0 175px; }
.p-sanrioplusGiftSpecial {
  background: var(--c-primary-c);
  padding: 120px 0 0;
  position: relative; }
.p-sanrioplusGiftSpecial::before {
    content: '';
    display: block;
    width: 100%;
    height: 200vh;
    background: var(--c-primary-c);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
.p-sanrioplusGiftItem__head {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--c-text-sub);
  position: relative;
  padding-left: 25px; }
.p-sanrioplusGiftItem__head .c-icon {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: .2em; }
.p-sanrioplusGiftItem__head .c-icon svg {
      fill: var(--c-primary);
      width: 100%;
      height: 100%; }
.p-sanrioplusGiftItem__head.-new {
    padding-left: 32px; }
.p-sanrioplusGiftItem__head.-new .c-icon {
      width: 27px;
      height: 28px;
      top: -0.2em; }
.p-sanrioplusGiftItem__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.p-sanrioplusGiftItem__pic {
  width: 43%; }
.p-sanrioplusGiftItem__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(57% - 19px); }
.p-sanrioplusGiftItem__smile {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--c-text-sub); }
.p-sanrioplusGiftItem__smile strong {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 3.6rem;
    margin: 0 10px 0 0; }
.p-sanrioplusGiftItem__smile .c-icon {
    display: inline-block;
    width: 30px;
    height: 29px;
    margin: 0 10px 0 0; }
.p-sanrioplusGiftItem__smile .c-icon svg {
      fill: var(--c-primary);
      width: 100%;
      height: 100%; }
.p-sanrioplusGiftItem__note {
  font-size: 1.2rem;
  color: var(--pink-sanrioplus);
  margin: 5px 0 0;
  letter-spacing: 0.0625em; }
.p-sanrioplusGiftItem__desc {
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 14px 0 0; }
.p-sanrioplusGiftItem__spec {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.0625em;
  margin: 14px 0 0; }
.p-sanrioplusGiftItem__spec span {
    color: var(--c-text-main);
    font-weight: bold; }
.p-sanrioplusGiftItem__desc + .p-sanrioplusGiftItem__spec {
  position: relative;
  padding-top: 14px; }
.p-sanrioplusGiftItem__desc + .p-sanrioplusGiftItem__spec::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--c-primary);
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0; }
.p-sanrioplusGiftSlider {
  position: relative; }
.p-sanrioplusGiftSlider__inner {
    border: 2px solid var(--c-primary);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.p-sanrioplusGiftSlider__inner img {
      width: 100%;
      height: auto; }
.p-sanrioplusGiftSlider__icon {
    width: 28px;
    height: 28px;
    background: var(--c-primary);
    border-radius: 10px 0 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: opacity .3s ease, background-color .3s ease;
    transition: opacity .3s ease, background-color .3s ease;
    opacity: 0;
    pointer-events: none; }
.p-sanrioplusGiftSlider.-modal .p-sanrioplusGiftSlider__icon {
      opacity: 1; }
.p-sanrioplusGiftSlider__icon::before, .p-sanrioplusGiftSlider__icon::after {
      content: '';
      display: block;
      background: #fff;
      border-radius: 2px;
      position: absolute;
      right: 50%;
      bottom: 50%;
      -webkit-transform: translate(50%, 50%);
              transform: translate(50%, 50%); }
.p-sanrioplusGiftSlider__icon::before {
      width: 14px;
      height: 3px; }
.p-sanrioplusGiftSlider__icon::after {
      width: 3px;
      height: 14px; }
.p-sanrioplusGiftSlider .swiper {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.p-sanrioplusGiftSlider .swiper img {
      width: 100%;
      height: auto; }
.p-sanrioplusGiftSlider .swiper-pagination {
    font-size: 0;
    bottom: -22px; }
.p-sanrioplusGiftSlider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #ddd; }
.p-sanrioplusGiftSlider .swiper-pagination-bullet-active {
    background: var(--c-primary); }
.p-sanrioplusGiftSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-sanrioplusGiftSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px; }
.p-sanrioplusGuideIntro {
  margin-top: 58px;
  text-align: center;
  letter-spacing: 0.0625em; }
.p-sanrioplusGuideIntro__ttl {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 256px;
    height: 151px;
    background: url(../images/sanrioplus/guide/intro-ttl.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto; }
.p-sanrioplusGuideIntro__ttlsub {
    color: var(--c-text-main);
    font-size: 2.4rem;
    margin: 38px 0 0; }
.p-sanrioplusGuideIntro__desc {
    margin: 55px auto 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    max-width: 800px; }
.p-sanrioplusGuideIntro__desc a {
      color: var(--c-text-main);
      display: inline-block;
      position: relative;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
.p-sanrioplusGuideIntro__desc a::before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--c-primary);
        -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;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
.p-sanrioplusGuideIntro__desc a[target="_blank"] {
        position: relative; }
.p-sanrioplusGuideIntro__desc a[target="_blank"]:not(.noicon)::after {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          content: '';
          display: inline-block;
          vertical-align: initial;
          left: auto;
          width: .8em;
          height: .8em;
          position: relative;
          top: 0;
          margin: 0 .2em;
          background-image: url("../images/common/icon_blank_sky.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: contain; }
.p-sanrioplusGuideIntro__desc em {
      font-weight: bold;
      font-style: normal;
      color: var(--pink-sanrioplus);
      position: relative;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, var(--c-secondary-b)));
      background: linear-gradient(180deg, transparent 70%, var(--c-secondary-b) 0%); }
.p-sanrioplusGuideIntro__text {
    margin: 42px auto 0;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
    max-width: 800px;
    text-align: left; }
.p-sanrioplusGuideIntro__text a {
      color: var(--c-text-main);
      display: inline-block;
      font-weight: 700;
      position: relative;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
.p-sanrioplusGuideIntro__text a::before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--c-primary);
        -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;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
.p-sanrioplusGuideIntro__text a[target="_blank"] {
        position: relative; }
.p-sanrioplusGuideIntro__text a[target="_blank"]:not(.noicon)::after {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          content: '';
          display: inline-block;
          vertical-align: initial;
          left: auto;
          width: .8em;
          height: .8em;
          position: relative;
          top: 0;
          margin: 0 .2em;
          background-image: url("../images/common/icon_blank_sky.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: contain; }
.p-sanrioplusGuideIntro__text em {
      font-weight: bold;
      font-style: normal;
      color: var(--pink-sanrioplus);
      position: relative;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, var(--c-secondary-b)));
      background: linear-gradient(180deg, transparent 70%, var(--c-secondary-b) 0%); }
.p-sanrioplusGuideIntro__text i {
      font-style: normal;
      color: var(--c-text-sub); }
.p-sanrioplusGuideIntro .c-detail-note-alpha {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 21px auto 0;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left; }
.p-sanrioplusGuideIntro__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    margin: 20px 0 0; }
.p-sanrioplusGuideIntro__link li {
      margin: 0 30px; }
.p-sanrioplusGuideIntro__link li:first-of-type {
        margin-left: 0; }
.p-sanrioplusGuideIntro__link li:last-of-type {
        margin-right: 0; }
.p-sanrioplusGuideIntro__news {
    max-width: 720px;
    margin: 55px auto 0;
    background: #f7f7f7;
    border-radius: 11px;
    padding: 40px; }
.p-sanrioplusGuideIntro__news a {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto;
      font-weight: bold;
      color: var(--c-text-sub); }
.p-sanrioplusGuideIntro__news span {
      position: relative;
      display: block; }
.p-sanrioplusGuideIntro__news span::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: var(--c-secondary);
        -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: -5px;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
.p-sanrioplusGuideMenu {
  margin: 60px 0 0;
  position: relative;
  overflow: hidden;
  padding: 0 0 115px; }
.p-sanrioplusGuideMenu__inner {
    position: relative;
    z-index: 2; }
.p-sanrioplusGuideMenu__ttl {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 414px;
    height: 42px;
    background: url(../images/sanrioplus/guide/menu-ttl.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 120px auto 90px;
    -webkit-transform: translateX(-1.5%);
            transform: translateX(-1.5%); }
.p-sanrioplusGuideMenu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-sanrioplusGuideMenu__menuAnchor {
    display: block;
    text-align: center; }
.p-sanrioplusGuideMenu__menuIcon {
    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;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: var(--c-primary);
    -webkit-transition: background .3s ease;
    transition: background .3s ease; }
.p-sanrioplusGuideMenu__menuIcon svg {
      fill: #fff; }
.p-sanrioplusGuideMenu__menuText {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--c-text-main);
    margin: 10px 0 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
.p-sanrioplusGuideMenu__sec {
    position: relative;
    margin: 80px 0 0; }
.p-sanrioplusGuideMenu__head {
    position: relative;
    overflow: hidden; }
.p-sanrioplusGuideMenu__headLine {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.p-sanrioplusGuideMenu__headLine svg {
      width: auto;
      height: 99%;
      stroke: var(--c-secondary);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
.p-sanrioplusGuideMenu__headText {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 32px auto 0;
    color: var(--c-text-main);
    position: relative;
    letter-spacing: 0.125em; }
.p-sanrioplusGuideMenu__headIcon {
    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;
    margin: 0 auto 3px; }
.p-sanrioplusGuideMenu__headIcon svg {
      fill: var(--c-primary); }
.p-sanrioplusGuideMenu__desc {
    font-size: 1.8rem;
    line-height: 1.75;
    text-align: center;
    margin: 30px 0 0; }
.p-sanrioplusGuideMenu__subhead {
    margin: 80px 0 0; }
.p-sanrioplusGuideMenu__listItem .c-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.8rem;
            flex: 0 0 1.8rem; }
.p-sanrioplusGuideMenu__back {
    margin: 40px 0 0; }
.p-sanrioplusGuideSvg svg {
  width: 100%;
  height: 100%; }
.p-sanrioplusGuideSvg.-smile {
  width: 36px;
  height: 34px; }
.p-sanrioplusGuideSvg.-coupon {
  width: 45px;
  height: 26px; }
.p-sanrioplusGuideSvg.-event {
  width: 35px;
  height: 40px; }
.p-sanrioplusGuideSvg.-birthday {
  width: 33px;
  height: 38px; }
.p-sanrioplusGuideSvg.-news {
  width: 37px;
  height: 40px; }
.p-sanrioplusGuideSvg.-zine {
  width: 36px;
  height: 37px; }
.p-sanrioplusGuideSvg.-shopsearch {
  width: 41px;
  height: 36px; }
.p-sanrioplusGuideSvg.-member {
  width: 31px;
  height: 36px; }
.p-sanrioplusGuideSvg.-function {
  width: 41px;
  height: 42px; }
.p-sanrioplusGuideSvg.-other {
  width: 39px;
  height: 36px; }
.p-sanrioplusGuideContact__inner {
  border-style: solid;
  border-width: 10px;
  -o-border-image: url(../images/sanrioplus/guide/contact-box.png) 20 repeat;
     border-image: url(../images/sanrioplus/guide/contact-box.png) 20 repeat;
  padding: 42px 30px 50px;
  text-align: center; }
.p-sanrioplusGuideContact__desc {
  font-size: 1.8rem;
  line-height: 1.75; }
.p-sanrioplusGuideContact__btn {
  margin: 37px 0 0; }
.p-sanrioplusGuideDetailNav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }
.p-sanrioplusGuideDetailNav__anchor {
  letter-spacing: 0.0625em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.p-sanrioplusGuideDetailNav .-icon-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.p-sanrioplusGuideDetailNav .c-icon {
  fill: var(--c-primary); }
.p-sanrioplusGuideDetailNav .c-icon svg {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease; }
.p-sanrioplusGuideDetailContent {
  overflow: hidden; }
.p-sanrioplusGuideDetailContent__back {
    margin: 110px 0 0; }
.p-sanrioplusGuideDetailContent__faq {
    margin: 120px 0 0;
    background: var(--c-primary-c);
    border-radius: 10px;
    text-align: center;
    padding: 40px; }
.p-sanrioplusGuideDetailContent__faqBtn {
    margin: 42px 0 0; }
.c-acf h1:not([class]) {
  font-size: 2.0rem;
  line-height: 1.65;
  color: var(--c-text-sub);
  border-bottom: 3px solid var(--c-primary);
  padding-bottom: 4px;
  margin-bottom: 1.75em;
  margin-top: 90px; }
.c-acf h2:not([class]) {
  font-weight: bold;
  color: var(--c-text-main);
  background: url(../images/common/icon-berry-guide.png) no-repeat left center; }
.c-acf-editor ul:not([class]) > li {
  position: relative; }
.c-acf-editor ul:not([class]) > 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-acf-editor ol:not([class]) > li {
  position: relative;
  counter-increment: number;
  padding-left: 1.3em; }
.c-acf-editor ol:not([class]) > 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-acf-editor ol:not([class]) > li + li {
    margin-top: 1.2em; }
.c-acf-editor em:not([class]) {
  font-weight: bold;
  font-style: normal;
  color: var(--pink-sanrioplus);
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, var(--c-secondary-b)));
  background: linear-gradient(180deg, transparent 70%, var(--c-secondary-b) 0%); }
.c-acf-editor a:not([class]) {
  color: var(--c-text-main);
  font-weight: bold;
  position: relative;
  padding-bottom: 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="%238bd0dd"/></svg>');
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: 50% 100%; }
.c-acf-editor a:not([class])[target="_blank"] {
    position: relative; }
.c-acf-editor a:not([class])[target="_blank"]:not(.noicon)::after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '';
      display: inline-block;
      vertical-align: initial;
      left: auto;
      width: .8em;
      height: .8em;
      position: relative;
      top: 0;
      margin: 0 .2em;
      background-image: url("../images/common/icon_blank_sky.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
.c-acf-editor .c-detail-note-alpha {
  font-size: 1.2rem;
  letter-spacing: 0.0625em;
  margin: 0; }
.c-acf-editor .c-detail-border {
  margin: 0; }
.c-acf-btn [class^="c-btn"] a {
  border: none;
  margin: 0;
  color: #fff; }
.c-acf-btn [class^="c-btn"] a[target="_blank"]:after {
    display: none; }
.c-acf-table table {
  border-collapse: collapse;
  width: 100%; }
.c-acf-table table a {
    color: var(--c-text-main);
    font-weight: bold;
    position: relative;
    padding-bottom: 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="%238bd0dd"/></svg>');
    background-size: 5px 2px;
    background-repeat: repeat-x;
    background-position: 50% 100%;
    line-height: 1.5; }
.c-acf-table table a[target="_blank"] {
      position: relative; }
.c-acf-table table a[target="_blank"]:not(.noicon)::after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: initial;
        left: auto;
        width: .8em;
        height: .8em;
        position: relative;
        top: 0;
        margin: 0 .2em;
        background-image: url("../images/common/icon_blank_sky.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain; }
.c-acf-gallery {
  position: relative; }
.c-acf-gallery__prev, .c-acf-gallery__next {
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.c-acf-gallery.-disabled .c-acf-gallery__prev, .c-acf-gallery.-disabled .c-acf-gallery__next {
      display: none; }
.c-acf-gallery__next {
    left: auto;
    right: 0; }
.c-acf-gallery__caption {
    text-align: center; }
.c-acf-gallery__pic {
    position: relative; }
.c-acf-gallery__pic::before {
      content: '';
      display: block;
      padding-top: 100%; }
.c-acf-gallery__pic .c-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
.c-acf-gallery__pic .c-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
.c-acf-gallery.-disabled .swiper-slide.is-landscape .c-acf-gallery__pic::before {
    display: none; }
.c-acf-gallery.-disabled .swiper-slide.is-landscape .c-acf-gallery__pic .c-img {
    position: static; }
.c-acf-gallery .swiper-pagination {
    font-size: 0;
    position: static;
    margin: 20px 0 0; }
.c-acf-gallery .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #ddd; }
.c-acf-gallery .swiper-pagination-bullet-active {
    background: var(--c-primary); }
.c-acf-gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .c-acf-gallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px; }
.c-acf-flow__pager {
  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;
  line-height: 1;
  margin: 0 0 20px; }
.c-acf-flow__pagerNum {
  font-weight: bold;
  color: var(--c-text-main);
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%); }
.c-acf-flow__pagerNum span {
    width: 1em;
    text-align: right; }
.c-acf-flow__pagerNum span:first-of-type {
      -ms-flex-item-align: start;
          align-self: flex-start; }
.c-acf-flow__pagerNum span:last-of-type {
      -ms-flex-item-align: end;
          align-self: flex-end;
      position: relative;
      line-height: 1;
      padding-left: 1.1em;
      margin-left: 1.1em; }
.c-acf-flow__pagerNum span:last-of-type:before {
        content: '';
        display: block;
        width: 2px;
        height: 2em;
        position: absolute;
        border-left: dotted 2px var(--c-primary);
        left: 0;
        -webkit-transform: translate(0, -0.5em) rotate(45deg);
                transform: translate(0, -0.5em) rotate(45deg); }
.c-acf-flow__pagerNav.-prev {
  right: auto;
  left: 0; }
.c-acf-flow__pic {
  position: relative; }
.c-acf-flow__pic::before {
    content: '';
    display: block;
    padding-top: 100%; }
.c-acf-flow__pic .c-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.c-acf-flow__pic .c-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.c-acf-flow__heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--c-text-sub); }
.c-acf-flow__caption {
  text-align: center;
  font-size: 1.4rem;
  margin: 30px 0 0; }
.c-acf-flow .swiper-pagination {
  font-size: 0;
  position: static;
  margin: 20px 0 0; }
.c-acf-flow .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: #ddd; }
.c-acf-flow .swiper-pagination-bullet-active {
  background: var(--c-primary); }
.c-acf-flow .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.c-acf-flow .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }
.c-acf-coupon__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-acf-coupon__block + .c-acf-coupon__block {
    margin-top: 18px; }
.c-acf-coupon__pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%; }
.c-acf-coupon__pic img {
    width: 100%;
    height: auto; }
.c-acf-coupon__picIcon {
  width: 28px;
  height: 28px;
  background: var(--c-primary);
  border-radius: 10px 0 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  pointer-events: none; }
.c-acf-coupon__picIcon::before, .c-acf-coupon__picIcon::after {
    content: '';
    display: block;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%); }
.c-acf-coupon__picIcon::before {
    width: 14px;
    height: 3px; }
.c-acf-coupon__picIcon::after {
    width: 3px;
    height: 14px; }
.c-acf-coupon__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-weight: bold;
  line-height: 1.36; }
.c-acf-slideArrow {
  font-size: 0;
  overflow: hidden;
  width: 43px;
  height: 43px;
  position: relative; }
.c-acf-slideArrow.-prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
[aria-disabled="true"] .c-acf-slideArrow {
    pointer-events: none; }
[aria-disabled="true"] .c-acf-slideArrow__base svg {
      stroke: #ddd; }
[aria-disabled="true"] .c-acf-slideArrow__arrow svg {
      fill: #ddd; }
.c-acf-slideArrow__base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.c-acf-slideArrow__base 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-acf-slideArrow__hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.c-acf-slideArrow__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-acf-slideArrow__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.c-acf-slideArrow__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--c-primary);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.p-secondRelated {
  position: relative;
  z-index: 0; }
.p-secondNews {
  position: relative;
  z-index: 0; }
.p-secondAccessRank {
  position: relative;
  z-index: 0; }
.c-bg-round {
  position: relative; }
.c-bg-round:before, .c-bg-round:after {
    content: '';
    display: block;
    width: 127%;
    background-color: var(--c-primary-c);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.c-bg-round:before {
    top: 0; }
.c-bg-round.-bottom:after {
    height: 200%; }
.c-bg-round .c-inner {
    position: relative;
    z-index: 2; }
.c-bg-round.-secondary:before, .c-bg-round.-secondary:after {
    background-color: var(--c-secondary-c); }
.c-access-ranking {
  background-color: #F7F7F7; }
.c-access-ranking .c-note {
    position: absolute;
    right: 0;
    font-size: 1rem;
    color: #a2a2a2; }
.c-access-ranking-list .c-figure {
  position: relative; }
.c-access-ranking-list 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-access-ranking-list .c-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%; }
.c-access-ranking-list .c-img img {
    width: 100%;
    height: auto; }
.c-access-ranking-list .c-title {
  font-weight: 500; }
.c-access-ranking-list .c-badge {
  position: absolute;
  top: 0;
  z-index: 2; }
.c-access-ranking-list .c-badge .-is-1 {
    fill: #DBCF81; }
.c-access-ranking-list .c-badge .-is-2 {
    fill: #D6D4C7; }
.c-access-ranking-list .c-badge .-is-3 {
    fill: #F2AF90; }
.c-access-ranking-list .c-number {
  position: absolute;
  top: 55%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700; }
.c-banner-plus img {
  width: 100%;
  height: auto; }
.p-relationChar {
  position: relative;
  overflow: hidden; }
.p-relationChar:before, .p-relationChar:after {
    background-color: var(--c-secondary-c); }
.p-relationChar:after {
    top: 100% !important;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%); }
.p-relationChar .c-slide-char-column5 .swiper-pagination svg {
    stroke: var(--c-primary-b); }
.p-relationChar .c-slide-char-column5 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--c-primary); }
.c-shop-char-frame {
  position: relative;
  background-color: var(--c-primary);
  border-radius: 10px;
  color: #fff;
  position: relative;
  line-height: 1.6; }
.c-shop-char-frame__heading {
    font-size: 2.3rem;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    width: 100%; }
.c-shop-char-frame__char {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -83%);
            transform: translate(-50%, -83%);
    top: 0; }
.c-shop-char-frame__char svg {
      width: 100%;
      fill: var(--c-primary); }
.c-shop-char-frame__char .deco-outline {
      fill: var(--c-primary); }
.c-shop-char-frame__char .deco-bg {
      fill: var(--c-secondary-c); }
.c-shop-char-frame__link 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: var(--c-text-sub);
    border-radius: 100%; }
.c-shop-char-frame__link span svg {
    width: 100%;
    height: 100%; }
.c-shop-char-frame__link svg {
    max-width: 100%;
    fill: currentColor; }
.c-shop-char-frame__link .c-link-text {
    color: var(--c-text-sub);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
.c-shop-char-frame__link .c-icon.-icon-blank {
    margin: 0; }
.c-shop-char-frame__link .c-label {
    margin-top: 0.5em;
    line-height: 1.3;
    font-weight: bold;
    height: 2.4em;
    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; }
.c-shop-char-frame__link .c-label * {
      font-weight: inherit; }
.c-detail-head {
  position: relative;
  z-index: 0;
  z-index: 10; }
.c-detail-head .c-tag, .c-detail-head .c-hash {
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
.c-detail-head .c-tag a, .c-detail-head .c-hash a {
      border: none;
      margin: 0;
      color: #fff; }
.c-detail-head .c-tag a[target="_blank"]:after, .c-detail-head .c-hash a[target="_blank"]:after {
        display: none; }
.c-detail-head .c-tag-cat {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 8px;
    background-color: var(--c-pagetheme);
    padding: .6rem 1.2rem;
    border-bottom: none;
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
.c-detail-head .c-tag-cat.-limit {
      background-color: var(--sky);
      border-bottom: none; }
.c-detail-head .c-hash a {
    color: inherit;
    font-weight: normal; }
.c-detail-head .c-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-detail-head a,
.c-detail-content a {
  color: var(--c-text-main);
  font-weight: bold; }
.c-detail-head a[href],
  .c-detail-content a[href] {
    border-bottom: 2px dotted var(--c-primary); }
.c-detail-head a[target="_blank"],
  .c-detail-content a[target="_blank"] {
    position: relative;
    vertical-align: middle; }
.c-detail-head a[target="_blank"]:not(.noicon)::after,
    .c-detail-content a[target="_blank"]:not(.noicon)::after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '\e89e';
      font-family: 'Material Icons';
      display: inline-block;
      color: currentColor;
      vertical-align: initial;
      font-weight: 400;
      position: relative;
      margin-left: 0.2em; }
.c-detail-head [class^="c-btn"] a,
.c-detail-content [class^="c-btn"] a {
  border: none;
  margin: 0;
  color: #fff; }
.c-detail-head [class^="c-btn"] a[target="_blank"]:after,
  .c-detail-content [class^="c-btn"] a[target="_blank"]:after {
    display: none; }
.c-detail-head [class^="c-btn"] a[href]:not(.-noicon):hover,
.c-detail-content [class^="c-btn"] a[href]:not(.-noicon):hover {
  color: #fff; }
.c-editor-content h3 {
  margin: 1em 0 .5em; }
.c-editor-content em {
  font-weight: bold;
  font-style: normal;
  color: #E83767;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFEAF0));
  background: linear-gradient(180deg, transparent 70%, #FFEAF0 0%); }
.c-editor-content ul > li {
  line-height: 2;
  position: relative; }
.c-editor-content ul > 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-editor-content ul > li + li {
    margin-top: 1em; }
.c-editor-content ol > li {
  line-height: 2;
  position: relative;
  counter-increment: number;
  padding-left: 1.3em; }
.c-editor-content ol > 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-editor-content ol > li + li {
    margin-top: 1.2em; }
.c-editor-content blockquote {
  position: relative;
  margin: 30px 0; }
.c-editor-content blockquote:before, .c-editor-content blockquote:after {
    position: absolute;
    color: var(--c-text-sub);
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1;
    font-size: 6rem; }
.c-editor-content blockquote:before {
    content: '“';
    left: 0;
    top: 0; }
.c-editor-content blockquote:after {
    content: '”';
    right: 0;
    bottom: -.5em; }
.c-editor-content .c-detail-grid > li.c-detail-grid__item,
.c-editor-content .c-detail-app > li.c-detail-grid__item,
.c-editor-content .c-detail-shop-list > li.c-detail-grid__item {
  padding: 0; }
.c-editor-content .c-detail-grid > li.c-detail-grid__item::before,
  .c-editor-content .c-detail-app > li.c-detail-grid__item::before,
  .c-editor-content .c-detail-shop-list > li.c-detail-grid__item::before {
    display: none; }
.c-editor-content .c-detail-grid > li.c-detail-app__item,
.c-editor-content .c-detail-app > li.c-detail-app__item,
.c-editor-content .c-detail-shop-list > li.c-detail-app__item {
  padding-left: 0; }
.c-editor-content .c-detail-grid > li.c-detail-app__item::before,
  .c-editor-content .c-detail-app > li.c-detail-app__item::before,
  .c-editor-content .c-detail-shop-list > li.c-detail-app__item::before {
    display: none; }
.c-editor-content .c-detail-grid > li.c-detail-shop-list__item,
.c-editor-content .c-detail-app > li.c-detail-shop-list__item,
.c-editor-content .c-detail-shop-list > li.c-detail-shop-list__item {
  padding-left: 0; }
.c-editor-content .c-detail-grid > li.c-detail-shop-list__item::before,
  .c-editor-content .c-detail-app > li.c-detail-shop-list__item::before,
  .c-editor-content .c-detail-shop-list > li.c-detail-shop-list__item::before {
    display: none; }
.c-editor-content .c-detail-grid__item,
.c-editor-content .c-detail-app__item,
.c-editor-content .c-detail-shop-list__item {
  margin-top: 0; }
.c-detail-kv .c-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%; }
.c-detail-kv .c-img img {
    width: 100%;
    height: auto; }
.c-detail-kv .c-img img {
    width: 100%; }
.c-detail-kv-small .c-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-detail-kv-small .c-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%; }
.c-detail-kv-small .c-img img {
    width: 100%;
    height: auto; }
.c-detail-kv-small .c-img img {
    width: 100%; }
.c-detail-kv-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-detail-kv-second .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.c-detail-kv-second .c-img img {
      width: 100%;
      height: auto; }
.c-detail-kv-second .c-img img {
      width: 100%; }
.c-detail-h1 {
  line-height: 1.4;
  border-bottom: 2px dotted var(--c-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-detail-h1 .c-badge-new {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.5em; }
.c-detail-h1 svg {
    width: 100%;
    height: 100%;
    fill: var(--c-primary); }
.c-detail-date {
  font-family: "Montserrat";
  line-height: 1;
  font-weight: 500; }
.c-detail-content {
  line-height: 2;
  position: relative;
  z-index: 0; }
.c-detail-content .c-marker {
    font-weight: bold;
    color: #E83767;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFEAF0));
    background: linear-gradient(180deg, transparent 70%, #FFEAF0 0%); }
.c-detail-content ul:not([class]) {
    margin: 1em 0; }
.c-detail-content ul:not([class]) li + li {
      margin-top: 0.5em; }
.c-detail-content .c-link-icon {
    line-height: 1.5; }
.c-detail-content .c-link-icon a {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border: none; }
.c-detail-inner a {
  word-break: break-all; }
.c-detail-release {
  color: var(--c-text-main);
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.c-detail-release .c-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    fill: var(--c-secondary);
    width: 50px; }
.c-detail-release .-icon-calendar svg {
    width: 42px;
    height: 34px; }
.c-detail-release .-icon-shop svg {
    width: 40px;
    height: 35px; }
.c-detail-release .c-label {
    margin-top: 0.2em; }
.c-info-panel {
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
.c-info-panel__head {
    background-color: var(--c-secondary);
    color: #fff;
    font-weight: bold;
    line-height: 1.3; }
.c-info-panel__body {
    line-height: 2;
    background-color: #f7f7f7; }
.c-detail-pagelink {
  color: var(--c-text-main);
  font-weight: bold; }
.c-detail-pagelink > li {
    position: relative;
    padding-left: 1.5em; }
.c-detail-pagelink a {
    border: none; }
.c-detail-pagelink .c-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 11px; }
.c-detail-pagelink .c-icon svg {
      width: 100%;
      height: 100%;
      fill: var(--c-primary); }
.c-detail-h2 {
  background-color: var(--c-primary-c);
  color: var(--c-text-main);
  line-height: 1.4; }
.c-detail-h3 {
  font-weight: bold;
  color: var(--c-text-main);
  position: relative;
  line-height: 1.4; }
.c-detail-h3 .c-icon {
    fill: var(--c-secondary);
    position: absolute;
    left: 0; }
.c-detail-h3 .c-icon svg {
      width: 100%;
      height: 100%; }
.c-detail-h3.-c-text {
    color: #777;
    margin-top: 30px; }
.c-detail-h3.-c-text .c-icon {
      fill: var(--c-primary); }
.c-detail-border {
  border: solid 2px var(--c-primary);
  border-radius: 10px; }
.c-detail-border .c-company-name {
    font-weight: 500; }
.c-detail-border .c-company-tel {
    font-weight: bold;
    font-family: "Montserrat";
    color: var(--c-text-main);
    margin: 0.5em 0;
    line-height: 1; }
.c-detail-border .c-detail-note {
    margin: 0; }
.c-detail-border.-contact {
    text-align: center;
    line-height: 1.6;
    padding-top: 1.5em;
    padding-bottom: 2em; }
.c-detail-table-heading {
  width: 100%; }
.c-detail-table-heading table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    line-height: 1.8;
    background-color: #fff; }
.c-detail-table-heading table td {
      letter-spacing: 0.05em;
      font-size: 1.4rem;
      text-align: left; }
.c-detail-table-heading table td:first-of-type {
        background-color: #f7f7f7;
        font-weight: 700; }
.c-detail-table-color {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: dotted 2px var(--c-secondary);
  margin: 30px 0;
  padding: 10px; }
.c-detail-table-color > p {
    display: none; }
.c-detail-table-color table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    line-height: 1.8; }
.c-detail-table-color table td {
      text-align: left;
      font-weight: bold;
      vertical-align: text-top;
      background-color: var(--c-primary-c);
      font-size: 1.4rem; }
.c-detail-table-color table td:first-of-type {
        vertical-align: top;
        color: var(--c-text-sub); }
.c-detail-note-alpha {
  margin: 1em 0;
  color: #a2a2a2;
  line-height: 1.7; }
.c-detail-note-alpha > * + .c-detail-note-alpha > * {
    margin-top: 0.5em; }
.c-detail-figure .c-img, .c-detail-figure .c-movie,
.c-detail-movie .c-img,
.c-detail-movie .c-movie {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%; }
.c-detail-figure .c-img img, .c-detail-figure .c-movie img,
  .c-detail-movie .c-img img,
  .c-detail-movie .c-movie img {
    width: 100%;
    height: auto; }
.c-detail-gallery + h2 {
  margin-top: 45px; }
.c-detail-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-detail-grid .c-img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-detail-grid .c-img img {
      width: 100%;
      height: auto; }
.c-detail-grid a {
    border: none; }
.c-detail-grid a[target="_blank"] {
      margin-right: 0; }
.c-detail-grid a[target="_blank"]:after {
        display: none !important; }
.c-detail-grid .c-title {
    line-height: 1.5; }
.c-detail-grid .c-price {
    line-height: 1;
    color: var(--c-text-sub);
    font-weight: normal; }
.c-detail-grid .c-icon {
    display: none; }
.c-detail-card {
  border: solid 2px var(--c-primary);
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
.c-detail-card img {
    width: 100%;
    max-width: 100%;
    height: auto; }
.c-detail-card a {
    display: block;
    border-bottom: none !important; }
.c-detail-banner {
  position: relative; }
.c-detail-banner .c-slide-column3 .swiper-pagination {
    bottom: 0; }
.c-detail-app__item {
  border-bottom: 2px dotted var(--c-primary); }
.c-detail-app__item:nth-of-type(1) {
    border-top: 2px dotted var(--c-primary); }
.c-detail-app .c-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0; }
.c-detail-app .c-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  width: 94px; }
.c-detail-app .c-img img {
    width: 100%;
    height: auto; }
.c-detail-shop .c-detail-h3 {
  margin-bottom: 30px; }
.c-detail-shop-list {
  border-top: 2px dotted var(--c-primary);
  line-height: 1.4; }
.shop_other .c-detail-shop-list {
    border-top: 2px dotted #ddd; }
.shop_other .c-detail-shop-list .c-detail-shop-list__item {
      border-bottom: 2px dotted #ddd; }
.c-detail-shop-list__item {
    border-bottom: 2px dotted var(--c-primary); }
.c-detail-shop-list .c-name {
    color: var(--c-text-main);
    font-weight: bold;
    letter-spacing: 0.05em; }
.c-detail-shop-list .c-text-block {
    position: relative;
    padding-left: 1.5em; }
.c-detail-shop-list .c-text-block:nth-of-type(n + 2) {
      margin-top: 20px; }
.c-detail-shop-list .c-link-map a {
    margin-right: 0; }
.c-detail-shop-list .c-link-map a::after {
      display: none !important; }
.c-detail-shop-list .c-icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.c-detail-shop-list .c-icon-text .c-icon {
      width: 13px;
      height: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: absolute;
      left: 0;
      top: 0.2em; }
.c-detail-shop-list .c-icon-text svg {
      max-width: 100%;
      max-height: 100%;
      fill: var(--c-secondary); }
.c-detail-shop-list .c-note {
    margin-top: 20px;
    text-indent: -1em;
    margin-left: 1em; }
.c-detail-pager .c-next-title {
  border: solid 2px var(--c-primary);
  border-radius: 10px;
  padding: 1.5em 2em;
  font-weight: bold;
  line-height: 1.4; }
.c-detail-pager .c-next-title a {
    color: var(--c-text-main); }
.c-detail-pager .c-btn-arrow {
  font-family: "Montserrat";
  font-weight: bold;
  margin: 0; }
.c-detail-pager .c-pager {
  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-detail-pager .-prev .c-btn-arrow-line {
  padding-left: 1.5em;
  padding-right: 0; }
.c-detail-pager .c-number {
  font-weight: bold;
  color: var(--c-text-main);
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-detail-pager .c-number span:first-of-type {
    -ms-flex-item-align: start;
        align-self: flex-start; }
.c-detail-pager .c-number span:last-of-type {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    line-height: 1; }
.c-detail-pager .c-number span:last-of-type:before {
      content: '';
      display: block;
      width: 2px;
      position: absolute;
      border-left: dotted 2px var(--c-primary);
      left: 0; }
.c-detail-info {
  background-color: var(--c-primary-c);
  border-radius: 10px; }
.c-detail-info .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start; }
.c-detail-info .c-img img {
      width: 100%;
      height: auto; }
.c-detail-info .c-link-social {
    font-family: "Montserrat", "Noto Sans JP";
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 500; }
.c-detail-info .c-link-social__label {
      font-weight: bold;
      font-size: 1.1rem;
      background-color: var(--c-primary);
      color: #fff;
      padding: .2em 1em;
      border-radius: 2em;
      margin-right: 1em;
      line-height: 1.2;
      word-break: keep-all;
      white-space: nowrap; }
.c-detail-info .c-link-social a {
      border: none;
      font-weight: 700;
      line-height: 1; }
.c-detail-attention {
  line-height: 1.6; }
.c-detail-attention > * {
    text-indent: -1em;
    margin-left: 1em; }
.c-detail-social {
  position: relative;
  z-index: 20;
  border-top: 2px dotted var(--c-primary);
  padding-top: 40px; }
.c-detail-sns__label {
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1;
  color: #a2a2a2;
  letter-spacing: 0.05em; }
.c-detail-sns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.p-siteList {
  position: relative;
  z-index: 0; }
.p-siteListKV {
  text-align: center; }
.p-siteListKV .c-note {
    margin-top: 1.5em;
    font-size: 1.2rem; }
.c-list-siteList {
  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; }
.c-list-siteList__item {
    position: relative; }
.c-list-siteList__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-siteList .c-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%; }
.c-list-siteList .c-img img {
      width: 100%;
      height: auto; }
.c-list-siteList .c-title {
    line-height: 1.5; }
.p-sitemap {
  position: relative;
  z-index: 0; }
.c-sitemap-block {
  border-bottom: 2px dotted #ddd; }
.c-sitemap-block__head {
    color: var(--c-text-main); }
.c-sitemap-block__head a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.c-sitemap-block__head svg {
      fill: currentColor; }
.c-sitemap-block .c-icon {
    line-height: 1; }
.c-sitemap-block .-icon-deco svg {
    max-width: 100%;
    max-height: 100%;
    margin: auto; }
.c-sitemap-block .-icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-left: 0.5em;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
.c-sitemap-block .-icon-arrow svg {
      fill: currentColor;
      width: 100%;
      height: 100%; }
.c-sitemap-block .-icon-character {
    width: 36px;
    height: 23px; }
.c-sitemap-block .-icon-goods {
    width: 31px;
    height: 36px; }
.c-sitemap-block .-icon-movie {
    width: 37px;
    height: 30px; }
.c-sitemap-block .-icon-digital {
    width: 26px;
    height: 36px; }
.c-sitemap-block .-icon-spot {
    width: 35px;
    height: 22px; }
.c-sitemap-block .-icon-news {
    width: 32px;
    height: 36px; }
.c-sitemap-block .-icon-plus {
    width: 35px;
    height: 28px; }
.c-sitemap-block .-icon-shop {
    width: 36px;
    height: 31px; }
.c-sitemap-block__description {
    line-height: 1.6; }
.c-list-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--c-text-sub);
  font-weight: bold; }
.c-list-sitemap__item {
    position: relative;
    padding: 0 1em; }
.c-list-sitemap__item:before {
      content: '';
      display: block;
      width: 2px;
      height: 1em;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: currentColor; }
.c-list-sitemap__item:nth-of-type(1) {
      padding-left: 0; }
.c-list-sitemap__item:nth-of-type(1):before {
        display: none; }
.c-list-sitemap__item a {
      display: block;
      padding-bottom: 0.1em;
      border-bottom: 2px dotted currentColor; }
.p-special {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  color: var(--lp-text-color); }
.p-special a[href], .p-special a[data-modal] {
    cursor: pointer; }
.p-special > *:first-child {
    margin-top: 0; }
.p-special > *:last-child {
    margin-bottom: 0; }
.p-specialMenu {
  position: relative;
  z-index: 100;
  width: 100%; }
.p-specialMenu.is-active .p-specialMenu__open {
    position: fixed;
    top: 154px; }
.p-specialMenu.is-active .p-specialMenu__body {
    position: fixed;
    top: 124px;
    max-height: calc(100vh - 124px); }
.p-specialMenu__open {
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: var(--lp-primary-color);
    border: none;
    border-radius: 9999px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    overflow: hidden; }
.p-specialMenu__open::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      opacity: 0;
      background-color: #fff;
      pointer-events: none; }
.p-specialMenu__body {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    border-radius: 0 10px 10px 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
.p-specialMenu__body[aria-hidden="true"] {
      visibility: hidden;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: visibility 0.3s 0.1s, -webkit-transform .3s ease;
      transition: visibility 0.3s 0.1s, -webkit-transform .3s ease;
      transition: transform .3s ease, visibility 0.3s 0.1s;
      transition: transform .3s ease, visibility 0.3s 0.1s, -webkit-transform .3s ease; }
.p-specialMenu__body::-webkit-scrollbar {
      display: none; }
.p-specialMenu__bodyInner {
    width: 240px;
    padding: 30px 15px 42px;
    background-color: var(--lp-primary-color); }
.p-specialMenu__close {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-left: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--lp-primary-color);
    background-color: #fff;
    border: none;
    border-radius: 9999px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    overflow: hidden; }
.p-specialMenu__close::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      opacity: 0;
      background-color: #fff;
      pointer-events: none; }
.p-specialMenu__nav {
    padding: 0 15px;
    margin-top: 28px; }
.p-specialMenu__nav-item {
    position: relative;
    padding-top: 6px;
    padding-bottom: 4px; }
.p-specialMenu__nav-item::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; }
.p-specialMenu__nav-item:last-child::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="%23fff"/></svg>');
      background-size: contain;
      background-repeat: repeat-x;
      background-position: right center;
      content: "";
      position: absolute;
      top: 100%;
      left: 0; }
.p-specialMenu__nav-link {
    display: block;
    padding: 10px 12px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 5px; }
.p-specialMenu__sns {
    margin-top: 50px; }
.p-specialMenu__sns-head {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center; }
.p-specialMenu__sns-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(50% - 3px));
    grid-gap: 8px 6px;
    gap: 8px 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; }
.p-specialMenu__sns-item {
    background-color: #fff;
    border-radius: 9999px; }
.p-specialMenu__sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 30px;
    padding-right: 11px;
    padding-left: 10px;
    color: var(--lp-primary-color);
    background-color: #fff;
    border-radius: 9999px; }
.p-specialMenu__sns-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px; }
.p-specialMenu__sns-icon.-twitter svg {
      width: 18px;
      height: 13px; }
.p-specialMenu__sns-icon.-facebook svg {
      width: 8px;
      height: 14px; }
.p-specialMenu__sns-icon.-instagram svg {
      width: 14px;
      height: 14px; }
.p-specialMenu__sns-icon.-line svg {
      width: 20px;
      height: 19px; }
.p-specialMenu__sns-icon.-youtube svg {
      width: 20px;
      height: 14px; }
.p-specialMenu__sns-icon.-tiktok svg {
      width: 14px;
      height: 16px; }
.p-specialMenu__sns-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0; }
.p-specialKV {
  margin-top: 60px;
  margin-bottom: 60px; }
.p-special > .p-specialKV:first-child {
    margin-top: -60px; }
.p-specialKV__inner {
    max-width: 1200px;
    margin: 0 auto; }
.p-specialLede {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; }
.p-specialLede__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-specialLede__inner > * + * {
      margin-top: 52px; }
.p-specialLede__inner * > a {
      position: relative;
      color: var(--lp-primary-color);
      background-image: linear-gradient(to right, currentColor 0, currentColor 2px, transparent 2px, transparent 100%);
      background-repeat: repeat-x;
      background-size: 6px 2px;
      background-position: left bottom; }
.p-specialLede__inner * > a[target="_blank"]::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0 1px;
        vertical-align: text-top;
        -webkit-transform: translateY(0.2em);
                transform: translateY(0.2em);
        background-color: currentColor;
        -webkit-clip-path: url("#iconBlank");
                clip-path: url("#iconBlank"); }
.p-specialLede p {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0; }
.p-specialIntro {
  position: relative;
  z-index: 0;
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialIntro__inner {
    max-width: 798px;
    margin: 0 auto; }
.p-specialIntro__body {
    position: relative;
    padding-top: 100%; }
.p-specialIntro__btns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    margin: auto; }
.p-specialIntro__btn {
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer; }
.p-specialIntro__btn:not([data-modal]) {
      cursor: auto; }
.p-specialIntro__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: auto;
    overflow: hidden; }
.p-specialHeading {
  max-width: 800px;
  margin: 0 auto; }
.p-specialHeading + div {
    margin-top: 0; }
.p-specialHeading img {
    display: block;
    margin-top: 120px;
    margin-bottom: 30px; }
.p-specialHeading__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: 700;
    color: var(--lp-primary-color); }
.p-specialHeading__body.-large {
      padding-bottom: 8px;
      margin-top: 120px;
      margin-bottom: 30px;
      font-size: 2.4rem;
      line-height: 1.5; }
.p-specialHeading__body.-large picture ~ * {
        display: none; }
.p-specialHeading__body.-small {
      margin-top: 60px;
      margin-bottom: 18px;
      font-size: 2.0rem;
      line-height: 1.5;
      padding-left: 16px; }
.p-specialHeading__body.-small::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 6px;
        height: calc(100% - 6px);
        margin: auto;
        content: "";
        background-color: var(--lp-secondary-color);
        border-radius: 9999px; }
.p-specialHeading__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 8px;
    margin-right: 11px; }
.p-specialHeading__iconBody {
    width: 20px;
    height: 20px;
    fill: var(--lp-secondary-color); }
.p-specialHeading__line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="796.55" height="4"><path fill="%238bd0dd" d="M794.55 4h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.009a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-1.999 2ZM722.5 4h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.004 2Zm-8.009 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.009a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-1.998 2ZM578.4 4a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.005 2Zm-8 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.004 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.005 2Zm-8.01 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.009 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.01a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-1.998 2Zm-8.01 0a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.005 2Zm-8 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.004 2Zm-8.01 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.008 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.01a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-1.997 2Zm-8.01 0a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.005 2Zm-8 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.002 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.003 2Zm-8.008 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.01a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-1.995 2Zm-8.01 0a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.006 2Zm-8 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2.001 2Zm-8.006 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.006 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.006 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.006 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.006 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.006 0h-.005a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.005 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.006a2 2 0 0 1 2 2 2 2 0 0 1-2 2Zm-8.006 0h-.006a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-1.999 2ZM2.005 4H2a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.005a2 2 0 0 1 2 2 2 2 0 0 1-2 2Z"/></svg>');
    background-size: cover;
    background-repeat: repeat-x;
    background-position: right center; }
.p-special-editor {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1.714; }
.p-special-editor + *:not(.p-specialHeading) {
    margin-top: 30px; }
.p-special-editor > * + * {
    margin-top: 60px; }
.p-special-editor * > a {
    position: relative;
    color: var(--lp-primary-color);
    background-image: linear-gradient(to right, currentColor 0, currentColor 2px, transparent 2px, transparent 100%);
    background-repeat: repeat-x;
    background-size: 6px 2px;
    background-position: left bottom; }
.p-special-editor * > a[target="_blank"]::after {
      content: "";
      display: inline-block;
      width: 11px;
      height: 11px;
      margin: 0 1px;
      vertical-align: text-top;
      -webkit-transform: translateY(0.2em);
              transform: translateY(0.2em);
      background-color: currentColor;
      -webkit-clip-path: url("#iconBlank");
              clip-path: url("#iconBlank"); }
.p-special-editor ul {
    font-weight: 700; }
.p-special-editor ul > li {
      position: relative;
      padding-left: 20px; }
.p-special-editor ul > li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "●";
        color: var(--lp-secondary-color); }
.p-special-editor ol {
    padding-left: 1.6em;
    font-weight: 700; }
.p-special-editor ol > li {
      list-style-type: decimal;
      list-style-position: outside; }
.p-special-editor ol > li::marker {
        color: var(--lp-secondary-color); }
.p-special-editor .c-detail-border {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 23px 30px;
    border: 4px dotted var(--lp-secondary-color);
    border-radius: 6px; }
.p-special-editor .c-detail-note-alpha {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--lp-text-color); }
.p-special-editor .c-detail-note-alpha + .c-detail-note-alpha {
      margin-top: 18px; }
.p-specialGallery {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialGallery__inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto; }
.p-specialGallery__inner.-news {
      padding: 0; }
.p-specialGallery__slider {
    position: relative;
    width: calc(100% - 122px);
    margin: 0 auto; }
.p-specialGallery__body {
    position: relative; }
.p-specialGallery__img img {
    max-width: 678px;
    max-height: 678px;
    -o-object-fit: contain;
       object-fit: contain; }
.p-specialGallery__caption {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.5; }
.p-specialGallery__caption.-news {
      font-size: 1.5rem; }
.p-specialGallery__caption > a {
      position: relative;
      color: var(--lp-primary-color);
      background-image: linear-gradient(to right, currentColor 0, currentColor 2px, transparent 2px, transparent 100%);
      background-repeat: repeat-x;
      background-size: 6px 2px;
      background-position: left bottom; }
.p-specialGallery__caption > a[target="_blank"]::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0 1px;
        vertical-align: text-top;
        -webkit-transform: translateY(0.2em);
                transform: translateY(0.2em);
        background-color: currentColor;
        -webkit-clip-path: url("#iconBlank");
                clip-path: url("#iconBlank"); }
.p-specialGallery__arrow-btn {
    position: absolute;
    top: 0;
    bottom: auto;
    display: block;
    width: 43px;
    height: 43px;
    padding: 0;
    margin-top: var(--img-aspect-ratio);
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateY(calc(var(--img-aspect-ratio) * -1));
            transform: translateY(calc(var(--img-aspect-ratio) * -1));
    background: none;
    border: none; }
.p-specialGallery__arrow-btn::after {
      display: none; }
.p-specialGallery__arrow-btn.swiper-button-prev {
      right: calc(100% + 18px);
      left: auto; }
.p-specialGallery__arrow-btn.swiper-button-next {
      right: auto;
      left: calc(100% + 18px); }
.p-specialGallery__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.p-specialGallery__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--lp-secondary-color);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.p-goodsDetail .p-specialGallery__circle-base {
      height: 43px;
      vertical-align: middle;
      position: relative;
      width: 43px;
      z-index: 1000; }
.p-goodsDetail .p-specialGallery__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-specialGallery__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.p-specialGallery__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--lp-primary-color);
      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-goodsDetail .p-specialGallery__circle-hover {
      height: 43px;
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      width: 43px;
      z-index: 1001; }
.p-goodsDetail .p-specialGallery__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-specialGallery__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.p-specialGallery__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--lp-secondary-color);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.p-goodsDetail .p-specialGallery__arrow {
      height: 13px;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 13px;
      z-index: 1000; }
.p-goodsDetail .p-specialGallery__arrow svg {
        height: 100%;
        width: 100%;
        fill: var(--c-pagetheme-sub);
        -webkit-transition: fill .5s .2s;
        transition: fill .5s .2s; }
.p-specialGallery__arrow-btn.swiper-button-prev .p-specialGallery__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.p-specialGallery__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
.p-specialGallery__thumbs .swiper {
      width: 100%;
      padding-bottom: 8px; }
.p-specialGallery__thumbs .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-specialGallery__thumbs .swiper-slide {
      width: calc((100% - 60px) / 6);
      margin-right: 12px; }
.p-specialGallery__thumbs .swiper-slide:last-of-type {
        margin-right: 0 !important; }
.p-specialGallery__thumb {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer; }
.p-specialGallery__thumb img {
      max-width: 123px;
      max-height: 123px;
      -o-object-fit: contain;
         object-fit: contain; }
.swiper-slide-thumb-active .p-specialGallery__thumb::before {
      position: absolute;
      bottom: -8px;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      content: "";
      background-color: var(--lp-primary-color);
      border-radius: 9999px; }
.p-goodsDetail .swiper-slide-thumb-active .p-specialGallery__thumb::before {
      background-color: var(--c-pagetheme-sub); }
.p-specialFigure {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialFigure__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-specialFigure__item {
    display: block; }
.p-specialFigure__item:not([href]):not([data-modal]) {
      cursor: auto; }
.p-specialFigure__item + .p-specialFigure__item {
      margin-top: 60px; }
.p-specialFigure__img-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-specialFigure__img {
    position: relative;
    text-align: center; }
.p-specialFigure__img img {
      max-width: 800px;
      max-height: 800px;
      -o-object-fit: contain;
         object-fit: contain; }
.p-specialFigure__icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 30px;
    height: 30px;
    fill: var(--lp-secondary-color); }
.p-specialFigure__caption {
    width: calc(100% - 120px);
    margin: 30px auto 0;
    font-size: 1.2rem;
    line-height: 1.5; }
.p-specialFigure__caption > a {
      position: relative;
      color: var(--lp-primary-color);
      background-image: linear-gradient(to right, currentColor 0, currentColor 2px, transparent 2px, transparent 100%);
      background-repeat: repeat-x;
      background-size: 6px 2px;
      background-position: left bottom; }
.p-specialFigure__caption > a[target="_blank"]::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0 1px;
        vertical-align: text-top;
        -webkit-transform: translateY(0.2em);
                transform: translateY(0.2em);
        background-color: currentColor;
        -webkit-clip-path: url("#iconBlank");
                clip-path: url("#iconBlank"); }
.p-special2column {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-special2column__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-special2column__body {
    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: -30px -14px; }
.p-special2column__item {
    display: block;
    width: calc((100% - 56px) / 2);
    margin: 30px 14px; }
.p-special2column__item:not([href]):not([data-modal]) {
      cursor: auto; }
.p-special2column__img-wrapper {
    position: relative; }
.p-special2column__icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 30px;
    height: 30px;
    fill: var(--lp-secondary-color); }
.p-special2column__caption {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
.p-special3column {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-special3column__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-special3column__body {
    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: -30px -14px; }
.p-special3column__item {
    display: block;
    width: calc((100% - 84px) / 3);
    margin: 30px 14px; }
.p-special3column__item:not([href]):not([data-modal]) {
      cursor: auto; }
.p-special3column__img-wrapper {
    position: relative; }
.p-special3column__icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 30px;
    height: 30px;
    fill: var(--lp-secondary-color); }
.p-special3column__caption {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
.p-special4column {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-special4column__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-special4column__body {
    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: -30px -14px; }
.p-special4column__item {
    display: block;
    width: calc((100% - 112px) / 4);
    margin: 30px 14px; }
.p-special4column__item:not([href]):not([data-modal]) {
      cursor: auto; }
.p-special4column__img-wrapper {
    position: relative; }
.p-special4column__icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 30px;
    height: 30px;
    fill: var(--lp-secondary-color); }
.p-special4column__caption {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
.p-specialMovie {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialMovie__inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto; }
.p-specialMovie__slider {
    position: relative;
    width: calc(100% - 122px);
    margin: 0 auto; }
.p-specialMovie__slider.-none-slide .swiper-wrapper {
      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-specialMovie__slider.-none-slide .p-specialMovie__arrow-btn {
      display: none; }
.p-specialMovie__body {
    position: relative; }
.p-specialMovie__img {
    position: relative;
    display: block;
    overflow: hidden; }
.p-specialMovie__play-icon {
    display: block;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5; }
.p-specialMovie__play-icon img {
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
.p-specialMovie__play-icon::before {
      content: "";
      display: block;
      background-color: var(--lp-secondary-color);
      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; }
.p-specialMovie__name {
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5; }
.p-specialMovie__bullets.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    margin-top: 30px; }
.p-specialMovie__bullets.swiper-pagination .swiper-pagination-bullet {
      width: 11px;
      height: 11px;
      margin: 0 5px;
      background-color: #ddd;
      border-radius: 50%;
      opacity: 1; }
.p-specialMovie__bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--lp-secondary-color); }
.p-specialMovie__arrow-btn {
    position: absolute;
    top: 0;
    bottom: auto;
    display: block;
    width: 43px;
    height: 43px;
    padding: 0;
    margin-top: 28%;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
    border: none; }
.p-specialMovie__arrow-btn::after {
      display: none; }
.p-specialMovie__arrow-btn.swiper-button-prev {
      right: calc(100% + 18px);
      left: auto; }
.p-specialMovie__arrow-btn.swiper-button-next {
      right: auto;
      left: calc(100% + 18px); }
.p-specialMovie__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.p-specialMovie__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--lp-secondary-color);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.p-specialMovie__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.p-specialMovie__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--lp-primary-color);
      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-specialMovie__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.p-specialMovie__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--lp-secondary-color);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.p-specialMovie__arrow-btn.swiper-button-prev .p-specialMovie__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.p-specialBanner {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialBanner__inner {
    position: relative;
    max-width: 922px;
    margin: 0 auto; }
.p-specialBanner__slider {
    position: relative;
    width: calc(100% - 122px);
    margin: 0 auto; }
.p-specialBanner__slider.-none-slide .swiper-wrapper {
      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-specialBanner__slider.-none-slide .p-specialBanner__arrow-btn {
      display: none; }
.p-specialBanner__slider-inner {
    position: relative; }
.p-specialBanner__img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px; }
.p-specialBanner__bullets.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    margin-top: 30px; }
.p-specialBanner__bullets.swiper-pagination .swiper-pagination-bullet {
      position: relative;
      width: 11px;
      height: 11px;
      margin: 0 10px;
      background-color: #ddd;
      border-radius: 50%;
      opacity: 1; }
.p-specialBanner__bullets.swiper-pagination .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active svg {
        -webkit-animation: bullet-circle 5s linear backwards;
                animation: bullet-circle 5s linear backwards;
        -webkit-transition: stroke-dashoffset .5s;
        transition: stroke-dashoffset .5s; }
.p-specialBanner__bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--lp-secondary-color); }
.p-specialBanner__bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
          stroke-dashoffset: 0;
          -webkit-transition: stroke-dashoffset 5s linear;
          transition: stroke-dashoffset 5s linear; }
.p-specialBanner__bullets.swiper-pagination .swiper-pagination-bullet svg {
        fill: none;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        stroke: var(--lp-secondary-color);
        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;
        opacity: 0.25; }
.p-specialBanner__arrow-btn {
    position: absolute;
    top: 50%;
    bottom: auto;
    display: block;
    width: 43px;
    height: 43px;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
    border: none; }
.p-specialBanner__arrow-btn::after {
      display: none; }
.p-specialBanner__arrow-btn.swiper-button-prev {
      right: calc(100% + 18px);
      left: auto; }
.p-specialBanner__arrow-btn.swiper-button-next {
      right: auto;
      left: calc(100% + 18px); }
.p-specialBanner__circle-base {
    height: 43px;
    vertical-align: middle;
    position: relative;
    width: 43px;
    z-index: 1000; }
.p-specialBanner__circle-base svg {
      fill: #fff;
      height: 100%;
      stroke: var(--lp-secondary-color);
      stroke-width: 3;
      stroke-dasharray: 125.6;
      stroke-dashoffset: 0;
      vertical-align: middle;
      width: 100%; }
.p-specialBanner__circle-hover {
    height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    z-index: 1001; }
.p-specialBanner__circle-hover svg {
      fill: none;
      height: 100%;
      stroke: var(--lp-primary-color);
      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-specialBanner__arrow {
    height: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    z-index: 1000; }
.p-specialBanner__arrow svg {
      height: 100%;
      width: 100%;
      fill: var(--lp-secondary-color);
      -webkit-transition: fill .5s .2s;
      transition: fill .5s .2s; }
.p-specialBanner__arrow-btn.-prev .p-specialBanner__arrow {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.p-specialMusic {
  margin-top: 60px;
  margin-bottom: 60px; }
.p-specialMusic__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-specialMusic__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    gap: 10px; }
.p-specialMusic__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 10px 12px;
    color: var(--lp-secondary-color);
    background-color: currentColor;
    border-radius: 10px; }
.p-specialMusic__item.-playing {
      color: var(--lp-primary-color); }
.p-specialMusic__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 12px; }
.p-specialMusic__icon-number {
    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%;
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: currentColor;
    background-color: #fff;
    border-radius: 50%; }
.p-specialMusic__text {
    padding-right: 19px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff; }
.p-specialMusic__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px;
    padding: 8px 0 0;
    margin-right: 0;
    margin-left: auto;
    font-family: "Montserrat";
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--lp-secondary-color);
    background-color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer; }
.p-specialMusic__item.-playing .p-specialMusic__btn {
      padding: 9px 0 0;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.48); }
.p-specialMusic__play-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-specialMusic__item.-playing .p-specialMusic__play-icon {
      display: none; }
.p-specialMusic__play-icon svg {
      width: 12px;
      height: 16px;
      fill: var(--lp-secondary-color); }
.p-specialMusic__play-text {
    display: block;
    padding-bottom: 5px;
    margin-top: 5px;
    text-align: center; }
.p-specialMusic__item.-playing .p-specialMusic__play-text {
      display: none; }
.p-specialMusic__stop-icon {
    display: none;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 auto; }
.p-specialMusic__item.-playing .p-specialMusic__stop-icon {
      display: block; }
.p-specialMusic__stop-text {
    display: none;
    padding-bottom: 8px;
    margin-top: 5px; }
.p-specialMusic__item.-playing .p-specialMusic__stop-text {
      display: block; }
.p-specialBtns {
  margin-top: 60px;
  margin-bottom: 60px; }
.p-specialBtns__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-specialBtns__inner > * + * {
      margin-top: 60px; }
.p-specialBtns__item.-large .c-btn-arrow {
    height: auto;
    font-size: 1.6rem;
    line-height: 1.375; }
.p-specialBtns__item.-large .c-btn-arrow a {
      border-radius: 9999px; }
.p-specialBtns__item.-large .c-btn-arrow-line {
    padding-top: 18px;
    padding-bottom: 18px; }
.p-specialBtns__item [class^="c-btn"] a {
    background-color: var(--lp-secondary-color); }
.p-specialBtns__item [class^="c-btn"].-disabled a {
    background-color: #ddd; }
.p-specialBtns__item .c-btn-arrow {
    width: 440px;
    letter-spacing: 0.05em; }
.p-specialBtns__item .c-btn-arrow:hover .-icon-arrow svg {
      fill: var(--lp-primary-color); }
.p-specialBtns__item .c-btn-arrow.-disabled .-icon-arrow svg {
      fill: #fff; }
.p-specialBtns__item .c-btn-arrow .-icon-arrow svg {
      fill: var(--lp-secondary-color); }
.p-specialBtns__item .c-btn-arrow-line:before {
      background-color: var(--lp-primary-color); }
.p-specialBtns__item .c-btn-arrow-line {
    padding-right: 58px;
    padding-left: 45px; }
.p-specialBtns__item .c-icon.-icon-blank {
    width: 1.2rem !important;
    height: 1.2rem !important;
    margin-left: 6px;
    -webkit-transform: none;
            transform: none; }
.p-specialArticles {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialArticles__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-specialArticles__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(33.33% - 19px));
    grid-gap: 28px;
    gap: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-specialArticle {
  position: relative; }
.p-specialArticle__fig {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 10; }
.p-specialArticle__title {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.1rem;
    margin-top: 9px;
    min-height: 4.6rem; }
.p-specialArticle__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: 2px; }
.p-specialArticle__cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    margin-right: 13px; }
.p-specialArticle__cateItem.c-tag {
    background-color: var(--lp-secondary-color); }
.p-specialArticle__date {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 8px; }
.p-specialArticle__blank {
    width: 14px;
    height: 14px;
    display: none;
    color: var(--lp-primary-color);
    fill: currentColor;
    margin-left: 0.2em; }
.p-specialArticle__link[target="_blank"] .p-specialArticle__blank {
      display: inline-block; }
.p-specialTwitter {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialTwitter__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 600px;
    margin: 0 auto; }
.p-specialTwitter__body {
    max-height: 595px;
    margin: 30px auto;
    overflow-y: scroll; }
.p-specialInsta {
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialInsta__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-specialInsta__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4px;
    gap: 4px;
    margin-top: 30px; }
.p-specialInsta__img {
    aspect-ratio: 1 / 1;
    overflow: hidden; }
.p-specialInsta__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.p-specialDeco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px; }
.p-specialDeco__body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 800px; }
.p-specialScroll {
  margin-top: 120px;
  margin-bottom: 120px;
  color: var(--special-scroll-text); }
.p-specialScroll__inner {
    max-width: 800px;
    margin: 0 auto; }
.p-specialScroll__body {
    max-height: 480px;
    overflow-y: scroll;
    border: 1px solid #C1C1C1; }
.p-specialScroll__content {
    padding: 53px 60px;
    background-color: #fff; }
.p-specialScroll__content > *:first-child {
      margin-top: 0; }
.p-specialScroll h2 {
    margin-top: 53px;
    margin-bottom: 34px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.458;
    text-align: center; }
.p-specialScroll h3 {
    margin-top: 24px;
    margin-bottom: 7px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5; }
.p-specialScroll p {
    margin-top: 7px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5; }
.p-specialScroll p a {
      position: relative;
      color: var(--special-scroll-link);
      background-image: linear-gradient(to right, currentColor 0, currentColor 2px, transparent 2px, transparent 100%);
      background-repeat: repeat-x;
      background-size: 6px 2px;
      background-position: left bottom; }
.p-specialScroll p a[target="_blank"]::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0 1px;
        vertical-align: text-top;
        -webkit-transform: translateY(0.2em);
                transform: translateY(0.2em);
        background-color: currentColor;
        -webkit-clip-path: url("#iconBlank");
                clip-path: url("#iconBlank"); }
.p-specialSns {
  padding-top: 60px; }
.p-specialSns__head {
    font-family: "Montserrat";
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    color: var(--special-bottom-text);
    letter-spacing: 0; }
.p-specialSns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-specialModal .c-modal__close svg {
  fill: var(--lp-secondary-color); }
.p-specialModal .c-modal-slider__controlItem {
  background: none; }
.p-specialModal .c-modal-slider__controlItem::before {
    z-index: -1;
    background-color: #fff; }
.p-specialModal .c-modal-slider__controlItem.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }
.p-specialModal .c-modal-slider__controlItem svg {
    stroke: var(--lp-secondary-color) !important; }
.p-specialModal .c-modal__bg {
  background-color: var(--lp-secondary-color); }
.p-specialModal * > a {
  position: relative;
  color: var(--lp-primary-color);
  background-image: linear-gradient(to right, currentColor 0, currentColor 2px, transparent 2px, transparent 100%);
  background-repeat: repeat-x;
  background-size: 6px 2px;
  background-position: left bottom; }
.p-specialModal * > a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 1px;
    vertical-align: text-top;
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
    background-color: currentColor;
    -webkit-clip-path: url("#iconBlank");
            clip-path: url("#iconBlank"); }
.p-specialIntroModal .swiper-button-disabled {
  opacity: 0.35; }
.p-specialIntroModal__content {
  max-width: 1018px;
  padding: 100px 0;
  margin: 0 auto; }
.p-specialIntroModal__title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.05em; }
.p-specialIntroModal__img {
  width: 600px;
  margin: 26px auto; }
.p-specialIntroModal__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.05em; }
.p-specialImgModal {
  display: block;
  max-width: 1018px;
  margin: 0 auto; }
.p-specialImgModal__body {
    padding: 70px 0 140px; }
.p-specialImgModal__title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.05em; }
.p-specialImgModal__img {
    width: 600px;
    margin: 26px auto; }
.p-specialImgModal__text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.05em; }
.p-specialBottom {
  position: relative;
  z-index: 1; }
.p-specialBottom .c-bread {
    padding-top: 110px;
    padding-bottom: 90px;
    margin-bottom: 0; }
.p-specialBottom .c-bread__item {
    color: var(--special-bottom-text); }
.p-specialBottom .c-bread__item a {
      color: var(--special-bottom-link) !important; }
.p-spotKV {
  position: relative;
  z-index: 0; }
.p-spotKV__content {
    width: 100%; }
.p-spotSearch {
  position: relative;
  z-index: 0;
  overflow: hidden; }
.p-spotPlace {
  position: relative;
  z-index: 0; }
.p-store {
  position: relative;
  z-index: 0; }
.p-storeKV .c-link-clear {
  display: table;
  margin: auto;
  margin-top: 20px; }
.p-storeKV__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
.p-storeKV__langItem {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--sky-text);
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer; }
.p-storeKV__langItemLabel {
  display: inline-block;
  font-weight: 700;
  margin-left: 1.2rem;
  margin-right: 2rem; }
.p-storeKV__langPanel {
  display: inline-block;
  width: 14.5rem;
  position: absolute;
  bottom: -1rem;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  border: 3px solid #8BD0DD;
  border-radius: 10px;
  z-index: 20;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  display: none; }
.p-storeKV__langPanelItem {
  position: relative;
  font-size: 1.5rem;
  padding: 1.2rem 1.2rem;
  color: var(--pink);
  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;
  font-weight: 700;
  position: relative; }
.p-storeKV__langPanelItem + .p-storeKV__langPanelItem::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="%238bd0dd"/></svg>');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: right center;
    content: "";
    display: block;
    width: calc(100% - 2.2rem);
    left: 1.1rem;
    position: absolute;
    top: 0; }
.c-store-search-radios .c-radio {
  font-weight: bold;
  color: var(--c-text-main); }
.c-store-search-panel {
  background-color: var(--c-primary-c);
  border-radius: 10px; }
.c-store-search-panel .c-accordion-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-store-search-panel__h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--c-text-main);
    line-height: 1; }
.c-store-search-panel__h2 .c-icon {
      margin-right: .5em; }
.c-store-search-panel__h2 svg {
      width: 100%;
      height: 100%;
      fill: currentColor; }
.c-store-search-panel .c-checkbox {
    font-weight: 500; }
.c-store-search-panel .c-note {
    line-height: 1.8; }
.p-storeSearchMap__content {
  border-top: 2px dotted #a2a2a2; }
.p-storeSearchMap .c-map svg {
  width: 100%; }
.p-storeSearchMap .c-detail-h3 {
  padding-left: 2em; }
.p-storeDetail {
  position: relative;
  z-index: 0; }
.p-storeDetail .c-detail-attention {
    margin-bottom: 0; }
.c-store-list-search__selectBody {
  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;
  border: 2px solid var(--c-secondary);
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 5;
  margin: 0;
  outline: none; }
#app-storeList .c-spots-select.-disable .c-store-list-search__selectBody {
    border-color: #DDDDDD;
    color: #DDDDDD;
    pointer-events: none; }
#app-storeList .c-store-list-search__selectBody {
    border: 2px solid var(--c-secondary);
    color: var(--c-text-sub); }
.c-store-list-search__selectList {
  position: absolute;
  width: 300px;
  bottom: -6px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 40; }
.c-store-list-search__selectList .c-customSelect {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border-color: var(--c-secondary); }
.c-store-list-search__selectList .c-customSelect::-webkit-scrollbar {
      width: 6px; }
.c-store-list-search__selectList .c-customSelect::-webkit-scrollbar-thumb {
      background-color: var(--c-secondary);
      border-radius: 10rem;
      overflow: hidden; }
.c-store-list-search__selectList a.c-customSelect__item[href] {
    border-bottom: none;
    color: var(--c-text-main); }
.c-store-list-search__selectList a.c-customSelect__item[href]::before {
      background-color: var(--c-secondary-c); }
.c-store-list-search__selectList a.c-customSelect__item[href]:hover {
      color: var(--c-text-main); }
.p-pagenameSection1 {
  position: relative;
  z-index: 0; }
.p-pagenameSection1__content {
    min-height: 400px;
    background-color: lightgray;
    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; }
.p-pagenameSection2 {
  position: relative;
  z-index: 0;
  margin-top: 100px; }
.p-pagenameSection2__item {
    position: relative;
    width: 100%;
    background-color: lightgray; }
.p-pagenameSection2__item::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
.p-pagenameSection2__item::after {
      content: "BANNER";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 100%;
      text-align: center; }
.p-pagenameSection3 {
  position: relative;
  z-index: 0;
  margin-top: 100px; }
.p-pagenameSection3__list {
    margin-top: 30px; }
.p-pagenameSection3__item {
    position: relative;
    width: 100%;
    background-color: lightgray; }
.p-pagenameSection3__item::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
.p-pagenameSection3__item::after {
      content: "BANNER";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 100%;
      text-align: center; }
.p-pagenameSectionSlider {
  position: relative;
  z-index: 0;
  margin: 100px 0; }
.p-pagenameSectionSlider2 {
  position: relative;
  z-index: 0;
  margin: 100px 0; }
.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: calc(100% + 200px);
    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 {
    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__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-characterDetailGallery {
  position: relative; }
.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; }
.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); }
.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;
  padding-bottom: 35px;
  overflow: visible; }
.c-mobileMenu .c-btn-arrow-line {
    padding: 0; }
.c-mobileMenu__content {
    padding-top: 20px;
    margin-top: 5px;
    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; }
.l-header.js-is-static .c-mobileMenu__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding-bottom: 30px; }
.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: var(--c-text-sub);
    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: 1500 / 68;
    z-index: 5;
    display: block;
    position: absolute;
    bottom: 0; }
.c-mobileMenu__deco svg {
      display: block;
      width: 100%;
      height: 100%;
      height: calc(100vw * (68 / 1500));
      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-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: var(--yellow) !important; }
[data-character-color="emeraldgreen"] .c-slide-focus__bg-front::before {
        background-color: #F4F9DE !important; }
[data-character-color="orange"] .c-slide-focus__bg-front::before {
        background-color: #BCD60A !important; }
[data-character-color="green"] .c-slide-focus__bg-front::before {
        background-color: var(--green) !important; }
[data-character-color="purple"] .c-slide-focus__bg-front::before {
        background-color: var(--purple) !important; }
[data-character-color="pink"] .c-slide-focus__bg-front::before {
        background-color: var(--pink) !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: var(--red) !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: var(--yellow) !important; }
[data-character-color="emeraldgreen"] .c-slide-focus__bg-active svg {
        stroke: #F4F9DE !important; }
[data-character-color="orange"] .c-slide-focus__bg-active svg {
        stroke: #BCD60A !important; }
[data-character-color="green"] .c-slide-focus__bg-active svg {
        stroke: var(--green) !important; }
[data-character-color="purple"] .c-slide-focus__bg-active svg {
        stroke: var(--purple) !important; }
[data-character-color="pink"] .c-slide-focus__bg-active svg {
        stroke: var(--pink) !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: var(--red) !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 screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@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; }
    .p-calendarNotes {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-calendarKV__content {
      height: 300px;
      overflow: hidden; }
      .p-calendarKV__content h2, .p-calendarKV__content picture {
        height: 100%; }
      .p-calendarTable__year {
        font-weight: 600; }
      .p-calendarTable__monthNumber {
        font-weight: 600; }
      .p-calendarTable__monthName {
        font-weight: 600; }
      .p-calendarTable__monthArrow.-next:hover .p-calendarTable__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-calendarTable__monthArrow.-prev:hover .p-calendarTable__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-calendarTable__monthArrow.-next:hover .p-calendarTable__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-calendarTable__monthArrow.-prev:hover .p-calendarTable__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-calendarTable__table th {
          font-weight: 600; }
      .p-calendarTable__tableDay {
        font-weight: 600; }
      .p-calendarTable__tableLink {
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
        .p-calendarTable__tableLink:hover {
          background-color: #FCEDF6; }
      .p-calendarTable__tableTags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .p-calendarTable__link {
        -webkit-transition: color .3s ease, border-color .3s ease;
        transition: color .3s ease, border-color .3s ease; }
        .p-calendarTable__link:hover {
          color: var(--pink);
          border-color: var(--pink); }
    .p-calendarBirthday {
      margin-top: 120px; }
    .p-calendarBirthday__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-calendarBirthday__slider {
        padding-left: 30px;
        padding-right: 30px; }
        .p-calendarBirthday__slider .swiper-button-next {
          -webkit-transform: translate(10px, -50%);
                  transform: translate(10px, -50%); }
        .p-calendarBirthday__slider .swiper-button-prev {
          -webkit-transform: translate(-10px, -50%);
                  transform: translate(-10px, -50%); }
      .p-calendarBirthday__slider .swiper-pagination {
        bottom: -56px; }
    .p-calendarBirthday__sliderIllust {
      height: 134px;
      width: 134px;
      margin-left: auto;
      margin-right: auto; }
      .p-calendarBirthday__sliderIllust img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: bottom;
           object-position: bottom; }
      .p-calendarBirthday__sliderItem:hover .p-calendarBirthday__sliderIllust {
        -webkit-animation: bounce 0.8s ease-out;
                animation: bounce 0.8s ease-out; }
      .p-calendarBirthday__sliderBirth {
        font-size: 1.6rem;
        margin-top: 8px; }
      .swiper-button-next:hover .p-calendarBirthday__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-prev:hover .p-calendarBirthday__circle-hover svg {
        stroke-dashoffset: 0; }
      .swiper-button-next:hover .p-calendarBirthday__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-calendarBirthday__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-calendarBirthday__pagination {
      margin-top: 40px; }
    .p-calendarSchedule__img-body {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .p-calendarSchedule__link:hover .p-calendarSchedule__img-body {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .p-calendarSchedule__itemTitle {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .p-calendarSchedule__link:hover .p-calendarSchedule__itemTitle {
          color: var(--pink); }
    .p-calendarSchedule__tagItem.c-tag {
      padding: 6px 12px; }
    .p-calendarFuture__tagItem.c-tag {
      padding: 6px 12px; }
      .p-calendarFuture__itemTitle {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
    .p-calendarBack .c-btn-arrow:hover .-icon-arrow svg {
      fill: var(--btn-color); }
      .p-card__content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
  .p-digital .c-textHeadingIcon {
    margin: 40px auto; }
    .p-digital .c-textHeadingIcon .c-char {
      width: 145px;
      bottom: -11px;
      right: -183px; }
  .p-digital .c-link-bottom {
    margin: 60px auto; }
    .p-digitalKV__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-digitalSearch__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-digitalSearch {
      margin-top: 60px; }
      .p-digitalSearch__body {
        margin-top: 23px; }
      .p-digitalSearch .c-slide-search {
        margin-top: 25px; }
  .c-list-digital-app {
    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;
    margin-top: 60px;
    line-height: 2;
    word-break: break-all; }
    .c-list-digital-app__item {
      width: 46.25%;
      min-height: calc(140px + 2em); }
      .c-list-digital-app__item:nth-of-type(even) {
        margin-left: 6.5%; }
      .c-list-digital-app__item:nth-of-type(n + 3) {
        margin-top: 55px; }
    .c-list-digital-app .c-title {
      font-size: 1.8rem; }
    .c-list-digital-app__inner {
      padding-left: 28.82%; }
    .c-list-digital-app .c-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 25.22%;
      max-width: 140px; }
      .c-list-digital-app .c-img img {
        max-width: 100%;
        height: auto; }
    .c-list-digital-app .c-note {
      font-size: 1.1rem; }
    .c-list-digital-web {
      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-digital-web > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .c-list-digital-web a:hover .c-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .c-list-digital-web {
      margin-top: 60px; }
      .c-list-digital-web__item {
        max-width: 340px; }
    .c-list-digital-communication {
      gap: 80px; }
      .c-list-digital-communication > * {
        width: calc((100% - (80px * 3) - (0px * 2)) / 4); }
    .c-list-digital-communication a:hover .c-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .c-list-digital-communication {
      margin-top: 60px; }
      .c-list-digital-communication .c-img {
        max-width: 180px; }
    .c-list-digital-download {
      gap: 80px; }
      .c-list-digital-download > * {
        width: calc((100% - (80px * 3) - (0px * 2)) / 4); }
    .c-list-digital-download a:hover .c-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .c-list-digital-download {
      margin-top: 60px; }
      .c-list-digital-download__item {
        max-width: 240px; }
      .c-list-digital-download .c-img {
        max-width: 240px; }
    .p-digitalSection__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-digitalSection + .p-digitalSection {
      margin-top: 100px; }
    .p-digitalDetail__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-digitalDetail__content {
      margin-top: 145px; }
    .p-digitalDetail__h1 {
      font-size: 2.4rem;
      margin-bottom: 30px; }
    .p-digitalDetail .c-description {
      line-height: 2; }
    .p-digitalDetail .-to-back {
      margin-top: 60px; }
  .p-digital-app .c-figure {
    position: relative;
    min-height: 210px;
    padding-left: 33.75%; }
  .p-digital-app .c-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 26.25%; }
  .p-digital-app .c-note {
    font-size: 1.1rem; }
  .p-digital-app .c-company-link {
    margin-top: 3em;
    font-size: 1.3rem; }
  .p-digital-web .c-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-digital-web .c-img {
    margin-right: 30px;
    width: 54%;
    max-width: 380px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .p-digital-web .-secondary {
    width: 195px;
    height: 40px;
    font-size: 1.4rem;
    margin: 30px 0 0; }
  .p-digital-communication .c-figure {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 200px 7.5% auto;
    grid-template-columns: 200px 7.5% auto; }
  .p-digital-communication .c-img {
    width: 200px;
    margin-right: 7.5%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; }
  .p-digital-communication figcaption {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4; }
  .p-digital-communication .-secondary {
    width: 195px;
    height: 40px;
    font-size: 1.4rem;
    margin: 30px 0 0;
    grid-row: auto / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4; }
  .p-digital-download .c-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px; }
  .p-digital-download .c-img {
    margin-right: 30px;
    width: 33.5%;
    max-width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .p-digital-download .-secondary {
    width: 285px;
    height: 40px;
    font-size: 1.4rem;
    margin: 20px 0 0; }
    .p-en .c-textHeadingIcon {
      margin: 50px auto 40px; }
      .p-en .c-textHeadingIcon .c-char {
        bottom: -37px;
        right: -220px; }
    .p-enKV {
      margin: 80px 0 20px; }
  .p-enSection__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-enSection:nth-of-type(n + 2) {
    margin-top: 120px; }
  .p-enSection__body {
    padding-top: 60px; }
  .c-en-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 820px;
    margin: auto; }
    .c-en-btn-block .c-btn-arrow {
      max-width: calc((100% - 40px) / 2); }
      .c-en-btn-block .c-btn-arrow:nth-of-type(n + 3) {
        margin-top: 40px; }
    .c-en-link-block {
      border-radius: 10px;
      max-width: 647px;
      margin-top: 40px;
      padding: 50px;
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: auto;
      -ms-grid-columns: 40% 18px 1fr;
          grid-template: auto / 40% 1fr;
      grid-gap: 18px;
      gap: 18px; }
      .p-error__heading {
        margin-top: 108px;
        margin-bottom: 36px;
        font-size: 10rem;
        line-height: 10rem; }
        .p-error__heading small {
          font-size: 5rem;
          line-height: 5rem;
          margin-bottom: 28px; }
      .p-error__headingSub {
        font-size: 2.4rem; }
      .p-error__illust {
        width: 260px;
        margin-top: 50px; }
    .p-error__btn {
      margin-top: 50px; }
    .p-favorite {
      min-height: 60vh; }
      .p-favorite__illust {
        bottom: 0; }
    .p-favoriteCharacters {
      min-height: 300px; }
    .p-favoriteCharacters__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
        .p-favoriteCharacters__item.-membership .p-favoriteCharacters__itemLink:hover {
          border-color: #e383a8; }
      .p-favoriteCharacters__itemLink:hover {
        border-color: #e383a8;
        background-color: #fdf3f9; }
        .p-favoriteCharacters__itemLink:hover .p-favoriteCharacters__itemName {
          color: #e383a8; }
      .p-favoriteCharacters__itemFavBtn:hover {
        opacity: 0.6; }
      .p-favoriteCharacters__itemMembership:hover .p-favoriteCharacters__itemMembershipIcon {
        fill: #e383a8; }
      .p-favoriteCharacters__itemMembership:hover .p-favoriteCharacters__itemMembershipText {
        color: #e383a8; }
      .p-favoriteCharacters__moreBtn .c-link-icon.-sky a:hover {
        color: #e383a8; }
        .p-favoriteCharacters__moreBtn .c-link-icon.-sky a:hover .c-link-icon-label {
          color: #e383a8; }
          .p-favoriteCharacters__moreBtn .c-link-icon.-sky a:hover .c-link-icon-label::before {
            background-color: #e383a8; }
    .p-favoriteRegister__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .c-generalContent__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .c-generalContent__body {
      padding: 0 60px; }
  .p-goods .c-textHeadingIcon {
    margin: 50px auto 40px; }
    .p-goods .c-textHeadingIcon .c-char {
      right: -265px;
      width: 195px;
      bottom: -42px; }
    .p-goodsKV__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-goodsKV__content .c-slide-sync-2column {
        padding-bottom: 50px; }
    .p-goodsSearch__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-goodsSearch {
      margin-top: 50px; }
      .p-goodsSearch__body {
        margin-top: 23px; }
      .p-goodsSearch .c-link-text {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
    .p-goodsSearch__more {
      margin-bottom: 65px; }
    .p-goodsRanking__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-goodsRanking {
      margin-top: 105px; }
    .p-goodsOther {
      margin-top: 120px;
      padding-top: 150px; }
      .p-goodsOther .c-banner-plus {
        margin-top: 60px; }
      .p-goodsOther .c-note {
        font-size: 1.4rem; }
      .p-goodsOther .c-shop-char-frame {
        padding: 80px 500px 80px 60px;
        min-height: 260px; }
      .p-goodsOther .c-row {
        position: absolute;
        right: 55px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .p-goodsOther__h2 {
        font-size: 2rem; }
    .p-goodsDetail__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-homeFv__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }
    .p-homeFv__body {
      margin-top: 40px; }
      .p-homeFv__customdecoItem {
        height: 148px;
        bottom: -20px; }
    .p-homeFv__alert {
      margin-top: 70px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
    .p-homeCharacters {
      margin-top: 58px; }
    .p-homeCharacters__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }
      .p-homeCharacters__body {
        margin-top: 40px; }
      .p-homeCharacters__body {
        margin-top: 66px; }
    .p-homeGoods {
      margin-top: 120px; }
    .p-homeGoods__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-homeGoods__bgBall {
        top: -110px;
        left: 50%;
        -webkit-transform: translate(200px, 0);
                transform: translate(200px, 0); }
    .p-homeGoods__body {
      margin-top: 40px; }
    .p-homeGoods__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-homeGoods__list > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
      .p-homeGoods__btn {
        margin-top: 60px; }
    .p-homeMovie {
      margin-top: 120px; }
    .p-homeMovie__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }
      .p-homeMovie__bgBall {
        top: -110px;
        right: 50%;
        -webkit-transform: translate(-200px, 0);
                transform: translate(-200px, 0); }
    .p-homeMovie__body {
      margin-top: 40px; }
    .p-homeDigital {
      margin-top: 120px; }
    .p-homeDigital__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-homeDigital__bgBall {
        top: -110px;
        left: 50%;
        -webkit-transform: translate(200px, 0);
                transform: translate(200px, 0); }
    .p-homeDigital__body {
      margin-top: 40px; }
    .p-homeDigital__sec + .p-homeDigital__sec {
      margin-top: 60px; }
    .p-homeDigital__heading {
      margin-bottom: 40px; }
    .p-homeDigital__app {
      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-homeDigital__appItem {
      width: calc(25% - (240px / 4)); }
      .p-homeDigital__appItem + .p-homeDigital__appItem {
        margin-left: 80px; }
      .p-homeDigital__appItem:nth-of-type(n + 5) {
        margin-top: 30px; }
      .p-homeDigital__appItem:nth-of-type(4n + 1) {
        margin-left: 0; }
      .p-homeDigital__appItemFig {
        width: 140px;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid transparent;
        border-radius: 35px;
        -webkit-transition: border-color .3s ease;
        transition: border-color .3s ease; }
        a:hover .p-homeDigital__appItemFig {
          border-color: var(--sky); }
      .p-homeDigital__appItemTitle {
        text-align: center;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        margin-top: 14px; }
        a:hover .p-homeDigital__appItemTitle {
          color: var(--sky-text); }
      .p-homeDigital__appItemLinks {
        text-align: center; }
    .p-homeDigital__web {
      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-homeDigital__web > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .p-homeDigital__commItem + .p-homeDigital__commItem {
      margin-left: 80px; }
      .p-homeDigital__commItemFig {
        width: 130px;
        position: relative; }
        .p-homeDigital__commItemFig img {
          -webkit-transition: -webkit-transform .2s ease;
          transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
          transition: transform .2s ease, -webkit-transform .2s ease; }
        .p-homeDigital__commItemLink:hover .p-homeDigital__commItemFig img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .p-homeDigital__download {
        gap: 80px; }
    .p-homeDigital__downloadItem {
      width: calc(25% - (240px / 4)); }
        .p-homeDigital__downloadItemThumb 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 .p-homeDigital__downloadItemThumb img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
      .p-homeDigital__downloadItemTitle {
        font-size: 1.5rem;
        line-height: 2.3rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        a:hover .p-homeDigital__downloadItemTitle {
          color: var(--sky-text); }
    .p-homeDigital__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; }
      .p-homeDigital__news > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
        .p-homeDigital__banner a:hover {
          opacity: 0.7; }
    .p-homeSpots {
      margin-top: 120px; }
    .p-homeSpots__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-homeSpots__bgBall {
        top: -110px;
        right: 50%;
        -webkit-transform: translate(-200px, 0);
                transform: translate(-200px, 0); }
    .p-homeSpots__body {
      margin-top: 40px; }
    .p-homeSpots__item + .p-homeSpots__item {
      margin-left: 60px; }
    .p-homeSpots__article {
      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-homeSpots__article > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .p-homeSpots__article {
      margin-top: 60px; }
    .p-homeSpots__btn {
      margin-top: 70px; }
    .p-homeNews {
      margin-top: 120px; }
    .p-homeNews__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-homeNews__bgBall {
        top: -110px;
        left: 50%;
        -webkit-transform: translate(200px, 0);
                transform: translate(200px, 0); }
    .p-homeNews__body {
      margin-top: 40px; }
    .p-homeNews__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-homeNews__list > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .p-homeSanrioplus {
      margin-top: 63px;
      padding-top: 60px; }
      .p-homeSanrioplus__bg {
        padding-bottom: 180px; }
    .p-homeSanrioplus__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-homeSanrioplus__content {
        margin-top: -12vw; }
      .p-homeSanrioplus__heading {
        width: 346px; }
    .p-homeSanrioplus__body {
      margin-top: 40px; }
    .p-homeSanrioplus__pointItem + .p-homeSanrioplus__pointItem {
      margin-left: 108px; }
    .p-homeSanrioplus__pointItemHead {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-homeSanrioplus__pointItemFig {
        width: 218px;
        height: 218px;
        margin-top: 13px; }
    .p-homeSanrioplus__article {
      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-homeSanrioplus__article > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .p-homeSanrioplus__article {
      margin-top: 60px; }
    .p-homeSanrioplus__linksBtn + .p-homeSanrioplus__linksBtn {
      margin-top: 40px; }
      .p-homeSanrioplus__banner {
        margin-top: 130px; }
        .p-homeSanrioplus__banner a:hover img {
          opacity: 0.5; }
        .p-homeSanrioplus__banner a img {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
    .p-homeSanrioplus__slider {
      margin-top: 20px; }
    .p-homeRelated {
      margin-top: 120px; }
    .p-homeRelated__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-informationKV {
      margin-top: 96px;
      margin-bottom: 60px; }
    .p-informationKV__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
  .p-informationList__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-informationList__inner {
    max-width: 1080px; }
  .p-informationList__itemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 0; }
    .p-informationList__itemTitle {
      font-size: 1.5rem;
      line-height: 1.6;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .p-informationList__itemLink:hover .p-informationList__itemTitle {
        color: var(--c-pagetheme); }
    .p-informationList__itemLink:hover .p-informationList__itemTitleInner {
      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-informationList__more {
    margin-top: 60px; }
      .p-login__illust-img {
        width: 300px; }
    .p-loginForm__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-loginForm__desc {
        font-size: 1.6rem;
        margin-bottom: 30px; }
      .p-loginForm__error {
        left: 0; }
      .p-loginForm__btn .c-btn-arrow {
        width: 38rem; }
      .p-loginFeature__headingDeco {
        top: 50%; }
        .p-loginFeature__headingDeco.-is1 {
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); }
        .p-loginFeature__headingDeco.-is2 {
          -webkit-transform: translate(100%, -50%);
                  transform: translate(100%, -50%); }
      .p-loginFeature__item + .p-loginFeature__item {
        margin-left: 18px; }
      .p-loginRegister__btn .c-btn-arrow {
        max-width: 38rem; }
    .p-media__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-media .c-textHeadingIcon .c-char {
      width: 92px;
      top: -14px;
      right: 62px; }
      .p-mediaKV .c-note a {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .p-mediaKV .c-note a:hover {
          color: var(--pink); }
    .p-mediaKV {
      padding: 30px 0; }
  .p-mediaSection .c-block-more {
    padding-bottom: 100px; }
    .c-list-media a:hover .c-link-text {
      color: var(--pink); }
    .c-list-media {
      margin-top: 60px; }
      .c-list-media__item {
        width: 30.55%; }
        .c-list-media__item:nth-of-type(n + 2) {
          margin-left: 3.33%; }
        .c-list-media__item:nth-of-type(3n + 1) {
          margin-left: 0; }
        .c-list-media__item:nth-of-type(n + 4) {
          margin-top: 60px; }
      .c-list-media a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .c-list-media a:hover .c-link-text:after {
          opacity: 1; }
        .c-list-media a:hover .c-img img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .c-list-media .c-link-text {
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        display: inline-block;
        position: relative;
        padding-bottom: 2px; }
        .c-list-media .c-link-text:after {
          content: '';
          width: calc(100% - 1em);
          height: 2px;
          background: linear-gradient(to right, var(--pink) 0, var(--pink) 2px, transparent 2px, transparent 100%);
          background-size: 5px 2px;
          background-repeat: repeat-x;
          position: absolute;
          left: 0;
          bottom: 0;
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
      .c-list-media .c-img {
        width: 36.36%;
        height: 36.36%;
        margin-right: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .c-list-media .c-img img {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -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-media .c-account {
        font-size: 1.3rem; }
      .c-list-media .c-description {
        font-size: 1.3rem; }
      .c-list-media .c-badge {
        font-size: 1rem;
        margin-top: 2em; }
      .c-list-media.-l {
        margin-top: 40px; }
        .c-list-media.-l .c-list-media__item {
          width: 46.29%; }
          .c-list-media.-l .c-list-media__item:nth-of-type(even) {
            margin-left: 1.66%; }
          .c-list-media.-l .c-list-media__item:nth-of-type(odd) {
            margin-left: 0; }
          .c-list-media.-l .c-list-media__item:nth-of-type(n + 3) {
            margin-top: 40px; }
        .c-list-media.-l .c-name {
          letter-spacing: 0.1em;
          font-size: 1.6rem; }
        .c-list-media.-l .c-img {
          width: 36%;
          height: 36%;
          margin-right: 20px; }
  .p-movie .c-textHeadingIcon {
    margin: 40px auto; }
    .p-movie .c-textHeadingIcon .-char1 {
      width: 140px;
      left: -165px;
      bottom: -8px; }
    .p-movie .c-textHeadingIcon .-char2 {
      width: 152px;
      right: -175px;
      bottom: -12px; }
  .p-movie .c-link-bottom {
    margin-top: 42px; }
    .p-movieYoutube__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-movieYoutube {
      margin-top: 60px; }
      .p-movieYoutube__body {
        margin-top: 23px; }
      .p-movieYoutube .c-slide-search {
        margin-top: 25px; }
      .p-movieYoutube .c-primary {
        font-size: 1.8rem; }
  .p-movieNew__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-movieNew {
    margin-top: 120px; }
  .c-list-movie {
    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-movie > * {
      width: calc((100% - (90px * 1) - (0px * 2)) / 2); }
    .c-list-movie .c-movie {
      cursor: pointer; }
      .c-list-movie .c-movie 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-list-movie .c-movie:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .c-list-movie .c-title {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
  a .c-figure__name {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out; }
    a .c-figure__name::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; }
  a:hover .c-figure__name {
    color: var(--green); }
    a:hover .c-figure__name::after {
      opacity: 1; }
  .c-list-movie .c-img img {
    display: block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  a[href]:hover .c-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .c-list-movie .c-list-movie__item.-link:hover .c-movie img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .c-list-movie {
    margin-top: 40px; }
    .c-list-movie__item.-link {
      cursor: pointer; }
    .c-list-movie__item:nth-of-type(n + 3) {
      margin-top: 10px; }
    .c-list-movie .c-title {
      margin-top: 25px;
      font-size: 1.5rem; }
    .c-list-movie__item.-link:hover .c-title {
      color: var(--green); }
    .c-list-movie .c-figure {
      margin-top: 10px;
      font-size: 1.8rem; }
    .c-list-movie .c-img {
      width: 54px; }
  .c-list-movie__itemLink {
    cursor: pointer; }
    .c-list-movie__itemLink .c-title {
      -webkit-transition: color .3s ease-out;
      transition: color .3s ease-out; }
    .c-list-movie__itemLink:hover .c-title {
      color: var(--green); }
    .c-list-movie-channel a:hover .c-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .c-list-movie-channel {
      margin: 40px 100px;
      width: auto; }
      .c-list-movie-channel__item {
        width: 15%; }
        .c-list-movie-channel__item:nth-of-type(n + 2) {
          margin-left: 6%; }
        .c-list-movie-channel__item:nth-of-type(5n + 1) {
          margin-left: 0; }
        .c-list-movie-channel__item:nth-of-type(n + 6) {
          margin-top: 60px; }
        .c-list-movie-channel__item a:hover .c-name {
          color: var(--c-text-sub); }
      .c-list-movie-channel.-other {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .c-list-movie-channel.-other .c-name {
          letter-spacing: 0.1em;
          font-size: 1.3rem; }
    .p-movieSection__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-movieSection {
      margin-top: 100px; }
      .p-movieSection.-others {
        margin-top: 120px; }
      .p-movieBanner__inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
    .p-movieBanner {
      margin-top: 120px; }
    .p-movieDetail__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-movieDetail-head {
      margin-top: 145px;
      min-height: 225px; }
      .p-movieDetail-head__content {
        max-width: 69.58%;
        margin: auto;
        padding-bottom: 15px; }
      .p-movieDetail-head .c-figure {
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative; }
        .p-movieDetail-head .c-figure figcaption {
          width: calc(100% - 150px); }
      .p-movieDetail-head .c-img {
        width: 150px;
        margin-bottom: 75px; }
      .p-movieDetail-head .c-btn-youtube {
        position: absolute;
        left: 0;
        bottom: 0; }
      .p-movieDetail-head__catch {
        font-size: 1.6rem;
        margin: 10px 0; }
      .p-movieDetail-head__h1 {
        font-size: 2.3rem;
        border-bottom: dotted 2px var(--c-primary);
        padding-bottom: 10px; }
      .p-movieDetail-head__description {
        margin-left: 170px; }
    .p-movieDetail-content {
      margin-top: 110px; }
      .p-movieDetail-content .c-btn-arrow {
        margin-top: 115px; }
  .p-news .c-textHeadingIcon {
    margin: 50px auto 40px; }
    .p-news .c-textHeadingIcon .c-char {
      width: 130px;
      z-index: 2;
      bottom: -30px;
      left: -140px; }
    .p-newsKV__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-newsKV__alert {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
    .p-newsSearch__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-newsSearch__body {
      margin-top: 60px; }
    .p-newsSearch .c-slide-search {
      margin-top: 40px; }
    .p-newsSearch__head {
      margin-top: 80px; }
    .p-newsSection__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-newsSection__body {
      margin-top: 60px; }
    .p-newsSection__head {
      margin-top: 80px; }
    .p-newsSection .c-btn-arrow {
      margin-top: 55px; }
    .p-newsSection .c-link-text {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .p-newsOther__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-newsOther {
      margin-top: 120px; }
      .p-newsOther .c-banner-plus {
        margin-top: 120px; }
      .p-notfound__heading {
        margin-top: 108px;
        margin-bottom: 36px;
        font-size: 10rem;
        line-height: 10rem; }
        .p-notfound__heading small {
          font-size: 5rem;
          line-height: 5rem;
          margin-bottom: 28px; }
      .p-notfound__headingSub {
        font-size: 2.4rem; }
      .p-notfound__illust {
        width: 260px;
        margin-top: 50px; }
    .p-notfound__btn {
      margin-top: 50px; }
      .p-portal__logoutBtn {
        -webkit-transition: color .3s ease-out;
        transition: color .3s ease-out; }
        .p-portal__logoutBtn:hover {
          color: var(--sky-text); }
          .p-portal__logoutBtn:hover::before {
            opacity: 1; }
          .p-portal__logoutBtn:hover::after {
            opacity: 0; }
      .p-portal__tabSelectorItem:hover {
        color: var(--sky-text);
        background-color: #E2F2F7; }
        .p-portal__tabSelectorItem:hover::before {
          opacity: 0; }
      .p-portal__tabItemBtns.-mt0 {
        margin-top: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
    .p-portal__breadInner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-portal .c-textRoundLine {
      padding-top: 30px; }
      .p-portal .c-textRoundLine .c-line {
        height: 65px; }
    .p-portalIntro__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-portalIntro__inner {
      padding-bottom: 6rem; }
      .p-portalIntro__inner.-pb-0 {
        padding-bottom: 0; }
      .p-portalIntro__text .c-link-under:hover {
        --link-color: var(--sky); }
    .p-portalIntro__content {
      margin-top: -21rem; }
  .p-portalIntro__bannerSlider .swiper-button-next:hover .c-slide-sync-2column__arrow svg,
  .p-portalIntro__bannerSlider .swiper-button-prev:hover .c-slide-sync-2column__arrow svg {
    fill: #e383a8; }
    .p-portalIntro__calendar.-mt0 {
      margin-top: 0; }
    .p-portalIntro__calendar:hover::after {
      opacity: 1; }
    .p-portalIntro__anchor.-mt0 {
      margin-top: 0; }
      .p-portalClip__inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
  .p-portalClipArticle__list {
    margin-bottom: 55px; }
    .p-portalFavorite__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
        .p-portalFavorite__infoText .c-link-under .c-link-under-label {
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
        .p-portalFavorite__infoText .c-link-under a:hover .c-link-under-label {
          color: var(--pink); }
        .p-portalFavorite__infoText .c-link-under a:hover::after {
          background: linear-gradient(-90deg, transparent 5px, var(--pink) 2px);
          background-repeat: repeat-x;
          background-position: left bottom;
          background-size: 7px 2px; }
        .p-portalFavorite__charaItem.-all:hover {
          background-color: #e383a8;
          color: #fff; }
      .p-portalFavorite__charaItem:hover {
        background-color: #8bd0dd; }
      .p-portalFavorite__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-portalFavorite__list > * {
          width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
      .p-portalFavorite__item .c-cardGoods__link:hover .c-cardGoods__title {
        color: #e383a8; }
    .p-portalNews__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-portalNews__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-portalNews__list > * {
          width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
      .p-portalNews__btn .c-btn-arrow {
        width: 38rem; }
    .p-portalBottom__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-portalBottom__inner {
      max-width: 1080px; }
    .p-portalBottom__guide:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .p-portalBottom__downloadBtn:hover img {
      opacity: 0.7; }
    .p-portalBottom__linkText:hover [class^='c-link'] {
      color: #e383a8; }
    .p-portalBottom__linkText:hover .c-link-under a:after {
      background-image: linear-gradient(-90deg, transparent 5px, var(--pink) 2px); }
      .p-portalClipRecommend__btn .c-btn-arrow {
        width: 38rem; }
  .p-portalFavoriteNotFound {
    padding-top: 120px;
    padding-bottom: 54px; }
  .p-portalFavoriteNotFound.-pt-none {
    padding-top: 0; }
    .p-portalFavoriteNotFound__btn .c-btn-arrow {
      width: 38rem; }
    .p-sanrioplusKV__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-sanrioplusIntro__begin {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-sanrioplusIntro__point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 59px 0 0; }
    .p-sanrioplusIntro__pointBlock {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      .p-sanrioplusIntro__pointBlock.-po1 {
        padding-left: 70px; }
      .p-sanrioplusIntro__pointBlock.-po2 {
        padding-right: 50px; }
      .p-sanrioplusApp__links {
        font-size: 1.6rem; }
    .p-sanrioplusBenefits {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-sanrioplusFeature {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-sanrioplusFeature__inner {
      background: url(../images/sanrioplus/feature-bg.svg) repeat-y 50% 0px;
      background-size: 100% auto; }
      .p-sanrioplusSec__headNew {
        width: 42px;
        height: 43px;
        margin: -24px auto 10px; }
        .p-sanrioplusSec__note a {
          -webkit-transition: color .3s ease;
          transition: color .3s ease;
          position: relative; }
          .p-sanrioplusSec__note a:hover {
            color: var(--c-text-sub); }
            .p-sanrioplusSec__note a:hover::after {
              opacity: 1; }
          .p-sanrioplusSec__note a::after {
            content: '';
            width: 100%;
            height: 2px;
            background: var(--c-secondary);
            -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: -2px;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
    .p-sanrioplusSec__back {
      position: absolute;
      right: 0;
      bottom: 0; }
      .p-sanrioplusOthers__block {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 10.5%);
            flex-basis: calc(50% - 10.5%);
        margin: 0 2.5%; }
        .p-sanrioplusOthers__block:nth-of-type(odd) {
          margin-left: 0;
          -webkit-transform: translateX(-6%);
                  transform: translateX(-6%); }
        .p-sanrioplusOthers__block:nth-of-type(even) {
          margin-right: 0; }
        .p-sanrioplusOthers__block:nth-of-type(n + 3) {
          margin-top: 2.5%; }
    .p-sanrioplusNews__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-sanrioplusShare {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-sanrioplusGiftIntro {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
        .p-sanrioplusGiftIntro__desc a:hover {
          color: var(--c-text-sub); }
          .p-sanrioplusGiftIntro__desc a:hover::before {
            background-color: var(--c-secondary); }
  .p-sanrioplusGiftSchedule__inner,
  .p-sanrioplusGiftList__inner,
  .p-sanrioplusGiftSpecial__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .p-sanrioplusGiftSchedule__items,
    .p-sanrioplusGiftList__items,
    .p-sanrioplusGiftSpecial__items {
      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-sanrioplusGiftSchedule__items > *,
      .p-sanrioplusGiftList__items > *,
      .p-sanrioplusGiftSpecial__items > * {
        width: calc((100% - (90px * 1) - (0px * 2)) / 2); }
    .p-sanrioplusGiftSchedule__items,
    .p-sanrioplusGiftList__items,
    .p-sanrioplusGiftSpecial__items {
      row-gap: 65px; }
    .p-sanrioplusGiftItem__body {
      gap: 19px;
      margin: 19px 0 0; }
      .p-sanrioplusGiftSlider.-modal .p-sanrioplusGiftSlider__inner {
        -webkit-transition: border-color .3s ease;
        transition: border-color .3s ease; }
        .p-sanrioplusGiftSlider.-modal .p-sanrioplusGiftSlider__inner:hover {
          border-color: var(--c-secondary); }
      .p-sanrioplusGiftSlider:hover .p-sanrioplusGiftSlider__icon {
        background-color: var(--c-secondary); }
    .p-sanrioplusGiftSlider .swiper-slide[data-modal] {
      cursor: pointer; }
    .p-sanrioplusGuideIntro {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
        .p-sanrioplusGuideIntro__desc a:hover {
          color: var(--c-text-sub); }
          .p-sanrioplusGuideIntro__desc a:hover::before {
            background-color: var(--c-secondary); }
          .p-sanrioplusGuideIntro__desc a:hover[target="_blank"]:hover::after {
            background-image: url("../images/common/icon_blank_pink.png"); }
        .p-sanrioplusGuideIntro__text a:hover {
          color: var(--c-text-sub); }
          .p-sanrioplusGuideIntro__text a:hover::before {
            background-color: var(--c-secondary); }
          .p-sanrioplusGuideIntro__text a:hover[target="_blank"]:hover::after {
            background-image: url("../images/common/icon_blank_pink.png"); }
        .p-sanrioplusGuideIntro__news a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 2.0rem;
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
          .p-sanrioplusGuideIntro__news a:hover {
            color: var(--c-text-main); }
      .p-sanrioplusGuideIntro__news a:hover span::after {
        background-color: var(--c-primary); }
      .p-sanrioplusGuideMenu__inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
    .p-sanrioplusGuideMenu__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 54px 0 0; }
    .p-sanrioplusGuideMenu__btnItem {
      margin: 0 15px; }
      .p-sanrioplusGuideMenu__btnItem:first-of-type {
        margin-left: 0; }
      .p-sanrioplusGuideMenu__btnItem:last-of-type {
        margin-right: 0; }
      .p-sanrioplusGuideMenu__menu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 21px;
        margin: 90px 0 0; }
    .p-sanrioplusGuideMenu__menuItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 110px;
              flex: 0 0 110px; }
    .p-sanrioplusGuideMenu__menuAnchor:hover .p-sanrioplusGuideMenu__menuIcon {
      background: var(--c-secondary); }
    .p-sanrioplusGuideMenu__menuAnchor:hover .p-sanrioplusGuideMenu__menuText {
      color: var(--c-text-sub); }
      .p-sanrioplusGuideMenu__headText a::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform-origin: right;
                transform-origin: right; }
      .p-sanrioplusGuideMenu__headText a:hover::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
                transform-origin: left; }
    .p-sanrioplusGuideMenu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 55px 0 0;
      gap: 12px; }
    .p-sanrioplusGuideMenu__listItem {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 3 - 12px);
          flex-basis: calc(100% / 3 - 12px);
      font-size: 1.6rem; }
      .p-sanrioplusGuideMenu__listItem.-wide {
        -ms-flex-preferred-size: calc(50% - 12px);
            flex-basis: calc(50% - 12px); }
  .p-sanrioplusGuideContact {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-sanrioplusGuideContact {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 120px; }
  .p-sanrioplusGuideDetailNav {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-sanrioplusGuideDetailNav {
    margin-top: 56px;
    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: 12px;
    font-size: 1.4rem; }
    .p-sanrioplusGuideDetailNav__anchor {
      padding: 9px 9px 9px 14px;
      -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 var(--c-primary);
      background-color: #fff;
      color: var(--link-color);
      -webkit-transition: color .3s ease, border-color .3s ease;
      transition: color .3s ease, border-color .3s ease; }
      .p-sanrioplusGuideDetailNav__anchor:hover {
        color: var(--c-text-sub);
        border-color: var(--c-secondary); }
        .p-sanrioplusGuideDetailNav__anchor:hover svg {
          fill: var(--c-secondary); }
    .p-sanrioplusGuideDetailNav .c-icon {
      width: 18px;
      height: 18px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18px;
              flex: 0 0 18px;
      margin-left: 10px; }
    .p-sanrioplusGuideDetailContent__inner {
      width: 66.66%;
      max-width: 800px;
      margin: auto; }
  .c-acf {
    font-size: 1.5rem;
    line-height: 2; }
    .c-acf h2:not([class]) {
      font-size: 1.6rem;
      padding-left: 1.6em;
      background-size: 18px 18px;
      min-height: 18px;
      margin: 1.7em 0 1em; }
  .c-acf-editor ul:not([class]) > li {
    padding-left: 20px; }
    .c-acf-editor a:not([class]) {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .c-acf-editor a:not([class]):hover {
        color: var(--c-text-sub);
        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>'); }
      .c-acf-editor a:not([class])[target="_blank"]:hover::after {
        background-image: url("../images/common/icon_blank_pink.png"); }
    .c-acf-editor .c-detail-note-alpha + .c-detail-border {
      margin-top: 1.25em; }
    .c-acf-editor .c-detail-border + .c-detail-note-alpha {
      margin-top: 1.25em; }
  .c-acf-back {
    margin: 1.25em 0 0; }
  .c-acf-btn {
    margin: 2.8em 0; }
  .c-acf-links {
    margin: 1.25em 0; }
  .c-acf-table {
    margin: 1.25em 0; }
    .c-acf-table table td {
      width: auto !important;
      height: auto !important;
      border: 1px solid #F0F0F0;
      text-align: left;
      padding: 18px;
      font-size: 1.5rem; }
    .c-acf-table table td:first-of-type {
      background: #f7f7f7;
      width: 37.5% !important;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.36;
      border-bottom-color: #fff; }
    .c-acf-table table tr:last-of-type td:first-of-type {
      border-bottom-color: #F0F0F0; }
      .c-acf-table table a {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-acf-table table a:hover {
          color: var(--c-text-sub);
          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>'); }
        .c-acf-table table a[target="_blank"]:hover::after {
          background-image: url("../images/common/icon_blank_pink.png"); }
    .c-acf-gallery {
      margin: 2.25em 0;
      padding: 0 62px;
      max-width: 624px;
      margin-left: auto;
      margin-right: auto; }
      .c-acf-gallery__caption {
        font-size: 1.4rem;
        margin: 30px 0 0; }
  .c-acf-flow {
    margin: 2.25em 0; }
  .c-acf-flow__box {
    border-style: solid;
    border-width: 10px;
    -o-border-image: url(../images/sanrioplus/guide/contact-box.png) 20 repeat;
       border-image: url(../images/sanrioplus/guide/contact-box.png) 20 repeat;
    padding: 20px; }
  .c-acf-flow__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .c-acf-flow__pic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 59.5%;
              flex: 0 0 59.5%; }
  .c-acf-flow__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 0 0 30px; }
  .c-acf-flow__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 14px 0 0; }
  .c-acf-coupon {
    margin: 2.2em 0; }
    .c-acf-coupon__block {
      gap: 30px; }
    .c-acf-coupon__pic[data-modal] {
      cursor: pointer; }
      .c-acf-coupon__pic[data-modal] img {
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .c-acf-coupon__pic[data-modal]:hover .c-acf-coupon__picIcon {
        background-color: var(--c-secondary); }
      .c-acf-coupon__pic[data-modal]:hover img {
        opacity: .5; }
    .c-acf-coupon__text {
      font-size: 1.6rem;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .c-acf-slideArrow {
      cursor: pointer; }
    .c-acf-slideArrow:hover .c-acf-slideArrow__hover svg {
      stroke-dashoffset: 0; }
    .c-acf-slideArrow:hover .c-acf-slideArrow__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); }
    .p-secondRelated__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-secondRelated {
      margin-top: 120px; }
      .p-secondRelated .c-slide-column3 {
        margin-bottom: 170px; }
      .p-secondRelated .c-link-text {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
    .p-secondNews__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-secondNews .c-link-text {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .p-secondNews {
      margin-top: 120px; }
      .p-secondNews .c-btn-arrow {
        margin-top: 60px; }
    .p-secondAccessRank__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-secondAccessRank {
      margin-top: 120px; }
      .c-bg-round .c-inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; }
    .c-bg-round:before {
      padding-top: 550px;
      border-radius: 50% 50% 0 0;
      min-width: 1900px; }
    .c-bg-round:after {
      top: 360px; }
    .c-access-ranking {
      width: 100%;
      padding: 58px 55px 61px;
      border-radius: 20px; }
      .c-access-ranking__head {
        position: relative; }
      .c-access-ranking .c-note {
        bottom: 100%;
        right: 0; }
  .c-access-ranking-list a:hover .c-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .c-access-ranking-list a:hover .c-title {
    color: var(--c-text-sub); }
    .c-access-ranking-list .c-title {
      -webkit-transition: color .3s;
      transition: color .3s; }
  .c-access-ranking-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px; }
    .c-access-ranking-list__item {
      width: 15.55%; }
      .c-access-ranking-list__item:nth-of-type(n + 2) {
        margin-left: 5.55%; }
    .c-access-ranking-list .c-badge {
      right: 0;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
      .c-access-ranking-list .c-badge svg {
        width: 50px;
        height: 54px; }
    .c-access-ranking-list .c-title {
      line-height: 1.5;
      margin-top: .8em; }
  .c-banner-plus 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-banner-plus a:hover {
      opacity: 0.5; }
    .p-relationChar__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-relationChar .c-slide-char-column5 a:hover .c-img {
      -webkit-animation: bounce 0.8s ease-out;
              animation: bounce 0.8s ease-out; }
    .p-relationChar .c-slide-char-column5 .swiper-slide {
      padding-top: 20px; }
    .p-relationChar {
      margin-top: 120px; }
      .p-relationChar:before {
        top: 145px; }
  .p-secondDetailOther__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .p-secondDetailOther {
    margin-top: 120px; }
    .c-shop-char-frame {
      padding: 45px; }
      .c-shop-char-frame__link {
        width: 167px;
        height: 167px;
        margin: 0 20px; }
        .c-shop-char-frame__link a {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .c-shop-char-frame__link a:hover {
            color: var(--c-text-main); }
            .c-shop-char-frame__link a:hover .c-link-text {
              color: var(--c-text-main); }
        .c-shop-char-frame__link .-icon-shop {
          width: 57px;
          height: 50px; }
        .c-shop-char-frame__link .-icon-online {
          width: 53px;
          height: 55px; }
        .c-shop-char-frame__link .c-label {
          font-size: 1.6rem; }
      .c-detail-head .c-tag-cat {
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
        .c-detail-head .c-tag-cat[href]:not(.-noicon):hover {
          border-bottom: none;
          color: #fff;
          background-color: var(--c-primary-a); }
        .c-detail-head .c-tag-cat.-limit[href]:not(.-noicon):hover {
          background-color: var(--sky-hover); }
    .c-detail-head .c-row {
      margin-top: 15px; }
    .c-detail-head a,
    .c-detail-content a {
      -webkit-transition: color .3s ease, border-color .3s ease;
      transition: color .3s ease, border-color .3s ease; }
      .c-detail-head a[href]:not(.-noicon):hover,
      .c-detail-content a[href]:not(.-noicon):hover {
        border-color: var(--c-secondary);
        color: var(--c-text-sub); }
  .c-editor-content ul > li {
    padding-left: 20px; }
  .c-editor-content ol {
    margin: 2em 0; }
    .c-editor-content blockquote {
      padding: 0 3em; }
  .c-detail-kv {
    width: 75%;
    max-width: 900px;
    margin: auto; }
    .c-detail-kv.-no-thumb {
      margin-top: 120px; }
  .c-detail-kv-small {
    margin: 120px 0 60px; }
    .c-detail-kv-small .c-detail-inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .c-detail-kv-small .c-img {
      width: 38.25%;
      max-width: 306px;
      margin-right: 40px; }
    .c-detail-kv-second {
      margin: 120px auto 0; }
      .c-detail-kv-second .c-img {
        width: 38.25%;
        margin-right: 5%; }
    .c-detail-h1 {
      font-size: 2.4rem;
      padding-bottom: 23px;
      margin-bottom: 25px; }
      .c-detail-h1 .c-badge-new {
        width: 29px;
        height: 30px;
        margin-top: .2em; }
    .c-detail-date {
      font-size: 1.4rem;
      margin: 25px 0; }
  .c-detail-description {
    font-size: 1.8rem;
    line-height: 1.4; }
    .c-detail-content {
      margin-top: 60px; }
      .c-detail-content .c-list-disc {
        margin: 30px 0; }
      .c-detail-content .c-link-icon {
        margin: 1.5em 0; }
  .c-detail-inner {
    width: 66.66%;
    max-width: 800px;
    margin: auto; }
    .c-detail-release {
      font-size: 1.8rem;
      margin: 40px 0; }
    .c-info-panel {
      margin: 30px 0; }
      .c-info-panel__head {
        padding: 8px 30px;
        font-size: 1.6rem; }
      .c-info-panel__body {
        padding: 17px 30px; }
    .c-detail-pagelink {
      margin: 30px 0; }
      .c-detail-pagelink li:nth-of-type(n + 2) {
        margin-top: 1em; }
    .c-detail-h2 {
      padding: 0.3em 1em;
      margin: 60px 0 1.3em;
      font-size: 1.8rem; }
    .c-detail-h3 {
      font-size: 1.6rem;
      margin-bottom: 25px;
      padding-left: 1.6em; }
      .c-detail-h3 .c-icon {
        width: 18px;
        height: 18px;
        top: .2em; }
      .c-detail-h3.-c-text {
        margin-bottom: 20px; }
    .c-detail-border {
      padding: 1em 1.8em;
      margin: 30px 0; }
      .c-detail-border .c-company-name {
        font-size: 1.8rem; }
      .c-detail-border .c-company-tel {
        font-size: 2.6rem; }
    .c-detail-table-heading th {
      border: solid 1px #fff;
      width: 23.87%;
      padding: 1em 1.5em; }
    .c-detail-table-heading td {
      border: solid 1px #F0F0F0;
      padding: .8em 1.5em;
      border: solid 1px #f7f7f7;
      border-left: none; }
      .c-detail-table-heading td:first-of-type {
        vertical-align: top;
        border-bottom: 1px solid #fff; }
    .c-detail-table-color td {
      padding: 0.8em 1.5em; }
  .c-detail-note {
    font-size: 1.2rem;
    margin: 30px 0; }
    .c-detail-note-alpha {
      font-size: 1.4rem; }
  .c-detail-figure,
  .c-detail-movie {
    margin: 60px 0; }
    .c-detail-figure figcaption,
    .c-detail-movie figcaption {
      margin-top: 0.5em; }
    .c-detail-grid {
      margin: 60px 0; }
      .c-detail-grid__item {
        width: 21.25%; }
        .c-detail-grid__item:nth-of-type(n + 2) {
          margin-left: 5%; }
        .c-detail-grid__item:nth-of-type(4n + 1) {
          margin-left: 0; }
        .c-detail-grid__item:nth-of-type(n + 5) {
          margin-top: 40px; }
      .c-detail-grid .c-title {
        margin: 12px 0; }
      .c-detail-grid .c-link-text {
        color: var(--c-text);
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
      a[href]:hover .c-link-text {
        color: var(--c-text-sub); }
      .c-detail-grid .c-price {
        font-size: 1.2rem; }
    .c-detail-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 60px 0; }
      .c-detail-card .c-img {
        position: relative;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 43.75%;
        aspect-ratio: 16 / 9; }
        .c-detail-card .c-img a {
          height: 100%; }
      .c-detail-card img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        min-width: 100%;
        min-height: 100%; }
      .c-detail-card figcaption {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        position: relative;
        overflow: hidden;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin: 1em 1.8em; }
    .c-detail-banner {
      margin-left: -60px;
      margin-right: -60px; }
      .c-detail-banner .c-slide-column3 {
        padding-bottom: 50px; }
      .c-detail-banner .swiper-button-prev,
      .c-detail-banner .swiper-button-next {
        margin-top: -5px; }
  .c-detail-btn-block {
    text-align: center;
    margin: 60px 0; }
    .c-detail-btn-block .c-caption {
      margin-top: 0.5em; }
  .c-detail-app {
    margin: 60px 0; }
    .c-detail-app__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 0; }
    .c-detail-app .c-figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 50%; }
    .c-detail-app .c-img {
      margin-right: 20px; }
    .c-detail-app .c-btn-app {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
  .c-detail-shop {
    margin: 60px 0; }
    .c-detail-shop-list__item {
      padding: 25px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c-detail-shop-list .c-name {
      font-size: 1.5rem;
      width: 30%;
      margin-right: 5.62%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      line-height: 2; }
    .c-detail-shop-list .c-text {
      width: 64.37%; }
    .c-detail-shop-list .c-icon-text {
      padding-right: 145px; }
    .c-detail-shop-list .c-link-map {
      position: absolute !important;
      right: 15px;
      top: -.2em; }
      .c-detail-shop-list .c-link-map svg {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
      .c-detail-shop-list .c-link-map a {
        -webkit-transition: color .3s ease, border-color .3s ease;
        transition: color .3s ease, border-color .3s ease; }
        .c-detail-shop-list .c-link-map a:hover {
          color: var(--c-text-sub);
          border-bottom-color: var(--c-pagetheme-sub); }
          .c-detail-shop-list .c-link-map a:hover svg {
            fill: var(--c-pagetheme-sub); }
  .c-detail-pager {
    margin: 60px 0;
    line-height: 1; }
    .c-detail-pager .c-next-title {
      margin-bottom: 30px; }
      .c-detail-pager .c-next-title span {
        margin-right: .5em; }
    .c-detail-pager .c-btn-arrow {
      font-size: 1.8rem;
      width: 150px; }
    .c-detail-pager .c-number {
      font-size: 2.4rem; }
      .c-detail-pager .c-number span:last-of-type {
        padding-left: 1.2em;
        margin-left: 1.2em; }
        .c-detail-pager .c-number span:last-of-type:before {
          height: 2em;
          -webkit-transform: translate(0, -0.5em) rotate(45deg);
                  transform: translate(0, -0.5em) rotate(45deg); }
        .c-detail-info .c-link-social a:hover {
          border-bottom: 2px dotted currentColor; }
    .c-detail-info {
      padding: 40px; }
      .c-detail-info .c-figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .c-detail-info .c-img {
        width: 33.33%;
        margin-right: 4.16%; }
      .c-detail-info .c-link-social-block {
        margin-top: 1.5em; }
      .c-detail-info .c-link-social:nth-of-type(n + 2) {
        margin-top: 12px; }
  .c-detail-footer {
    margin-top: 100px; }
    .c-detail-footer .-to-back {
      margin-top: 140px; }
    .c-detail-attention {
      font-size: 1.3rem;
      margin-bottom: 80px; }
    .c-detail-social {
      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-detail-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-detail-sns__label {
      margin-right: 14px; }
    .c-detail-sns__btn a:nth-of-type(n + 2) {
      margin-left: 8px; }
    .c-detail-sns .c-icon-sns {
      width: 50px;
      height: 50px; }
    .p-siteList__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-siteList .c-textHeadingIcon .c-char {
      width: 149px;
      bottom: -5px;
      right: -186px; }
    .p-siteList .c-generalContent__body {
      padding-bottom: 60px; }
    .p-siteList .c-link-bottom {
      margin-top: 60px; }
    .p-siteListKV {
      padding-top: 60px;
      width: calc(100% + 40px); }
      .p-siteListKV .c-slide-sync-2column {
        margin: 0 -20px; }
        .p-siteListKV .c-slide-sync-2column__slidearea {
          padding: 0 20px; }
  .p-siteListSection {
    margin-top: 60px;
    padding-bottom: 20px; }
      .c-list-siteList__item a:hover .c-img img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .c-list-siteList {
      margin-top: 65px;
      gap: 30px; }
      .c-list-siteList__item {
        width: calc((100% - 30px * 2) / 3);
        max-width: 340px; }
        .c-list-siteList__item:nth-of-type(n + 4) {
          margin-top: 25px; }
      .c-list-siteList .c-title {
        margin-top: 25px;
        font-size: 1.6rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .c-list-siteList .c-title svg {
          -webkit-transition: fill .3s ease;
          transition: fill .3s ease; }
      .c-list-siteList a:hover .c-title {
        color: #E383A8; }
        .c-list-siteList a:hover .c-title svg {
          fill: #E383A8; }
    .p-sitemap__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-sitemap .c-textHeadingIcon .c-char {
      width: 154px;
      bottom: -12px;
      left: -210px; }
    .p-sitemap .c-generalContent__body {
      padding-top: 90px;
      padding-bottom: 90px; }
        .c-sitemap-block__head a {
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
          .c-sitemap-block__head a .c-label {
            position: relative;
            padding-bottom: 3px; }
            .c-sitemap-block__head a .c-label:after {
              content: '';
              width: 100%;
              height: 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="%23e383a8"/></svg>');
              background-size: 8px 3px;
              background-repeat: repeat-x;
              background-position: 50% 100%;
              position: absolute;
              left: 0;
              bottom: 0;
              -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease;
              opacity: 0; }
          .c-sitemap-block__head a:hover {
            color: var(--pink); }
            .c-sitemap-block__head a:hover .c-icon.-icon-arrow {
              -webkit-transform: translateX(10px);
                      transform: translateX(10px); }
            .c-sitemap-block__head a:hover .c-label:after {
              opacity: 1; }
    .c-sitemap-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-bottom: 25px; }
      .c-sitemap-block + .c-sitemap-block {
        margin-top: 80px; }
      .c-sitemap-block__head {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 2.6rem;
        width: 325px; }
      .c-sitemap-block .-icon-deco {
        width: 47px;
        padding-right: 10px; }
      .c-sitemap-block__description {
        margin-top: 0.2em;
        margin-bottom: 15px; }
        .c-list-sitemap__item a {
          -webkit-transition: color .3s;
          transition: color .3s; }
          .c-list-sitemap__item a:hover {
            color: var(--sky-text); }
    .c-list-sitemap__item {
      margin: 9px 0; }
      .p-specialMenu__open:hover::before {
        opacity: 0.4; }
        .p-specialMenu__open::before {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
      .p-specialMenu__close:hover::before {
        opacity: 0.4; }
        .p-specialMenu__close::before {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
      .p-specialMenu__nav-link {
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
        .p-specialMenu__nav-link:hover {
          background-color: rgba(255, 255, 255, 0.3); }
      .p-specialMenu__sns-link {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .p-specialMenu__sns-link:hover {
          opacity: 0.6; }
        .p-specialLede__inner * > a {
          -webkit-transition: color .2s ease;
          transition: color .2s ease; }
          .p-specialLede__inner * > a:hover {
            color: var(--lp-secondary-color); }
      .p-special-editor * > a {
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
        .p-special-editor * > a:hover {
          color: var(--lp-secondary-color); }
        .p-specialGallery__caption > a {
          -webkit-transition: color .2s ease;
          transition: color .2s ease; }
          .p-specialGallery__caption > a:hover {
            color: var(--lp-secondary-color); }
      .p-specialGallery__arrow-btn.swiper-button-next:hover .p-specialGallery__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-specialGallery__arrow-btn.swiper-button-prev:hover .p-specialGallery__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-specialGallery__arrow-btn.swiper-button-next:hover .p-specialGallery__arrow svg {
        fill: var(--lp-primary-color);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .p-goodsDetail .p-specialGallery__arrow-btn.swiper-button-next:hover .p-specialGallery__arrow svg {
        fill: var(--c-pagetheme-sub); }
      .p-specialGallery__arrow-btn.swiper-button-prev:hover .p-specialGallery__arrow svg {
        fill: var(--lp-primary-color);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .p-goodsDetail .p-specialGallery__arrow-btn.swiper-button-prev:hover .p-specialGallery__arrow svg {
        fill: var(--c-pagetheme-sub); }
      .p-specialFigure__icon {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
        a.p-specialFigure__item[href]:hover .p-specialFigure__icon, a.p-specialFigure__item[data-modal]:hover .p-specialFigure__icon {
          fill: var(--lp-primary-color); }
        .p-specialFigure__caption > a {
          -webkit-transition: color .2s ease;
          transition: color .2s ease; }
          .p-specialFigure__caption > a:hover {
            color: var(--lp-secondary-color); }
      .p-special2column__icon {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
        a.p-special2column__item[href]:hover .p-special2column__icon, a.p-special2column__item[data-modal]:hover .p-special2column__icon {
          fill: var(--lp-primary-color); }
      .p-special3column__icon {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
        a.p-special3column__item[href]:hover .p-special3column__icon, a.p-special3column__item[data-modal]:hover .p-special3column__icon {
          fill: var(--lp-primary-color); }
      .p-special3column__caption {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        a.p-special3column__item[href]:hover .p-special3column__caption, a.p-special3column__item[data-modal]:hover .p-special3column__caption {
          color: var(--lp-secondary-color); }
      .p-special4column__icon {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
        a.p-special4column__item[href]:hover .p-special4column__icon, a.p-special4column__item[data-modal]:hover .p-special4column__icon {
          fill: var(--lp-primary-color); }
      .p-special4column__caption {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        a.p-special4column__item[href]:hover .p-special4column__caption, a.p-special4column__item[data-modal]:hover .p-special4column__caption {
          color: var(--lp-secondary-color); }
      .p-specialMovie__img:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .p-specialMovie__img:hover .p-specialMovie__play-icon::before {
        background-color: var(--lp-primary-color); }
      .p-specialMovie__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; }
      .p-specialMovie__arrow-btn.swiper-button-next:hover .p-specialMovie__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-specialMovie__arrow-btn.swiper-button-prev:hover .p-specialMovie__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-specialMovie__arrow-btn.swiper-button-next:hover .p-specialMovie__arrow svg {
        fill: var(--lp-primary-color);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .p-specialMovie__arrow-btn.swiper-button-prev:hover .p-specialMovie__arrow svg {
        fill: var(--lp-primary-color);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .p-specialBanner__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; }
        .p-specialBanner__img:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .p-specialBanner__arrow-btn.-next:hover .p-specialBanner__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-specialBanner__arrow-btn.-prev:hover .p-specialBanner__circle-hover svg {
        stroke-dashoffset: 0; }
      .p-specialBanner__arrow-btn.-next:hover .p-specialBanner__arrow svg {
        fill: var(--lp-primary-color);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .p-specialBanner__arrow-btn.-prev:hover .p-specialBanner__arrow svg {
        fill: var(--lp-primary-color);
        -webkit-animation: arrow 1s cubic-bezier(0, 1, 0.5, 1);
                animation: arrow 1s cubic-bezier(0, 1, 0.5, 1); }
      .p-specialMusic__btn {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .p-specialMusic__btn:hover {
          opacity: 0.7; }
    .p-specialArticle__figItem {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .p-specialArticle__link:hover .p-specialArticle__figItem {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .p-specialArticle__title {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .p-specialArticle__link:hover .p-specialArticle__title {
          color: var(--lp-secondary-color); }
      .p-specialArticle__blank {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .p-specialArticle__link:hover .p-specialArticle__blank {
          color: var(--lp-secondary-color); }
        .p-specialInsta__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; }
      .p-specialInsta__img:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .p-specialScroll p a {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          .p-specialScroll p a:hover {
            opacity: 0.7; }
    .p-specialSns__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-specialSns__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-specialSns__body {
      margin-top: 17px; }
    .p-specialSns__item + .p-specialSns__item {
      margin-left: 10px; }
  .p-specialModal .c-modal__close:hover svg {
    fill: var(--lp-primary-color); }
    .p-specialModal .c-modal-slider__controlItem::before {
      -webkit-transition: opacity .3s ease !important;
      transition: opacity .3s ease !important; }
    .p-specialModal .c-modal-slider__controlItem:hover {
      opacity: 1; }
      .p-specialModal .c-modal-slider__controlItem:hover::before {
        opacity: 0.7; }
      .p-specialModal .c-modal-slider__controlItem:hover svg {
        stroke: var(--lp-primary-color) !important; }
    .p-specialModal * > a {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .p-specialModal * > a:hover {
        opacity: 0.6; }
        .p-specialBottom .c-bread__item a {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          .p-specialBottom .c-bread__item a:hover {
            opacity: 0.6; }
  .p-spot {
    padding-bottom: 0; }
    .p-spot .c-textHeadingIcon {
      margin: 50px auto 40px; }
      .p-spot .c-textHeadingIcon .c-char {
        width: 198px;
        bottom: -20px;
        right: -265px; }
    .p-spotKV__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-spotSearch__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-spotSearch__body {
      margin-top: 23px; }
    .p-spotSearch .c-link-text {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .p-spotSearch__content {
      margin-top: 60px; }
    .p-spotPlace {
      margin-top: 170px;
      padding-top: 150px; }
      .p-spotPlace .c-banner-plus {
        margin-top: 120px; }
    .p-store__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-store .c-textHeadingIcon {
      margin: 50px auto 40px; }
      .p-store .c-textHeadingIcon .c-char {
        width: 222px;
        bottom: -37px;
        right: -240px; }
  .p-storeKV__body {
    margin-top: 110px; }
  .p-storeKV .c-btn-search {
    margin-top: 60px; }
    .p-storeKV__lang {
      top: -3.5rem; }
    .p-storeKV__langItem {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .p-storeKV__langItem:hover {
        color: var(--pink); }
    .p-storeKV__langPanelItem {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .p-storeKV__langPanelItem:hover {
        color: var(--sky-text); }
  .c-store-search-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-store-search-radios__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-store-search-radios__item:nth-of-type(n + 2) {
        margin-left: 10%; }
    .c-store-search-radios .c-radio {
      font-size: 1.8rem; }
    .c-store-search-radios input[type="text"] {
      width: 400px;
      margin-left: 30px; }
      .c-store-search-radios input[type="text"]:hover {
        border-width: 2px; }
      .c-store-search-radios input[type="text"]:focus {
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        border-width: 2px; }
        .c-store-search-radios input[type="text"]:focus::-webkit-input-placeholder {
          color: transparent; }
        .c-store-search-radios input[type="text"]:focus::-moz-placeholder {
          color: transparent; }
        .c-store-search-radios input[type="text"]:focus::-ms-input-placeholder {
          color: transparent; }
        .c-store-search-radios input[type="text"]:focus::placeholder {
          color: transparent; }
    .c-store-search-panel {
      padding: 30px;
      margin-top: 60px; }
      .c-accordion-head:hover .c-store-search-panel__h2 {
        color: var(--c-text-sub); }
        .c-accordion-head:hover .c-store-search-panel__h2 span:after {
          opacity: 1; }
      .c-store-search-panel__h2 {
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        font-size: 1.8rem;
        margin-right: 1.5em; }
        .c-store-search-panel__h2 .c-icon {
          width: 28px;
          height: 27px; }
        .c-store-search-panel__h2 span:not(.c-icon) {
          display: block;
          position: relative;
          padding: 6px 0; }
          .c-store-search-panel__h2 span:not(.c-icon):after {
            content: '';
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, var(--c-secondary) 0, var(--c-secondary) 2px, transparent 2px, transparent 100%);
            background-size: 7px 100%;
            background-size: 5px 2px;
            background-repeat: repeat-x;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
      .c-store-search-panel .c-note {
        font-size: 1.2rem;
        margin: .5em 0; }
      .c-store-search-panel .c-search-form-item {
        margin-top: 45px; }
        .c-store-search-panel .c-search-form-item:nth-of-type(n + 2) {
          margin-top: 45px; }
        .c-store-search-panel .c-search-form-item__head {
          padding-top: 0;
          margin-bottom: 0;
          font-size: 1.6rem; }
      .c-store-search-panel .c-checkbox {
        margin: 22px 2em 0 0; }
  .p-storeSearchMap {
    margin-top: 60px; }
    .p-storeSearchMap__content {
      padding-top: 60px; }
    .p-storeSearchMap .c-map {
      width: 967px;
      max-width: 100%;
      margin: -65px auto 0; }
    .p-storeSearchMap .c-link-icon {
      display: table; }
  .p-storeOther {
    margin-top: 120px;
    padding-top: 150px; }
    .p-storeOther .c-row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .p-storeOther .c-banner-plus {
      margin-top: 60px; }
    .p-storeOther .c-detail-banner {
      margin-top: 30px; }
      .p-storeOther .c-detail-banner .c-slide-column3 {
        margin: 0; }
    .p-storeOther .c-shop-char-frame__link {
      margin: auto; }
    .c-shop-char-frame__link a[href] .c-link-text,
    .c-shop-char-frame__link a[href]:hover .c-link-text {
      color: inherit; }
    .p-storeDetail {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-storeDetail__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-storeDetail .c-detail-description {
      margin: 1em 0; }
    .p-storeDetail .-prev {
      margin: 60px auto 90px; }
  .c-store-list-search {
    margin: 75px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-store-list-search .c-select-wrap {
      width: 38.5%;
      margin-right: 1.5%; }
    .c-store-list-search .c-btn-arrow {
      width: 20%;
      margin: 0; }
    .c-store-list-search .c-btn-arrow-line {
      padding-left: 1.4rem; }
    .p-pagenameSection1__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-pagenameSection2__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-pagenameSection2__body {
      margin-top: 40px; }
    .p-pagenameSection2__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-pagenameSection2__list > * {
        width: calc((100% - (90px * 2) - (0px * 2)) / 3); }
    .p-pagenameSection3__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .p-pagenameSection3__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-pagenameSection3__list > * {
          width: calc((100% - (90px * 1) - (0px * 2)) / 2); }
    .p-pagenameSectionSlider__body {
      margin-top: 40px; }
    .p-pagenameSectionSlider2__inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .p-pagenameSectionSlider2__body {
      margin-top: 40px; }
    .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__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-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-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: -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; }
      .l-sidebar.js-is-hide {
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
      .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__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; }
  .p-calendar {
    padding-bottom: 0; }
    .p-calendarNotes {
      padding-left: 15px;
      padding-right: 15px; }
  .p-calendarKV .c-textHeadingIcon {
    margin: 28px auto 33px; }
    .p-calendarKV__content img {
      display: block;
      width: 100%;
      height: auto;
      -o-object-fit: initial;
         object-fit: initial; }
    .p-calendarKV__content {
      height: auto; }
    .p-calendarTable {
      margin-top: 15px; }
      .p-calendarTable__select {
        width: calc(100% - 30px);
        max-width: 315px;
        height: 40px;
        margin: 0 auto; }
        .p-calendarTable__select .c-icon {
          width: 9px;
          height: 6px;
          right: 14px; }
      .p-calendarTable__selectBody {
        font-size: 1.3rem;
        padding-left: 20px; }
      .p-calendarTable__selectList {
        right: 0;
        left: auto;
        width: 212px; }
      .p-calendarTable__month {
        width: calc(100% - 52px);
        max-width: 297px; }
      .p-calendarTable__year {
        font-weight: 700;
        font-size: 1.6rem; }
      .p-calendarTable__monthItems {
        padding: 0 10px;
        margin-top: -2px; }
      .p-calendarTable__monthItem {
        min-width: 40px;
        padding-top: 0;
        padding-bottom: 4px; }
      .p-calendarTable__monthNumber {
        font-size: 2.0rem;
        font-weight: 700; }
        .p-calendarTable__monthItem.-active .p-calendarTable__monthNumber {
          font-size: 3.0rem; }
      .p-calendarTable__monthName {
        font-weight: 700;
        margin-top: -2px;
        font-size: 1.0rem; }
        .p-calendarTable__monthItem.-active .p-calendarTable__monthName {
          margin-top: -2px;
          font-size: 1.4rem; }
      .p-calendarTable__monthArrow {
        top: 19px;
        -webkit-transform: scale(0.7);
                transform: scale(0.7); }
        .p-calendarTable__monthArrow.-prev {
          -webkit-transform-origin: right center;
                  transform-origin: right center; }
        .p-calendarTable__monthArrow.-next {
          -webkit-transform-origin: left center;
                  transform-origin: left center; }
      .p-calendarTable__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-calendarTable__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-calendarTable__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .p-calendarTable__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-calendarTable__body {
        margin-top: 13px; }
        .p-calendarTable__table tr {
          gap: 1px; }
          .p-calendarTable__table tr + tr {
            margin-top: 1px; }
        .p-calendarTable__table th {
          font-weight: 700;
          padding-bottom: 2px;
          font-size: 1.0rem;
          letter-spacing: 0; }
        .p-calendarTable__table td {
          min-height: 76px; }
      .p-calendarTable__tableDay {
        font-weight: 700;
        width: 15px;
        margin-top: 8px;
        margin-left: 6px;
        font-size: 1.2rem; }
      .p-calendarTable__tableTags {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr 2px 1fr;
        -ms-grid-columns: 1fr 2px 1fr;
            grid-template: 1fr 1fr / 1fr 1fr;
        grid-gap: 2px;
        gap: 2px;
        padding: 4px; }
        .p-calendarTable__tableTag.-birthday svg {
          width: 18px;
          height: 21px; }
        .p-calendarTable__tableTag.-mail {
          padding-bottom: 1px; }
          .p-calendarTable__tableTag.-mail svg {
            width: 18px;
            height: 14px; }
          .p-calendarTable__tableTag.-berry svg {
            width: 18px;
            height: 18px; }
        .p-calendarTable__tableTag.-mail-fill {
          padding-bottom: 1px; }
          .p-calendarTable__tableTag.-mail-fill svg {
            width: 18px;
            height: 14px; }
      .p-calendarTable__tagInfo {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: calc(100% - 30px);
        gap: 10px 0;
        max-width: 345px;
        padding: 13px 13px 8px;
        margin-top: 15px; }
      .p-calendarTable__tagInfoIcon {
        margin-right: 12px; }
        .p-calendarTable__tagInfoIcon.-birthday svg {
          width: 18px;
          height: 21px; }
        .p-calendarTable__tagInfoIcon.-mail svg {
          width: 18px;
          height: 14px; }
          .p-calendarTable__tagInfoIcon.-berry svg {
            width: 18px;
            height: 18px; }
        .p-calendarTable__tagInfoIcon.-mail-fill svg {
          width: 18px;
          height: 14px; }
      .p-calendarTable__tagInfoText {
        font-size: 1.2rem;
        letter-spacing: 0.04em; }
      .p-calendarTable__linkWrapper {
        margin-top: 15px; }
    .p-calendarBirthday {
      margin-top: 60px; }
    .p-calendarBirthday__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-calendarBirthday__body {
        padding-bottom: 65px; }
        .p-calendarBirthday__bg svg {
          height: 135px; }
        .p-calendarBirthday__slider .swiper-button-next {
          right: -5px;
          left: initial;
          -webkit-transform: scale(0.7);
                  transform: scale(0.7); }
        .p-calendarBirthday__slider .swiper-button-prev {
          right: auto;
          left: -5px;
          -webkit-transform: scale(0.7);
                  transform: scale(0.7); }
      .p-calendarBirthday__slider .swiper-pagination {
        bottom: -35px; }
        .p-calendarBirthday__slider .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
          .p-calendarBirthday__slider .swiper-pagination .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
            margin-left: 5px;
            margin-right: 5px; }
          .p-calendarBirthday__slider .swiper-pagination svg {
            display: none; }
    .p-calendarBirthday__sliderIllust {
      width: 100%;
      height: 50px; }
      .p-calendarBirthday__sliderIllust img {
        display: block;
        height: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
      .p-calendarBirthday__sliderName {
        font-size: 1.1rem; }
      .p-calendarBirthday__sliderBirth {
        font-size: 1.2rem;
        margin-top: 6px; }
      .p-calendarBirthday__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-calendarBirthday__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-calendarBirthday__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .p-calendarBirthday__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-calendarBirthday__pagination {
      margin-top: 30px; }
    .p-calendarSchedule {
      margin-top: 61px; }
      .p-calendarSchedule__inner {
        padding: 0 15px; }
      .p-calendarSchedule__section {
        padding: 0; }
        .p-calendarSchedule__section + .p-calendarSchedule__section {
          margin-top: 31px; }
      .p-calendarSchedule__heading {
        padding-bottom: 8px;
        font-weight: 700; }
      .p-calendarSchedule__heading-date {
        font-size: 2.4rem; }
      .p-calendarSchedule__heading-sub {
        margin-left: 4px;
        font-size: 1.8rem; }
      .p-calendarSchedule__items {
        display: block;
        margin-top: 15px; }
      .p-calendarSchedule__item {
        width: 100%; }
      .p-calendarSchedule__item + .p-calendarSchedule__item {
        padding-top: 16px;
        margin-top: 12px; }
        .p-calendarSchedule__item + .p-calendarSchedule__item::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="%238bd0dd"/></svg>');
          background-size: contain;
          background-repeat: repeat-x;
          background-position: right center;
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
    .p-calendarSchedule__linkTop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-calendarSchedule__img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 163px; }
      .p-calendarSchedule__itemTitle {
        margin-top: -2px;
        margin-left: 15px;
        font-size: 1.2rem; }
      .p-calendarSchedule__tag-wrapper {
        margin-top: 12px; }
      .p-calendarSchedule__tag {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .p-calendarSchedule__tagIcon {
        margin-right: 6px; }
      .p-calendarSchedule__tagList {
        gap: 5px; }
      .p-calendarSchedule__bottom {
        padding: 0;
        margin-top: 29px; }
      .p-calendarFuture .c-block-more {
        margin-top: 30px; }
      .p-calendarFuture__inner {
        padding: 0 15px; }
      .p-calendarFuture__list {
        margin-top: 10px; }
      .p-calendarFuture__link {
        display: block;
        padding: 15px 0; }
      .p-calendarFuture__tag-wrapper {
        width: 100%; }
      .p-calendarFuture__tag {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .p-calendarFuture__tag + .p-calendarFuture__tag {
          margin-top: 6px; }
      .p-calendarFuture__tagIcon {
        margin-right: 6px; }
      .p-calendarFuture__itemTitle {
        margin-top: 9px;
        font-size: 1.2rem;
        line-height: 1.5; }
    .p-calendarBack {
      margin-top: 60px; }
    .p-card {
      background-color: #fff; }
      .p-card__head {
        display: none; }
      .p-card__content {
        padding-left: 15px;
        padding-right: 15px; }
      .p-card__bread {
        margin-top: 30px; }
      .p-card__illust {
        display: none; }
      .p-card__illust-img {
        width: 84px; }
      .p-cardMenu__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .p-cardMenu__box {
        display: none; }
      .p-cardMenu__body {
        display: none;
        margin-top: 30px;
        background-color: #fff;
        width: 100%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
      .p-cardMenu__list {
        border-radius: 10px;
        border-width: 1px; }
      .p-cardMenu__item:not(:first-child) {
        border-width: 1px; }
      .p-cardMenu__link {
        min-height: 0;
        font-size: 14px;
        padding: 16px 40px 16px 15px; }
        .p-cardMenu__link::after {
          width: 7px;
          height: 12px;
          right: 16px; }
    .p-cardMain {
      margin-top: 27px; }
      .p-cardMain__title {
        font-size: 16px;
        padding-bottom: 15px; }
      .p-cardMain__news {
        margin-top: 15px; }
      .p-cardMain__newsItem {
        font-size: 12px;
        padding: 7px 15px; }
        .p-cardMain__newsItem::before {
          width: 16px;
          height: 16px;
          margin-right: 6px; }
      .p-cardMain__smileMenu {
        margin: 30px -30px 0;
        border-width: 1px; }
      .p-cardMain__smileMenuItem {
        border-width: 1px; }
      .p-cardMain__smileMenuLink {
        padding: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .p-cardMain__smileMenuIcon {
        margin-right: 0;
        margin-left: 12px; }
      .p-cardMain__smileMenuText {
        font-size: 12px; }
      .p-cardMain__banner {
        display: block; }
  .p-digital .c-textHeadingIcon {
    margin: 30px auto 28px; }
    .p-digital .c-textHeadingIcon .c-char {
      width: 110px;
      bottom: 12px;
      right: -118px; }
  .p-digital .c-link-bottom-scroll {
    margin-bottom: 25px; }
    .p-digital .c-link-bottom-scroll .c-link-bottom {
      margin-bottom: 0; }
  .p-digital .c-link-bottom {
    margin: 40px auto; }
  .p-digital .-to-top {
    margin-right: 15px; }
    .p-digitalKV__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-digitalKV__inner {
      padding: 0; }
    .p-digitalSearch__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-digitalSearch {
      margin-top: 40px; }
      .p-digitalSearch__inner {
        padding: 0; }
      .p-digitalSearch .c-slide-search {
        margin-top: 25px; }
    .c-list-digital-app .c-img {
      border-radius: 25%; }
  .c-list-digital-app {
    margin-top: 25px;
    padding: 0 15px;
    line-height: 1.5; }
    .c-list-digital-app__item:nth-of-type(n + 2) {
      margin-top: 30px; }
    .c-list-digital-app .c-title {
      font-size: 1.4rem; }
    .c-list-digital-app .c-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.3rem; }
    .c-list-digital-app .c-img {
      margin-right: 1em;
      width: 94px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .c-list-digital-app .c-img img {
        max-width: 100%;
        height: auto; }
    .c-list-digital-app .c-note {
      font-size: 1rem; }
      .c-list-digital-web .c-img {
        border-radius: 10px; }
    .c-list-digital-web {
      margin-top: 30px;
      padding: 0 15px; }
      .c-list-digital-web__item:nth-of-type(n + 2) {
        margin-top: 40px; }
      .c-list-digital-web .c-title {
        font-size: 1.3rem; }
    .c-list-digital-communication > * {
      width: 50%; }
      .c-list-digital-communication .c-img {
        border-radius: 10px; }
    .c-list-digital-communication {
      margin-top: 30px; }
      .c-list-digital-communication__item {
        padding: 0 15px; }
        .c-list-digital-communication__item:nth-of-type(n + 3) {
          margin-top: 40px; }
      .c-list-digital-communication .c-title {
        font-size: 1.3rem; }
    .c-list-digital-download > * {
      width: 50%; }
      .c-list-digital-download .c-img {
        border-radius: 10px; }
    .c-list-digital-download {
      margin-top: 30px; }
      .c-list-digital-download__item {
        padding: 0 15px; }
        .c-list-digital-download__item:nth-of-type(n + 3) {
          margin-top: 40px; }
      .c-list-digital-download .c-title {
        font-size: 1.3rem; }
    .p-digitalSection__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-digitalSection + .p-digitalSection {
      margin-top: 60px; }
    .p-digitalDetail__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-digitalDetail__content {
      margin-top: 60px; }
    .p-digitalDetail__h1 {
      font-size: 1.6rem;
      margin-bottom: 20px; }
    .p-digitalDetail .c-description {
      font-size: 1.3rem;
      line-height: 2;
      margin-top: 15px; }
    .p-digitalDetail .-to-back {
      margin-top: 40px; }
  .p-digital-app .c-img {
    width: 140px;
    margin: auto; }
  .p-digital-app .c-note {
    font-size: 1rem; }
  .p-digital-app .c-company-link {
    margin-top: 1.5em;
    font-size: 1.3rem; }
  .p-digital-web .-secondary {
    margin-top: 35px; }
  .p-digital-communication .c-figure {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 31.42% 1em auto;
    grid-template-columns: 31.42% 1em auto; }
  .p-digital-communication .c-img {
    max-width: 200px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; }
  .p-digital-communication figcaption {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4; }
  .p-digital-communication .c-description {
    margin-top: 0; }
  .p-digital-communication .-secondary {
    margin-top: 40px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4; }
  .p-digital-download .c-figure {
    margin-top: 60px; }
  .p-digital-download .c-img {
    margin: auto;
    max-width: 200px; }
  .p-digital-download .-secondary {
    margin-top: 20px; }
    .p-en .c-textHeadingIcon {
      margin: 40px auto 28px; }
      .p-en .c-textHeadingIcon .c-char {
        z-index: 2;
        max-height: initial;
        max-width: initial;
        width: 103px;
        height: 100px;
        bottom: -20px;
        right: -116px; }
    .p-enKV {
      margin: 40px 0 15px;
      padding: 0 9.88%; }
  .p-enSection__inner {
    padding-left: 15px;
    padding-right: 15px; }
  .p-enSection:nth-of-type(n + 2) {
    margin-top: 80px; }
  .p-enSection__body {
    padding-top: 30px; }
  .c-en-btn-block .c-btn-arrow:nth-of-type(n + 2) {
    margin-top: 20px; }
    .c-en-link-block {
      margin-left: -15px;
      margin-right: -15px;
      padding: calc(15px * 2);
      margin-top: 30px; }
      .c-en-link-block .c-link-icon:nth-of-type(n + 2) {
        margin-top: 25px; }
    .p-error {
      padding-left: 30px;
      padding-right: 30px; }
      .p-error__heading {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 6rem;
        line-height: 6rem; }
        .p-error__heading small {
          font-size: 2rem;
          font-size: 2rem; }
      .p-error__headingSub {
        font-size: 1.9rem; }
        .p-error__headingSub span {
          letter-spacing: 0.01em;
          font-size: 1.2rem; }
      .p-error__illust {
        width: 190px;
        margin-top: 43px; }
      .p-error__desc {
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        line-height: 2.4rem;
        text-align: left;
        margin-top: 35px; }
    .p-error__btn {
      margin-top: 47px; }
    .p-favorite {
      padding-bottom: 0; }
      .p-favorite__bread {
        margin-top: 104px; }
      .p-favorite__illust {
        bottom: -24px;
        padding: 0 23px; }
      .p-favorite__illust-img {
        width: 150px;
        margin-right: -30px; }
    .p-favoriteCharacters {
      margin-top: 20px;
      padding: 30px 0 60px; }
    .p-favoriteCharacters__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-favoriteCharacters__head {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .p-favoriteCharacters__infoItem {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .p-favoriteCharacters .c-select-wrap {
        width: 150px;
        margin-top: 18px;
        margin-left: auto; }
      .p-favoriteCharacters__select {
        width: 150px;
        margin-top: 18px;
        margin-left: auto; }
      .p-favoriteCharacters__list {
        margin-top: 20px; }
      .p-favoriteCharacters__itemPin {
        width: 36px;
        top: -20px;
        left: -20px; }
      .p-favoriteCharacters__itemLink {
        min-height: 78px;
        padding: 4px 75px 4px 15px; }
      .p-favoriteCharacters__itemTag {
        width: 50px;
        height: auto; }
      .p-favoriteCharacters__itemFavBtn {
        width: 44px;
        height: 39px;
        padding: 10px; }
      .p-favoriteCharacters__itemMembership {
        top: 19px; }
      .p-favoriteCharacters__itemMembershipPopup {
        right: -15px;
        top: -76px;
        width: 186px;
        height: 74px;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.5;
        text-align: left;
        padding: 10px 18px;
        background-image: url("../images/favorite/popup-bg-sp.png"); }
        .p-favoriteCharacters__itemMembershipPopup .c-link-under {
          margin-right: 14px; }
      .p-favoriteCharacters__moreBtn {
        margin-top: 30px; }
    .p-favoriteBottom {
      padding-bottom: 0; }
      .p-favoriteBottom__text {
        line-height: 1.5; }
      .p-favoriteBottom__btn {
        margin-top: 30px; }
    .p-favoriteRegister {
      padding: 30px 0 42px;
      margin-top: 20px; }
    .p-favoriteRegister__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-favoriteRegister__inner {
      padding-left: 30px;
      padding-right: 30px; }
      .p-favoriteRegister__inner.-plr-none {
        padding-left: 0;
        padding-right: 0; }
      .p-favoriteRegister__head {
        font-size: 18px;
        line-height: 1.33; }
      .p-favoriteRegister__box {
        padding: 24px;
        margin-top: 30px;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto; }
    .p-favoriteRegister__boxRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 12px; }
      .p-favoriteRegister__boxTitle {
        font-size: 14px;
        text-align: center; }
      .p-favoriteRegister__boxText {
        font-size: 12px;
        line-height: 1.66;
        margin-top: 18px; }
      .p-favoriteRegister__boxImg {
        position: static;
        width: 135px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 8px; }
      .p-favoriteRegister__btn {
        margin-top: 32px; }
    .c-generalContent__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .c-generalContent__inner {
      padding: 0; }
    .c-generalContent__body {
      padding: 30px 0 60px; }
  .p-goods .c-textHeadingIcon {
    margin: 40px auto 28px; }
    .p-goods .c-textHeadingIcon .c-char {
      z-index: 2;
      max-height: initial;
      max-width: initial;
      width: 122px;
      bottom: -29px;
      right: -131px;
      pointer-events: none; }
  .p-goods .-to-top {
    margin-right: 15px; }
    .p-goodsKV__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-goodsKV__inner {
      padding: 0; }
      .p-goodsKV__shoplink {
        margin-right: 35px;
        margin-top: 20px; }
    .p-goodsSearch__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-goodsSearch {
      margin-top: 20px; }
    .p-goodsSearch__more {
      margin-bottom: 38px; }
    .p-goodsRanking__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-goodsRanking__bgIllust {
        right: calc(50% + 70px); }
      .p-goodsRanking__bgIllust {
        top: -70px; }
    .p-goodsRanking {
      margin-top: 60px; }
    .p-goodsOther {
      margin-top: 80px;
      padding-top: 130px; }
      .p-goodsOther .c-banner-plus {
        margin-top: 40px; }
      .p-goodsOther .c-note {
        font-size: 1.3rem;
        margin-top: 1em; }
      .p-goodsOther .c-row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .p-goodsOther__h2 {
        font-size: 1.5rem;
        text-align: center; }
    .p-goodsDetail__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-homeFv__inner {
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0;
      padding-right: 0; }
    .p-homeFv__body {
      margin-top: 30px; }
      .p-homeFv__customdeco {
        height: auto;
        width: 100vw; }
      .p-homeFv__customdecoItem {
        position: relative; }
        .p-homeFv__customdecoItem.-is1 {
          right: calc(50% + 55px); }
        .p-homeFv__customdecoItem.-is2 {
          left: calc(50% + 55px); }
      .p-homeFv__customdecoItem.-is3 {
        width: 100%;
        height: auto; }
        .p-homeFv__customdecoItem img {
          width: 100%;
          height: auto; }
    .p-homeFv__alert {
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 30px; }
    .p-homeCharacters {
      margin-top: 45px; }
    .p-homeCharacters__inner {
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0;
      padding-right: 0; }
      .p-homeCharacters__body {
        margin-top: 30px; }
    .p-homeGoods {
      margin-top: 57px; }
    .p-homeGoods__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-homeGoods__inner {
      padding-left: 30px;
      padding-right: 30px; }
      .p-homeGoods__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        left: 100px; }
      .p-homeGoods__bgIllust {
        right: calc(50% + 70px); }
    .p-homeGoods__body {
      margin-top: 30px; }
      .p-homeGoods__item + .p-homeGoods__item {
        margin-top: 37px; }
      .p-homeGoods__btn {
        margin-top: 40px; }
    .p-homeMovie {
      margin-top: 60px; }
    .p-homeMovie__inner {
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0;
      padding-right: 0; }
      .p-homeMovie__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        right: 100px; }
      .p-homeMovie__bgIllust {
        left: calc(50% + 70px); }
    .p-homeMovie__body {
      margin-top: 30px; }
      .p-homeMovie__btn {
        margin-top: 30px; }
    .p-homeDigital {
      margin-top: 60px; }
    .p-homeDigital__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-homeDigital__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        left: 100px; }
      .p-homeDigital__bgIllust {
        right: calc(50% + 70px); }
    .p-homeDigital__body {
      margin-top: 30px; }
    .p-homeDigital__sec {
      padding-left: 15px;
      padding-right: 15px; }
    .p-homeDigital__sec + .p-homeDigital__sec {
      margin-top: 52px; }
    .p-homeDigital__heading {
      margin-bottom: 25px; }
    .p-homeDigital__appItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-homeDigital__appItem + .p-homeDigital__appItem {
        margin-top: 30px; }
      .p-homeDigital__appItemFig {
        width: 94px;
        border-radius: 25%; }
    .p-homeDigital__appItemText {
      margin-left: 15px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .p-homeDigital__appItemTitle {
        margin-bottom: 8px; }
    .p-homeDigital__webItem + .p-homeDigital__webItem {
      margin-top: 35px; }
      .p-homeDigital__comm {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .p-homeDigital__commItem:nth-of-type(n + 4) {
      display: none; }
      .p-homeDigital__commItemTag {
        border-radius: 5px;
        font-size: 1rem;
        padding: 4px 9px; }
      .p-homeDigital__commItemFig {
        width: 86px; }
      .p-homeDigital__download {
        gap: 40px 30px; }
    .p-homeDigital__downloadItem {
      width: calc(50% - 20px); }
      .p-homeDigital__downloadItemTitle {
        font-size: 1.3rem;
        line-height: 2rem; }
    .p-homeDigital__newsItem + .p-homeDigital__newsItem {
      margin-top: 35px; }
    .p-homeSpots {
      margin-top: 60px; }
    .p-homeSpots__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-homeSpots__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        right: 100px; }
      .p-homeSpots__bgIllust {
        left: calc(50% + 70px); }
    .p-homeSpots__body {
      margin-top: 30px; }
      .p-homeSpots__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .p-homeSpots__item {
      margin: 9px 12px;
      width: calc(100% / 2  - 24px); }
    .p-homeSpots__article {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 30px; }
    .p-homeSpots__articleItem + .p-homeSpots__articleItem {
      margin-top: 35px; }
    .p-homeSpots__btn {
      margin-top: 41px; }
    .p-homeNews {
      margin-top: 60px; }
    .p-homeNews__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-homeNews__bgBall {
        bottom: 100px;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        left: 100px; }
      .p-homeNews__bgIllust {
        right: calc(50% + 70px); }
    .p-homeNews__body {
      margin-top: 30px; }
    .p-homeNews__list {
      padding-left: 15px;
      padding-right: 15px; }
    .p-homeNews__item + .p-homeNews__item {
      margin-top: 38px; }
      .p-homeNews__btn {
        margin-top: 40px; }
    .p-homeSanrioplus {
      margin-top: 60px; }
        .p-homeSanrioplus__bg::before {
          height: 100%; }
      .p-homeSanrioplus__bg {
        padding-bottom: 120px; }
    .p-homeSanrioplus__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-homeSanrioplus__content {
        margin-top: -20px; }
      .p-homeSanrioplus__heading {
        width: 236px; }
    .p-homeSanrioplus__body {
      margin-top: 30px; }
      .p-homeSanrioplus__desc {
        font-size: 1.3rem;
        line-height: 2rem;
        text-align: left; }
      .p-homeSanrioplus__point {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .p-homeSanrioplus__pointItem {
      position: relative; }
      .p-homeSanrioplus__pointItem:nth-of-type(n + 3) {
        margin-top: 50px; }
      .p-homeSanrioplus__pointItem:nth-of-type(even) {
        margin-left: 30px; }
    .p-homeSanrioplus__pointItemHead {
      position: absolute;
      top: 0;
      left: 0; }
      .p-homeSanrioplus__pointItemTag {
        position: absolute;
        top: -20px;
        left: -15px;
        z-index: 20;
        line-height: 2.1rem; }
        .p-homeSanrioplus__pointItemTag span {
          line-height: 1.4rem; }
      .p-homeSanrioplus__pointItemTitle {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-top: 18px;
        text-align: center;
        margin-left: 0; }
      .p-homeSanrioplus__pointItemFig {
        width: 140px;
        height: 140px; }
    .p-homeSanrioplus__article {
      margin-top: 37px;
      padding-left: 20px;
      padding-right: 20px; }
    .p-homeSanrioplus__articleItem + .p-homeSanrioplus__articleItem {
      margin-top: 45px; }
      .p-homeSanrioplus__links {
        margin-top: 40px; }
    .p-homeSanrioplus__linksBtn + .p-homeSanrioplus__linksBtn {
      margin-top: 24px; }
      .p-homeSanrioplus__banner {
        margin-top: 60px; }
    .p-homeSanrioplus__slider {
      margin-top: 40px;
      width: 100vw;
      padding-bottom: 35px;
      margin-left: calc(50% - 50vw); }
    .p-homeRelated {
      margin-top: 60px; }
    .p-homeRelated__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-homeRelated__inner {
      padding: 0; }
    .p-homeRelated__head {
      padding-left: 15px;
      padding-right: 15px; }
    .p-informationKV {
      margin-top: 57px;
      margin-bottom: 30px; }
    .p-informationKV__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-informationKV__inner {
      padding: 0; }
  .p-informationList__inner {
    padding-left: 15px;
    padding-right: 15px; }
  .p-informationList__inner {
    padding-left: 30px;
    padding-right: 30px; }
  .p-informationList__itemLink {
    display: block;
    padding: 15px 0; }
    .p-informationList__itemDate {
      font-size: 1.3rem;
      display: block;
      width: 100%; }
    .p-informationList__itemTitle {
      font-size: 1.3rem;
      line-height: 2.6rem;
      position: relative;
      margin-right: 0; }
    .p-informationList__itemTag {
      vertical-align: text-bottom; }
  .p-informationList__more {
    margin-top: 40px; }
    .p-login {
      padding-top: 50px;
      padding-bottom: 0; }
      .p-login__bread {
        margin-top: 92px; }
      .p-login__illust-img {
        width: 150px;
        margin-right: -30px; }
    .p-loginForm {
      margin: 20px 15px 0 15px; }
      .p-loginForm__content {
        padding: 40px 30px; }
    .p-loginForm__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-loginForm__row:not(:first-child) {
        margin-top: 36px; }
      .p-loginForm__desc {
        font-size: 1.2rem;
        line-height: 1.66667;
        margin-bottom: 20px; }
      .p-loginForm__label {
        font-size: 14px;
        letter-spacing: 0.02em;
        margin-right: 0;
        margin-bottom: 10px; }
      .p-loginForm__error {
        right: 0;
        top: -10px;
        font-weight: 700; }
      .p-loginForm__input[type="text"], .p-loginForm__input[type="password"] {
        font-size: 13px; }
      .p-loginForm__reset {
        font-size: 11px;
        margin-top: 20px; }
      .p-loginForm__btn {
        margin-top: 20px; }
        .p-loginForm__btn .c-btn-arrow {
          width: 100%; }
    .p-loginFeature {
      margin-top: 60px; }
      .p-loginFeature__inner {
        margin-left: 15px;
        margin-right: 15px; }
        .p-loginFeature__heading span {
          font-size: 1.4rem; }
      .p-loginFeature__headingDeco {
        bottom: 1rem; }
        .p-loginFeature__headingDeco.-is1 {
          width: 3.2rem;
          left: -4rem; }
        .p-loginFeature__headingDeco.-is2 {
          width: 3.2rem;
          right: -4rem; }
      .p-loginFeature__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px; }
      .p-loginFeature__item {
        width: auto;
        width: calc(50% - 7.5px); }
    .p-loginGuide {
      margin-top: 60px; }
      .p-loginGuide__inner {
        margin-left: 15px;
        margin-right: 15px; }
      .p-loginGuide__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .p-loginGuide__banner {
        width: 100%; }
        .p-loginGuide__banner:not(:first-child) {
          margin-top: 30px; }
    .p-loginRegister {
      margin-top: 30px; }
      .p-loginRegister__text {
        font-size: 15px;
        letter-spacing: 0.05em; }
      .p-loginRegister__btn {
        margin-top: 20px; }
        .p-loginRegister__btn .c-btn-arrow {
          max-width: 28.5rem; }
    .p-media__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-media .c-textHeadingIcon .c-char {
      z-index: 2;
      max-height: initial;
      max-width: initial;
      width: 53px;
      height: 24px;
      top: -8px;
      right: 36px; }
    .p-mediaKV {
      padding-bottom: 35px; }
      .p-mediaKV__lede {
        font-size: 1.4rem; }
      .p-mediaKV .c-note {
        text-align: left;
        text-indent: -1em;
        margin-left: 1em;
        padding: 0 15px;
        line-height: 1.6; }
  .p-mediaSection .c-block-more {
    padding-bottom: 25px; }
  .p-mediaSection__inner {
    padding: 0 15px; }
      .c-list-media .c-img {
        border-radius: 100%; }
    .c-list-media {
      margin-top: 60px;
      display: block; }
      .c-list-media__item:nth-of-type(n + 2) {
        margin-top: 40px; }
      .c-list-media a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .c-list-media .c-name {
        font-size: 1.2rem; }
      .c-list-media .c-img {
        width: 34.78%;
        height: 34.78%;
        margin-right: 15px; }
      .c-list-media .c-account {
        font-size: 1.3rem; }
      .c-list-media .c-description {
        font-size: 1.3rem; }
      .c-list-media .c-badge {
        font-size: 1.2rem;
        margin-top: 1em; }
      .c-list-media.-l {
        padding: 0 15px;
        margin-top: 40px; }
        .c-list-media.-l .c-list-media__item:nth-of-type(n + 2) {
          margin-top: 60px; }
        .c-list-media.-l a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .c-list-media.-l .c-name {
          letter-spacing: 0.1em;
          font-size: 1.6rem; }
        .c-list-media.-l .c-img {
          width: 63.49%;
          max-width: 200px;
          margin: 0 auto 10px; }
  .p-movie .c-textHeadingIcon {
    margin: 40px auto 28px; }
    .p-movie .c-textHeadingIcon .-char1 {
      width: 73px;
      left: -83px;
      top: -4px; }
    .p-movie .c-textHeadingIcon .-char2 {
      width: 81px;
      right: -90px;
      top: -5px; }
  .p-movie .c-link-bottom {
    margin-top: 60px; }
  .p-movie .-to-top {
    margin-right: 15px; }
    .p-movieYoutube__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-movieYoutube {
      margin-top: 40px; }
      .p-movieYoutube__inner {
        padding: 0; }
      .p-movieYoutube__body {
        margin-top: 23px;
        padding-left: 15px; }
      .p-movieYoutube .c-slide-search {
        margin-top: 25px; }
      .p-movieYoutube .c-primary {
        font-size: 1.8rem; }
  .p-movieNew__inner {
    padding-left: 15px;
    padding-right: 15px; }
  .p-movieNew {
    margin-top: 60px; }
    .c-list-movie .c-img {
      border-radius: 10px; }
  .c-list-movie {
    margin-top: 30px;
    padding: 0 15px; }
    .c-list-movie__item:nth-of-type(n + 2) {
      margin-top: 40px; }
    .c-list-movie .c-title {
      margin-top: 15px;
      font-size: 1.3rem; }
    .c-list-movie .c-figure {
      margin-top: 15px;
      font-size: 1.3rem; }
    .c-list-movie .c-img {
      width: 40px; }
      .c-list-movie-channel .c-img {
        border-radius: 100%; }
    .c-list-movie-channel {
      margin: 27px auto 40px; }
      .c-list-movie-channel__item {
        width: 50%; }
        .c-list-movie-channel__item:nth-of-type(n + 3) {
          margin-top: 40px; }
      .c-list-movie-channel .c-name {
        font-size: 1.2rem; }
      .c-list-movie-channel .c-img {
        width: 82.35%;
        margin: auto; }
    .p-movieSection__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-movieSection {
      margin-top: 50px; }
      .p-movieSection.-others {
        margin-top: 60px; }
      .p-movieBanner__inner {
        padding-left: 15px;
        padding-right: 15px; }
    .p-movieBanner {
      margin-top: 60px; }
      .p-movieBanner__inner {
        padding: 0; }
    .p-movieDetail__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-movieDetail-head .c-img {
        border-radius: 100%; }
    .p-movieDetail-head {
      margin-top: 60px; }
      .p-movieDetail-head .c-figure {
        padding-bottom: 20px; }
      .p-movieDetail-head .c-img {
        -ms-flex-item-align: end;
            align-self: flex-end;
        width: 90px; }
      .p-movieDetail-head__catch {
        font-size: 1.1rem;
        margin: 6px 0; }
      .p-movieDetail-head__h1 {
        font-size: 1.4rem;
        margin-bottom: 8px; }
      .p-movieDetail-head__description {
        padding-top: 15px;
        font-size: 1.3rem;
        border-top: dotted 2px var(--c-primary); }
    .p-movieDetail-content {
      margin-top: 70px; }
      .p-movieDetail-content .c-btn-arrow {
        margin-top: 100px; }
  .p-news .c-textHeadingIcon {
    margin: 40px auto 28px; }
    .p-news .c-textHeadingIcon .c-char {
      z-index: 2;
      max-height: initial;
      max-width: initial;
      width: 85px;
      height: 100px;
      bottom: -15px;
      left: -96px; }
  .p-news .-to-top {
    margin-right: 15px; }
    .p-newsKV__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-newsKV__alert {
      margin-top: 0;
      margin-left: 15px;
      margin-right: 15px; }
    .p-newsKV__inner {
      padding: 0; }
    .p-newsSearch__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-newsSearch {
      margin-top: 40px; }
      .p-newsSearch .c-slide-search {
        margin-top: 20px; }
      .p-newsSearch__inner {
        padding: 0; }
      .p-newsSearch__head {
        margin-top: 60px; }
    .p-newsSection__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-newsSection {
      margin-top: 40px; }
      .p-newsSection__head {
        margin-top: 60px; }
      .p-newsSection .c-btn-arrow {
        margin-top: 40px; }
    .p-newsOther__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-newsOther {
      margin-top: 60px; }
      .p-newsOther .c-banner-plus {
        margin-top: 40px; }
    .p-notfound {
      padding-left: 30px;
      padding-right: 30px; }
      .p-notfound__heading {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 6rem;
        line-height: 6rem; }
        .p-notfound__heading small {
          font-size: 2rem;
          font-size: 2rem; }
      .p-notfound__headingSub {
        font-size: 1.9rem; }
        .p-notfound__headingSub span {
          letter-spacing: 0.01em;
          font-size: 1.2rem; }
      .p-notfound__illust {
        width: 190px;
        margin-top: 43px; }
      .p-notfound__desc {
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        line-height: 2.4rem;
        text-align: left;
        margin-top: 35px; }
    .p-notfound__btn {
      margin-top: 47px; }
    .c-pageContent .c-detail-h2:nth-of-type(n + 2) {
      margin-top: 55px; }
      .p-portal__head {
        padding-top: 24px; }
        .p-portal__head .c-textHeadingIcon__iconItem {
          width: 24px;
          height: 28px; }
      .p-portal__logoutBtn {
        font-size: 1.2rem;
        right: 20px; }
      .p-portal__tabSelector {
        margin: 40px -15px 0;
        padding: 0 15px; }
      .p-portal__tabSelectorItem {
        width: 50%;
        font-size: 14px;
        border-radius: 4px 4px 0 0; }
        .p-portal__tabSelectorItem::before {
          display: none; }
      .p-portal__tab {
        margin-top: 38px; }
      .p-portal__tabItemBtns.-rightspace {
        padding-right: 15px; }
      .p-portal__tabItemBtns {
        margin-top: 60px; }
      .p-portal__tabLoadBtn, .p-portal__tabTopBtn {
        white-space: nowrap; }
      .p-portal__tabLoadBtn {
        font-size: 13px;
        margin-left: -50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      .p-portal__tabTopBtn {
        font-size: 14px; }
      .p-portal__bread {
        margin-top: 60px; }
        .p-portal__bread .c-bread {
          padding: 0; }
      .p-portal__bread .c-bread-list {
        padding: 0; }
    .p-portal__breadInner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-portal .c-textRoundLine {
      padding-top: 42px;
      margin: 0 15px; }
      .p-portal .c-textRoundLine .c-line {
        width: 314px;
        height: 45px; }
      .p-portalTitle img {
        margin-top: -26px; }
    .p-portalIntro__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-portalIntro__name {
      font-size: 26px;
      line-height: 1.38;
      letter-spacing: 0.01em;
      margin-top: 24px; }
    .p-portalIntro__text {
      font-size: 14px;
      line-height: 1.57;
      margin-top: 30px; }
    .p-portalIntro__character {
      height: 180px;
      width: 100%;
      margin-top: 42px; }
      .p-portalIntro__character.-blank {
        width: 180px;
        height: 180px;
        font-size: 14px;
        margin-top: 24px; }
    .p-portalIntro__bgDeco {
      margin-top: -6vw;
      height: 60px; }
      .p-portalIntro__bg::before {
        height: 100%; }
    .p-portalIntro__content {
      margin-top: 0; }
  .p-portalIntro__bannerSlider {
    margin: 0 -15px 0 -15px; }
    .p-portalIntro__calendar.-mt0 {
      margin-top: 0; }
    .p-portalIntro__calendar {
      margin-top: 40px; }
    .p-portalIntro__calendarContent {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 18px 12px;
      margin: 6px; }
    .p-portalIntro__calendarIllust {
      width: 63px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 4px; }
    .p-portalIntro__calendarGroup {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-portalIntro__calendarIcon svg {
        width: 40px;
        height: 33px; }
    .p-portalIntro__calendarTextJp {
      font-size: 12px; }
    .p-portalIntro__calendarTextEn {
      font-size: 26px; }
    .p-portalIntro__calendarMessage {
      font-size: 12px;
      line-height: 1.33;
      margin-top: 6px; }
    .p-portalIntro__calendarArrow {
      right: 12px; }
    .p-portalIntro__anchor {
      margin: 40px -15px 0;
      padding-bottom: 40px; }
      .p-portalIntro__anchor ::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none; }
      .p-portalIntro__anchor::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none; }
      .p-portalIntro__anchor .c-link-bottom {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow: auto;
        padding: 0 15px 3px; }
    .p-portalIntro__anchor.-mt0 {
      margin-top: 0; }
    .p-portalClip {
      padding: 0 0 60px 0; }
      .p-portalClip__inner {
        padding-left: 15px;
        padding-right: 15px; }
    .p-portalClipArticle__item:not(:first-child) {
      margin-top: 18px; }
    .p-portalFavorite {
      margin-top: 60px; }
    .p-portalFavorite__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-portalFavorite__infoText {
        margin-top: -10px; }
      .p-portalFavorite__list {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .p-portalFavorite__item {
        width: calc(50% - 10px);
        margin-top: 30px; }
        .p-portalFavorite__item .c-cardGoods__blank-icon {
          width: 8px;
          height: 8px; }
      .p-portalFavorite__item .c-cardGoods__icon {
        width: 30px;
        height: 30px; }
      .p-portalFavorite__item .c-cardGoods__tag {
        display: none; }
      .p-portalFavorite__item .c-cardGoods__date {
        margin-left: 0;
        width: 100%; }
      .p-portalFavorite__btn {
        margin-top: 45px; }
    .p-portalNews {
      padding-bottom: 60px;
      margin-top: 60px; }
    .p-portalNews__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-portalNews__list {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px; }
    .p-portalNews__item {
      margin-top: 40px; }
      .p-portalNews__btn .c-btn-arrow {
        width: 285px; }
      .p-portalNews__btn {
        margin-top: 40px; }
      .p-portalNews__topBtn {
        margin-top: 60px; }
    .p-portalBottom__bgDeco {
      height: 60px; }
      .p-portalBottom__bg::before {
        height: 100%; }
    .p-portalBottom__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-portalBottom__content {
      margin-top: 0; }
    .p-portalBottom__guide {
      width: 100%; }
    .p-portalBottom__download {
      padding: 30px 15px;
      margin-top: 30px; }
    .p-portalBottom__downloadHead {
      font-size: 16px; }
    .p-portalBottom__downloadBtns {
      margin-top: 18px; }
    .p-portalBottom__downloadBtn {
      height: 49px;
      margin: 0 8px; }
    .p-portalBottom__linkText {
      margin-top: 18px; }
    .p-portalClipNotFound__title {
      font-size: 14px; }
    .p-portalClipNotFound__box {
      margin-top: 40px;
      max-width: 285px;
      padding: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .p-portalClipNotFound__boxTextCol {
    width: 100%; }
    .p-portalClipNotFound__boxHead {
      font-size: 14px;
      text-align: center; }
    .p-portalClipNotFound__boxText {
      font-size: 12px; }
    .p-portalClipNotFound__boxImgCol {
      margin-top: 18px; }
    .p-portalClipNotFound__boxImg {
      width: 100%; }
    .p-portalClipNotFound__boxImgText {
      font-size: 13px; }
    .p-portalClipRecommend {
      margin-top: 40px; }
      .p-portalClipRecommend__text {
        font-size: 14px; }
        .p-portalClipRecommend__text img {
          width: 11px;
          margin-right: 7px; }
      .p-portalClipRecommend__list {
        margin-top: 20px; }
      .p-portalClipRecommend__item:not(:first-child) {
        margin-top: 13px; }
      .p-portalClipRecommend__btns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 40px; }
      .p-portalClipRecommend__btn {
        width: 285px; }
      .p-portalClipRecommend__btn .c-btn-arrow {
        width: 285px; }
      .p-portalClipRecommend__btn:not(:first-child) {
        margin-top: 40px; }
  .p-portalFavoriteNotFound {
    padding-top: 55px;
    padding-bottom: 50px; }
  .p-portalFavoriteNotFound.-pt-none {
    padding-top: 0; }
    .p-portalFavoriteNotFound__title {
      font-size: 14px; }
    .p-portalFavoriteNotFound__box {
      padding: 24px 18px 18px;
      max-width: 315px;
      margin-top: 30px; }
  .p-portalFavoriteNotFound__boxRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px; }
    .p-portalFavoriteNotFound__boxTitle {
      font-size: 14px;
      text-align: center; }
    .p-portalFavoriteNotFound__boxText {
      font-size: 12px;
      line-height: 1.66;
      margin-top: 18px; }
    .p-portalFavoriteNotFound__boxImg {
      position: static;
      width: 141px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 8px; }
    .p-portalFavoriteNotFound__btn .c-btn-arrow {
      width: 285px; }
    .p-portalFavoriteNotFound__btn {
      margin-top: 32px; }
    .p-portalFavoriteError {
      margin-top: 30px; }
      .p-portalFavoriteError__title {
        font-size: 14px; }
      .p-portalFavoriteError__img {
        width: 100%;
        max-width: 280px; }
      .p-portalModal__box {
        padding: 40px 15px; }
      .p-portalModal__boxText {
        font-size: 1.4rem;
        line-height: 2.2rem; }
      .p-portalModal__btns {
        width: 100%;
        margin-top: 40px; }
      .p-portalModal__btn {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .p-portalModal__btn .c-btn-arrow-line {
          font-size: 1.3rem; }
        .p-portalModal__btn + .p-portalModal__btn {
          margin-left: 15px; }
    .p-sanrioplusKV {
      height: 343px;
      background-image: url(../images/sanrioplus/kv-cloud-sp.svg);
      background-size: auto 150px; }
    .p-sanrioplusKV__inner {
      padding-left: 15px;
      padding-right: 15px; }
      .p-sanrioplusKV__logo {
        width: 274px;
        height: 280px;
        margin: 38px auto 0; }
      .p-sanrioplusKV__text {
        font-size: 1.1rem;
        margin: 9px 0 0; }
    .p-sanrioplusIntro {
      margin: 40px 0 0; }
    .p-sanrioplusIntro__begin {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sanrioplusIntro__begin {
      padding-left: 30px;
      padding-right: 30px; }
      .p-sanrioplusIntro__beginTtl {
        font-size: 2.0rem;
        letter-spacing: 0.0625em; }
        .p-sanrioplusIntro__beginTtl::before, .p-sanrioplusIntro__beginTtl::after {
          width: 33px;
          height: 29px;
          top: -12px; }
        .p-sanrioplusIntro__beginTtl::before {
          left: -45px; }
        .p-sanrioplusIntro__beginTtl::after {
          right: -46px; }
      .p-sanrioplusIntro__beginDesc {
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: left;
        margin: 29px 0 27px; }
    .p-sanrioplusIntro__point {
      margin: 40px 0 0;
      text-align: left; }
    .p-sanrioplusIntro__pointBlock {
      position: relative; }
      .p-sanrioplusIntro__pointBlock.-po2 {
        margin-top: 70px; }
      .p-sanrioplusIntro__pointText {
        font-size: 1.6rem;
        padding: 50px 0 0 60px;
        margin: 0 auto;
        position: relative; }
      .p-sanrioplusIntro__pointTextPo1 {
        width: 87px;
        height: 60px;
        background-image: url(../images/sanrioplus/pont-1-balloon-sp.svg);
        margin: 0;
        position: absolute;
        left: -2px;
        top: 0; }
      .p-sanrioplusIntro__pointTextPo2 {
        width: 87px;
        height: 60px;
        background-image: url(../images/sanrioplus/pont-2-balloon-sp.svg);
        margin: 0;
        position: absolute;
        left: 185px;
        top: 2px; }
      .p-sanrioplusIntro__pointIllust1 {
        width: 200px;
        margin: 18px auto;
        -webkit-transform: translateX(27%);
                transform: translateX(27%); }
      .p-sanrioplusIntro__pointIllust2 {
        width: 232px;
        margin: 18px auto;
        -webkit-transform: translateX(-16.5%);
                transform: translateX(-16.5%); }
      .p-sanrioplusIntro__pointCloud1, .p-sanrioplusIntro__pointCloud2 {
        width: 130px; }
      .p-sanrioplusIntro__pointCloud1 {
        left: 50%;
        top: auto;
        bottom: -43px;
        -webkit-transform: translateX(-197%);
                transform: translateX(-197%); }
      .p-sanrioplusIntro__pointCloud2 {
        right: 50%;
        bottom: 49px;
        -webkit-transform: translateX(187%);
                transform: translateX(187%); }
      .p-sanrioplusIntro__app {
        margin: 30px 0 0; }
    .p-sanrioplusApp {
      width: 345px;
      max-width: calc(100vw - 30px); }
      .p-sanrioplusApp__box {
        padding-bottom: 83.1%;
        background-image: url(../images/sanrioplus/app-box-sp.svg); }
      .p-sanrioplusApp__ttl {
        top: 14.5%; }
      .p-sanrioplusApp__btn {
        top: 42%; }
      .p-sanrioplusApp__download {
        top: 67%;
        display: block;
        height: 30%; }
      .p-sanrioplusApp__links {
        margin: 23px 0 0;
        display: block; }
        .p-sanrioplusApp__links li {
          padding: 0; }
          .p-sanrioplusApp__links li + li {
            margin-top: 16px; }
    .p-sanrioplusBenefits {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sanrioplusBenefits {
      margin-top: 60px;
      background-position: center bottom, center top;
      background-size: 241px 227px, auto 42px;
      padding-top: 52px;
      padding-bottom: 90px; }
      .p-sanrioplusBenefits__ttl {
        font-size: 2.0rem; }
        .p-sanrioplusBenefits__ttl::before, .p-sanrioplusBenefits__ttl::after {
          top: -9px; }
        .p-sanrioplusBenefits__ttl::before {
          left: -60px; }
        .p-sanrioplusBenefits__ttl::after {
          right: -60px; }
      .p-sanrioplusBenefits__blocks {
        margin: 32px 15px 0;
        display: block; }
      .p-sanrioplusBenefits__block + .p-sanrioplusBenefits__block {
        margin-top: 40px; }
      .p-sanrioplusBenefits__num {
        width: 54px;
        height: 45px; }
        .p-sanrioplusBenefits__num span {
          padding: 0 0 7px; }
      .p-sanrioplusBenefits__copy {
        font-size: 1.8rem;
        min-height: initial;
        margin: 12px 0 16px; }
      .p-sanrioplusBenefits__copyEn {
        font-size: 3.4rem; }
      .p-sanrioplusBenefits__illust1, .p-sanrioplusBenefits__illust2, .p-sanrioplusBenefits__illust3 {
        max-width: 500px;
        padding: 0;
        margin: 0 auto; }
    .p-sanrioplusBenefits__illust1 {
      margin-top: -22px;
      margin-bottom: -18px; }
    .p-sanrioplusBenefits__illust3 {
      margin-top: -22px;
      margin-bottom: -18px; }
      .p-sanrioplusBenefits__illust3 div {
        -webkit-transform: translateX(-1.5%);
                transform: translateX(-1.5%); }
      .p-sanrioplusBenefits__desc {
        font-size: 1.4rem;
        margin: 19px 15px 0; }
        .p-sanrioplusBenefits__desc small {
          font-size: 1.1rem; }
      .p-sanrioplusBenefits__btn {
        margin: 40px 0 0; }
    .p-sanrioplusFeature {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sanrioplusFeature {
      margin-top: 0;
      background-image: url(../images/sanrioplus/mask-pink.svg);
      background-size: auto 42px;
      padding: 57px 0 0; }
    .p-sanrioplusFeature__inner {
      padding: 0 15px 56px;
      background-image: url(../images/sanrioplus/feature-bg-sp-lt.svg), url(../images/sanrioplus/feature-bg-sp-gt.svg);
      background-repeat: repeat-y;
      background-position: 0% 0px, 100% 0px;
      background-size: 115px auto, 108px auto; }
      .p-sanrioplusFeature__ttl {
        font-size: 2.0rem; }
        .p-sanrioplusFeature__ttl::before, .p-sanrioplusFeature__ttl::after {
          width: 40px;
          height: 33px;
          top: 0; }
        .p-sanrioplusFeature__ttl::before {
          left: -53px; }
        .p-sanrioplusFeature__ttl::after {
          right: -54px; }
      .p-sanrioplusFeature__anchor {
        margin: 37px 0 0; }
        .p-sanrioplusFeature__anchor + .p-sanrioplusFeature__anchor {
          margin-top: 0; }
    .p-sanrioplusSec {
      margin: 44px 15px 0;
      text-align: left; }
      .p-sanrioplusSec__headLine {
        width: 314px;
        height: 45px; }
      .p-sanrioplusSec__headText {
        font-size: 2rem;
        margin: 40px auto 0; }
      .p-sanrioplusSec__headNew {
        width: 33px;
        height: 34px;
        margin: -22px auto 8px; }
      .p-sanrioplusSec__copy {
        font-size: 1.6rem;
        margin: 20px 0 0; }
      .p-sanrioplusSec__desc {
        margin: 22px 0 0;
        font-size: 1.4rem;
        line-height: 1.75; }
      .p-sanrioplusSec__note {
        display: block;
        margin: 28px 0 0; }
        .p-sanrioplusSec__note ul {
          font-size: 1.1rem; }
      .p-sanrioplusSec__btn {
        margin: 25px 0 0; }
    .p-sanrioplusSec__back {
      margin: 30px -15px 0 0; }
      .p-sanrioplusSec__app {
        margin: 57px -15px 0; }
      .p-sanrioplusSec__illust {
        margin: 25px auto 0; }
        .p-sanrioplusSec__illust.-mymelody {
          width: 210px;
          height: 156px;
          -webkit-transform: none;
                  transform: none; }
        .p-sanrioplusSec__illust.-kikilala {
          width: 298px;
          height: 140px;
          -webkit-transform: translateX(2.5%);
                  transform: translateX(2.5%); }
        .p-sanrioplusSec__illust.-hellokitty {
          width: 315px;
          height: 330px;
          -webkit-transform: none;
                  transform: none; }
        .p-sanrioplusSec__illust.-kuromi {
          width: 257px;
          height: 156px; }
        .p-sanrioplusSec__illust.-tuxedosam {
          width: 162px;
          height: 159px; }
    .p-sanrioplusOthers {
      margin: 25px 0 0; }
      .p-sanrioplusOthers + .p-sanrioplusOthers {
        margin-top: 40px; }
      .p-sanrioplusOthers__cont {
        display: block;
        max-width: 500px;
        margin: 0 auto; }
      .p-sanrioplusOthers__block {
        width: 295px; }
        .p-sanrioplusOthers__block:nth-of-type(odd) {
          margin: 0 auto 0 -15px;
          -webkit-transform: translateX(-2%);
                  transform: translateX(-2%); }
        .p-sanrioplusOthers__block:nth-of-type(even) {
          margin: 0 0 0 auto; }
        .p-sanrioplusOthers__block + .p-sanrioplusOthers__block {
          margin-top: 5px; }
      .p-sanrioplusOthers__desc {
        bottom: 17%; }
    .p-sanrioplusOthers__btn {
      margin: 10px 0 0; }
        .p-sanrioplusOthers__illust.-cinnamon {
          width: 43%;
          left: 27%;
          top: 14.5%; }
    .p-sanrioplusNews {
      margin: 55px 0 0; }
    .p-sanrioplusNews__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sanrioplusShare {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sanrioplusShare {
      margin-top: 60px; }
      .p-sanrioplusShare__label {
        margin: 0 0 7px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center; }
      .p-sanrioplusShare .c-icon-sns {
        width: 36px;
        height: 36px; }
    .p-sanrioplusGiftIntro {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sanrioplusGiftIntro {
      margin-top: 28px;
      text-align: left; }
      .p-sanrioplusGiftIntro__ttl {
        width: 312px;
        height: 109px;
        background-image: url(../images/sanrioplus/gift/intro-ttl-sp.png); }
      .p-sanrioplusGiftIntro__desc {
        margin: 15px 0 0;
        padding: 0 15px;
        font-size: 1.3rem;
        line-height: 1.8; }
      .p-sanrioplusGiftIntro__note {
        display: block;
        margin: 11px 15px 0; }
        .p-sanrioplusGiftIntro__note ul {
          line-height: 1.75; }
      .p-sanrioplusGiftIntro .c-detail-note-alpha {
        margin: 11px auto 0;
        line-height: 1.75; }
      .p-sanrioplusGiftIntro__btn {
        margin-top: 26px; }
      .p-sanrioplusGiftIntro__link {
        margin: 26px 15px 0; }
        .p-sanrioplusGiftIntro__link li {
          margin: 0 20px; }
  .p-sanrioplusGiftSchedule__inner,
  .p-sanrioplusGiftList__inner,
  .p-sanrioplusGiftSpecial__inner {
    padding-left: 15px;
    padding-right: 15px; }
    .p-sanrioplusGiftSchedule__date,
    .p-sanrioplusGiftList__date,
    .p-sanrioplusGiftSpecial__date {
      margin: 16px 0 0;
      font-size: 1.0rem; }
      .p-sanrioplusGiftSchedule__date span,
      .p-sanrioplusGiftList__date span,
      .p-sanrioplusGiftSpecial__date span {
        font-size: 1.2rem; }
    .p-sanrioplusGiftSchedule__items,
    .p-sanrioplusGiftList__items,
    .p-sanrioplusGiftSpecial__items {
      margin: 30px 15px 0; }
  .p-sanrioplusGiftSchedule__item + .p-sanrioplusGiftSchedule__item,
  .p-sanrioplusGiftList__item + .p-sanrioplusGiftSchedule__item,
  .p-sanrioplusGiftSpecial__item + .p-sanrioplusGiftSchedule__item, .p-sanrioplusGiftSchedule__item +
  .p-sanrioplusGiftList__item,
  .p-sanrioplusGiftList__item +
  .p-sanrioplusGiftList__item,
  .p-sanrioplusGiftSpecial__item +
  .p-sanrioplusGiftList__item, .p-sanrioplusGiftSchedule__item +
  .p-sanrioplusGiftSpecial__item,
  .p-sanrioplusGiftList__item +
  .p-sanrioplusGiftSpecial__item,
  .p-sanrioplusGiftSpecial__item +
  .p-sanrioplusGiftSpecial__item {
    margin-top: 35px; }
    .p-sanrioplusGiftSchedule {
      padding: 60px 0 115px;
      margin: 58px 0 0; }
    .p-sanrioplusGiftList {
      padding: 60px 0 115px; }
    .p-sanrioplusGiftSpecial {
      padding: 60px 0 0; }
    .p-sanrioplusGiftItem__head {
      font-size: 1.4rem;
      padding-left: 22px; }
      .p-sanrioplusGiftItem__head .c-icon {
        width: 14px;
        height: 14px;
        top: 0.1em; }
        .p-sanrioplusGiftItem__head.-new .c-icon {
          top: -0.5em; }
    .p-sanrioplusGiftItem__body {
      margin: 7px 0 0; }
    .p-sanrioplusGiftItem__pic {
      width: 150px;
      margin: 5px 0 0; }
    .p-sanrioplusGiftItem__cont {
      width: calc(100% - 150px);
      padding-left: 11px; }
    .p-sanrioplusGiftItem__smile {
      font-size: 1.0rem; }
      .p-sanrioplusGiftItem__smile strong {
        font-size: 2.4rem;
        margin: 0 4px 0 0; }
      .p-sanrioplusGiftItem__smile .c-icon {
        width: 18px;
        height: 17px;
        margin: 0 6px 0 0; }
    .p-sanrioplusGiftItem__note {
      font-size: 1.0rem;
      margin: 2px 0 0; }
    .p-sanrioplusGiftItem__desc {
      font-size: 1.2rem;
      line-height: 1.5;
      margin: 11px 0 0; }
    .p-sanrioplusGiftItem__spec {
      font-size: 1.0rem;
      margin: 6px 0 0; }
    .p-sanrioplusGiftItem__desc + .p-sanrioplusGiftItem__spec {
      padding-top: 6px; }
      .p-sanrioplusGiftSlider__inner {
        border-radius: 10px; }
      .p-sanrioplusGiftSlider .swiper {
        border-radius: 8px; }
      .p-sanrioplusGiftSlider .swiper-pagination {
        position: static;
        margin: 10px 0 0; }
      .p-sanrioplusGiftSlider .swiper-pagination-bullet {
        width: 6px;
        height: 6px; }
    .p-sanrioplusGuideIntro {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sanrioplusGuideIntro {
      margin-top: 28px; }
      .p-sanrioplusGuideIntro__ttl {
        width: 107px;
        height: 96px;
        background-image: url(../images/sanrioplus/guide/intro-ttl-sp.png); }
      .p-sanrioplusGuideIntro__ttlsub {
        font-size: 2.0rem;
        margin: 25px 0 0; }
      .p-sanrioplusGuideIntro__desc {
        margin: 25px 0 0;
        padding: 0 15px;
        font-size: 1.6rem; }
        .p-sanrioplusGuideDetail .p-sanrioplusGuideIntro__desc {
          text-align: left; }
      .p-sanrioplusGuideIntro__text {
        margin: 30px 0 0;
        padding: 0 15px;
        font-size: 1.3rem;
        font-weight: normal;
        line-height: 1.85; }
        .p-sanrioplusGuideDetail .p-sanrioplusGuideIntro__text {
          text-align: left; }
      .p-sanrioplusGuideIntro .c-detail-note-alpha {
        margin: 11px auto 0;
        line-height: 1.75; }
      .p-sanrioplusGuideIntro__link {
        margin: 16px 15px 0; }
        .p-sanrioplusGuideIntro__link li {
          margin: 0 20px; }
      .p-sanrioplusGuideIntro__news {
        margin: 38px 15px 0;
        border-radius: 10px;
        padding: 30px 15px 32px; }
        .p-sanrioplusGuideIntro__news a {
          display: block;
          font-size: 1.4rem; }
        .p-sanrioplusGuideIntro__news span + span {
          margin-top: 12px; }
    .p-sanrioplusGuideMenu {
      margin: 42px 0 0;
      padding: 0 0 60px; }
      .p-sanrioplusGuideMenu__inner {
        padding-left: 15px;
        padding-right: 15px; }
      .p-sanrioplusGuideMenu__inner {
        padding-left: 30px;
        padding-right: 30px; }
      .p-sanrioplusGuideMenu__ttl {
        width: 266px;
        height: 30px;
        background-image: url(../images/sanrioplus/guide/menu-ttl-sp.png);
        margin: 60px auto 30px; }
    .p-sanrioplusGuideMenu__btn {
      margin: 28px 0 0; }
    .p-sanrioplusGuideMenu__btnItem + .p-sanrioplusGuideMenu__btnItem {
      margin-top: 30px; }
      .p-sanrioplusGuideMenu__menu {
        gap: 40px;
        gap: 24px 40px;
        margin: 60px 0 0; }
        .p-sanrioplusGuideMenu__menu > * {
          width: calc((100% - (40px * 2) - (0px * 2)) / 3); }
      .p-sanrioplusGuideMenu__menuIcon {
        width: 78px;
        height: 78px; }
      .p-sanrioplusGuideMenu__sec {
        margin: 60px 0 0; }
      .p-sanrioplusGuideMenu__headLine {
        width: 314px;
        height: 45px; }
      .p-sanrioplusGuideMenu__headText {
        font-size: 2rem;
        margin: 22px auto 0; }
      .p-sanrioplusGuideMenu__headIcon {
        margin: 0 auto 5px; }
      .p-sanrioplusGuideMenu__desc {
        font-size: 1.3rem;
        text-align: left;
        margin: 20px 0 0; }
      .p-sanrioplusGuideMenu__subhead {
        margin: 35px 0 0; }
    .p-sanrioplusGuideMenu__list {
      margin: 27px 0 0; }
    .p-sanrioplusGuideMenu__listItem + .p-sanrioplusGuideMenu__listItem {
      margin-top: 21px; }
    .p-sanrioplusGuideMenu__listItem .c-link-icon {
      font-size: 1.4rem; }
      .p-sanrioplusGuideMenu__back {
        margin: 30px -15px 0 0; }
    .p-sanrioplusGuideSvg.-smile {
      width: 30px;
      height: 29px; }
    .p-sanrioplusGuideSvg.-coupon {
      width: 43px;
      height: 24px; }
    .p-sanrioplusGuideSvg.-event {
      width: 30px;
      height: 34px; }
    .p-sanrioplusGuideSvg.-birthday {
      width: 31px;
      height: 36px; }
    .p-sanrioplusGuideSvg.-news {
      width: 31px;
      height: 34px; }
    .p-sanrioplusGuideSvg.-zine {
      width: 36px;
      height: 37px; }
    .p-sanrioplusGuideSvg.-shopsearch {
      width: 34px;
      height: 29px; }
    .p-sanrioplusGuideSvg.-member {
      width: 30px;
      height: 33px; }
    .p-sanrioplusGuideSvg.-function {
      width: 41px;
      height: 42px; }
    .p-sanrioplusGuideSvg.-other {
      width: 33px;
      height: 31px; }
  .p-sanrioplusGuideContact {
    padding-left: 15px;
    padding-right: 15px; }
  .p-sanrioplusGuideContact {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px; }
    .p-sanrioplusGuideContact__inner {
      padding: 28px 5px 30px; }
    .p-sanrioplusGuideContact__desc {
      font-size: 1.3rem; }
    .p-sanrioplusGuideContact__btn {
      margin: 26px 0 0; }
      .p-sanrioplusGuideContact__btn .c-btn-arrow {
        max-width: 100%; }
  .p-sanrioplusGuideDetailNav {
    padding-left: 15px;
    padding-right: 15px; }
  .p-sanrioplusGuideDetailNav {
    margin-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.4rem; }
    .p-sanrioplusGuideDetailNav__item + .p-sanrioplusGuideDetailNav__item {
      margin-top: 18px; }
    .p-sanrioplusGuideDetailNav__anchor {
      color: var(--link-color); }
    .p-sanrioplusGuideDetailNav .c-icon {
      width: 18px;
      height: 18px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18px;
              flex: 0 0 18px;
      margin-right: 8px; }
    .p-sanrioplusGuideDetailContent__inner {
      padding: 0 calc(15px * 2); }
      .p-sanrioplusGuideDetailContent__back {
        margin: 54px 0 0; }
      .p-sanrioplusGuideDetailContent__faq {
        margin: 60px 0 0;
        text-align: left;
        line-height: 2;
        padding: 24px 15px 29px; }
      .p-sanrioplusGuideDetailContent__faqBtn {
        margin: 25px 0 0; }
  .c-acf {
    font-size: 1.3rem;
    line-height: 1.85; }
    .c-acf h1:not([class]) {
      font-size: 1.8rem;
      padding-bottom: 6px;
      margin-bottom: 1.5em;
      margin-top: 50px; }
    .c-acf h2:not([class]) {
      font-size: 1.4rem;
      padding-left: 1.4em;
      background-size: 14px 14px;
      min-height: 14px;
      margin: 2.25em 0 0.5625em; }
  .c-acf-editor ul:not([class]) > li {
    padding-left: 15px; }
    .c-acf-editor .c-detail-note-alpha + .c-detail-border {
      margin-top: 2.25em; }
    .c-acf-editor .c-detail-border + .c-detail-note-alpha {
      margin-top: 2.25em; }
  .c-acf-back {
    margin: 2.25em 0 0;
    margin-right: -15px; }
  .c-acf-btn {
    margin: 2.25em 0; }
  .c-acf-links {
    margin: 2.25em 0; }
  .c-acf-table {
    margin: 2.25em 0; }
    .c-acf-table table {
      border-top: 1px solid #F0F0F0; }
      .c-acf-table table td {
        display: block;
        width: auto !important;
        height: auto !important;
        border: 1px solid #F0F0F0;
        border-top: none;
        font-weight: bold;
        text-align: left;
        padding: 17px 13px; }
      .c-acf-table table td:nth-of-type(odd) {
        background: #f7f7f7;
        line-height: 1.36; }
    .c-acf-gallery {
      margin: 2.25em 0; }
      .c-acf-gallery__prev, .c-acf-gallery__next {
        left: -15px;
        display: none; }
      .c-acf-gallery__next {
        left: auto;
        right: -15px; }
      .c-acf-gallery__caption {
        font-size: 1.3rem;
        margin: 10px 0 0; }
      .c-acf-gallery .swiper-pagination {
        margin: 14px 0 0; }
      .c-acf-gallery .swiper-pagination-bullet {
        width: 6px;
        height: 6px; }
  .c-acf-flow {
    margin: 2.25em 0; }
    .c-acf-flow__pager {
      margin: 0 0 30px; }
    .c-acf-flow__pagerNum {
      font-size: 2.4rem; }
          .c-acf-flow__pagerNum span:last-of-type:before {
            height: 1.25em;
            -webkit-transform: translate(0, -0.1em) rotate(45deg);
                    transform: translate(0, -0.1em) rotate(45deg); }
  .c-acf-flow__desc {
    margin: 1em 0 0; }
    .c-acf-flow__heading {
      font-size: 1.4rem; }
  .c-acf-flow__text {
    margin: 6px 0 0;
    line-height: 1.85; }
    .c-acf-flow .swiper-pagination-bullet {
      width: 6px;
      height: 6px; }
  .c-acf-coupon {
    margin: 2.25em 0; }
    .c-acf-coupon__pic {
      border-radius: 10px; }
    .c-acf-coupon__text {
      font-size: 1.4rem;
      padding-bottom: .25em;
      padding: 0 0 0 18px; }
    .c-acf-slideArrow {
      width: 28px;
      height: 28px; }
      .c-acf-slideArrow__base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-acf-slideArrow__base {
        width: 28px;
        height: 28px; }
      .c-acf-slideArrow__hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-acf-slideArrow__hover {
        width: 28px;
        height: 28px; }
      .c-acf-slideArrow__arrow {
        height: 9px; }
    .p-secondRelated__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-secondRelated {
      margin-top: 60px; }
      .p-secondRelated__inner {
        padding: 0; }
      .p-secondRelated__head {
        padding: 0 15px; }
      .p-secondRelated .c-slide-column3 {
        margin-bottom: 80px; }
    .p-secondNews__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-secondNews {
      margin-top: 60px; }
      .p-secondNews .c-btn-arrow {
        margin-top: 40px; }
    .p-secondAccessRank__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-secondAccessRank {
      margin-top: 60px; }
      .c-bg-round .c-inner {
        padding-left: 15px;
        padding-right: 15px; }
    .c-bg-round:before {
      padding-top: 720px;
      border-radius: 50% 50% 0 0;
      min-width: 800px; }
    .c-bg-round:after {
      top: 100px; }
    .c-access-ranking {
      position: relative;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      padding: 40px 30px; }
      .c-access-ranking .c-note {
        bottom: 1.5em;
        right: calc(15px * 2); }
    .c-access-ranking-list .c-img {
      border-radius: 10px; }
  .c-access-ranking-list {
    margin-top: 40px; }
    .c-access-ranking-list__item + .c-access-ranking-list__item {
      margin-top: 30px; }
    .c-access-ranking-list .c-figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .c-access-ranking-list .c-img {
      width: 120px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 25px; }
    .c-access-ranking-list .c-badge {
      left: 120px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .c-access-ranking-list .c-badge svg {
        width: 40px;
        height: 38px; }
    .c-access-ranking-list .c-number {
      font-size: 1.4rem; }
    .c-access-ranking-list .c-title {
      font-size: 1.3rem;
      line-height: 2rem; }
    .p-relationChar__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-relationChar:before {
      top: 95px; }
  .p-secondDetailOther__inner {
    padding-left: 15px;
    padding-right: 15px; }
  .p-secondDetailOther {
    margin-top: 60px; }
      .c-shop-char-frame__heading {
        font-size: 2rem;
        margin-bottom: 1.5rem; }
    .c-shop-char-frame {
      padding: 35px 25px; }
      .c-shop-char-frame__link {
        width: 130px;
        height: 130px; }
        .c-shop-char-frame__link .-icon-shop {
          width: 44px;
          height: 38px; }
        .c-shop-char-frame__link .-icon-online {
          width: 41px;
          height: 43px; }
        .c-shop-char-frame__link .c-label {
          font-size: 1.2rem; }
      .c-shop-char-frame__char {
        width: 126px;
        height: 102px;
        -webkit-transform: translate(-50%, -95%);
                transform: translate(-50%, -95%); }
    .c-detail-head .c-row {
      margin-top: 10px; }
  .c-editor-content ul > li {
    padding-left: 15px; }
  .c-editor-content ol {
    margin: 1.5em 0; }
    .c-editor-content blockquote {
      padding: 0 20px; }
      .c-editor-content blockquote:before {
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px); }
      .c-editor-content blockquote:after {
        -webkit-transform: translateX(15px);
                transform: translateX(15px); }
    .c-detail-kv .c-img {
      border-radius: 10px; }
  .c-detail-kv {
    padding: 0 15px; }
    .c-detail-kv.-no-thumb {
      margin-top: 40px; }
    .c-detail-kv-small .c-img {
      border-radius: 10px; }
  .c-detail-kv-small {
    padding: 0 15px;
    margin: 40px 0 20px; }
    .c-detail-kv-small .c-detail-inner {
      padding: 0 0 20px;
      border-bottom: 2px dotted var(--c-primary); }
    .c-detail-kv-small .c-text {
      position: relative;
      padding-top: 30px; }
    .c-detail-kv-small .c-img {
      width: 47.36%;
      max-width: 180px;
      margin-right: 10px; }
    .c-detail-kv-small .c-detail-date {
      position: absolute;
      right: 0;
      top: 0; }
    .c-detail-kv-small .c-detail-h1 {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .c-detail-kv-small .c-badge-new {
      position: absolute;
      left: 0;
      top: 0px; }
    .c-detail-kv-small.-no-thumb .c-detail-date {
      left: 0;
      right: auto; }
    .c-detail-kv-small.-no-thumb .c-badge-new {
      position: relative; }
      .c-detail-kv-second .c-img {
        border-radius: 10px; }
    .c-detail-kv-second {
      margin: 25px -15px 20px;
      padding-bottom: 25px;
      border-bottom: 2px dotted var(--c-primary); }
      .c-detail-kv-second .c-img {
        width: 51.42%;
        margin-right: 6.34%; }
      .c-detail-kv-second .c-detail-h1 {
        font-size: 1.4rem;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .c-detail-h1 {
      font-size: 1.6rem;
      padding-bottom: 14px;
      margin-bottom: 14px; }
      .c-detail-h1 .c-badge-new {
        width: 27px;
        height: 28px;
        margin-top: -.1em; }
    .c-detail-date {
      margin: 12px 0; }
  .c-detail-description {
    font-size: 1.3rem;
    line-height: 1.8; }
    .c-detail-content {
      margin-top: 40px;
      font-size: 1.3rem; }
      .c-detail-content .c-list-disc {
        margin: 35px 0; }
      .c-detail-content .c-link-icon {
        margin: 1.5em 15px; }
  .c-detail-inner {
    padding: 0 calc(15px * 2); }
    .c-detail-release {
      font-size: 1.6rem;
      margin: 40px 0; }
      .c-detail-release + .c-detail-release {
        margin-top: 20px; }
    .c-info-panel {
      margin: 40px 0; }
      .c-info-panel__head {
        padding: 15px;
        font-size: 1.6rem; }
      .c-info-panel__body {
        padding: 15px;
        font-size: 1.3rem; }
    .c-detail-pagelink {
      font-size: 1.4rem;
      margin: 35px 0;
      line-height: 1.7; }
      .c-detail-pagelink li:nth-of-type(n + 2) {
        margin-top: .6em; }
    .c-detail-h2 {
      padding: 0.8em 1em;
      margin: 30px 0 1em;
      font-size: 1.6rem; }
    .c-detail-h3 {
      font-size: 1.4rem;
      padding-left: 1.4em;
      margin-bottom: 25px; }
      .c-detail-h3 .c-icon {
        width: 14px;
        height: 14px;
        top: 0.1em; }
      .c-detail-h3.-c-text {
        margin-bottom: 10px; }
    .c-detail-border {
      margin: 35px 0;
      padding: 1.5em 15px; }
      .c-detail-border .c-company-name {
        font-size: 1.5rem; }
      .c-detail-border .c-company-tel {
        font-size: 1.6rem; }
      .c-detail-border .c-detail-note {
        text-align: left; }
    .c-detail-table-heading tr {
      height: auto !important; }
    .c-detail-table-heading td {
      border: solid 1px #f7f7f7;
      border-top: none;
      display: block;
      padding: 1em 15px;
      border-top: none;
      width: 100% !important;
      height: auto !important; }
      .c-detail-table-heading td:first-of-type {
        border: none !important;
        font-size: 1.6rem; }
      .c-detail-table-color table tr {
        height: auto !important; }
        .c-detail-table-color table td {
          height: auto !important; }
    .c-detail-table-color td {
      display: block;
      padding: 1em 15px;
      font-size: 1.4rem;
      width: 100% !important; }
      .c-detail-table-color td:first-of-type {
        padding-bottom: 0; }
  .c-detail-note {
    font-size: 1.1rem;
    margin: 15px 0 30px; }
    .c-detail-note-alpha {
      font-size: 1.1rem; }
    .c-detail-figure .c-img, .c-detail-figure .c-movie,
    .c-detail-movie .c-img,
    .c-detail-movie .c-movie {
      border-radius: 10px; }
  .c-detail-figure,
  .c-detail-movie {
    margin: 30px 0; }
    .c-detail-figure figcaption,
    .c-detail-movie figcaption {
      margin-top: 0.8em; }
    .c-detail-gallery + h2 {
      margin-top: 35px; }
      .c-detail-grid .c-img {
        border-radius: 100%; }
    .c-detail-grid {
      margin: 40px 0; }
      .c-detail-grid__item {
        width: 44.44%; }
        .c-detail-grid__item:nth-of-type(even) {
          margin-left: 9.52%; }
        .c-detail-grid__item:nth-of-type(n + 3) {
          margin-top: 30px; }
      .c-detail-grid .c-title {
        margin: 10px 0; }
      .c-detail-grid .c-price {
        font-size: 1rem; }
    .c-detail-card {
      margin: 40px 0; }
      .c-detail-card figcaption {
        margin: 1em 15px; }
    .c-detail-banner {
      margin-left: calc(-15px * 2);
      margin-right: calc(-15px * 2); }
      .c-detail-banner .c-slide-column3 {
        padding-bottom: 40px; }
  .c-detail-btn-block {
    margin: 40px 0;
    padding: 0 15px; }
    .c-detail-btn-block .c-caption {
      margin-top: 1em; }
    .c-detail-app .c-img {
      border-radius: 20px; }
  .c-detail-app {
    margin: 40px 0; }
    .c-detail-app__item {
      padding: 30px 0; }
    .c-detail-app .c-figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .c-detail-app .c-img {
      margin-right: 15px; }
  .c-detail-shop {
    margin: 40px 0; }
    .c-detail-shop-list__item {
      padding: 20px 0; }
    .c-detail-shop-list .c-name {
      font-size: 1.3rem;
      margin-bottom: 14px;
      line-height: 1.6; }
    .c-detail-shop-list .c-link-map {
      display: table;
      margin-top: 10px;
      margin-left: auto;
      margin-right: 13px; }
    .c-detail-shop-list .c-note {
      font-size: 1.1rem; }
  .c-detail-pager {
    margin: 40px 0 60px; }
    .c-detail-pager .c-next-title {
      margin-bottom: 30px; }
      .c-detail-pager .c-next-title span {
        display: block;
        margin-bottom: .8em;
        font-size: 1.6rem; }
      .c-detail-pager .c-next-title a {
        line-height: 1.7; }
    .c-detail-pager .c-btn-arrow {
      font-size: 1.5rem;
      width: 120px; }
    .c-detail-pager .c-number {
      font-size: 1.6rem; }
      .c-detail-pager .c-number span {
        margin-top: -0.6em; }
        .c-detail-pager .c-number span:last-of-type {
          padding-left: .6em;
          margin-left: .6em;
          margin-top: .9em; }
          .c-detail-pager .c-number span:last-of-type:before {
            height: 2.5em;
            -webkit-transform: translate(-0.1em, -1.2em) rotate(45deg);
                    transform: translate(-0.1em, -1.2em) rotate(45deg); }
      .c-detail-info .c-img {
        border-radius: 10px; }
    .c-detail-info {
      margin: 40px 0;
      margin-left: -15px;
      margin-right: -15px;
      padding: 30px calc(15px * 2) 40px; }
      .c-detail-info .c-detail-h3 {
        margin-bottom: 20px; }
      .c-detail-info figcaption {
        margin-top: 1em; }
      .c-detail-info .c-link-social {
        margin-top: 18px; }
  .c-detail-footer {
    margin-top: 60px; }
    .c-detail-footer .-to-back {
      margin-top: 65px; }
    .c-detail-attention {
      font-size: 1.1rem;
      margin-bottom: 55px; }
    .c-detail-social__clip {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .c-detail-sns {
    margin-top: 50px;
    text-align: center; }
    .c-detail-sns__btn {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 10px; }
      .c-detail-sns__btn a:nth-of-type(n + 2) {
        margin-left: 12px; }
    .p-siteList__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-siteList .c-textHeadingIcon .c-char {
      z-index: 2;
      max-height: initial;
      max-width: initial;
      width: 96px;
      height: 103px;
      bottom: -4px;
      right: -105px; }
    .p-siteListKV {
      padding-bottom: 40px; }
      .p-siteListKV__lede {
        font-size: 1.4rem; }
      .p-siteListKV .c-note {
        text-align: left;
        text-indent: -1em;
        margin-left: 1em;
        padding: 0 15px;
        line-height: 1.6; }
  .p-siteListSection {
    margin-top: 25px; }
    .p-siteListSection + .p-siteListSection {
      margin-top: 55px; }
    .p-siteListSection .-to-top {
      margin-right: 15px; }
      .c-list-siteList .c-img {
        border-radius: 10px; }
    .c-list-siteList {
      margin-top: 30px;
      padding: 0 15px; }
      .c-list-siteList__item {
        width: 47.82%; }
        .c-list-siteList__item:nth-of-type(n + 3) {
          margin-top: 25px; }
        .c-list-siteList__item:nth-of-type(even) {
          margin-left: 4.34%; }
      .c-list-siteList .c-title {
        margin-top: 15px;
        font-size: 1.3rem; }
    .p-sitemap__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-sitemap .c-textHeadingIcon .c-char {
      z-index: 2;
      max-height: initial;
      max-width: initial;
      width: 98px;
      height: 72px;
      bottom: -6px;
      left: -105px; }
    .p-sitemap .c-generalContent__body {
      padding-top: 55px;
      padding-bottom: 60px; }
    .c-sitemap-block {
      margin: 0 calc(15px * 2); }
      .c-sitemap-block + .c-sitemap-block {
        margin-top: 60px; }
      .c-sitemap-block__head {
        margin-bottom: 30px;
        font-size: 2rem; }
      .c-sitemap-block .-icon-deco {
        width: 45px;
        padding-right: 10px; }
      .c-sitemap-block .-icon-arrow {
        margin-left: auto; }
      .c-sitemap-block__body {
        padding-left: 45px; }
      .c-sitemap-block__description {
        font-size: 1.3rem;
        margin: -15px 0 25px; }
    .c-list-sitemap {
      margin: -15px 0 15px;
      font-size: 1.3rem; }
      .c-list-sitemap__item {
        margin: 15px 0; }
    .p-special {
      padding-bottom: 60px; }
      .p-specialMenu.is-active .p-specialMenu__open {
        top: 82px; }
      .p-specialMenu.is-active .p-specialMenu__body {
        top: 0;
        max-height: none; }
      .p-specialMenu__open {
        position: fixed;
        top: 82px;
        left: 17px; }
      .p-specialMenu__body {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: auto;
        border-radius: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        .p-specialMenu__body[aria-hidden="true"] {
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); }
      .p-specialMenu__bodyInner {
        width: 100%;
        min-height: calc(100vh - 65px);
        padding: 15px 15px 42px;
        margin-top: 65px;
        border-radius: 10px 10px 0 0; }
      .p-specialMenu__close {
        margin-left: 0; }
      .p-specialMenu__nav-link {
        padding: 16px 0;
        font-size: 1.6rem;
        line-height: 1.3125; }
      .p-specialMenu__sns {
        margin-top: 90px; }
      .p-specialMenu__sns-head {
        font-size: 1.6rem; }
      .p-specialMenu__sns-list {
        grid-template-columns: repeat(auto-fit, calc(50% - 6px));
        gap: 9px 12px;
        margin-top: 18px; }
      .p-specialMenu__sns-link {
        height: 42px;
        padding-right: 20px;
        padding-left: 15px; }
        .p-specialMenu__sns-icon.-twitter svg {
          width: 24px;
          height: 17px; }
        .p-specialMenu__sns-icon.-facebook svg {
          width: 10px;
          height: 18px; }
        .p-specialMenu__sns-icon.-instagram svg {
          width: 18px;
          height: 18px; }
        .p-specialMenu__sns-icon.-line svg {
          width: 24px;
          height: 23px; }
        .p-specialMenu__sns-icon.-youtube svg {
          width: 24px;
          height: 17px; }
        .p-specialMenu__sns-icon.-tiktok svg {
          width: 15px;
          height: 18px; }
      .p-specialMenu__sns-text {
        font-size: 1.2rem; }
      .p-specialKV__inner {
        width: 100%; }
      .p-specialLede__inner {
        padding: 0 30px; }
        .p-specialLede__inner > * + * {
          margin-top: 36px; }
    .p-specialIntro {
      margin-top: 60px;
      margin-bottom: 60px; }
    .p-specialHeading {
      padding: 0 15px; }
      .p-specialHeading img {
        margin-top: 60px;
        margin-bottom: 18px; }
        .p-specialHeading__body.-large {
          margin-top: 60px;
          margin-bottom: 18px; }
        .p-specialHeading__body.-small {
          margin: 36px 15px 18px; }
    .p-special-editor {
      padding: 0 30px;
      font-size: 1.6rem;
      line-height: 1.5; }
      .p-special-editor + *:not(.p-specialHeading) {
        margin-top: 18px; }
      .p-special-editor > * + * {
        margin-top: 36px; }
      .p-special-editor ul {
        line-height: 2; }
      .p-special-editor ol {
        padding-left: 1.5em;
        line-height: 2; }
      .p-special-editor .c-detail-border {
        padding: 21px 26px;
        margin-top: 36px;
        margin-right: -15px;
        margin-left: -15px; }
      .p-special-editor .c-detail-note-alpha {
        margin-top: 18px;
        font-size: 1.1rem;
        line-height: 1.73; }
        .p-special-editor .c-detail-note-alpha + .c-detail-note-alpha {
          margin-top: 12px; }
    .p-specialGallery {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialGallery__inner {
        padding: 0 15px; }
      .p-specialGallery__slider {
        width: calc(100% - 64px); }
      .p-specialGallery__img img {
        max-width: none;
        max-height: calc(100vw - 94px); }
      .p-specialGallery__caption {
        margin-top: 18px;
        font-size: 1.1rem;
        line-height: 1.73; }
        .p-specialGallery__caption.-news {
          font-size: 1.3rem; }
      .p-specialGallery__arrow-btn {
        width: 30px;
        height: 30px; }
        .p-specialGallery__arrow-btn.swiper-button-prev {
          right: calc(100% + 6px);
          -webkit-transform-origin: right top;
                  transform-origin: right top; }
        .p-specialGallery__arrow-btn.swiper-button-next {
          left: calc(100% + 6px);
          -webkit-transform-origin: left top;
                  transform-origin: left top; }
      .p-specialGallery__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
        .p-goodsDetail .p-specialGallery__circle-base {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      .p-specialGallery__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
        .p-goodsDetail .p-specialGallery__circle-hover {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      .p-specialGallery__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .p-specialGallery__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--lp-secondary-color);
          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-goodsDetail .p-specialGallery__circle-hover {
          height: 43px;
          vertical-align: middle;
          position: absolute;
          top: 0;
          left: 0;
          width: 43px;
          z-index: 1001; }
          .p-goodsDetail .p-specialGallery__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-specialGallery__arrow {
        height: 10px; }
      .p-specialGallery__thumbs {
        margin-top: 18px; }
        .p-specialGallery__thumbs .swiper-slide {
          width: calc((100% - 15px) / 4);
          margin-right: 5px; }
        .p-specialGallery__thumb img {
          max-width: none;
          max-height: calc((100vw - 15px) / 4); }
    .p-specialFigure {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialFigure__inner {
        padding: 0 30px; }
        .p-specialFigure__item + .p-specialFigure__item {
          margin-top: 36px; }
        .p-specialFigure__img img {
          max-width: none;
          max-height: calc(100vw - 60px); }
      .p-specialFigure__caption {
        width: calc(100% - 30px);
        margin-top: 18px;
        font-size: 1.1rem;
        line-height: 1.73; }
    .p-special2column {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-special2column__inner {
        padding: 0 30px; }
      .p-special2column__body {
        display: block;
        margin: 0; }
      .p-special2column__item {
        width: 100%;
        margin: 0; }
        .p-special2column__item + .p-special2column__item {
          margin-top: 36px; }
      .p-special2column__caption {
        font-size: 1.1rem;
        line-height: 1.73; }
    .p-special3column {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-special3column__inner {
        padding: 0 15px; }
      .p-special3column__body {
        margin: -18px -12px; }
      .p-special3column__item {
        width: calc(50% - 24px);
        margin: 18px 12px; }
    .p-special4column {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-special4column__inner {
        padding: 0 15px; }
      .p-special4column__body {
        margin: -18px -12px; }
      .p-special4column__item {
        width: calc(50% - 24px);
        margin: 18px 12px; }
    .p-specialMovie {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialMovie__inner {
        padding: 0 15px; }
      .p-specialMovie__slider {
        width: calc(100% - 64px); }
      .p-specialMovie__name {
        margin-top: 18px; }
      .p-specialMovie__bullets.swiper-pagination {
        margin-top: 18px; }
        .p-specialMovie__bullets.swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px; }
      .p-specialMovie__arrow-btn {
        width: 30px;
        height: 30px; }
        .p-specialMovie__arrow-btn.swiper-button-prev {
          right: calc(100% + 6px);
          -webkit-transform-origin: right top;
                  transform-origin: right top; }
        .p-specialMovie__arrow-btn.swiper-button-next {
          left: calc(100% + 6px);
          -webkit-transform-origin: left top;
                  transform-origin: left top; }
      .p-specialMovie__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-specialMovie__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-specialMovie__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .p-specialMovie__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--lp-secondary-color);
          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-specialMovie__arrow {
        height: 10px; }
    .p-specialBanner {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialBanner__slider {
        width: 100%; }
      .p-specialBanner__bullets.swiper-pagination {
        margin-top: 18px; }
        .p-specialBanner__bullets.swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px;
          margin: 0 5px; }
          .p-specialBanner__bullets.swiper-pagination .swiper-pagination-bullet svg {
            display: none; }
      .p-specialBanner__arrow-btn {
        width: 30px;
        height: 30px; }
        .p-specialBanner__arrow-btn.swiper-button-prev {
          right: auto;
          left: 4%; }
        .p-specialBanner__arrow-btn.swiper-button-next {
          right: 4%;
          left: auto; }
      .p-specialBanner__circle-base {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-specialBanner__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .p-specialBanner__circle-hover {
        height: 43px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        z-index: 1001; }
        .p-specialBanner__circle-hover svg {
          fill: none;
          height: 100%;
          stroke: var(--lp-secondary-color);
          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-specialBanner__arrow {
        height: 10px; }
    .p-specialMusic {
      margin-top: 36px;
      margin-bottom: 36px; }
      .p-specialMusic__inner {
        padding: 0 30px; }
      .p-specialMusic__body {
        display: block; }
      .p-specialMusic__item {
        padding-left: 8px;
        border-radius: 6px; }
        .p-specialMusic__item + .p-specialMusic__item {
          margin-top: 10px; }
      .p-specialMusic__text {
        padding-right: 11px;
        line-height: 1.5; }
    .p-specialBtns {
      margin-top: 36px;
      margin-bottom: 36px; }
      .p-specialBtns__inner {
        padding: 0 30px; }
        .p-specialBtns__inner > * + * {
          margin-top: 36px; }
      .p-specialBtns__item.-large .c-btn-arrow {
        font-size: 1.4rem;
        line-height: 1.286; }
      .p-specialBtns__item.-large .c-btn-arrow-line {
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-specialBtns__item .c-btn-arrow {
        width: 100%;
        max-width: 440px; }
      .p-specialBtns__item .c-btn-arrow-line {
        padding-right: 56px;
        padding-left: 40px; }
    .p-specialArticles {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialArticles__inner {
        padding: 0 15px; }
      .p-specialArticles__body {
        display: block;
        padding: 0 15px; }
    .p-specialArticle + .p-specialArticle {
      margin-top: 36px; }
      .p-specialArticle__title {
        margin-top: 19px;
        font-size: 1.3rem;
        line-height: 2rem; }
      .p-specialArticle__bottom {
        margin-top: 0; }
    .p-specialTwitter {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialTwitter__inner {
        padding: 0 45px; }
      .p-specialTwitter__body {
        max-height: 479px;
        margin-top: 18px; }
    .p-specialInsta {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialInsta__inner {
        padding: 0 15px; }
      .p-specialInsta__body {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 3px;
        margin-top: 18px; }
    .p-specialDeco {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialDeco__body {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        width: auto; }
    .p-specialScroll {
      margin-top: 60px;
      margin-bottom: 60px; }
      .p-specialScroll__inner {
        padding: 0 30px; }
      .p-specialScroll__content {
        padding: 34px 18px; }
    .p-specialSns__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-specialSns__body {
      margin-top: 6px; }
    .p-specialSns__item + .p-specialSns__item {
      margin-left: 12px; }
    .p-specialIntroModal__content {
      padding: 80px 15px; }
    .p-specialIntroModal__title {
      font-size: 1.4rem; }
    .p-specialIntroModal__img {
      width: 100%; }
    .p-specialIntroModal__text {
      width: calc(100% - 30px);
      margin: 0 auto;
      font-size: 1.4rem; }
      .p-specialImgModal__title {
        font-size: 1.4rem; }
      .p-specialImgModal__img {
        width: 100%; }
      .p-specialImgModal__text {
        width: calc(100% - 30px);
        margin: 0 auto;
        font-size: 1.4rem; }
      .p-specialBottom .c-bread {
        padding-top: 54px;
        padding-bottom: 95px; }
  .p-spot .c-textHeadingIcon {
    margin: 40px auto 28px; }
    .p-spot .c-textHeadingIcon .c-char {
      z-index: 2;
      max-height: initial;
      max-width: initial;
      width: 147px;
      height: 130px;
      bottom: -24px;
      right: -142px; }
  .p-spot .-to-top {
    margin-right: 15px; }
    .p-spotKV__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-spotKV__inner {
      padding: 0; }
    .p-spotSearch__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-spotSearch {
      margin-top: 20px; }
    .p-spotSearch__content {
      margin-top: 45px; }
    .p-spotPlace {
      margin-top: 80px;
      padding-top: 40px; }
      .p-spotPlace .c-banner-plus {
        margin-top: 40px; }
    .p-store__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-store .c-textHeadingIcon {
      margin: 40px auto 28px; }
      .p-store .c-textHeadingIcon .c-char {
        z-index: 2;
        max-height: initial;
        max-width: initial;
        width: 129px;
        bottom: -5px;
        right: -136px; }
  .p-storeKV__body {
    margin-top: 40px; }
  .p-storeKV__content {
    padding: 0 15px; }
  .p-storeKV .c-btn-search {
    margin-top: 30px; }
    .p-storeKV__lang {
      margin-top: 4rem; }
    .p-storeKV__langItemLabel {
      margin-left: 1.2rem;
      margin-right: 1.2rem; }
    .p-storeKV__langPanelItem {
      font-size: 1.2rem; }
  .c-store-search-radios .c-radio {
    font-size: 1.4rem;
    margin-bottom: 20px; }
    .c-store-search-panel {
      padding: 20px 15px;
      margin-top: 30px; }
      .c-store-search-panel__h2 {
        font-size: 1.4rem; }
        .c-store-search-panel__h2 .c-icon {
          width: 17px;
          height: 16px; }
      .c-store-search-panel .c-note {
        font-size: 1.1rem;
        margin: 1em 0 0 1em;
        text-indent: -1em; }
      .c-store-search-panel .c-search-form-item {
        margin-top: 30px; }
        .c-store-search-panel .c-search-form-item:last-of-type .c-search-form-item__body {
          padding-bottom: 0; }
          .c-store-search-panel .c-search-form-item:last-of-type .c-search-form-item__body:after {
            display: none; }
        .c-store-search-panel .c-search-form-item:nth-of-type(n + 2) {
          margin-top: 30px; }
        .c-store-search-panel .c-search-form-item__head {
          padding-top: 0;
          margin-bottom: 15px; }
        .c-store-search-panel .c-search-form-item .c-head-icon {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8);
          margin-right: 0.3em; }
      .c-store-search-panel .c-checkbox {
        margin: 10px 1em 0 0; }
      .c-store-search-panel .-row-cash .c-checkbox:nth-of-type(odd) {
        width: 63.15%; }
      .c-store-search-panel .-row-cash .c-checkbox:nth-of-type(even) {
        margin-right: 0; }
  .p-storeSearchMap {
    margin-top: 30px; }
    .p-storeSearchMap__content {
      padding-top: 30px; }
  .p-storeOther {
    margin-top: 90px;
    padding-top: 130px; }
    .p-storeOther .c-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 310px;
      margin: auto; }
    .p-storeOther .c-shop-char-frame__link {
      margin: auto; }
      .p-storeOther .c-shop-char-frame__link:nth-of-type(1) {
        margin: 0 28.38%; }
    .p-storeOther .c-banner-plus {
      margin-top: 35px; }
    .p-storeOther .c-detail-banner {
      margin: 40px -15px 0; }
      .p-storeOther .c-detail-banner .c-slide-column3 {
        margin-bottom: 0; }
    .p-storeDetail__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-storeDetail .-prev {
      margin: 50px auto; }
  .c-store-list-search {
    margin: 40px 15px; }
    .c-store-list-search .c-select-wrap {
      margin-bottom: 20px;
      height: 46px; }
    .c-store-list-search__selectBody {
      font-size: 1.3rem;
      padding-left: 20px; }
    .c-store-list-search__selectList {
      right: 0;
      left: auto;
      width: 212px; }
    .p-pagenameSection1__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-pagenameSection2__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-pagenameSection2__body {
      margin-top: 30px; }
    .p-pagenameSection3__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-pagenameSectionSlider__body {
      margin-top: 30px; }
    .p-pagenameSectionSlider2__inner {
      padding-left: 15px;
      padding-right: 15px; }
    .p-pagenameSectionSlider2__body {
      margin-top: 30px; }
    .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__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__favorite {
        margin-top: 19px; }
        .p-characterDetailFv__panel.-s {
          width: 186px; }
    .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-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; }
    .p-calendarBirthday__slider .swiper-button-next {
      left: initial;
      right: 20px; }
    .p-calendarBirthday__slider .swiper-button-prev {
      right: initial;
      left: 20px; }
  .p-digital .-to-top {
    margin-right: 47px; }
    .c-list-digital-app {
      margin-left: 47px;
      margin-right: 47px;
      width: auto; }
    .c-list-digital-web {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .c-list-digital-web > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .c-list-digital-communication {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 40px; }
      .c-list-digital-communication > * {
        width: calc((100% - (40px * 3) - (47px * 2)) / 4); }
    .c-list-digital-download {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 40px; }
      .c-list-digital-download > * {
        width: calc((100% - (40px * 3) - (47px * 2)) / 4); }
  .p-enSection__content {
    margin-left: 47px;
    margin-right: 47px; }
  .p-goods .-to-top {
    margin-right: 47px; }
    .p-goodsOther__content {
      margin-left: 47px;
      margin-right: 47px; }
    .p-homeGoods__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-homeGoods__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-homeDigital__web {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-homeDigital__web > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-homeDigital__news {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-homeDigital__news > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-homeSpots__article {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-homeSpots__article > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-homeNews__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-homeNews__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-homeSanrioplus__article {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-homeSanrioplus__article > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
  .p-movie .-to-top {
    margin-right: 47px; }
    .c-list-movie {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .c-list-movie > * {
        width: calc((100% - (42px * 2 47px-1) - (0px * 2)) / 2 47px); }
  .p-news .-to-top {
    margin-right: 47px; }
    .p-newsOther__content {
      margin-left: 47px;
      margin-right: 47px; }
    .p-portalFavorite__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-portalFavorite__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-portalNews__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-portalNews__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
  .p-portalBottom__bgDeco {
    aspect-ratio: 1500/313;
    height: auto; }
    .p-sanrioplusGiftSchedule__items,
    .p-sanrioplusGiftList__items,
    .p-sanrioplusGiftSpecial__items {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-sanrioplusGiftSchedule__items > *,
      .p-sanrioplusGiftList__items > *,
      .p-sanrioplusGiftSpecial__items > * {
        width: calc((100% - (42px * 2 47px-1) - (0px * 2)) / 2 47px); }
    .p-secondAccessRank__content {
      margin-left: 47px;
      margin-right: 47px; }
    .p-secondDetailOther__content {
      margin-left: 47px;
      margin-right: 47px; }
    .p-spot .-to-top {
      margin-right: 47px; }
    .p-spotPlace__content {
      margin-left: 47px;
      margin-right: 47px; }
    .p-storeSearchMap__content {
      padding-left: 47px;
      padding-right: 47px; }
    .p-storeOther__content {
      margin-left: 47px;
      margin-right: 47px; }
    .p-pagenameSection2__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-pagenameSection2__list > * {
        width: calc((100% - (42px * 2) - (47px * 2)) / 3); }
    .p-pagenameSection3__list {
      margin-left: 47px;
      margin-right: 47px;
      width: auto;
      gap: 42px; }
      .p-pagenameSection3__list > * {
        width: calc((100% - (42px * 2 47px-1) - (0px * 2)) / 2 47px); }
    .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; } }
@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; }
    .c-list-digital-web {
      gap: 36px; }
      .c-list-digital-web > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .c-list-digital-communication {
      gap: 36px; }
      .c-list-digital-communication > * {
        width: calc((100% - (36px * 3) - (47px * 2)) / 4); }
    .c-list-digital-download {
      gap: 36px; }
      .c-list-digital-download > * {
        width: calc((100% - (36px * 3) - (47px * 2)) / 4); }
    .p-homeFv__alert {
      width: calc(100% - 94px); }
    .p-homeGoods__list {
      gap: 36px; }
      .p-homeGoods__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-homeDigital__web {
      gap: 36px; }
      .p-homeDigital__web > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-homeDigital__news {
      gap: 36px; }
      .p-homeDigital__news > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-homeSpots__article {
      gap: 36px; }
      .p-homeSpots__article > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-homeNews__list {
      gap: 36px; }
      .p-homeNews__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-homeSanrioplus__article {
      gap: 36px; }
      .p-homeSanrioplus__article > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .c-list-movie {
      gap: 36px; }
      .c-list-movie > * {
        width: calc((100% - (36px * 1) - (47px * 2)) / 2); }
    .p-newsKV__alert {
      width: calc(100% - 94px); }
    .p-portalFavorite__list {
      gap: 36px; }
      .p-portalFavorite__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-portalNews__list {
      gap: 36px; }
      .p-portalNews__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-sanrioplusGiftSchedule__items,
    .p-sanrioplusGiftList__items,
    .p-sanrioplusGiftSpecial__items {
      gap: 36px; }
      .p-sanrioplusGiftSchedule__items > *,
      .p-sanrioplusGiftList__items > *,
      .p-sanrioplusGiftSpecial__items > * {
        width: calc((100% - (36px * 1) - (47px * 2)) / 2); }
    .p-sanrioplusGuideMenu__btn {
      display: block; }
    .p-sanrioplusGuideMenu__btnItem {
      margin: 0; }
      .p-sanrioplusGuideMenu__btnItem + .p-sanrioplusGuideMenu__btnItem {
        margin-top: 20px; }
    .p-pagenameSection2__list {
      gap: 36px; }
      .p-pagenameSection2__list > * {
        width: calc((100% - (36px * 2) - (47px * 2)) / 3); }
    .p-pagenameSection3__list {
      gap: 36px; }
      .p-pagenameSection3__list > * {
        width: calc((100% - (36px * 1) - (47px * 2)) / 2); }
    .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; }
      .p-calendarTable__select {
        position: relative;
        top: auto;
        margin-bottom: 15px; } }
@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; }
      .p-card__content {
        margin-left: 47px;
        margin-right: 47px; }
    .p-cardMenu {
      width: 300px;
      margin-right: 60px; }
      .p-cardMain__cardContent {
        max-width: 50%; }
      .p-cardMain__cardSmile {
        padding: 24px 60px 24px 16px; }
      .p-cardMain__cardSmileValue {
        font-size: 30px; }
      .p-cardMain__cardSmileLimit {
        right: 16px;
        top: 24px; }
    .p-favoriteCharacters__inner {
      margin-left: 47px;
      margin-right: 47px; }
      .p-favoriteCharacters__item {
        width: calc(33% - 8px); }
      .p-favoriteCharacters__itemIcon {
        width: 66px; }
  .c-list-movie__item:nth-of-type(n + 3) {
    margin-top: 30px; }
      .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 (max-width: 768px) and (max-width: 768px) {
    .p-calendarTable__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .p-calendarBirthday__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .p-specialGallery__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
      .p-goodsDetail .p-specialGallery__circle-hover {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .p-specialMovie__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .p-specialBanner__circle-hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .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 (max-width: 1280px) and (max-width: 768px) {
    .p-card__content {
      margin-top: 0;
      margin-left: 15px;
      margin-right: 15px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 20px; }
    .p-cardMenu {
      width: 100%;
      margin-right: 0; }
    .p-favoriteCharacters__inner {
      margin-left: 15px;
      margin-right: 15px; }
    .p-favoriteCharacters__item {
      width: 100%;
      margin: 8px auto 0; } }
@media (max-width: 1023px) {
      .p-cardMain__card {
        max-width: 315px;
        padding-bottom: 86px; }
        .p-cardMain__card.-hello-kitty .p-cardMain__cardSmile {
          background-color: transparent; }
          .p-cardMain__card.-hello-kitty .p-cardMain__cardSmile::before {
            background-image: url("/common/images/card/bg-card-kitty.png"); }
      .p-cardMain__cardContent {
        padding: 30px 30px 0;
        max-width: 100%; }
        .p-cardMain__cardSmile::before {
          content: '';
          display: block;
          width: 527px;
          height: 253px;
          background-image: url("/common/images/card/bg-card.png");
          background-size: contain;
          position: absolute;
          bottom: -172px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .p-cardMain__cardSmile {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        background-color: transparent;
        padding: 14px 54px 8px; }
      .p-cardMain__cardSmileText {
        position: relative;
        font-size: 13px; }
      .p-cardMain__cardSmileValue {
        position: relative;
        font-size: 36px;
        margin-top: 2px; }
      .p-cardMain__cardSmileLimit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        top: 17px; }
      .p-cardMain__cardSmileLimitText {
        font-size: 10px;
        margin-top: 5px; }
      .p-cardMain__cardSmileLimitIcon {
        width: 30px;
        height: 30px; }
        .p-cardMain__cardSmileLimitIcon svg {
          width: 18px;
          height: 18px; }
      .p-cardMain__cardRank {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 10px;
        margin-bottom: -18px; }
      .p-cardMain__cardRankIcon {
        margin-right: 0;
        margin-top: 4px;
        width: 36px; }
      .p-cardMain__cardRankText {
        font-size: 10px;
        letter-spacing: 0; }
      .p-cardMain__cardQr {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-top: 0; }
      .p-cardMain__cardQrImg {
        width: 100%; }
      .p-cardMain__cardQrText {
        font-size: 12px;
        margin-top: 4px; }
      .p-cardMain__cardImg {
        position: static;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        width: 100%; } }
@media (max-width: 1023px) and (max-width: 768px) {
    .p-cardMain__card {
      margin-top: 20px;
      border-radius: 20px; } }
@media (min-width: 769px) and (max-width: 1199px) {
    .p-homeDigital__heading {
      padding-left: 40px;
      padding-right: 40px; }
      .p-homeDigital__appItem + .p-homeDigital__appItem {
        margin-left: 20px; }
    .p-homeDigital__commItem + .p-homeDigital__commItem {
      margin-left: 20px; }
  .p-homeSanrioplus__inner {
    padding-left: 20px;
    padding-right: 20px; }
  .p-portalIntro__bannerSlider .c-slide-sync-2column .swiper-button-next {
    right: 1rem; }
  .p-portalIntro__bannerSlider .c-slide-sync-2column .swiper-button-prev {
    left: 1rem; }
  .p-portalClip {
    padding-left: 2rem;
    padding-right: 2rem; }
  .p-portalFavorite {
    padding-left: 2rem;
    padding-right: 2rem; }
  .p-portalNews__inner {
    padding-left: 2rem;
    padding-right: 2rem; }
    .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: 768px) and (max-width: 374px) {
    .p-sanrioplusGuideMenu__menu {
      gap: 30px;
      gap: 24px 30px; }
      .p-sanrioplusGuideMenu__menu > * {
        width: calc((100% - (30px * 2) - (0px * 2)) / 3); } }
@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 (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 (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/styles.css.map */
