
@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 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;
     -moz-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: 60px;
  height: 47px;
  background: url(../images/icon_close.png) center no-repeat;
  background-size: 60px 47px;
  bottom: -60px;
  right: 50%;
  margin-right: -30px;
  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 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-pk {
  color: #f76697;
}

.color-bl {
  color: #3ab4ee;
}

.color-yw {
  color: #fa8e00;
}

.color-pr {
  color: #efa6ff;
}

.color-pr2 {
  color: #b052c2;
}

.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;
  }
}

.swiper-container {
  overflow: visible;
}

.m-box-entry {
  margin: 15px 15px 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry {
    margin: 0px;
  }
}

.m-box-entry > *:first-child {
  margin-top: 0;
}

.m-box-scallope {
  position: relative;
}

.m-box-scallope:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 24px;
  background: url(../images/bg_scallope.png) top center repeat-x;
  background-size: 50px 24px;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-box-scallope:before {
    height: 20px;
    background-size: auto 20px;
  }
}

.m-box-gamelink {
  margin: 25px auto 0;
  width: 290px;
}

@media print, screen and (min-width: 768px) {
  .m-box-gamelink {
    margin: 0 auto 0;
    width: 366px;
  }
}

.m-box-gamelink a {
  display: block;
  position: relative;
  padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .m-box-gamelink a {
    padding-top: 70px;
  }
}

.m-box-gamelink a:before {
  content: '';
  display: inline-block;
  width: 220px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -110px;
  background: url(../images/deco_foot_game.png) bottom center no-repeat;
  background-size: 220px 50px;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .m-box-gamelink a:before {
    top: 70px;
    width: 308px;
    height: 70px;
    margin-left: -154px;
    background-size: 308px 70px;
  }
}

.m-box-gamelink a img {
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-gamelink a:hover:before {
    top: 0px;
  }
}

.m-box-backbtn {
  margin-top: 45px;
}

@media print, screen and (min-width: 768px) {
  .m-box-backbtn {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-backbtn .m-btn-border {
    width: 360px;
    margin: 0 auto;
  }
}

.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%;
}

@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 #F76697;
  border-radius: 10px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumb .thumb-item {
    border: 4px solid #F76697;
    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: #F76697;
  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: #FEF2F8;
  color: #F76697;
  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(../svg/i_sp.svg);
}

.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-sp:after {
  background-image: url(../svg/i_sp_wh.svg);
}

.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-pc:before {
  background-image: url(../svg/i_pc.svg);
}

.m-box-thumb .thumb-item .item-cnt .cnt-btns li a span.btn-pc:after {
  background-image: url(../svg/i_pc_wh.svg);
}

@media print, screen and (min-width: 768px) {
  .m-box-thumb .thumb-item .item-cnt .cnt-btns li a:hover {
    background: #F76697;
    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)";
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-topics {
    width: 720px;
    margin: 75px auto 0;
  }
}

.m-list-topics li {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li {
    margin-top: 40px;
  }
}

.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 #e5bb75;
  background: #fff;
  padding: 2px;
  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: 3px solid #e5bb75;
    padding: 3px;
    border-radius: 10px;
  }
}

.m-list-topics li .topics-link .link-img img {
  border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link .link-img img {
    border-radius: 5px;
  }
}

.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 .link-cat {
  display: inline-block;
  background: #FEF2F8;
  margin-left: 8px;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link dl dt .link-cat {
    font-size: 1.6rem;
    margin-left: 20px;
    padding: 4px 15px;
  }
}

.m-list-topics li .topics-link dl dd {
  color: #7C5530;
}

@media print, screen and (min-width: 768px) {
  .m-list-topics li .topics-link:hover {
    text-decoration: none;
  }
  .m-list-topics li .topics-link:hover dl dd {
    text-decoration: underline;
  }
}




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;
}

li.topics-link .link-img {
  width: 105px;
  border: 2px solid #e5bb75;
  background: #fff;
  padding: 2px;
  border-radius: 5px;
  line-height: 0.1;
}

