@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@-webkit-keyframes btnhovermov {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes btnhovermov {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@-webkit-keyframes btnhoverpush {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes btnhoverpush {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-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, 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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.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-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #ffffff;
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#colorbox {
  overflow: visible !important;
}

#cboxClose {
  width: 90px;
  height: 40px;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/movie_close.png) center no-repeat;
  background-size: 100%;
  bottom: -60px;
  right: 50%;
  margin-right: -45px;
  transition: all 0.3s ease;
}

@keyframes btnhovermov {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes btnhoverpush {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

.matss {
  margin-top: 10px !important;
}

.mats {
  margin-top: 10px !important;
}

.matm {
  margin-top: 20px !important;
}

.matl {
  margin-top: 40px !important;
}

.mat0 {
  margin-top: 0px !important;
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

.fzs {
  font-size: 1.2rem;
}

.fzm {
  font-size: 1.4rem;
}

.fzl {
  font-size: 1.6rem;
}

.fzll {
  font-size: 1.8rem;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tdu {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.color-ky {
  color: #007bc7 !important;
}

.color-sk {
  color: #007bc7 !important;
}

.color-pr {
  color: #ff7eac !important;
}

.color-bt {
  color: #df34a9 !important;
}

.color-wi {
  color: #ff7733 !important;
}

.color-el {
  color: #bc55e3 !important;
}

.color-kt {
  color: #7e5e97 !important;
}

.color-rb {
  color: #9d7b45 !important;
}

.color-btm {
  color: #698a5f !important;
}

.color-mt {
  color: #7a1a20 !important;
}

.color-skh {
  color: #573249 !important;
}

.color-kyb {
  color: #3b3988 !important;
}

.color-enemy {
  color: #7e5e97 !important;
}

.color-skyland {
  color: #5475b4 !important;
}

.txtindent {
  padding-left: 1em;
  text-indent: -1em;
}

.txtindent2 {
  padding-left: 1em;
}

/*
  data-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 15px;
}

[data-fixed2] {
  padding: 0 15px;
}

.child-mt0 > *:first-child {
  margin-top: 0 !important;
}

[data-gs="12"] {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
[data-gs="12"].is-inlineblock {
  display: block;
  letter-spacing: -0.4em;
}
[data-gs="12"].is-inlineblock [data-gs-col] {
  display: inline-block;
  letter-spacing: normal;
}

.m-box-ttl {
  background: linear-gradient(45deg, #015eea, #015eea, #00c0fa, #ff97bc, #be6bed, #e72eb1, #ffcf4d, #fa531e, #fa531e);
  background-size: 1800% 1800%;
  -webkit-animation: gradientAnim 51s ease infinite;
          animation: gradientAnim 51s ease infinite;
  position: relative;
  height: 255px;
}
.m-box-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/h1_cloud.png) center bottom -30px no-repeat, url(https://precure-web.com/hirogaru-sky/assets/img/h1_bg_sp.png) center top no-repeat;
  background-size: 100%, 100%;
  bottom: -1px;
  right: 0;
}
.m-box-ttl .ttl-img {
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-box-ttl .ttl-img.ttl-news {
  width: 193px;
}
.m-box-ttl .ttl-img.ttl-character {
  width: 230px;
}
.m-box-ttl .ttl-img.ttl-info {
  width: 164px;
}
.m-box-ttl .ttl-img.ttl-music {
  width: 193px;
}
.m-box-ttl .ttl-img.ttl-book {
  width: 193px;
}
.m-box-ttl .ttl-img.ttl-movie {
  width: 197px;
}
.m-box-ttl .ttl-img.ttl-event {
  width: 195px;
}
.m-box-ttl .ttl-img.ttl-episode {
  width: 198px;
}
.m-box-ttl .ttl-img.ttl-bluraydvd {
  width: 267px;
}
.m-box-ttl .ttl-img.ttl-onair {
  width: 244px;
}

@-webkit-keyframes gradientAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.m-box-select {
  position: relative;
  text-align: center;
  background: #007bc7;
  border-radius: 25px;
}
.m-box-select:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/icon_select.png) center no-repeat;
  background-size: 13px 9px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
}
.m-box-select select {
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  text-align: center;
  padding: 13px 65px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  text-align-last: center;
  outline: none;
}
.m-box-select select option {
  color: #3b3d48;
}
.m-box-sort .sort-select .m-box-select + .m-box-select {
  margin-top: 20px;
}
.m-box-sort .sort-select .select-tab {
  width: 100%;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 30px;
  justify-content: space-around;
  position: relative;
}
.m-box-sort .sort-select .select-tab::after {
  position: absolute;
  content: "";
  background: url(https://precure-web.com/hirogaru-sky/assets/img/bg_line_l.png) no-repeat top center;
  background-size: cover;
  width: calc(100% - 30px);
  aspect-ratio: 720/5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m-box-sort .sort-select .select-tab li {
  position: relative;
}
.m-box-sort .sort-select .select-tab li.is-current a {
  opacity: 1;
}
.m-box-sort .sort-select .select-tab li.is-current a:before {
  position: absolute;
  content: "";
  width: 115px;
  height: 76px;
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/news/tab_active.png);
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-box-sort .sort-select .select-tab li a {
  opacity: 0.5;
  transition: all 0.3s;
}
.m-box-sort .sort-ttl {
  margin-top: 25px;
  font-size: 2.4rem;
  color: #007bc7;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.m-box-sort.sort-bluraydvd .sort-select .m-list-tab {
  width: 360px;
  margin: 0 -10px;
  justify-content: flex-end;
}
.m-box-sort.sort-bluraydvd .sort-select .m-list-tab > li {
  width: 50%;
}

.m-box-sort2 .sort-select .select-tab {
  width: 100%;
}
.m-box-sort2 .sort-select .select-tab li + li {
  margin-left: 20px;
}

.m-box-snsofficial {
  padding: 65px 15px 29px;
  position: relative;
  margin-bottom: 60px;
}
.m-box-snsofficial::before {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(180deg, #76d3ff 0%, #76d3ff 20%, #fff 20%, #fff 40%, #f8c4ff 40%, #f8c4ff 60%, #ff90c1 60%, #ff90c1 80%, #ffd54e 80%, #ffd54e 100%);
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m-box-snsofficial::after {
  position: absolute;
  content: "";
  background: url(https://precure-web.com/hirogaru-sky/assets/img/bg_line_l.png) no-repeat top center;
  background-size: cover;
  width: calc(100% - 30px);
  aspect-ratio: 720/5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.snsarea-ttl {
  width: 217px;
  margin: 0 auto;
}

.snsarea-sns {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.1;
}
.snsarea-sns li + li {
  margin-left: 30px;
}
.snsarea-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background: #ffffff;
}

.m-box-youtube {
  margin-top: 15px;
  position: relative;
  padding-top: 56.5%;
}
.m-box-youtube > iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.m-box-entry {
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}
.m-box-entry::after, .m-box-entry::before {
  position: absolute;
  content: "";
  background: url(https://precure-web.com/hirogaru-sky/assets/img/bg_line_l.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 720/5;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m-box-entry::before {
  top: 0;
}
.m-box-entry::after {
  bottom: 0;
}
.m-box-entry.entry-music {
  padding-top: 0;
  padding-bottom: 5px;
}
.m-box-entry.entry-music::before {
  display: none;
}
.m-box-entry.entry-music::after {
  display: none;
}
.m-box-entry.entry-bluraydvd {
  margin-top: 15px;
  padding-top: 30px;
}
.m-box-entry.entry-bluraydvd::after {
  display: none;
}

.m-box-backbtn {
  margin: 30px auto 0;
  width: 254px;
}
.m-box-backbtn a {
  display: inline-block;
  transition: all 0.3s ease;
}
.m-box-backbtn a::before {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 5%;
  width: 90%;
  height: 10px;
  content: "";
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(46, 125, 50, 0.35) 0%, rgba(46, 125, 50, 0) 80%);
}

@-webkit-keyframes button13 {
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@keyframes button13 {
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@-webkit-keyframes button13_shadow {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0.4;
  }
}
@keyframes button13_shadow {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0.4;
  }
}
.m-box-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.m-box-share .share-txt {
  font-size: 1.6rem;
  color: #007bc7;
}
.m-box-share .share-sns ul {
  display: flex;
}
.m-box-share .share-sns ul li {
  width: 50px;
  margin-left: 25px;
}
.m-box-share .share-sns ul li a {
  transition: all 0.3s ease;
}

.swiper-container {
  overflow: visible;
}

.m-box-slider {
  margin: 10px 0 0;
  padding-bottom: 15px;
  position: relative;
}
.m-box-slider .swiper-container {
  overflow: hidden;
}
.m-box-slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  background: #007bc7;
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid #007bc7;
  overflow: hidden;
  height: 100%;
  outline: none;
}
.m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a .slide-img {
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a .slide-img > img {
  width: 100%;
  transition: all 0.3s ease;
}
.m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a dl {
  padding: 12px 7px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a dl dd {
  margin-top: 5px;
}
.m-box-slider .slider-pagination {
  margin-top: 25px;
  text-align: center;
  line-height: 1;
  color: #007bc7;
}
.m-box-slider .slider-button {
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.m-box-slider .slider-button.button-prev {
  left: 0px;
}
.m-box-slider .slider-button.button-next {
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-box-slider .slider-button > button {
  display: inline-block;
  width: 26px;
  height: 39px;
  border: none;
  padding: 0;
  overflow: hidden;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/slide_arrow_sp.png) center no-repeat;
  background-size: 26px 39px;
  text-indent: -9999px;
  outline: none;
}
.m-box-slider.no-slide {
  padding-bottom: 0;
}
.m-box-slider.no-slide .swiper-container .swiper-wrapper {
  justify-content: center;
}
.m-box-slider.no-slide .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.m-box-slider.no-slide .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}

.m-modal-mov {
  line-height: 0.1;
}
.m-modal-mov .mov-inner {
  position: relative;
  overflow: hidden;
}
.m-modal-mov .mov-inner:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.m-modal-mov .mov-inner iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  min-height: 100%;
  width: 100%;
}
.m-box-thumb .thumb-item {
  margin-top: 20px;
  border: 2px solid #007bc7;
  border-radius: 10px;
  overflow: hidden;
}
.m-box-thumb .thumb-item .item-img {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.m-box-thumb .thumb-item .item-img img {
  max-height: 93.5%;
  max-width: 93.5%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.m-box-thumb .thumb-item .item-cnt {
  background: #007bc7;
  padding: 15px 10px 13px;
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns {
  display: flex;
  justify-content: space-between;
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li {
  width: calc(50% - 6px);
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a {
  display: block;
  background: #ffffff;
  color: #007bc7;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px;
  border-radius: 25px;
  border: 2px solid #FEF2F8;
  transition: all 0.3s ease;
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span:before, .m-box-thumb .thumb-item .item-cnt .cnt-btns li a span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  transition: all 0.3s ease;
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span:after {
  opacity: 0;
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-sp:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_sp.svg);
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-sp:after {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_sp_wh.svg);
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-pc:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_pc.svg);
}
.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-pc:after {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_pc_wh.svg);
}

.m-box-random {
  position: relative;
}
.m-box-random .random-img {
  padding-top: 77.5vw;
  position: relative;
}
.m-box-random .random-img:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  transition: all 0.3s ease-out;
}
.m-box-random .random-img[data-anim-random-chara]:before {
  -webkit-transform: translateY(50px) scale(0.8);
          transform: translateY(50px) scale(0.8);
  opacity: 0;
}
.m-box-random .random-img[data-anim-random-chara][data-anim-random-chara=on]:before {
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
  opacity: 1;
}
.m-box-random .random-img[data-random-character="1"]:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara01.png);
}
.m-box-random .random-img[data-random-character="2"]:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara02.png);
}
.m-box-random .random-img[data-random-character="3"]:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara03.png);
}
.m-box-random .random-img[data-random-character="4"]:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara04.png);
}
.m-box-random .random-img[data-random-character="5"]:before {
  background-image: url(/tv/hirogaru-sky_precure/assets/img/p_random_chara05.png);
}
.m-box-random .random-btn {
  position: absolute;
  border: none;
  padding: 0;
  bottom: 2%;
  right: 0;
  width: 107.5px;
  height: 111px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/btn_change.png) center no-repeat;
  background-size: 107.5px 111px;
  outline: none;
}

.m-list-def {
  margin-top: 15px;
}
.m-list-def li {
  position: relative;
  padding-left: 16px;
}
.m-list-def li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #007bc7;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0.6em;
}

.m-list-topics {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.m-list-topics li {
  width: calc(50% - 9px);
  border: 2px solid #007bc7;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.m-list-topics li:nth-child(even) {
  margin-left: 18px;
  position: relative;
}
.m-list-topics li:nth-of-type(n + 3) {
  margin-top: 15px;
}
.m-list-topics li .topics-new {
  position: absolute;
  content: "";
  background: url(https://precure-web.com/hirogaru-sky/assets/img/news/icon_new_sun.png) center no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.m-list-topics li .topics-link .link-img {
  background-color: #e1e7eb;
  line-height: 0.1;
  overflow: hidden;
}
.m-list-topics li .topics-link dl {
  padding: 10px 7px;
}
.m-list-topics li .topics-link dl dt {
  font-size: 1.2rem;
}
.m-list-topics li .topics-link dl dt .link-cat {
  display: inline-block;
  background: #007bc7;
  color: #fff;
  margin-left: 6px;
  font-size: 1rem;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 8px;
}
.m-list-topics li .topics-link dl dd {
  color: #3b3d48;
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1.2rem;
}

.m-list-cat {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m-list-cat li {
  width: 50%;
  padding: 0 7px;
}
.m-list-cat li:nth-child(n+3) {
  margin-top: 10px;
}
.m-list-cat li .m-btn-def {
  display: block;
}

.m-list-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.m-list-tab li {
  width: 50%;
  padding: 0 7px;
}
.m-list-tab li .m-btn-def {
  display: block;
}
.m-list-tab li:nth-child(n+3) {
  margin-top: 14px;
}

.m-list-btn {
  margin-top: 30px;
}
.m-list-btn li {
  margin-top: 10px;
}

.m-list-thumb {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -5px 0;
}
.m-list-thumb > li {
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}
.m-list-thumb > li a {
  display: block;
  border: 1px solid #007bc7;
  border-radius: 5px;
  font-size: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 123, 199, 0.15);
}
.m-list-thumb > li a .thumb-img {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.m-list-thumb > li a .thumb-img img {
  max-height: 74%;
  max-width: 75%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  transition: all 0.3s ease;
}
.m-list-thumb > li a .thumb-img .img-att {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 5px;
  right: 5px;
  font-size: 1rem;
  color: #3b3d48;
}
.m-list-thumb > li a dl {
  background: #fff;
  padding: 2px 8px 12px;
}
.m-list-thumb > li a dl dt {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3b3d48;
}
.m-list-thumb > li a dl dd {
  border-top: 2px dotted rgba(118, 211, 255, 0.5);
  margin-top: 15px;
  padding-top: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #007bc7;
}
.m-list-thumb > li a dl dd .thumb-data {
  display: flex;
  flex-wrap: wrap;
}
.m-list-thumb > li a dl dd .thumb-data li {
  position: relative;
  padding-left: 18px;
}
.m-list-thumb > li a dl dd .thumb-data li + li {
  margin-left: 20px;
}
.m-list-thumb > li a dl dd .thumb-data li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.m-list-thumb > li a dl dd .thumb-data li.data-date:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_cal.svg);
}
.m-list-thumb > li a dl dd .thumb-data li.data-cat:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_disc.svg);
}
.m-list-thumb > li a dl dd .thumb-data li.data-book:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_book.svg);
}
.m-list-thumb > li .thumb-modal {
  display: none;
}
.m-list-thumb.thumb-movie {
  justify-content: center;
}
.m-list-thumb.thumb-movie > li a .thumb-img {
  padding-top: 56%;
}
.m-list-thumb.thumb-movie > li a .thumb-img img {
  max-width: 100%;
  max-height: 100%;
}
.m-list-thumb.thumb-book > li a dl dd {
  border-top: 0;
  position: relative;
}
.m-list-thumb.thumb-book > li a dl dd::before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://precure-web.com/hirogaru-sky/assets/img/book/bg_line.png) no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.m-list-label {
  display: flex;
  flex-wrap: wrap;
}
.m-list-label li {
  margin: 5px 10px 0 0;
  background: #007bc7;
  color: #fff;
  position: relative;
  padding: 3px 10px 3px 27px;
  border-radius: 5px;
  font-size: 1.2rem;
}
.m-list-label li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.m-list-label li.label-cat:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_cal_wh.svg);
}
.m-list-label li.label-disc:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_disc_wh.svg);
}
.m-list-label li.label-book:before {
  background-image: url(https://precure-web.com/hirogaru-sky/assets/img/i_book_whs.svg);
}

.m-list-info {
  margin-top: 15px;
}
.m-list-info dt {
  color: #007bc7;
  font-weight: 700;
}

.m-list-desc {
  margin-top: 10px;
}
.m-list-desc > li {
  margin-top: 5px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 1.15em;
}
.m-list-desc > li > ul,
.m-list-desc > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
.m-list-desc > li > ul > li,
.m-list-desc > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
.m-list-desc > li > ul.m-list-asterisk > li,
.m-list-desc > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
.m-list-desc > li > ul.m-list-asterisk > li:before,
.m-list-desc > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.m-list-desc > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.75em;
}
.m-list-desc > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3b3d48;
  top: 0.7em;
  left: 0px;
}
.m-list-desc > li:first-child {
  margin-top: 0;
}

ul.m-list-asterisk {
  margin-top: 0;
  font-size: 1.2rem;
}
ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
ul.m-list-asterisk > li > ul,
ul.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
ul.m-list-asterisk > li > ul > li,
ul.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
ul.m-list-asterisk > li > ul.m-list-asterisk > li,
ul.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
ul.m-list-asterisk > li > ul.m-list-asterisk > li:before,
ul.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
ul.m-list-asterisk > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.75em;
}
ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}
ul.m-list-asterisk > li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

.m-list-num {
  margin-top: 10px;
}
.m-list-num > li {
  margin-top: 5px;
  padding-left: 1.3em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
.m-list-num > li > ul,
.m-list-num > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
.m-list-num > li > ul > li,
.m-list-num > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
.m-list-num > li > ul.m-list-asterisk > li,
.m-list-num > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
.m-list-num > li > ul.m-list-asterisk > li:before,
.m-list-num > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.m-list-num > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.75em;
}
.m-list-num > li:first-child {
  margin-top: 0;
}
.m-list-num > li:before {
  display: inline-block;
  vertical-align: top;
  margin-left: -1.3em;
  width: auto;
  background: none;
}
.m-list-num > li:nth-child(1):before {
  content: "\2460";
}
.m-list-num > li:nth-child(2):before {
  content: "\2461";
}
.m-list-num > li:nth-child(3):before {
  content: "\2462";
}
.m-list-num > li:nth-child(4):before {
  content: "\2463";
}
.m-list-num > li:nth-child(5):before {
  content: "\2464";
}
.m-list-num > li:nth-child(6):before {
  content: "\2465";
}
.m-list-num > li:nth-child(7):before {
  content: "\2466";
}
.m-list-num > li:nth-child(8):before {
  content: "\2467";
}
.m-list-num > li:nth-child(9):before {
  content: "\2468";
}
.m-list-num > li:nth-child(10):before {
  content: "\2469";
}
.m-list-num > li:nth-child(11):before {
  content: "\246a";
}
.m-list-num > li:nth-child(12):before {
  content: "\246b";
}
.m-list-num > li:nth-child(13):before {
  content: "\246c";
}
.m-list-num > li:nth-child(14):before {
  content: "\246d";
}
.m-list-num > li:nth-child(15):before {
  content: "\246e";
}
.m-list-num > li:nth-child(16):before {
  content: "\246f";
}
.m-list-num > li:nth-child(17):before {
  content: "\2470";
}
.m-list-num > li:nth-child(18):before {
  content: "\2471";
}
.m-list-num > li:nth-child(19):before {
  content: "\2472";
}
.m-list-num > li:nth-child(20):before {
  content: "\2473";
}

.m-list-movie {
  display: flex;
  flex-wrap: wrap;
}
.m-list-movie .list-item {
  margin-top: 17px;
  width: calc(50% - 8px);
  text-align: center;
}
.m-list-movie .list-item + .list-item {
  margin-left: 15px;
}
.m-list-movie .list-item:nth-child(odd) {
  margin-left: 0;
}
.m-list-movie .list-item .item-movie {
  position: relative;
  transition: all 0.3s ease;
}
.m-list-movie .list-item .item-movie:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/top/movie_box_sp.png) center no-repeat;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}
.m-list-movie .list-item .item-movie a {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.m-list-movie .list-item .item-movie a:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/icon_play.png) center no-repeat;
  background-size: 35px 35px;
  z-index: 1;
}
.m-list-movie .list-item .item-movie a:after {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.m-list-movie .list-item .item-movie a iframe,
.m-list-movie .list-item .item-movie a img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  min-height: 100%;
  width: 100%;
  pointer-events: none;
  border-radius: 5px;
}
.m-list-movie .list-item .item-desc {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.m-table-common {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #007bc7;
}
.m-table-common tr + tr {
  border-top: 2px solid #007bc7;
}
.m-table-common tr th {
  background: rgba(118, 211, 255, 0.3);
  color: #007bc7;
  font-weight: bold;
}
.m-table-common tr th,
.m-table-common tr td {
  text-align: left;
  padding: 10px 15px;
}

.m-txt-p {
  margin-top: 15px;
}
.m-txt-p a:visited, .m-txt-p a:link {
  text-decoration: underline;
}

.m-txt-h2 {
  margin-top: 40px;
  position: relative;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.m-txt-h3 {
  margin-top: 40px;
  font-size: 2.4rem;
  line-height: 2em;
  color: #007bc7;
  font-weight: 700;
  position: relative;
}
.m-txt-h3:after {
  content: "";
  display: inline-block;
  margin: auto;
  margin-left: 5px;
  width: 17px;
  height: 20px;
  position: relative;
  top: 0.1em;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/h3_icon.png) no-repeat;
  background-size: contain;
}

.m-txt-h4 {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.m-txt-h5 {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.m-txt-h5 + .m-txt-p {
  margin-top: 0;
}

.m-txt-imgttl {
  margin-top: 25px;
  text-align: center;
}
.m-txt-imgttl > img {
  height: 20px;
}

.m-btn-def {
  display: inline-block;
  background: rgba(118, 211, 255, 0.3);
  border-radius: 20px;
  padding: 6px 15px 7px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #007bc7;
  transition: all 0.3s ease;
}
.m-btn-def.is-current {
  background: #007bc7;
  color: #fff;
  pointer-events: none;
}

.m-btn-border {
  display: block;
  border: 3px solid #e95098;
  background: #fff;
  padding: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 25px;
  transition: all 0.3s ease;
  min-width: 190px;
}
.m-btn-border > span {
  display: block;
  background: #e95098;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 8px 30px;
  border-radius: 28px;
}
.m-btn-border > span:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/icon_btn.png) center no-repeat;
  background-size: 9px 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.m-btn-border > span ruby rt {
  font-size: 1rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
.m-btn-border.btn-back > span:before {
  left: 15px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html {
  color: #3b3d48;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 62.5%;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

body {
  line-height: 1.75;
  font-size: 1.4rem;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* link style */
a:link {
  color: #007bc7;
  text-decoration: none;
}

a:visited {
  color: #007bc7;
  text-decoration: none;
}

a:hover,
a:active {
  color: #007bc7;
}

ruby > rt {
  text-align: center;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  -webkit-transform: translateY(0) \0 ;
          transform: translateY(0) \0 ;
}
ruby > rt.ruby-abjust {
  margin-left: -1em;
}

ruby[data-ruby] {
  position: relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  line-height: 100%;
  /* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  bottom: 90%;
  /* ルビの折り返し防止 漢字文字数+left+rightを超えると折り返す */
  left: -4em;
  right: -4em;
  text-align: center;
  /* ルビの文字サイズを親文字に対する比率で指定 */
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  /* デバッグ用 */
}
ruby[data-ruby] rt {
  display: none;
}

#l-wrap {
  overflow: hidden;
  position: relative;
  background-size: 100% auto;
}
/* header style */
#l-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
}
#l-header .header-inner {
  display: flex;
  justify-content: space-between;
}
#l-header .header-inner .inner-logo {
  padding-top: 10px;
  padding-left: 10px;
  width: 118px;
}
#l-header .header-inner .inner-menu .menu-btn {
  width: 80px;
  height: 80px;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/menu_btn_bg.png) center no-repeat;
  background-size: 100%;
}
#l-header .header-inner .inner-menu .menu-btn .btn-menu {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}
#l-header .header-inner .inner-menu .menu-btn .btn-menu > img {
  width: 30px;
  position: absolute;
  top: 15px;
  right: 13px;
}
#l-header .menu-sp {
  display: none;
  padding: 0 15px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 9999;
}
#l-header .menu-sp .menu-inner {
  max-height: calc(100vh - 50px);
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
  height: -webkit-fill-available;
  overflow: auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#l-header .menu-sp .menu-inner .menu-logo {
  width: 91.2vw;
  max-width: 342px;
  margin: 0 auto;
}
#l-header .menu-sp .menu-inner .menu-list {
  margin-top: -23px;
  display: flex;
  flex-wrap: wrap;
}
#l-header .menu-sp .menu-inner .menu-list .list-item {
  width: calc(50% - 10px);
  text-align: center;
  position: relative;
}
#l-header .menu-sp .menu-inner .menu-list .list-item::after {
  position: absolute;
  display: block;
  content: "";
  background: url(https://precure-web.com/hirogaru-sky/assets/img/bg_line.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 3px;
  bottom: 0;
}
#l-header .menu-sp .menu-inner .menu-list .list-item:nth-child(even) {
  margin-left: 15px;
}
#l-header .menu-sp .menu-inner .menu-list .list-item:nth-child(even):before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/icon_rhombus.png) center no-repeat;
  position: absolute;
  background-size: 100%;
  left: -12px;
  top: 5px;
  bottom: 0;
  margin: auto;
}
#l-header .menu-sp .menu-inner .menu-list .list-item > a,
#l-header .menu-sp .menu-inner .menu-list .list-item span {
  display: block;
  padding-top: 24px;
  padding-bottom: 6px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #3b3d48;
}
#l-header .menu-sp .menu-inner .menu-list .list-item > span {
  opacity: 0.7;
}
#l-header .menu-sp .menu-inner .menu-list .list-item .menu-new {
  position: absolute;
  display: block;
  content: "";
  background: url(https://precure-web.com/hirogaru-sky/assets/img/i_new.png) center no-repeat;
  width: 40px;
  height: 20px;
  background-size: 100% auto;
  top: 0;
  left: 10px;
  right: 0;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
#l-header .menu-sp .menu-inner .menu-sns {
  margin-top: 36.5px;
  padding-bottom: 22.5px;
  padding-bottom: 20px;
}
#l-header .menu-sp .menu-inner .menu-sns .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#l-header .menu-sp .menu-inner .menu-sns .sns-list li {
  width: 33.3333333333%;
}
#l-header .menu-sp .menu-inner .menu-sns .sns-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
#l-header .menu-sp .menu-inner .menu-sns .sns-list li a img {
  width: 32px;
}
#l-header .menu-sp .menu-close {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: 0.1;
}
#l-header .menu-sp .menu-close button {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 17px 15px;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/sp_menu_graduation.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
}
#l-header .menu-sp .menu-close button img {
  width: 68px;
}
#l-header .menu-sticky {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: 0.1;
  background: url(https://precure-web.com/hirogaru-sky/assets/img/sp_menu_graduation.png) top center no-repeat;
  background-size: cover;
  height: 14.7vw;
  max-height: 55px;
}
#l-header .menu-sticky button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  border: none;
  padding: 17px 15px;
  background: transparent;
  text-align: center;
}
#l-header .menu-sticky button img {
  width: 89px;
}

