
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese");

@charset "UTF-8";
@-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 {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          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 {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          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 {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
      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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: 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%;
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  -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/tropical-rouge/assets/img/sp_menu_close.png) center no-repeat #0db5c4;
  background-size: 68px 15px;
  bottom: -60px;
  right: 50%;
  margin-right: -45px;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  #cboxClose:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

@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;
}

@media print, screen and (min-width: 768px) {
  .matss {
    margin-top: 10px !important;
  }
}

.mats {
  margin-top: 10px !important;
}

@media print, screen and (min-width: 768px) {
  .mats {
    margin-top: 20px !important;
  }
}

.matm {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 768px) {
  .matm {
    margin-top: 40px !important;
  }
}

.matl {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 768px) {
  .matl {
    margin-top: 80px !important;
  }
}

.mat0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 768px) {
  .mat0 {
    margin-top: 0px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mat0-pc {
    margin-top: 0px !important;
  }
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

.fzs {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .fzs {
    font-size: 1.4rem;
  }
}

.fzm {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .fzm {
    font-size: 1.6rem;
  }
}

.fzl {
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .fzl {
    font-size: 1.8rem;
  }
}

.fzll {
  font-size: 18px;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .fzll {
    font-size: 2.0rem;
  }
}

.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: #0db5c4 !important;
}

.color-lam {
  color: #3dbdfe !important;
}


.color-sm {
  background: #fa2e00;
  background: linear-gradient(to right, #f12e69 0%, #f65d9b 10%, #ff65ff 20%, #7e71ff 30%, #3b89ff 40%, #00d5ff 55%, #29d200 70%, #ffd600 85%, #ff6000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-bl {
  color: #00b1ec !important;
}

.color-pr {
  color: #a756df !important;
}

.color-yw {
  color: #e78200 !important;
}

.color-rd {
  color: #f4316d !important;
}

.color-gn {
  color: #3690c9 !important;
}

.color-pk {
  color: #ef82d7 !important;
}

.color-enemy {
  color: #006791 !important;
}

.txtindent {
  padding-left: 1em;
  text-indent: -1em;
}

.txtindent2 {
  padding-left: 1em;
}

/*
  data-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed] {
    width: 1040px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

[data-fixed2] {
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed2] {
    width: 720px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

.child-mt0 > *:first-child {
  margin-top: 0 !important;
}

[data-gs="12"] {
  margin: 0 -8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -.40em;
  }
}

[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="12"] {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="6"] {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="4"] {
    width: 33.33333%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="3"] {
    width: 25%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="8"] {
    width: 66.66667%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) {
  [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
}

[data-gs="12"].is-inlineblock {
  display: block;
  letter-spacing: -.4em;
}

[data-gs="12"].is-inlineblock [data-gs-col] {
  display: inline-block;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  [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;
  }
}

.m-box-ttl {
  background: url(https://precure-web.com/tropical-rouge/assets/img/h1_bg_sp.png) bottom center no-repeat;
  background-size: cover;
  position: relative;
  height: 255px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl {
    background-image: url(https://precure-web.com/tropical-rouge/assets/img/h1_bg_pc.png);
    height: 300px;
  }
}

.m-box-ttl:before, .m-box-ttl:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.m-box-ttl:before {
  width: 91px;
  height: 102px;
  background: url(https://precure-web.com/tropical-rouge/assets/img/h1_flower_l_sp.png) center no-repeat;
  background-size: 91px 102px;
  bottom: -13px;
  left: 0px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl:before {
    width: 308px;
    height: 300px;
    background: url(https://precure-web.com/tropical-rouge/assets/img/h1_flower_l_pc.png) center no-repeat;
    bottom: -15px;
  }
}

.m-box-ttl:after {
  width: 77px;
  height: 120px;
  background: url(https://precure-web.com/tropical-rouge/assets/img/h1_flower_r_sp.png) center no-repeat;
  background-size: 77px 120px;
  bottom: -32px;
  right: 0px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl:after {
    width: 304px;
    height: 320px;
    background: url(https://precure-web.com/tropical-rouge/assets/img/h1_flower_r_pc.png) center no-repeat;
    bottom: -10px;
  }
}

.m-box-ttl .ttl-img {
  position: absolute;
  top: 88px;
  left: 50%;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img {
    top: 42px;
  }
}

.m-box-ttl .ttl-img.ttl-news {
  width: 216px;
  margin-left: -108px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-news {
    width: 348px;
    margin-left: -174px;
  }
}

.m-box-ttl .ttl-img.ttl-character {
  width: 272px;
  margin-left: -136px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-character {
    width: 432px;
    margin-left: -216px;
  }
}

.m-box-ttl .ttl-img.ttl-info {
  width: 243px;
  margin-left: -122px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-info {
    width: 390px;
    margin-left: -195px;
  }
}

.m-box-ttl .ttl-img.ttl-music {
  width: 240px;
  margin-left: -120px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-music {
    width: 384px;
    margin-left: -192px;
  }
}

.m-box-ttl .ttl-img.ttl-book {
  width: 126px;
  margin-left: -63px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-book {
    width: 200px;
    margin-left: -100px;
  }
}

.m-box-ttl .ttl-img.ttl-special {
  width: 252px;
  margin-left: -126px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-special {
    width: 404px;
    margin-left: -202px;
  }
}

.m-box-ttl .ttl-img.ttl-event {
  width: 208px;
  margin-left: -104px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-event {
    width: 334px;
    margin-left: -167px;
  }
}

.m-box-ttl .ttl-img.ttl-episode {
  width: 230px;
  margin-left: -115px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-episode {
    width: 370px;
    margin-left: -185px;
  }
}

.m-box-ttl .ttl-img.ttl-bluraydvd {
  width: 315px;
  margin-left: -157px;
}

@media print, screen and (min-width: 768px) {
  .m-box-ttl .ttl-img.ttl-bluraydvd {
    width: 505px;
    margin-left: -252px;
  }
}

.m-box-select {
  position: relative;
  text-align: center;
  background: #0db5c4;
  border-radius: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-box-select {
    min-width: 160px;
  }
}

.m-box-select:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 9px;
  background: url(https://precure-web.com/tropical-rouge/assets/img/icon_select.png) center no-repeat;
  background-size: 13px 9px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
}

@media print, screen and (min-width: 768px) {
  .m-box-select:before {
    width: 11px;
    height: 8px;
    background-size: contain;
    right: 12px;
    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;
}

@media print, screen and (min-width: 768px) {
  .m-box-select select {
    padding: 6px 30px;
  }
}

.m-box-select select option {
  color: #1d1d1d;
}

@media print, screen and (min-width: 768px) {
  .m-box-sort {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-sort .sort-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-box-sort .sort-select .m-box-select + .m-box-select {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-sort .sort-select .m-box-select + .m-box-select {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-sort .sort-select .m-list-tab {
    width: 600px;
    margin: 0;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-box-sort .sort-select .m-list-tab li {
    width: calc(33.3% - 13px);
    padding: 0;
    margin-left: 19px;
  }
  .m-box-sort .sort-select .m-list-tab li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.m-box-sort .sort-ttl {
  margin-top: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #0db5c4;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .m-box-sort .sort-ttl {
    margin-top: 0;
  }
}

.m-box-snsofficial {
  background: url(https://precure-web.com/tropical-rouge/assets/img/foot_bg_sp.png) center no-repeat;
  background-size: cover;
  height: 84.8vw;
  padding-top: 25%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-snsofficial {
    background: url(https://precure-web.com/tropical-rouge/assets/img/foot_bg_pc.png) top center no-repeat;
    background-size: cover;
    height: 34.48vw;
    max-height: 662px;
    min-height: 420px;
    padding-top: 225px;
  }
}

.snsarea-ttl {
  width: 217px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .snsarea-ttl {
    width: 325px;
  }
}

.snsarea-sns {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.1;
}

@media print, screen and (min-width: 768px) {
  .snsarea-sns {
    margin-top: 15px;
  }
}

.snsarea-sns li + li {
  margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
  .snsarea-sns li + li {
    margin-left: 30px;
  }
}

.snsarea-sns li a {
  display: inline-block;
  width: 70px;
  background: #ffffff;
  border-radius: 50%;
  padding: 16px 0;
  text-align: center;
  box-shadow: 0px 0px 10px 1px rgba(185, 148, 86, 0.25);
}

@media print, screen and (min-width: 768px) {
  .snsarea-sns li a {
    width: 100px;
    padding: 25px 0;
  }
}

.snsarea-sns li a > img {
  width: 38px;
}

@media print, screen and (min-width: 768px) {
  .snsarea-sns li a > img {
    width: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .snsarea-sns li a:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
}

.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 {
  margin-top: 15px;
}

.m-box-backbtn {
  margin: 30px auto 0;
  width: 254px;
}

@media print, screen and (min-width: 768px) {
  .m-box-backbtn {
    margin-top: 50px;
    width: 275px;
  }
}

.m-box-backbtn a {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .m-box-backbtn a:hover {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation: wobble-top 1s ease-in-out;
            animation: wobble-top 1s ease-in-out;
  }
}

.swiper-container {
  overflow: visible;
}

.m-box-slider {
  margin: 10px 0 0;
  padding-bottom: 15px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider {
    margin: 20px auto 0;
    width: 720px;
    padding-bottom: 0;
  }
}

.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: #0db5c4;
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid #0db5c4;
  overflow: hidden;
  height: 100%;
  outline: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .swiper-container .swiper-wrapper .swiper-slide > a {
    border: 4px solid #0db5c4;
  }
}

.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: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .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 dl dd {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .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-pagination {
  margin-top: 25px;
  text-align: center;
  line-height: 1;
  color: #0db5c4;
}

.m-box-slider .slider-button {
  position: absolute;
  bottom: 0px;
  z-index: +1;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-button {
    bottom: auto;
    top: 50%;
    margin-top: -45px;
  }
}

.m-box-slider .slider-button.button-prev {
  left: 0px;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-button.button-prev {
    left: -80px;
  }
  .m-box-slider .slider-button.button-prev > button {
    background-image: url(https://precure-web.com/tropical-rouge/assets/img/slide_arrow_pc_l.png);
  }
}

@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 {
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .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/tropical-rouge/assets/img/slide_arrow_pc_r.png);
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .m-box-slider .slider-button.button-next > button:hover {
    margin-right: -15px;
  }
}

.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/tropical-rouge/assets/img/slide_arrow_sp.png) center no-repeat;
  background-size: 26px 39px;
  text-indent: -9999px;
  outline: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-button > button {
    width: 60px;
    height: 60px;
    background-size: auto;
    transition: all 0.3s ease;
  }
}

.m-box-slider.no-slide {
  padding-bottom: 0;
}

.m-box-slider.no-slide .swiper-container .swiper-wrapper {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-box-slider.no-slide .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(50% - 5px);
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider.no-slide .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(50% - 9px);
   /* width: calc(90% - 9px); */
    
    margin-right: 18px;
  }
}