@media print, screen and (min-width: 768px) {
li.topics-link .link-img {
    width: 164px;
    border: 3px solid #e5bb75;
    padding: 3px;
    border-radius: 10px;
  }
}

li.topics-link .link-img img {
  border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
li.topics-link .link-img img {
    border-radius: 5px;
  }
}

li.topics-link dl {
  width: calc(100% - 120px);
}

@media print, screen and (min-width: 768px) {
li.topics-link dl {
    width: 530px;
  }
}

li.topics-link dl dt .link-cat {
  display: inline-block;
  background: #FEF2F8;
  margin-left: 8px;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 15px;
  color:#F76697;
}

@media print, screen and (min-width: 768px) {
li.topics-link dl dt .link-cat {
    font-size: 1.6rem;
    margin-left: 20px;
    padding: 4px 15px;
    
  }
}

li.topics-link dl dd,li.topics-link dl dd a {
  color: #7C5530;
}












.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;
  }
}

.m-list-cat {
  margin: -10px -5px 0;
  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 -5px;
  }
}

.m-list-cat li {
  width: 50%;
  margin-top: 10px;
  padding: 0 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-cat li {
    width: 16.6%;
    margin: 0;
    padding: 0 5px;
    font-size: 0.825em;
  }
}

.m-list-cat li .m-btn-def {
  display: block;
}

.m-list-nav {
  padding-top: 45px;
  margin: 0 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-nav {
    width: 1040px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-nav:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 170vw;
    background-color: #FEF2F8;
    margin-left: calc(-1 * ((170vw - 1040px)/2));
  }
}

.m-list-nav ul {
  margin: 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  border-radius: 12px;
  padding: 3px;
}