/* content style */
#l-content {
  padding-top: 30px;
  position: relative;
  padding-bottom: 55px;
}
#l-content .content-area {
  position: relative;
  z-index: 1;
  margin: 0 15px;
}
#l-content .content-area > *:first-child {
  margin-top: 0 !important;
}
#l-content .content-area > *:first-child.m-box-section {
  padding-top: 0;
}

/* footer style */
#l-footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #ffffff;
}
#l-footer .footer-pagetop {
  position: absolute;
  width: 154px;
  top: -60px;
  left: 50%;
  margin-left: -77px;
}
#l-footer .footer-pagetop.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#l-footer .footer-pagetop a {
  display: inline-block;
  transition: all 0.3s ease;
}
#l-footer .footer-bnrarea {
  position: relative;
  margin: 0 15px;
  z-index: 1;
}
#l-footer .footer-bnrarea ul {
  display: flex;
  flex-wrap: wrap;
}
#l-footer .footer-bnrarea ul li {
  width: calc(50% - 8px);
  text-align: center;
}
#l-footer .footer-bnrarea ul li:nth-child(even) {
  margin-left: 15px;
}
#l-footer .footer-bnrarea ul li:nth-child(n+3) {
  margin-top: 15px;
}
#l-footer .footer-bnrarea ul li a {
  transition: all 0.3s ease;
}
#l-footer .footer-bnrarea ul li a img {
  border-radius: 7px;
}
#l-footer .footer-info {
  position: relative;
  margin: 40px 15px 0;
  line-height: 0.1;
  z-index: 1;
}
#l-footer .footer-info .info-toei {
  text-align: center;
}
#l-footer .footer-info .info-toei a {
  transition: all 0.3s ease;
}
#l-footer .footer-info .info-toei a img {
  width: 240px;
}
#l-footer .footer-info .info-toei > img {
  display: block;
  width: 160px;
  margin: 25px auto;
}
#l-footer .footer-info .info-copy {
  width: auto;
  margin: 25px auto 0;
  text-align: center;
  font-size: 0.825em;
}
#l-footer .footer-pcmenu {
  display: none;
}