.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%;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-box-thumb .thumb-item {
  margin-top: 20px;
  border: 2px solid #0db5c4;
  border-radius: 10px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumb .thumb-item {
    margin-top: 60px;
    border: 4px solid #0db5c4;
    width: calc(50% - 10px);
  }
  .m-box-thumb .thumb-item:nth-child(even) {
    margin-left: 20px;
  }
}

.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;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumb .thumb-item .item-img img {
    max-height: 85%;
    max-width: 85%;
  }
}

.m-box-thumb .thumb-item .item-cnt {
  background: #0db5c4;
  padding: 15px 10px 13px;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumb .thumb-item .item-cnt {
    padding: 30px 35px 26px;
  }
}

.m-box-thumb .thumb-item .item-cnt .cnt-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-box-thumb .thumb-item .item-cnt .cnt-btns li {
  width: calc(50% - 6px);
}

@media print, screen and (min-width: 768px) {
  .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 {
  display: block;
  background: #ffffff;
  color: #0db5c4;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px;
  border-radius: 25px;
  border: 2px solid #FEF2F8;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .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 {
  display: inline-block;
  position: relative;
  padding-left: 26px;
}

@media print, screen and (min-width: 768px) {
  .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 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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-sp:before {
  background-image: url(https://precure-web.com/tropical-rouge/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/tropical-rouge/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/tropical-rouge/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/tropical-rouge/assets/img/i_pc_wh.svg);
}

@media print, screen and (min-width: 768px) {
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a:hover {
    background: #0db5c4;
    color: #FEF2F8;
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a:hover span:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a:hover span:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.m-box-random {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-random {
    width: 880px;
    margin: 0 auto;
  }
  .m-box-random + .m-box-snsofficial {
    margin-top: -300px;
  }
}

.m-box-random .random-img {
  padding-top: 90vw;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-img {
    padding-top: 680px;
  }
}

.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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-box-random .random-img[data-random-character="1"]:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara01.png);
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-img[data-random-character="1"]:before {
    background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara01_pc.png);
  }
}

.m-box-random .random-img[data-random-character="2"]:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara02.png);
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-img[data-random-character="2"]:before {
    background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara02_pc.png);
  }
}