@media print {
  .m-list-nav ul {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-nav ul {
    background-color: transparent;
    padding: 0;
  }
}

.m-list-nav ul li {
  width: calc(100% / 2);
  width: calc((100% / 2 ) - 0.1px) \0;
  padding: 0 0;
  position: relative;
}

@media print {
  .m-list-nav ul li {
    width: 50%;
    display: inline-block;
    padding: 0 0;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-nav ul li {
    width: calc(100% / 5);
    padding-left: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-nav ul li:before {
    position: absolute;
    content: '';
    background: url(../images/icon_menu_pc.png) center no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.m-list-nav ul li a, .m-list-nav ul li span {
  padding: 7px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 55px;
}

@media print, screen and (min-width: 768px) {
  .m-list-nav ul li a, .m-list-nav ul li span {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}

.m-list-nav ul li a ruby rt, .m-list-nav ul li span ruby rt {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
  font-weight: normal;
}

.m-list-nav ul li span {
  color: rgba(238, 158, 158, 0.25);
}

@media screen and (max-width: 767px) {
  .m-list-nav ul li:nth-child(even):after {
    position: absolute;
    content: '';
    background: url(../images/i_dot.jpg) center;
    width: 2px;
    top: 0;
    bottom: 0;
    background-size: 100% auto;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-list-nav ul li:nth-child(n+3):before {
    position: absolute;
    content: '';
    background: url(../images/i_dot2.jpg) center;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    background-size: auto 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-nav ul li:nth-child(5n) {
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-nav ul li:nth-child(5n):after {
    position: absolute;
    content: '';
    background: url(../images/icon_menu_pc.png) center no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.m-list-define {
  margin-top: 15px;
}

.m-list-define dt {
  font-weight: bold;
  position: relative;
  padding-left: 18px;
}

@media print, screen and (min-width: 768px) {
  .m-list-define dt {
    padding-left: 25px;
  }
}

.m-list-define dt:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: 0px;
  width: 14px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-define dt:before {
    width: 20px;
    height: 22px;
    background-size: 20px 22px;
  }
}

.m-list-define dd {
  margin-top: 10px;
}

.m-list-define dd + dt {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-define dd + dt {
    margin-top: 20px;
  }
}

.m-list-define.icon-pk dt {
  color: #f76697;
}

.m-list-define.icon-pk dt:before {
  background-image: url(../images/icon_heart_pk.png);
}

.m-list-define.icon-bl dt {
  color: #3ab4ee;
}

.m-list-define.icon-bl dt:before {
  background-image: url(../images/icon_heart_bl.png);
}

.m-list-define.icon-yw dt {
  color: #fa8e00;
}

.m-list-define.icon-yw dt:before {
  background-image: url(../images/icon_heart_yw.png);
}

.m-list-define.icon-pr dt {
  color: #efa6ff;
}

.m-list-define.icon-pr dt:before {
  background-image: url(../images/icon_heart_pr.png);
}

.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 #F76697;
  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 #F76697;
  }
}

.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: 90%;
  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: #7C5530;
}

@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: #F76697;
  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.5rem;
  }
}

.m-list-thumb > li a dl dd {
  border-top: 2px dotted #fbb2cb;
  margin-top: 15px;
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumb > li a dl dd {
    border-top: 4px dotted #fbb2cb;
  }
}


  .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;
  }

@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;
  margin-right:10px;
}

@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(../svg/i_cal.svg);
}

.m-list-thumb > li a dl dd .thumb-data li.data-cat:before {
  background-image: url(../svg/i_disc.svg);
}

.m-list-thumb > li a dl dd .thumb-data li.data-book:before {
  background-image: url(../svg/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%;
}

.thumb-modal .modal-inner {
  border: 2px solid #e5bb75;
  background: #fff;
  padding: 2px;
  border-radius: 10px;
  line-height: 0.1;
  width: calc(100vw - 30px);
}

@media screen and (orientation: landscape) {
  .thumb-modal .modal-inner {
    width: 370px;
  }
}

@media print, screen and (min-width: 768px) {
  .thumb-modal .modal-inner {
    margin: 0;
    padding: 3px;
    width: 750px;
  }
}

.thumb-modal .modal-inner .inner-iframe {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb-modal .modal-inner .inner-iframe:before {
  content: '';
  display: block;
  padding-top: 56.5%;
}

.thumb-modal .modal-inner iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  min-height: 100%;
  width: 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: #F76697;
  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(../svg/i_cal.svg);
}

.m-list-label li.label-disc:before {
  background-image: url(../svg/i_disc.svg);
}

.m-list-label li.label-book:before {
  background-image: url(../svg/i_book.svg);
}

.m-list-info {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-info {
    margin-top: 20px;
  }
}

.m-list-info dt {
  font-weight: bold;
  color: #F76697;
}

.m-list-info dd + dt {
  margin-top: 5px;
}

.m-table-common {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #F76697;
}

@media print, screen and (min-width: 768px) {
  .m-table-common {
    margin-top: 25px;
  }
}

.m-table-common tr + tr {
  border-top: 2px solid #F76697;
}

.m-table-common tr th {
  background: #FEF2F8;
  color: #F76697;
  font-weight: bold;
}

.m-table-common tr th, .m-table-common tr td {
  text-align: left;
  padding: 10px 15px;
}

.m-txt-ttl {
  height: 190px;
  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;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl {
    height: 280px;
  }
}

.m-txt-ttl .ttl-inner {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.m-txt-ttl.ttl-news .ttl-inner img {
  width: 204px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-news .ttl-inner img {
    width: 286px;
  }
}

.m-txt-ttl.ttl-music .ttl-inner img {
  width: 243px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-music .ttl-inner img {
    width: 340px;
  }
}

.m-txt-ttl.ttl-character .ttl-inner img {
  width: 249px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-character .ttl-inner img {
    width: 348px;
  }
}

.m-txt-ttl.ttl-info .ttl-inner img {
  width: 185px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-info .ttl-inner img {
    width: 260px;
  }
}

.m-txt-ttl.ttl-bluraydvd .ttl-inner img {
  width: 269px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-bluraydvd .ttl-inner img {
    width: 377px;
  }
}

.m-txt-ttl.ttl-book .ttl-inner img {
  width: 62px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-book .ttl-inner img {
    width: 87px;
  }
}

.m-txt-ttl.ttl-episode .ttl-inner img {
  width: 211px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-episode .ttl-inner img {
    width: 295px;
  }
}

.m-txt-ttl.ttl-event .ttl-inner img {
  width: 177px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-event .ttl-inner img {
    width: 248px;
  }
}

.m-txt-ttl.ttl-special .ttl-inner img {
  width: 206px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-special .ttl-inner img {
    width: 289px;
  }
}

.m-txt-ttl.ttl-game .ttl-inner img {
  width: 358px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-game .ttl-inner img {
    width: 500px;
  }
}

.m-txt-h2 {
  margin-top: 55px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  position: relative;
  padding: 0 15px calc(7.5vw - 2px);
}

@media print, screen and (min-width: 768px) {
  .m-txt-h2 {
    font-size: 2.4rem;
    padding: 0 0 54px;
    margin: 90px 0 25px;
  }
}

.m-txt-h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../images/bg_ttl2_sp.png) bottom center no-repeat;
  background-size: contain;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: calc(7.5vw - 2px);
}

@media print, screen and (min-width: 768px) {
  .m-txt-h2:before {
    background-image: url(../images/bg_ttl2_pc.png);
    background-size: auto;
  }
}

@media print, screen and (min-width: 768px) {
  [data-fixed2] .m-txt-h2:before {
    background-image: url(../images/bg_ttl2_2_pc.png);
  }
}

.m-txt-h3 {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #F76697;
}

@media print, screen and (min-width: 768px) {
  .m-txt-h3 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.m-txt-h3 + .m-txt-p {
  margin-top: 3px;
}

.m-txt-lttl {
  margin-top: 40px;
  text-align: center;
  color: #F76697;
  font-size: 30px;
  font-size: 3.0rem;
}

@media print, screen and (min-width: 768px) {
  .m-txt-lttl {
    margin-top: 55px;
    font-size: 5.6rem;
  }
}

.m-txt-decottl {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  min-height: 50px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-decottl {
    margin-top: 55px;
    margin-bottom: 40px;
    font-size: 4.0rem;
    min-height: 100px;
  }
}

.m-txt-decottl span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 0 52px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-decottl span {
    padding: 0 140px;
  }
}

.m-txt-decottl span:before {
  content: '';
  display: inline-block;
  width: 85px;
  height: 65px;
  background-size: 85px 65px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  margin-top: -33px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-decottl span:before {
    width: 170px;
    height: 130px;
    background-size: 170px 130px;
    margin-top: -65px;
  }
}

.m-txt-decottl span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-animation: animalswing 3s ease-in-out infinite alternate;
          animation: animalswing 3s ease-in-out infinite alternate;
}

.m-txt-decottl.deco-type1 {
  color: #F76697;
}

.m-txt-decottl.deco-type1 span:before {
  background-image: url(../images/deco_ttl_bg_01.png);
  left: 0px;
}

.m-txt-decottl.deco-type1 span:after {
  width: 50px;
  height: 72px;
  background: url(../images/deco_ttl_img_01.png) center no-repeat;
  background-size: 50px 72px;
  right: 0px;
  margin-top: -36px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-decottl.deco-type1 span:after {
    width: 100px;
    height: 144px;
    background-size: 100px 144px;
    margin-top: -72px;
  }
}

.m-txt-decottl.deco-type2 {
  color: #3ab4ee;
}

.m-txt-decottl.deco-type2 span:before {
  background-image: url(../images/deco_ttl_bg_02.png);
  left: 0px;
}

.m-txt-decottl.deco-type2 span:after {
  width: 39px;
  height: 50px;
  background: url(../images/deco_ttl_img_02.png) center no-repeat;
  background-size: 39px 50px;
  right: 0px;
  margin-top: -25px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-decottl.deco-type2 span:after {
    width: 78px;
    height: 100px;
    background-size: 78px 100px;
    margin-top: -50px;
  }
}

.m-txt-decottl.deco-type3 {
  color: #fa8e00;
}

.m-txt-decottl.deco-type3 span:before {
  background-image: url(../images/deco_ttl_bg_03.png);
  right: 0px;
}

.m-txt-decottl.deco-type3 span:after {
  width: 51px;
  height: 59px;
  background: url(../images/deco_ttl_img_03.png) center no-repeat;
  background-size: 51px 59px;
  left: 0px;
  margin-top: -29px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-decottl.deco-type3 span:after {
    width: 102px;
    height: 118px;
    background-size: 102px 118px;
    margin-top: -59px;
  }
}

@-webkit-keyframes animalswing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@keyframes animalswing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

.m-txt-p {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p {
    margin-top: 20px;
  }
}

.m-txt-name {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .m-txt-name {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}

.m-txt-label {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #F76697;
  color: #fff;
  padding: 2px 10px 4px;
  border-radius: 10px;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-label {
    padding: 2px 20px 4px;
    border-radius: 15px;
    position: relative;
    top: -3px;
  }
}

.m-txt-label2 {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e90002;
  color: #fff;
  padding: 2px 10px 4px;
  border-radius: 10px;
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-label2 {
    padding: 2px 20px 4px;
    border-radius: 15px;
    position: relative;
    top: -3px;
  }
}

.m-img-r {
  border-radius: 6px;
}

@media print, screen and (min-width: 768px) {
  .m-img-r {
    border-radius: 10px;
  }
}

.m-btn-border {
  display: block;
  border: 3px solid #eac890;
  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: #FEF2F8;
  text-align: center;
  position: relative;
  padding: 5px 50px;
  border-radius: 25px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media print, screen and (min-width: 768px) {
  .m-btn-border > span {
    padding: 18px 50px 21px;
    border-radius: 35px;
  }
}

.m-btn-border > span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 17px;
  background: url(../images/icon_btn.png) center no-repeat;
  background-size: 13px 17px;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -8px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-border > span:before {
    right: 25px;
    width: 20px;
    height: 26px;
    background-size: 20px 26px;
    margin-top: -13px;
  }
}

.m-btn-border > span ruby rt {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}

@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: 35px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .m-btn-border.btn-back > span:before {
    left: 25px;
    right: auto;
  }
}

.m-btn-def {
  display: inline-block;
  background: #FEF2F8;
  color: #F76697;
  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.5rem;
    padding: 16px 10px 16px;
    border-radius: 30px;
  }
}

