@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}


body {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  background: #ffc9de;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
.kv{
  padding: 20px 0 40px 0;
  background: url("../img/bg_kv.png") center top 200px no-repeat;
  background-size: 100% auto;
  position: relative;
}
.kv .line{
  width: 100%;
  height: 51px;
  background: url("../img/bg_line.png") repeat-x;
  background-position: 0 0;
  -webkit-animation: line_kv 60s linear infinite;
  animation: line_kv 60s linear infinite;
}

@-webkit-keyframes line_kv {
    0% {
        background-position: 0  0;
    }
    100% {
        background-position: -2603px 0;
    }
}
@keyframes line_kv {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -2603px 0;
    }
}

.kv h1{
  text-align: center;
  margin: 0 auto;
  width: min(999vw / 12, 999px);
}
.kv .pickup{
  width: min(416vw / 16, 416px);
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 3;
}
.kv .pickup a{
  display: block;
}
.kv .pickup a img{
  transition:all .4s cubic-bezier(.34,1.56,.64,1) 
}
.kv .pickup a:hover img{
  scale: 1.1;
}
.intro{
  position: relative;
  background-image: url("../img/bg_intro.png"),url("../img/bg_ptn.png");
  background-position: center top 140px , center top;
  background-size: 100% auto,auto;
  background-repeat: no-repeat ,repeat;
}

.intro .abeno_kuma{
  width: 540px;
  padding: 20px 0 0 0;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* バウンスアニメーション */
@keyframes bounce {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.15); }
  60%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}

/* クラスを付けたら発動 */
.bounce {
  animation: bounce 0.4s ease;
  transform-origin: center center;
}

.intro .abeno_kuma .btn{
  cursor: pointer;
}
.intro .abeno_kuma .btn img{
  transition:all .4s cubic-bezier(.34,1.56,.64,1) ;
  animation: bounce_btn 1s 1s ease infinite;
}
@keyframes bounce_btn {
  0%   { transform: scale(1); }
  20%  { transform: scale(1.15); }
  50%  { transform: scale(0.9); }
  80% { transform: scale(1); }
}
.intro .abeno_kuma .btn:hover img{
  scale: 1.1;
}

.intro .abeno_kuma .baloon01{
  position: absolute;
  bottom : -100px;
  right: -100px;
  animation:fuwa 2s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
  animation-delay: 0;
}
.intro .abeno_kuma .baloon02{
  position: absolute;
  top: 200px;
  left: 0;
  animation:fuwa 2s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
  animation-delay: 0.2s;
}
.intro .abeno_kuma .baloon03{
  position: absolute;
  bottom: -50px;
  left: -140px;
  animation:fuwa 2s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
  animation-delay: 1s;
}

@keyframes fuwa{
  0% {
      -webkit-transform: translateY(-3.5%);
      transform: translateY(-3.5%);
  }

  100% {
      -webkit-transform: translateY(3.5%);
      transform: translateY(3.5%);
  }
}

.intro .txt{
  text-align: center;
  position: relative;
  z-index: 1;
  margin: -40px auto 60px;
}

.intro .line{
  width: 100%;
  height: 77px;
  background: url("../img/bg_line02.png") repeat-x;
  background-position: 0 0;
  -webkit-animation: line_intro 60s linear infinite;
  animation: line_intro 60s linear infinite;
}

@-webkit-keyframes line_intro {
    0% {
        background-position: 0  0;
    }
    100% {
        background-position: -1444px 0;
    }
}
@keyframes line_intro {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1444px 0;
    }
}

main{
  padding: 80px 0 0 0;
  background: #ffafc7;
}

main nav {
  text-align: center;
  margin: 0 auto 115px;
}