.m-box-random .random-img[data-random-character="3"]:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara03.png);
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-img[data-random-character="3"]:before {
    background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara03_pc.png);
  }
}

.m-box-random .random-img[data-random-character="4"]:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara04.png);
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-img[data-random-character="4"]:before {
    background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara04_pc.png);
  }
}

.m-box-random .random-img[data-random-character="5"]:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara05.png);
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-img[data-random-character="5"]:before {
    background-image: url(https://precure-web.com/tropical-rouge/assets/img/p_random_chara05_pc.png);
  }
}

.m-box-random .random-btn {
  position: absolute;
  border: none;
  padding: 0;
  top: 40%;
  right: 25px;
  width: 89px;
  height: 89px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(https://precure-web.com/tropical-rouge/assets/img/btn_change.png) center no-repeat;
  background-size: 89px 89px;
  outline: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-btn {
    width: 116px;
    height: 116px;
    top: 230px;
    right: 0px;
    background-size: 116px 116px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-random .random-btn:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
}

.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: #0db5c4;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0.6em;
}

.m-list-topics {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics {
    margin: 75px auto 0;
  }
}

.m-list-topics li {
  position: relative;
}

.m-list-topics li:not(:first-child) {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li:not(:first-child) {
    margin-top: 20px;
  }
}

.m-list-topics li .topics-new {
  position: absolute;
  content: '';
  background: url(https://precure-web.com/tropical-rouge/assets/img/news/icon_new.png) center no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  top: -10px;
  left: -10px;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-new {
    width: 50px;
    height: 50px;
    top: -15px;
    left: -15px;
  }
}

.m-list-topics li .topics-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.m-list-topics li .topics-link .link-img {
  width: 105px;
  border: 2px solid #0db5c4;
  background: #fff;
  border-radius: 5px;
  line-height: 0.1;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link .link-img {
    width: 164px;
    border-radius: 10px;
  }
}

.m-list-topics li .topics-link .link-img img {
  border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link .link-img img {
    border-radius: 10px;
  }
}

.m-list-topics li .topics-link dl {
  width: calc(100% - 120px);
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link dl {
    width: 530px;
  }
}

.m-list-topics li .topics-link dl dt {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link dl dt {
    font-size: 1.6rem;
  }
}

.m-list-topics li .topics-link dl dt .link-cat {
  display: inline-block;
  background: #0db5c4;
  color: #fff;
  margin-left: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 3.5px 10px;
  border-radius: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link dl dt .link-cat {
    font-size: 1.4rem;
    margin-left: 20px;
    padding: 4px 15px;
  }
}

.m-list-topics li .topics-link dl dd {
  color: #1d1d1d;
  margin-top: 5px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link dl dd {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li a.topics-link:hover {
    text-decoration: none;
  }
  .m-list-topics li a.topics-link:hover dl dd {
    text-decoration: underline;
  }
}

.m-list-cat {
  margin: 0 -7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-cat {
    margin: 0 -10px;
  }
}

.m-list-cat li {
  width: 50%;
  padding: 0 7px;
}

.m-list-cat li:nth-child(n + 3) {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-cat li {
    width: 25%;
    margin: 0;
    padding: 0 10px;
  }
  .m-list-cat li:nth-child(n + 3) {
    margin-top: 0;
  }
}

.m-list-cat li .m-btn-def {
  display: block;
}

.m-list-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7px;
}

@media print, screen and (min-width: 768px) {
  .m-list-tab {
    margin: 0 -10px;
  }
}

.m-list-tab li {
  width: 50%;
  padding: 0 7px;
}

@media print, screen and (min-width: 768px) {
  .m-list-tab li {
    width: 33.3%;
    padding: 0 10px;
  }
}

.m-list-tab li .m-btn-def {
  display: block;
}

.m-list-tab li:nth-child(n + 3) {
  margin-top: 14px;
}

@media print, screen and (min-width: 768px) {
  .m-list-tab li:nth-child(n + 3) {
    margin-top: 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-tab li:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.m-list-btn {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-btn {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-list-btn li {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-btn li {
    margin: 10px 10px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.is-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.m-list-thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px -5px 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb {
    margin: 30px -10px 0;
  }
}

.m-list-thumb > li {
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li {
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
  }
}

.m-list-thumb > li a {
  display: block;
  border: 2px solid #0db5c4;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a {
    border: 4px solid #0db5c4;
  }
}

.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: 10px;
  font-size: 1.0rem;
  color: #1d1d1d;
}

@media print, screen and (min-width: 768px) {
  .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 {
  background: #0db5c4;
  padding: 12px 8px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a dl {
    padding: 10px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a dl dt {
    font-size: 1.6rem;
  }
}

.m-list-thumb > li a dl dd {
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a dl dd {
    border-top: 4px dotted rgba(255, 255, 255, 0.5);
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a dl dd .thumb-data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.m-list-thumb > li a dl dd .thumb-data li {
  position: relative;
  padding-left: 18px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a dl dd .thumb-data li + li {
    margin-left: 15px;
  }
}

.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;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a dl dd .thumb-data li:before {
    margin-top: -7px;
  }
}

.m-list-thumb > li a dl dd .thumb-data li.data-date:before {
  background-image: url(https://precure-web.com/tropical-rouge/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/tropical-rouge/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/tropical-rouge/assets/img/i_book.svg);
}

@media print, screen and (min-width: 768px) {
  .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 > li .thumb-modal {
  display: none;
}

.m-list-thumb.thumb-movie {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb.thumb-movie {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb.thumb-movie > li {
    width: 352px;
  }
}

.m-list-thumb.thumb-movie > li a .thumb-img {
  padding-top: 56%;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb.thumb-movie > li a .thumb-img {
    padding-top: 182px;
  }
}

.m-list-thumb.thumb-movie > li a .thumb-img img {
  max-width: 100%;
  max-height: 100%;
}

.m-list-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .m-list-label {
    margin-top: 15px;
  }
}

.m-list-label li {
  margin: 5px 10px 0 0;
  background: #0db5c4;
  color: #fff;
  position: relative;
  padding: 3px 10px 3px 27px;
  border-radius: 5px;
}

.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;
}

@media print, screen and (min-width: 768px) {
  .m-list-label li:before {
    margin-top: -7px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-label li {
    margin-top: 10px;
    padding: 1px 12px 3px 30px;
  }
}

.m-list-label li.label-cat:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/i_cal.svg);
}

.m-list-label li.label-disc:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/i_disc.svg);
}

.m-list-label li.label-book:before {
  background-image: url(https://precure-web.com/tropical-rouge/assets/img/i_book.svg);
}

.m-list-info {
  margin-top: 15px;
}

.m-list-info dt {
  color: #0db5c4;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .m-list-info dt {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-info dd {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.2em;
  }
}

.m-table-common {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #0db5c4;
}

@media print, screen and (min-width: 768px) {
  .m-table-common {
    margin-top: 25px;
  }
}

.m-table-common tr + tr {
  border-top: 2px solid #0db5c4;
}

.m-table-common tr th {
  background: #daf4f6;
  color: #0db5c4;
  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;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p {
    margin-top: 20px;
  }
}

.m-txt-h3 {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0db5c4;
}

@media print, screen and (min-width: 768px) {
  .m-txt-h3 {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}

.m-txt-h3 + .m-txt-p {
  margin-top: 10px;
}

.m-txt-h2 {
  margin-top: 40px;
  position: relative;
  padding-bottom: 0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .m-txt-h2 {
    margin-top: 80px;
    font-size: 2.4rem;
    padding-bottom: 0;
  }
}

.m-txt-h2 .h2-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0db5c4;
}

@media print, screen and (min-width: 768px) {
  .m-txt-h2 .h2-label {
    font-size: 1.6rem;
  }
}

.m-txt-h2 .h2-label .label-area {
  display: inline-block;
  margin-left: 10px;
  background: #0db5c4;
  color: #ffffff;
  line-height: 1;
  padding: 5px 7px 7px;
  border-radius: 12px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-h2 .h2-label .label-area {
    margin-left: 20px;
    padding: 7px 20px;
    border-radius: 15px;
  }
}

.m-txt-h2 .h2-label .label-area.is-red {
  background: #e90104;
}

.m-txt-imgttl {
  margin-top: 25px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-txt-imgttl {
    margin-top: 60px;
  }
}

.m-txt-imgttl > img {
  height: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-imgttl > img {
    height: 30px;
  }
}

.m-btn-def {
  display: inline-block;
  background: #daf4f6;
  color: #0db5c4;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 15px 7px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .m-btn-def {
    font-size: 1.6rem;
    padding: 16px 10px 16px;
    border-radius: 30px;
  }
}

.m-btn-def.is-current {
  background: #0db5c4;
  color: #daf4f6;
}

@media print, screen and (min-width: 768px) {
  .m-btn-def:hover {
    text-decoration: none;
    background: #0db5c4;
    color: #daf4f6;
  }
}

.m-btn-border {
  display: block;
  border: 3px solid #e95098;
  background: #fff;
  padding: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 25px;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .m-btn-border {
    border-radius: 35px;
    font-size: 1.8rem;
  }
}

.m-btn-border > span {
  display: block;
  background: #e95098;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 8px 50px;
  border-radius: 28px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-border > span {
    padding: 12px 65px 11px;
    border-radius: 35px;
  }
}

.m-btn-border > span:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(https://precure-web.com/tropical-rouge/assets/img/icon_btn.png) center no-repeat;
  background-size: 9px 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-border > span:before {
    right: 15px;
    width: 12px;
    height: 18px;
    background-size: contain;
    margin-top: -9px;
  }
}

.m-btn-border > span ruby rt {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

@media print, screen and (min-width: 768px) {
  .m-btn-border:hover {
    text-decoration: none;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

.m-btn-border.btn-back > span:before {
  left: 15px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .m-btn-border.btn-back > span:before {
    left: 15px;
    right: auto;
  }
}

html {
  color: #1d1d1d;
  background: #fff;
  font-family: "Helvetica Neue", "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: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1260px;
  }
}

/* link style */
a:link {
  color: #0db5c4;
  text-decoration: none;
}

a:visited {
  color: #0db5c4;
  text-decoration: none;
}

a:hover, a:active {
  color: #0db5c4;
}

@media print, screen and (min-width: 768px) {
  a:hover, a:active {
    text-decoration: underline;
  }
}

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;
}

#l-wrap {
  overflow: hidden;
  position: relative;
  background: url(https://precure-web.com/tropical-rouge/assets/img/cnt_bg_sp.png) repeat-y #f7ecd7;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  #l-wrap {
    background: url(https://precure-web.com/tropical-rouge/assets/img/cnt_bg_pc.png) center 200px repeat-y #f7ecd7;
  }
}

/* header style */
#l-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
}

@media print, screen and (min-width: 768px) {
  #l-header {
    display: none;
  }
}

#l-header .header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          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/tropical-rouge/assets/img/menu_btn_bg.png) center no-repeat;
  background-size: 100%;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-menu .menu-btn {
    display: none;
  }
}

#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: 36px;
  position: absolute;
  top: 15px;
  right: 15px;
}

#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);
  overflow: auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

#l-header .menu-sp .menu-inner .menu-logo {
  width: 290px;
  margin: 0 auto;
}

#l-header .menu-sp .menu-inner .menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#l-header .menu-sp .menu-inner .menu-list li {
  width: calc(50% - 10px);
  text-align: center;
}