.m-btn-def.is-current {
  background: #F76697;
  color: #FEF2F8;
}

@media print, screen and (min-width: 768px) {
  .m-btn-def:hover {
    text-decoration: none;
    background: #F76697;
    color: #FEF2F8;
  }
}

html {
  color: #7C5530;
  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: #F76697;
  text-decoration: none;
}

a:visited {
  color: #F76697;
  text-decoration: none;
}

a:hover, a:active {
  color: #F76697;
}

@media print, screen and (min-width: 768px) {
  a:hover, a:active {
    text-decoration: underline;
  }
}

ruby > rt {
  text-align: center;
letter-spacing:-0.2em;
  -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;
}

#l-wrap .wrap-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(135deg, #FCDDF9, #FDDDCD, #FAEEBD, #E9FDBE, #D3F5E1, #DDF6FF, #D6E5FD, #E6DDFA);
  background-size: 800% 800%;
  -webkit-animation: gradientwrap 20s ease infinite alternate;
          animation: gradientwrap 20s ease infinite alternate;
  z-index: -1;
}

#l-wrap .wrap-particle {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

@-webkit-keyframes gradientwrap {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 25% 25%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 75% 75%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradientwrap {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 25% 25%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 75% 75%;
  }
  100% {
    background-position: 100% 100%;
  }
}