.lava-menu {
  max-width: 1161px;
  position: relative;
  display: flex;
  padding: 0;
  margin: 0 auto;
}
.lava-menu li {
  list-style: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.lava-menu .lava {
  position: absolute;
  bottom: 0;
  height: 100%;
  border-radius: 100px;
  background: #e3005a;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 0;
}


main nav ul{
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  background:#fff;
  border-radius: 100vmax;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
main nav li{
  list-style: none;
  cursor: pointer;
}
main nav li img{
  vertical-align: bottom;
}

main .contents{
  border-radius: 100px;
  background: #fff;
  padding: 0 0 125px;
  position: relative;
}

main .contents .list_wrap{
  max-width: 1150px;
  margin: 0 auto;
}
main .contents .heart{
  position: absolute;
  bottom: -40px;
  left: 100px
}

main .contents .list_wrap a.btn{
  margin: auto auto 0 auto;
  background: url("../img/btn_more_on.png") top center no-repeat;
  background-size: 100% auto;
}
main .contents .list_wrap a.btn img{
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
@media (any-hover: hover) {
  main .contents .list_wrap a.btn:hover img{
    opacity: 0;
  }
}


/* event */

main .contents .event h2{
  text-align: center;
  position: relative;
  top: -70px;
  margin: 0 0 -120px;
}
main .contents .event .sttl{
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
}
main .contents .event .list_wrap ul.list_l{
  padding: 0;
  margin: 0;
  display:flex;
  gap: 40px;
}
main .contents .event .list_wrap ul.list_l li{
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  width: calc(50% - 20px);
}
main .contents .event .list_wrap ul.list_l li a{
  text-decoration: none;
  color: #000;
}

main .contents .event .list_wrap ul.list_l li .thumbnail{
  border:6px solid #e3005a;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
main .contents .event .list_wrap ul.list_l li .thumbnail img{
  width: 100%;
}

main .contents .event .list_wrap ul.list_l li .detail{
  flex:1;
  display: flex;
  flex-direction: column;
}
main .contents .event .list_wrap ul.list_l li .date .new{
  margin: 0 10px 0 0;
}
main .contents .event .list_wrap ul.list_l li .date .new{
  background: #e3005a;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  padding: 5px 15px;
}
main .contents .event .list_wrap ul.list_l li .detail .date{
  margin: 15px 0 5px;
}
main .contents .event .list_wrap ul.list_l li .detail .ttl{
  font-size: 30px;
  line-height: 1.6;
  margin: 0 0 20px;
  height: 4em
}
main .contents .event .list_wrap .slider_wrap{
  position: relative;
}
main .contents .event .list_wrap .event-slider{
  padding: 0 30px;
}
main .contents .event .list_wrap .event-slider .swiper-slide{
  margin: 0 ;
  height: auto;
  display: flex;
  flex-direction: column;
}
main .contents .event .list_wrap .event-slider .swiper-slide .detail{
  margin: 0 ;
  display: flex;
  flex-direction: column;
  flex-grow: 1;

}

main .contents .event .list_wrap .event-slider .swiper-slide .detail .btn{
  margin: auto 0 0 0;
}
main .contents .event .list_wrap .event-slider .thumbnail{
  border:6px solid #e3005a;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

main .contents .event .list_wrap .event-slider .ttl{
  font-size: 20px;
  flex-grow: 1;
  margin: 0 0 15px;
}
main .contents .event .list_wrap .event-slider .btn{
  display: block;
  max-width: 187px;
  margin: 0 auto;
}
main .contents .event .list_wrap .event-slider--prev {
  margin: 0;
  left: -90px;
}
main .contents .event .list_wrap .event-slider--next {
  margin: 0;
  right: -90px;
}
main .contents .event .list_wrap .event-slider--arrow {
  width: 85px;
  position: absolute;
  top: calc(50% - 76px);
  z-index: 1;
  cursor: pointer;
}
main .contents .event .list_wrap .event-pagination{
  display: flex;
  justify-content: center;
  padding: 100px 0 0;
}
main .contents .event .list_wrap .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background: #efbdd4;
  margin: 0 10px;
  opacity: 1;
}
main .contents .event .list_wrap .swiper-pagination-bullet-active{
  background: #c30059;  
}



/* new */
main .contents .tab_cont.new{
  display: none;
}
main .contents .new h2{
  text-align: center;
  position: relative;
  top: -70px;
}
main .contents .new .list_wrap .list{
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  gap: 2%;
  flex-wrap: wrap;
}
main .contents .new .list_wrap .list .thumbnail{
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
main .contents .new .list_wrap .list li{
  list-style: none;
  flex-basis: 23%;
  margin: 0 0 100px;
}

main .contents .new .list_wrap .list a{
  text-decoration: none;
  color: #000;
}
main .contents .new .list_wrap .list .tag_new{
  display:inline-block;
  padding: 5px 8px;
  background: #e3005a;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}
main .contents .new .list_wrap .list .tag_move{
  display:inline-block;
  padding: 5px 8px;
  background: #ff805c;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}
main .contents .new .list_wrap .list .tag_renewal{
  display:inline-block;
  padding: 5px 8px;
  background: #f76ab2;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}


main .contents .new .list_wrap .list .ttl{
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0;
}
main .contents .new .list_wrap .list .date{
  font-size: 20px;
  line-height: 1.6;
  color: #e3005a;
  font-weight: bold;
}
main .contents .new .list_wrap .list .floor{
  display:inline-block;
  padding: 5px 15px;
  background: #ffd9e7;
  color: #e3005a;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}
main .contents .new .foot_notice{
  text-align: center;
}


/* close */
main .contents .tab_cont.close{
  display: none;
}
main .contents .close h2{
  text-align: center;
  position: relative;
  top: -70px;
}
main .contents .close .list_wrap .list .thumbnail{
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
main .contents .close .list_wrap .list{
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2%;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .contents .close .list_wrap .list li{
  list-style: none;
  flex-basis: 23%;
  margin: 0 0 100px;
}

main .contents .close .list_wrap .list a{
  text-decoration: none;
  color: #000;
}
main .contents .close .list_wrap .list .ttl{
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0;
}
main .contents .close .list_wrap .list .ttl.pc_txtline2{
  height: 3.2em
}
main .contents .close .list_wrap .list .date{
  font-size: 20px;
  line-height: 1.6;
  color: #e3005a;
  font-weight: bold;
}
main .contents .close .list_wrap .list .floor{
  display:inline-block;
  padding: 5px 15px;
  background: #ffd9e7;
  color: #e3005a;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}


main .contents .close .list_wrap a.btn_close-link{
  width: 387px;
  display: block;
  margin: 0 auto ;
  background: url("../img/btn_close-link_on.png") top center no-repeat;
  background-size: 100% auto;
}
main .contents .close .list_wrap a.btn_close-link img{
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
@media (any-hover: hover) {
  main .contents .close .list_wrap a.btn_close-link:hover img{
    opacity: 0;
  }
}



main .pagetop{
  position: relative;
  text-align: right;
  padding: 0 80px 0 0;
  top: -50px;
  margin: 0 0 -50px;
}
main .pagetop a{
  position: absolute;
  top: 65px;
  right: 60px;
}




.footer {
  background: #fff;
  padding: 34px 0 0;
}
.footer--logo {
  width: 120px;
  margin: 0 auto 30px;
  text-align: center;
}

.footer-sns {
  width: 100%;
  margin: 0 0 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer-sns--logo {
  width: 49px;
}
.footer--copyright {
  font-size: 2.5362318841vw;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0 0 calc(12 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  .footer--copyright {
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 1401px) {
  .footer--copyright {
    font-size: calc(21px * 672 / 828);
  }
}

@media screen and (max-width: 1400px) {
  .kv h1{
    width: min(994vw / 16, 994px);
  }
  main .contents .list_wrap{
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 828px) {

  .kv{
    padding: 3% 0;
    background-position: center 70% ;
    }
  .kv h1{
    width: 90%;
  }    
  .kv .line{
    width: 100%;
    height: 35px;
    margin: 0 0 3%;
    background: url("../img/bg_line.png") repeat-x;
    background-size: 1800px auto;
    background-position: 0 0;
    -webkit-animation: line_kv_sp 60s linear infinite;
    animation: line_kv_sp 60s linear infinite;
  }
  @-webkit-keyframes line_kv_sp {
      0% {
          background-position: 0  0;
      }
      100% {
          background-position: -1800px 0;
      }
  }
  @keyframes line_kv_sp {
      0% {
          background-position: 0 0;
      }
      100% {
          background-position: -1800px 0;
      }
  }

  .intro{
    background-image: url(../img/bg_intro.png), url(../img/bg_ptn.png);
    background-position: center top 160px, center top;
    background-size: 100% auto, 30% auto;
    background-repeat: no-repeat, repeat;    
  }
  .kv .pickup{
    width: calc(307/828*100%);
    right: 3%;
    bottom: -80px;
  }

  .intro .abeno_kuma{
    width: calc(652/828*100%);    
    padding: 27% 0 0 0;
  }
  .intro .abeno_kuma .baloon01{
    width: calc(78/828*150%);
    right: 0;
    bottom: -14%;
  }
  .intro .abeno_kuma .baloon02{
    width: calc(78/828*150%);
    bottom: -20%;
    top: auto;
  }
  .intro .abeno_kuma .baloon03{
    width: calc(60/828*150%);
    left: 20%;
    bottom: 0;
    top: auto
  }
  .intro .txt{
    margin: -10% 5% 10%;
  }

  .intro .line{
    height: 49px;
    background-size: 900px auto;
    -webkit-animation: line_intro_sp 60s linear infinite;
    animation: line_intro_sp 60s linear infinite;
  }

  @-webkit-keyframes line_intro_sp {
      0% {
          background-position: 0  0;
      }
      100% {
          background-position: -900px 0;
      }
  }
  @keyframes line_intro_sp {
      0% {
          background-position: 0 0;
      }
      100% {
          background-position: -900px 0;
      }
  }

  main {
    padding: 10% 0 0 0;
  }
  main nav{
    margin: 0 3% 10%;
  }
  main .contents{
    border-radius: 60px;
  }


  main .contents .list_wrap{
    padding: 0 10%;
    width: auto;
  }
  main .contents .event .list_wrap{
    padding: 0;
  }

  main .contents .event h2{
    top: -20px;
    margin: 0;
  }
  main .contents .new h2{
    top: -20px;
    margin: 0;    
  }
  main .contents .close h2{
    top: -20px;
    margin: 0;    
  }
  main .contents .event .sttl{
    font-size: 3.2vw;
    margin: 0 auto 10%;
  }

  main .contents .event .list_wrap ul.list_l{
    display: block;
    margin: 0 10%
  }
  main .contents .event .list_wrap ul.list_l li{
    flex-direction: column;
    gap: 0;
    width: auto;
  }
  main .contents .event .list_wrap ul.list_l li .thumbnail{
    margin: 0 0 3%;
  }

  main .contents .event .list_wrap ul.list_l li .detail .ttl{
    font-size: 5vw;
    margin-bottom: 5% ; 
  }
  main .contents .event .list_wrap ul.list_l li .detail .date{
    font-size: 3.2vw;
    font-weight: 900;
  }
  main .contents .event .list_wrap ul.list_l li .detail .btn{
    width: calc(400/828*100%);
    margin: 0 0 0 auto;
  }
  main .contents .event .list_wrap .event-slider{
    padding: 0;
  }
  main .contents .event .list_wrap .event-slider .ttl{
    font-size: 3.7vw;
    margin: 5% 0;
  }
  main .contents .event .list_wrap .event-slider .thumbnail{
    margin: 0 0 5%;
  }
  main .contents .event .list_wrap .event-slider .date{
    font-size: 3vw;
    margin: 0;
  }
  main .contents .event .list_wrap .event-slider .swiper-slide .btn{
    width: calc(282/828*200%);
    margin: 0 auto;
  }

  main .contents .event .list_wrap .event-slider--arrow{
    top: auto;
    bottom: -15px;
    width: calc(93/828*100%);
  }
  main .contents .event .list_wrap .event-slider--next{
    right: 20%;
  }
  main .contents .event .list_wrap .event-slider--prev{
    left: 20%
  }

  main .contents .event .list_wrap .event-pagination{
    padding: 50px 0 0 0;
  }
  main .contents .event .list_wrap .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  main .contents .new .list_wrap .list li,
  main .contents .close .list_wrap .list li{
    flex-basis: 45%;
    gap: 0;
    margin: 0 0 10%;
  }


  main .contents .new .list_wrap .list .ttl,
  main .contents .close .list_wrap .list .ttl{
    font-size: 3.7vw;
    margin-bottom: 10px;
  }
  main .contents .list_wrap .list .ttl.txt2{
    height: 3.2em;
  }


  main .contents .new .list_wrap .list .date,
  main .contents .close .list_wrap .list .date{
    font-size: 3.1vw;
    margin-bottom: 10px;
  }
  main .contents .new .list_wrap .list .floor,
  main .contents .close .list_wrap .list .floor{
    font-size: 3.4vw;
    margin-top: 0;
  }

  main .contents .close .list_wrap a.btn_close-link{
    width: calc(387/828*125%);
  }
  main .contents .heart{
    width: calc(180/828*100%);
    left: 5%
  }
  main .pagetop{
    width: calc(400/828*100%);
    margin: 0 0 -30px auto;
    padding: 0 10% 0 0;
    top: -30px;
  }
  main .pagetop a{
    display: block;
    width: calc(87/828*180%);
    top: 50%;
    right: 5%;
  }

}