#l-header .menu-sp .menu-inner .menu-list li:nth-child(even) {
  margin-left: 15px;
  position: relative;
}

#l-header .menu-sp .menu-inner .menu-list li:nth-child(even):before {
  content: '';
  display: inline-block;
  width: 8.5px;
  height: 7.5px;
  background: url(https://precure-web.com/tropical-rouge/assets/img/icon_heart.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 li > a, #l-header .menu-sp .menu-inner .menu-list li span {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(13, 181, 196, 0.5);
}

#l-header .menu-sp .menu-inner .menu-youtube {
  margin-top: 20px;
}

#l-header .menu-sp .menu-inner .menu-sns {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#l-header .menu-sp .menu-inner .menu-sns li + li {
  margin-left: 15px;
}

#l-header .menu-sp .menu-inner .menu-sns li a {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px rgba(185, 148, 86, 0.25);
}

#l-header .menu-sp .menu-inner .menu-sns li a img {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

#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: #0db5c4;
  text-align: center;
}

#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/tropical-rouge/assets/img/sp_menu_cloud.png) top center no-repeat;
  background-size: cover;
  height: 21.6vw;
  max-height: 81px;
}

#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: 60px;
  position: relative;
  padding-bottom: 55px;
}

@media print, screen and (min-width: 768px) {
  #l-content {
    padding-top: 50px;
  }
}