/* header style */
#l-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0pc;
  padding: 7px 7px 0 12px;
  z-index: 1000;
}

@media print, screen and (min-width: 768px) {
  #l-header {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0;
  }
}

#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;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-header .header-inner .inner-logo {
  width: 121px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-logo {
    width: 198px;
    margin-left: -10px;
  }
}

#l-header .header-inner .inner-menu .menu-btn {
  width: 79px;
}

@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;
}

#l-header .header-inner .inner-pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-pc {
    display: block;
    border: 2px solid #eac890;
    border-radius: 30px;
  }
  #l-header .header-inner .inner-pc ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #fff;
    background: #fef2f8;
    padding: 7px 30px;
    border-radius: 30px;
  }
  #l-header .header-inner .inner-pc ul li {
    position: relative;
  }
  #l-header .header-inner .inner-pc ul li + li {
    margin-left: 28px;
  }
  #l-header .header-inner .inner-pc ul li + li:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/icon_menu_pc.png) center no-repeat;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -7px;
  }
  #l-header .header-inner .inner-pc ul li a {
    display: inline-block;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #l-header .header-inner .inner-pc ul li a:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
}

#l-header .menu-sticky {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: 0.1;
}

#l-header .menu-sticky button {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 17px 15px;
  background: #F76697;
  text-align: center;
}