@-webkit-keyframes footerwave01sp {
  0% {
    left: 0%;
  }
  100% {
    left: -200vw;
  }
}

@keyframes footerwave01sp {
  0% {
    left: 0%;
  }
  100% {
    left: -200vw;
  }
}
@-webkit-keyframes footerwave01pc {
  0% {
    left: 0%;
  }
  100% {
    left: -1440px;
  }
}
@keyframes footerwave01pc {
  0% {
    left: 0%;
  }
  100% {
    left: -1440px;
  }
}
/* print style */
@media print, screen and (min-width: 768px) {
  #cboxClose:hover {
    opacity: 0.6;
  }
  .matss {
    margin-top: 10px !important;
  }
  .mats {
    margin-top: 20px !important;
  }
  .matm {
    margin-top: 40px !important;
  }
  .matl {
    margin-top: 80px !important;
  }
  .mat0 {
    margin-top: 0px !important;
  }
  .mat0-pc {
    margin-top: 0px !important;
  }
  .hide-pc {
    display: none !important;
  }
  .fzs {
    font-size: 1.4rem;
  }
  .fzm {
    font-size: 1.6rem;
  }
  .fzl {
    font-size: 1.8rem;
  }
  .fzll {
    font-size: 2rem;
  }
  [data-fixed] {
    width: 1040px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
  [data-fixed2] {
    width: 720px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
  [data-gs="12"] {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
  [data-gs="12"] > [data-gs-col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1) - 0.1px) \0 ;
    padding: 0 15px;
  }
  [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2) - 0.1px) \0 ;
    padding: 0 15px;
  }
  [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3) - 0.1px) \0 ;
    padding: 0 15px;
  }
  [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4) - 0.1px) \0 ;
    padding: 0 15px;
  }
  [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5) - 0.1px) \0 ;
    padding: 0 15px;
  }
  .m-box-ttl {
    height: 350px;
  }
  .m-box-ttl:before {
    background: url(https://precure-web.com/hirogaru-sky/assets/img/h1_cloud_pc.png) center bottom -10px no-repeat, url(https://precure-web.com/hirogaru-sky/assets/img/h1_bg_pc.png) center top no-repeat;
    background-size: 100%, 100%;
  }
  .m-box-ttl .ttl-img {
    top: 100px;
  }
  .m-box-ttl .ttl-img.ttl-news {
    width: 264px;
  }
  .m-box-ttl .ttl-img.ttl-character {
    width: 290px;
  }
  .m-box-ttl .ttl-img.ttl-info {
    width: 264px;
  }
  .m-box-ttl .ttl-img.ttl-music {
    width: 285px;
  }
  .m-box-ttl .ttl-img.ttl-book {
    width: 227px;
  }
  .m-box-ttl .ttl-img.ttl-movie {
    width: 264px;
  }
  .m-box-ttl .ttl-img.ttl-event {
    width: 264px;
  }
  .m-box-ttl .ttl-img.ttl-episode {
    width: 264px;
  }
  .m-box-ttl .ttl-img.ttl-bluraydvd {
    width: 323px;
  }
  .m-box-ttl .ttl-img.ttl-onair {
    width: 398px;
  }
  .m-box-select {
    min-width: 160px;
  }
  .m-box-select:before {
    width: 11px;
    height: 8px;
    background-size: contain;
    right: 12px;
    margin-top: -4px;
  }
  .m-box-select select {
    padding: 6px 30px;
  }
  .m-box-sort .sort-select .m-box-select {
    display: inline-block;
  }
  .m-box-sort .sort-select .m-box-select + .m-box-select {
    margin-top: 0;
    margin-right: 20px;
  }
  .m-box-sort .sort-select .select-tab::after {
    width: 1040px;
  }
  .m-box-sort .sort-select .select-tab li a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .m-box-sort .sort-select .select-tab li a:hover:before {
    position: absolute;
    content: "";
    width: 115px;
    height: 76px;
    background-image: url(https://precure-web.com/hirogaru-sky/assets/img/news/tab_active.png);
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .m-box-sort .sort-ttl {
    margin-top: 0;
  }
  .m-box-sort.sort-bluraydvd {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .m-box-sort.sort-bluraydvd .sort-select {
    display: flex;
  }
  .m-box-sort2 .sort-select .select-tab {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .m-box-sort2 .sort-select .select-tab li {
    width: 180px;
    min-width: 180px;
  }
  .m-box-sort2 .sort-select .select-tab li .m-btn-def {
    display: block;
  }
  .m-box-sort2.movie .sort-select .select-tab li {
    width: 150px;
    min-width: 150px;
  }
  .m-box-snsofficial {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0 52px;
  }
  .m-box-snsofficial::before {
    height: 50px;
  }
  .m-box-snsofficial::after {
    width: 1040px;
  }
  .snsarea-ttl {
    width: 325px;
  }
  .snsarea-sns {
    margin-top: 15px;
  }
  .snsarea-sns li + li {
    margin-left: 30px;
  }
  .snsarea-sns li a {
    width: 100px;
    padding: 25px 0;
  }
  .snsarea-sns li a > img {
    width: 50px;
  }
  .snsarea-sns li a:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
  .m-box-entry {
    padding-bottom: 60px;
  }
  .m-box-entry::after, .m-box-entry::before {
    width: 100%;
  }
  .m-box-entry.entry-music {
    padding-bottom: 5px;
  }
  .m-box-entry.entry-bluraydvd {
    padding-bottom: 5px;
  }
  .m-box-backbtn {
    margin-top: 0;
    width: 330px;
  }
  .m-box-backbtn a:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation: button13 1.5s linear infinite alternate 0.3s;
            animation: button13 1.5s linear infinite alternate 0.3s;
  }
  .m-box-backbtn a:hover::before {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-animation: button13_shadow 1.5s linear infinite alternate 0.3s;
            animation: button13_shadow 1.5s linear infinite alternate 0.3s;
    opacity: 0.4;
  }
  .m-box-share {
    margin-top: 60px;
    justify-content: flex-end;
  }
  .m-box-share .share-txt {
    font-size: 1.8rem;
  }
  .m-box-share .share-sns {
    margin-left: 10px;
  }
  .m-box-share .share-sns ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .m-box-slider {
    margin: 20px auto 0;
    width: 720px;
    padding-bottom: 0;
  }
  .m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a {
    border: 4px solid #007bc7;
  }
  .m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a dl {
    font-size: 1.6rem;
  }
  .m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a:hover {
    text-decoration: none;
  }
  .m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a:hover .slide-img > img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .m-box-slider .slider-button {
    bottom: auto;
    top: 50%;
    margin-top: -45px;
  }
  .m-box-slider .slider-button.button-prev {
    left: -80px;
  }
  .m-box-slider .slider-button.button-prev > button {
    background-image: url(https://precure-web.com/hirogaru-sky/assets/img/slide_arrow_pc_l.png);
  }
  .m-box-slider .slider-button.button-next {
    right: -80px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .m-box-slider .slider-button.button-next > button {
    background-image: url(https://precure-web.com/hirogaru-sky/assets/img/slide_arrow_pc_r.png);
  }
  .m-box-slider .slider-button > button {
    width: 60px;
    height: 60px;
    background-size: auto;
    transition: all 0.3s ease;
  }
  .m-box-slider.no-slide .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(90% - 9px);
    margin-right: 18px;
  }
  .m-box-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .m-box-thumb .thumb-item {
    margin-top: 60px;
    border: 4px solid #007bc7;
    width: calc(50% - 10px);
  }
  .m-box-thumb .thumb-item:nth-child(even) {
    margin-left: 20px;
  }
  .m-box-thumb .thumb-item .item-img img {
    max-height: 85%;
    max-width: 85%;
  }
  .m-box-thumb .thumb-item .item-cnt {
    padding: 30px 35px 26px;
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li {
    width: calc(50% - 10px);
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a {
    padding: 14px;
    border-radius: 30px;
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a span {
    padding-left: 32px;
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a:hover {
    background: #007bc7;
    color: #FEF2F8;
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a:hover span:before {
    opacity: 0;
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a:hover span:after {
    opacity: 1;
  }
  .m-box-random {
    width: 100%;
    margin: -40px auto 0;
  }
  .m-box-random .random-img {
    padding-top: 595px;
  }
  .m-box-random .random-img[data-random-character="1"]:before {
    background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara01_pc.png);
  }
  .m-box-random .random-img[data-random-character="2"]:before {
    background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara02_pc.png);
  }
  .m-box-random .random-img[data-random-character="3"]:before {
    background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara03_pc.png);
  }
  .m-box-random .random-img[data-random-character="4"]:before {
    background-image: url(https://precure-web.com/hirogaru-sky/assets/img/p_random_chara04_pc.png);
  }
  .m-box-random .random-img[data-random-character="5"]:before {
    background-image: url(/tv/hirogaru-sky_precure/assets/img/p_random_chara05_pc.png);
  }
  .m-box-random .random-btn {
    width: 160px;
    height: 160px;
    bottom: 6%;
    right: calc(50% - 360px);
    background-size: 160px 160px;
  }
  .m-box-random .random-btn:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
  .m-list-topics {
    margin: 50px auto 0;
  }
  .m-list-topics li {
    width: calc((100% - 80px) / 3);
  }
  .m-list-topics li:nth-child(even) {
    margin-left: 0;
  }
  .m-list-topics li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .m-list-topics li:nth-of-type(n + 2) {
    margin-left: 40px;
  }
  .m-list-topics li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  .m-list-topics li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .m-list-topics li .topics-new {
    width: 50px;
    height: 50px;
    top: -15px;
    left: -15px;
  }
  .m-list-topics li .topics-link .link-img img {
    transition: all 0.3s ease-in-out;
  }
  .m-list-topics li .topics-link dl {
    padding: 20px;
  }
  .m-list-topics li .topics-link dl dt {
    font-size: 1.6rem;
  }
  .m-list-topics li .topics-link dl dt .link-cat {
    font-size: 1.2rem;
    margin-left: 20px;
    padding: 4px 15px;
    border-radius: 10px;
  }
  .m-list-topics li .topics-link dl dd {
    font-size: 1.4rem;
  }
  .m-list-topics li a.topics-link:hover {
    text-decoration: none;
  }
  .m-list-topics li a.topics-link:hover .link-img img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  .m-list-cat {
    margin: 0 -10px;
  }
  .m-list-cat li {
    width: 25%;
    margin: 0;
    padding: 0 10px;
  }
  .m-list-cat li:nth-child(n+3) {
    margin-top: 0;
  }
  .m-list-tab {
    margin: 0 -10px;
  }
  .m-list-tab li {
    width: 33.3%;
    padding: 0 10px;
  }
  .m-list-tab li:nth-child(n+3) {
    margin-top: 0px;
  }
  .m-list-tab li:nth-child(n+4) {
    margin-top: 20px;
  }
  .m-list-btn {
    display: flex;
    justify-content: center;
  }
  .m-list-btn.is-left {
    justify-content: flex-start;
  }
  .m-list-btn.is-2col {
    justify-content: space-between;
  }
  .m-list-btn.is-2col li {
    margin: 0;
  }
  .m-list-thumb {
    margin: 30px -10px 0;
  }
  .m-list-thumb > li {
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
  }
  .m-list-thumb > li a {
    border: 2px solid #007bc7;
    border-radius: 10px;
  }
  .m-list-thumb > li a .thumb-img .img-att {
    bottom: 5px;
    left: 10px;
    right: 10px;
    font-size: 1.2rem;
  }
  .m-list-thumb > li a dl {
    padding: 2px 15px 10px;
  }
  .m-list-thumb > li a dl dt {
    font-size: 1.6rem;
  }
  .m-list-thumb > li a dl dd {
    border-top: 4px dotted rgba(118, 211, 255, 0.5);
  }
  .m-list-thumb > li a dl dd .thumb-data li:before {
    margin-top: -7px;
  }
  .m-list-thumb > li a:hover {
    text-decoration: none;
  }
  .m-list-thumb > li a:hover .thumb-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-list-thumb.thumb-movie {
    margin-top: 0;
  }
  .m-list-thumb.thumb-movie > li {
    width: 352px;
  }
  .m-list-thumb.thumb-movie > li a .thumb-img {
    padding-top: 182px;
  }
  .m-list-thumb.thumb-book > li a dl dd {
    border-top: 0;
  }
  .m-list-thumb.thumb-book > li a dl dd::before {
    height: 4px;
  }
  .m-list-label {
    margin-top: 15px;
  }
  .m-list-label li:before {
    margin-top: -7px;
  }
  .m-list-label li {
    margin-top: 10px;
    padding: 1px 12px 3px 30px;
  }
  .m-list-info dt {
    margin-top: 10px;
  }
  .m-list-info dd {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.2em;
  }
  .m-list-desc {
    margin-top: 20px;
  }
  .m-list-desc > li > ul,
.m-list-desc > li > ol {
    margin-top: 10px;
  }
  .m-list-desc > li > ul > li,
.m-list-desc > li > ol > li {
    margin-top: 10px;
    padding-left: 18px;
  }
  .m-list-desc > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.8em;
  }
  .m-list-desc > li {
    padding-left: 1.3em;
    margin-top: 10px;
  }
  .m-list-desc > li:before {
    width: 8px;
    height: 8px;
    top: 0.65em;
  }
  .m-list-desc.desc-inlineblock {
    margin-top: 30px;
    margin-left: -20px;
  }
  .m-list-desc.desc-inlineblock > li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    vertical-align: top;
  }
  ul.m-list-asterisk {
    margin-top: 0;
    font-size: 1.4rem;
  }
  ul.m-list-asterisk > li > ul,
ul.m-list-asterisk > li > ol {
    margin-top: 10px;
  }
  ul.m-list-asterisk > li > ul > li,
ul.m-list-asterisk > li > ol > li {
    margin-top: 10px;
    padding-left: 18px;
  }
  ul.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.8em;
  }
  ul.m-list-asterisk > li {
    margin-top: 2px;
    padding-left: 20px;
  }
  ul.m-list-asterisk > li > ul,
ul.m-list-asterisk > li ol {
    margin-top: 2px;
  }
  ul.m-list-asterisk > li > ul > li,
ul.m-list-asterisk > li ol > li {
    margin-top: 2px;
  }
  .m-list-num > li > ul,
.m-list-num > li > ol {
    margin-top: 10px;
  }
  .m-list-num > li > ul > li,
.m-list-num > li > ol > li {
    margin-top: 10px;
    padding-left: 18px;
  }
  .m-list-num > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.8em;
  }
  .m-list-movie .list-item {
    width: calc((100% - 80px) / 3);
    margin-top: 36px;
  }
  .m-list-movie .list-item + .list-item {
    margin-left: 40px;
  }
  .m-list-movie .list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .m-list-movie .list-item .item-movie a:before {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    background-size: 70px 70px;
  }
  .m-list-movie .list-item .item-movie a iframe,
.m-list-movie .list-item .item-movie a img {
    border-radius: 20px;
  }
  .m-list-movie .list-item .item-desc {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .m-table-common {
    margin-top: 25px;
  }
  .m-table-common.table-music {
    margin-top: 20px;
  }
  .m-txt-p {
    margin-top: 20px;
  }
  .m-txt-p a:hover {
    text-decoration: none;
  }
  .m-txt-h2 {
    margin-top: 80px;
    font-size: 2.4rem;
    padding-bottom: 0;
  }
  .m-txt-h3 {
    margin-top: 80px;
    font-size: 3rem;
  }
  .m-txt-h3:after {
    width: 34px;
    height: 41px;
    margin-left: 7px;
    top: 0.2em;
  }
  .m-txt-h4 {
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .m-txt-h5 {
    font-size: 1.8rem;
  }
  .m-txt-imgttl {
    margin-top: 60px;
  }
  .m-txt-imgttl > img {
    height: 30px;
  }
  .m-btn-def {
    border-radius: 20px;
    padding: 6px 10px 6px;
    font-size: 1.6rem;
  }
  .m-btn-def:hover {
    text-decoration: none;
    background: #007bc7;
    color: #fff;
  }
  .m-btn-border {
    border-radius: 35px;
    font-size: 1.6rem;
  }
  .m-btn-border > span {
    padding: 12px 30px 11px;
    border-radius: 35px;
  }
  .m-btn-border > span:before {
    right: 15px;
    width: 12px;
    height: 18px;
    background-size: contain;
    margin-top: -9px;
  }
  .m-btn-border:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .m-btn-border.btn-back > span:before {
    left: 15px;
    right: auto;
  }
  .m-btn-border.is-1col > span {
    padding: 12px 65px 11px;
  }
  body {
    font-size: 1.6rem;
    min-width: 1260px;
  }
  a:hover,
a:active {
    text-decoration: underline;
  }
  #l-header .header-inner .inner-logo {
    padding-top: 35px;
    padding-left: 0;
    margin-left: 18.8vw;
    width: 168px;
  }
  #l-header .header-inner .inner-menu .menu-btn {
    display: none;
  }
  #l-content.area-cloud {
    background: linear-gradient(to bottom, transparent 0%, transparent 75%, #fff 100%), url(https://precure-web.com/hirogaru-sky/assets/img/cloud_details_bg.png) repeat-y top center;
    background-size: 100%;
  }
  #l-content .content-area {
    width: 880px;
    margin: 0 auto;
    padding: 30px 80px;
  }
  #l-content .content-area.is-wide {
    width: 1040px;
  }
  #l-content .content-area.is-widel {
    width: 1200px;
  }
  #l-content .content-area > .image-position-left:first-child + *,
#l-content .content-area > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  #l-footer {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 180px;
  }
  #l-footer .footer-pagetop {
    top: auto;
    left: 0;
    right: 0;
    bottom: 170px;
    z-index: 100;
    width: 1040px;
    margin: auto;
  }
  #l-footer .footer-pagetop > a {
    width: 172px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #l-footer .footer-pagetop a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #l-footer .footer-bnrarea {
    width: 1040px;
    margin: 0 auto;
  }
  #l-footer .footer-bnrarea ul li {
    width: calc(25% - 14px);
    margin-left: 18px;
  }
  #l-footer .footer-bnrarea ul li:nth-child(4n+1) {
    margin-left: 0;
  }
  #l-footer .footer-bnrarea ul li:nth-child(n+3) {
    margin-top: 0;
  }
  #l-footer .footer-bnrarea ul li:nth-child(n+5) {
    margin-top: 18px;
  }
  #l-footer .footer-bnrarea ul li a img {
    border-radius: 15px;
  }
  #l-footer .footer-bnrarea ul li a:hover {
    opacity: 0.6;
  }
  #l-footer .footer-info {
    width: 1040px;
    margin: 70px auto 0;
  }
  #l-footer .footer-info .info-toei {
    margin-top: 0;
    text-align: left;
  }
  #l-footer .footer-info .info-toei a:hover {
    opacity: 0.6;
  }
  #l-footer .footer-info .info-toei a img {
    width: 300px;
  }
  #l-footer .footer-info .info-toei > img {
    width: 205px;
    margin-top: 35px;
    margin-left: 0;
  }
  #l-footer .footer-info .info-copy {
    width: 205px;
    margin: 35px 0 0;
  }
  #l-footer .footer-pcmenu {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    padding: 18px 0 20px;
    background: url(https://precure-web.com/hirogaru-sky/assets/img/bg_footer.png) no-repeat top center;
    background-size: cover;
  }
  #l-footer .footer-pcmenu .pcmenu-area {
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-logo {
    position: absolute;
    top: -20px;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav {
    width: 69.2%;
    max-width: 720px;
    margin-left: auto;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list {
    display: flex;
    align-items: center;
    margin: 0 -8px;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list .list-item {
    position: relative;
    width: 20%;
    text-align: center;
    margin-top: 10px;
    box-sizing: content-box;
    padding: 0 8px;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list .list-item + .list-item:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 30px;
    background: url(https://precure-web.com/hirogaru-sky/assets/img/icon_nav_pc.png) center no-repeat;
    position: absolute;
    left: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list .list-item > a,
#l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list .list-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #3b3d48;
    text-decoration: none;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list .list-item > span {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
  [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1) - 0.1px) \0 ;
    padding: 0 8px;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5) - 0.1px) \0 ;
    padding: 0 8px;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2) - 0.1px) \0 ;
    padding: 0 8px;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5) - 0.1px) \0 ;
    padding: 0 8px;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3) - 0.1px) \0 ;
    padding: 0 8px;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5) - 0.1px) \0 ;
    padding: 0 8px;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4) - 0.1px) \0 ;
    padding: 0 8px;
  }
  [data-gs="12"][data-sp-cols] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5) - 0.1px) \0 ;
    padding: 0 8px;
  }
  #l-content .content-area > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  #l-footer .footer-pagetop {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    transition: all 1s ease 0.3s;
  }
}
@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -0.4em;
  }
  [data-gs="12"] {
    display: block;
    letter-spacing: -0.4em;
  }
  [data-gs="12"] > [data-gs-col="12"] {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
  [data-gs="12"] > [data-gs-col="6"] {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
  [data-gs="12"] > [data-gs-col="4"] {
    width: 33.3333333333%;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
  [data-gs="12"] > [data-gs-col="3"] {
    width: 25%;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
  [data-gs="12"] > [data-gs-col="8"] {
    width: 66.6666666667%;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
  html {
    background: none;
  }
  body {
    min-width: 1300px;
    padding: 0;
    background: none;
    zoom: 85% !important;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .m-box-slider .slider-button.button-prev > button:hover {
    margin-left: -15px;
  }
  .m-box-slider .slider-button.button-next > button:hover {
    margin-right: -15px;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list .list-item > a:hover {
    display: block;
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
  #l-footer .footer-pcmenu .pcmenu-area .pcmenu-nav .nav-list .list-item .menu-new {
    position: absolute;
    display: block;
    content: "";
    background: url(https://precure-web.com/hirogaru-sky/assets/img/i_new.png) center no-repeat;
    width: 40px;
    height: 20px;
    background-size: 100% auto;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .m-box-random .random-img:before {
    background-size: 1920px;
  }
}