#l-content:before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 71px;
  background: url(https://precure-web.com/tropical-rouge/assets/img/cnt_icon1_sp.png) center no-repeat;
  background-size: 72px 71px;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -94px;
}

@media print, screen and (min-width: 768px) {
  #l-content:before {
    display: none;
  }
}

#l-content:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 84px;
  background: url(https://precure-web.com/tropical-rouge/assets/img/cnt_icon2_sp.png) center no-repeat;
  background-size: 35px 84px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -140px;
}

@media print, screen and (min-width: 768px) {
  #l-content:after {
    display: none;
  }
}

#l-content .content-area {
  position: relative;
  z-index: +1;
  margin: 0 10px;
  padding: 30px 15px;
  background: #ffffff;
  box-shadow: 5.657px 5.657px 16px 0px rgba(114, 83, 44, 0.25);
  border-radius: 15px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area {
    width: 880px;
    margin: 0 auto;
    padding: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area.is-wide {
    width: 1040px;
  }
}

#l-content .content-area > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-area > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area > .image-position-left:first-child + *,
  #l-content .content-area > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-content .content-area > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-area > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

@media print, screen and (min-width: 768px) {
  #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;
  }
}

/* footer style */
#l-footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  #l-footer {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}

#l-footer .footer-pagetop {
  position: absolute;
  width: 154px;
  top: -60px;
  left: 50%;
  margin-left: -77px;
}