#l-header .menu-sticky button img {
  width: 89px;
}

#l-header .menu-sp {
  display: none;
  padding: 0 15px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(135deg, #FCDDF9, #FDDDCD, #FAEEBD, #E9FDBE, #D3F5E1, #DDF6FF, #D6E5FD, #E6DDFA);
  background-size: 800% 800%;
  -webkit-animation: gradientwrap 20s ease infinite alternate;
          animation: gradientwrap 20s ease infinite alternate;
}

#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 {
  margin-top: 10px;
  width: calc(50% - 4px);
  text-align: center;
}

#l-header .menu-sp .menu-inner .menu-list li:nth-child(even) {
  margin-left: 8px;
}

#l-header .menu-sp .menu-inner .menu-youtube {
  margin-top: 30px;
}

#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: #F76697;
  text-align: center;
}

#l-header .menu-sp .menu-close button img {
  width: 68px;
}

/* content style */
#l-content {
  position: relative;
  padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
  #l-content {
    padding-top: 48px;
  }
}

#l-content .content-wave {
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-wave {
    height: 48px;
  }
}

#l-content .content-wave .wave-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#l-content .content-wave .wave-bg.wave-01 {
  width: 300vw;
  height: 60px;
  background: url(../images/sp_wave01.png) bottom left repeat-x;
  background-size: 200vw 60px;
  -webkit-animation: footerwave01sp 9s linear infinite normal;
          animation: footerwave01sp 9s linear infinite normal;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-wave .wave-bg.wave-01 {
    height: 48px;
    background: url(../images/pc_wave01.png) bottom left repeat-x;
    -webkit-animation: footerwave01pc 9s linear infinite normal;
            animation: footerwave01pc 9s linear infinite normal;
  }
}

#l-content .content-wave .wave-bg.wave-02 {
  width: 300vw;
  height: 60px;
  background: url(../images/sp_wave02.png) bottom left repeat-x;
  background-size: 200vw 60px;
  -webkit-animation: footerwave01sp 13s linear infinite normal;
          animation: footerwave01sp 13s linear infinite normal;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-wave .wave-bg.wave-02 {
    height: 48px;
    background: url(../images/pc_wave02.png) bottom left repeat-x;
    -webkit-animation: footerwave01pc 13s linear infinite normal;
            animation: footerwave01pc 13s linear infinite normal;
  }
}

#l-content .content-wave .wave-bg.wave-03 {
  width: 300vw;
  height: 60px;
  background: url(../images/sp_wave03.png) bottom left repeat-x;
  background-size: 200vw 60px;
  -webkit-animation: footerwave01sp 10s linear infinite normal;
          animation: footerwave01sp 10s linear infinite normal;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-wave .wave-bg.wave-03 {
    height: 48px;
    background: url(../images/pc_wave02.png) bottom left repeat-x;
    -webkit-animation: footerwave01pc 10s linear infinite normal;
            animation: footerwave01pc 10s linear infinite normal;
  }
}

#l-content .content-inner {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner {
    padding-top: 70px;
  }
}

#l-content .content-inner .content-random-chara {
  position: relative;
}

#l-content .content-inner .content-random-chara .chara-img {
  padding-top: 77.3vw;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-random-chara .chara-img {
    padding-top: 670px;
  }
}

#l-content .content-inner .content-random-chara .chara-img:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100vw - 30px);
  height: calc((100vw - 30px) * 0.68);
  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;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-random-chara .chara-img:before {
    width: 1040px;
    height: 550px;
  }
}

#l-content .content-inner .content-random-chara .chara-img[data-anim-random-chara]:before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#l-content .content-inner .content-random-chara .chara-img[data-anim-random-chara][data-anim-random-chara="on"]:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#l-content .content-inner .content-random-chara .chara-img[data-random-character="1"]:before {
  background-image: url(../images/p_random_chara01.png);
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-random-chara .chara-img[data-random-character="1"]:before {
    background-image: url(../images/p_random_chara01_pc.png);
  }
}

#l-content .content-inner .content-random-chara .chara-img[data-random-character="2"]:before {
  background-image: url(../images/p_random_chara02.png);
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-random-chara .chara-img[data-random-character="2"]:before {
    background-image: url(../images/p_random_chara02_pc.png);
  }
}

#l-content .content-inner .content-random-chara .chara-img[data-random-character="3"]:before {
  background-image: url(../images/p_random_chara03.png);
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-random-chara .chara-img[data-random-character="3"]:before {
    background-image: url(../images/p_random_chara03_pc.png);
  }
}

#l-content .content-inner .content-random-chara button {
  position: absolute;
  right: 15px;
  bottom: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  background: url(../images/b_chara_change.png) center no-repeat;
  width: 100px;
  height: 90px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-random-chara button {
    width: 200px;
    height: 180px;
    right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-random-chara button:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
}

/* footer style */
#l-footer {
  position: relative;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-footer {
    padding-top: 60px;
    margin-top: 0;
  }
}

#l-footer:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 60vw;
  left: 0px;
  right: 0px;
  top: 100px;
  background: #fff;
  z-index: +1;
}

@media print, screen and (min-width: 768px) {
  #l-footer:before {
    bottom: 0px;
    top: 0;
  }
}

#l-footer .footer-wave {
  height: 60px;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-wave {
    height: 48px;
    top: 0px;
    display: none;
  }
}

#l-footer .footer-wave .wave-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#l-footer .footer-wave .wave-bg.wave-01 {
  width: 300vw;
  height: 60px;
  background: url(../images/sp_wave01.png) bottom left repeat-x;
  background-size: 200vw 60px;
  -webkit-animation: footerwave01sp 9s linear infinite normal;
          animation: footerwave01sp 9s linear infinite normal;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-wave .wave-bg.wave-01 {
    height: 48px;
    background: url(../images/pc_wave01.png) bottom left repeat-x;
    -webkit-animation: footerwave01pc 9s linear infinite normal;
            animation: footerwave01pc 9s linear infinite normal;
  }
}

#l-footer .footer-wave .wave-bg.wave-02 {
  width: 300vw;
  height: 60px;
  background: url(../images/sp_wave02.png) bottom left repeat-x;
  background-size: 200vw 60px;
  -webkit-animation: footerwave01sp 13s linear infinite normal;
          animation: footerwave01sp 13s linear infinite normal;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-wave .wave-bg.wave-02 {
    height: 48px;
    background: url(../images/pc_wave02.png) bottom left repeat-x;
    -webkit-animation: footerwave01pc 13s linear infinite normal;
            animation: footerwave01pc 13s linear infinite normal;
  }
}