@media screen and (max-width: 767px) {
  #l-footer .footer-pagetop {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 1s ease 0.3s;
  }
}

@media print, screen and (min-width: 768px) {
  #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.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#l-footer .footer-pagetop a {
  display: inline-block;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-pagetop a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

#l-footer .footer-bnrarea {
  position: relative;
  margin: 0 15px;
  z-index: +1;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-bnrarea {
    width: 1040px;
    margin: 0 auto;
  }
}

#l-footer .footer-bnrarea ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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;
}

@media print, screen and (min-width: 768px) {
  #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 {
  transition: all 0.3s ease;
}

#l-footer .footer-bnrarea ul li a img {
  border-radius: 7px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-bnrarea ul li a img {
    border-radius: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-bnrarea ul li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

#l-footer .footer-info {
  position: relative;
  margin: 40px 15px 0;
  line-height: 0.1;
  z-index: +1;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info {
    width: 1040px;
    margin: 70px auto 0;
  }
}

#l-footer .footer-info .info-toei {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-toei {
    margin-top: 0;
    text-align: left;
  }
}

#l-footer .footer-info .info-toei a {
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-toei a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

#l-footer .footer-info .info-toei a img {
  width: 240px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-toei a img {
    width: 300px;
  }
}

#l-footer .footer-info .info-toei > img {
  display: block;
  width: 160px;
  margin: 25px auto;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-toei > img {
    width: 205px;
    margin-top: 35px;
    margin-left: 0;
  }
}

#l-footer .footer-info .info-copy {
  width: 160px;
  margin: 20px auto 0;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-copy {
    width: 205px;
    margin: 35px 0 0;
  }
}

#l-footer .footer-pcmenu {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-pcmenu {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: url(https://precure-web.com/tropical-rouge/assets/img/pc_menu_cloud.png) bottom center repeat-x;
    padding: 18px 0 20px;
  }
  #l-footer .footer-pcmenu .pcmenu-area {
    width: 1250px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #l-footer .footer-pcmenu .pcmenu-area ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-footer .footer-pcmenu .pcmenu-area ul li {
    position: relative;
  }
  #l-footer .footer-pcmenu .pcmenu-area ul li + li {
    margin-left: 30px;
  }
  #l-footer .footer-pcmenu .pcmenu-area ul li + li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://precure-web.com/tropical-rouge/assets/img/icon_nav_pc.png) center no-repeat;
    position: absolute;
    left: -21px;
    top: 50%;
    margin-top: -5px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #l-footer .footer-pcmenu .pcmenu-area ul li > a:hover {
    display: block;
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
}

@-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 {
  html {
    background: none;
  }
  body {
    min-width: 1300px;
    padding: 0;
    background: none;
    zoom: 85% !important;
  }
}