#l-footer .footer-wave .wave-bg.wave-03 {
  width: 300vw;
  height: 60px;
  background: url(../images/sp_wave03.png) bottom left repeat-x;
  background-size: 200vw 60px;
  -webkit-animation: footerwave01sp 10s linear infinite normal;
          animation: footerwave01sp 10s linear infinite normal;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-wave .wave-bg.wave-03 {
    height: 48px;
    background: url(../images/pc_wave02.png) bottom left repeat-x;
    -webkit-animation: footerwave01pc 10s linear infinite normal;
            animation: footerwave01pc 10s linear infinite normal;
  }
}

#l-footer .footer-pagetop {
  position: relative;
  width: 219px;
  margin: 0 auto;
  z-index: +1;
}

@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 {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    width: 210px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.8)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
  }
}

#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: 15px 15px 0;
  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 {
  margin-top: 15px;
  width: calc(50% - 8px);
  text-align: center;
}

#l-footer .footer-bnrarea ul li:nth-child(even) {
  margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-bnrarea ul li {
    margin-top: 0;
    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 + 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: 30px 15px 0;
  line-height: 0.1;
  z-index: +1;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info {
    width: 1040px;
    margin: 50px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-footer .footer-info .info-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-sns {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#l-footer .footer-info .info-sns li + li {
  margin-left: 15px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-sns li + li {
    margin-left: 20px;
  }
}

#l-footer .footer-info .info-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);
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-sns li a {
    width: 50px;
    height: 50px;
  }
}

#l-footer .footer-info .info-sns li a img {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-sns li a img {
    width: 30px;
    margin: -15px 0 0 -15px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-sns li a:hover {
    -webkit-animation: btnhoverpush 0.3s linear;
            animation: btnhoverpush 0.3s linear;
  }
}

#l-footer .footer-info .info-toei {
  margin-top: 32px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-toei {
    margin-top: 0;
  }
}

#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: 195px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-info .info-toei a img {
    width: 300px;
  }
}

#l-footer .footer-img {
  margin-top: 60px;
  height: 60vw;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-img {
    margin-top: 80px;
    height: 27.7vw;
    z-index: +1;
  }
}

#l-footer .footer-img:before {
  content: '';
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/sp_footer_img.jpg) bottom center no-repeat;
  background-size: 100% auto;
  height: 60vw;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-img:before {
    display: block;
    position: absolute;
    top: 0px;
    background-image: url(../images/pc_footer_img.jpg);
    background-attachment: fixed;
    height: auto;
  }
}

#l-footer .footer-img.is-active:before {
  display: block;
}

@-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;
  }
}



/* add-start*/
.fs08{font-size:0.685em;}
.fs09{font-size:0.725em;}
.fs10{font-size:0.785em;}
.fs11{font-size:0.825em;}
.fs12{font-size:0.875em;}
.fs14{font-size:0.935em;}
.fs16{font-size:1em;}
.fs17{font-size:1.125em;}
.fs18{font-size:1.25em;}
.fs19{font-size:1.375em;}
.fs20{font-size:1.5em;}

.mT0{margin-top:0px !important;}
.mT10{margin-top:10px;}
.mT20{margin-top:20px;}
.mT30{margin-top:30px;}
.mT40{margin-top:40px;}
.mT50{margin-top:50px;}
.mT60{margin-top:60px;}
.mT70{margin-top:70px;}
.mT80{margin-top:80px;}
.mT90{margin-top:90px;}
.mT100{margin-top:100px;}

.mB0{margin-bottom:0px !important;}
.mB10{margin-bottom:10px;}
.mB20{margin-bottom:20px;}
.mB30{margin-bottom:30px;}
.mB40{margin-bottom:40px;}
.mB50{margin-bottom:50px;}
.mB60{margin-bottom:60px;}
.mB70{margin-bottom:70px;}
.mB80{margin-bottom:80px;}
.mB90{margin-bottom:90px;}
.mB100{margin-bottom:100px;}