@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

body {
  background: #f7f6f5;
  color: #333;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -webkit-box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.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 {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  position: relative;
  flex-shrink: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  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;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.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%;
  z-index: 10;
  cursor: pointer;
  margin-top: -22px;
  background-position: center;
  background-size: 27px 44px;
  background-repeat: no-repeat;
  width: 27px;
  height: 44px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  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");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  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");
}

.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 {
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  transition: 300ms opacity;
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(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 {
  display: inline-block;
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
  width: 8px;
  height: 8px;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  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 {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  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 {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
  width: 100%;
  height: 100%;
}

.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,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.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 {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50%;
  z-index: 10;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
}

.swiper-lazy-preloader:after {
  display: block;
  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;
  width: 100%;
  height: 100%;
  content: "";
}

.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;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.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,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.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 {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0.6;
  z-index: 0;
  filter: blur(50px);
  background: #000;
  width: 100%;
  height: 100%;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.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 {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.l-wrapper {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  opacity: 0;
  overflow: hidden;
  font-family: YakuHanJP, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.l-wrapper .swiper-container,
.l-wrapper .swiper-wrapper {
  z-index: inherit;
}
.l-wrapper.is-load {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.l-wrapper a {
  color: #d60d19;
  text-decoration: none;
}

.l-main {
  padding-top: 125px;
}
.l-main--in {
  min-height: 95vh;
}
.l-main__title {
  padding-right: 45px;
}
.l-main__title h2 {
  position: relative;
  padding: 58px 0 64px;
  padding-left: 3%;
  overflow: hidden;
  text-align: center;
}
.l-main__title h2::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50px, 0) scaleX(0);
          transform: translate(-50px, 0) scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
  border-radius: 0 45px 45px 0;
  background: #ffe554;
  width: 100%;
  height: 100%;
  content: "";
}
.is-load .l-main__title h2::before {
  -webkit-transform: translate(0, 0) scaleX(1);
          transform: translate(0, 0) scaleX(1);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-main__title h2 span {
  display: block;
  position: relative;
}
.l-main__title h2 span.is-jp {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  opacity: 0;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 0.075em;
}
.l-main__title h2 span.is-en {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  opacity: 0;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
}
.l-main__title.is-active h2 span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.l-main__content {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}
.l-main__content.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.c-bg {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.c-bg.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: #f7f6f5;
  padding: 38px;
  width: 100%;
}
.c-header__logo {
  width: 175px;
}
.c-header__logo a {
  display: block;
  width: 100%;
}
.c-header__content {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-header_search {
  cursor: pointer;
  padding: 46px 22px;
}
.c-header_search p {
  width: 30px;
}
.c-header_search p span {
  display: block;
  background: url(../img/common/icon_search.png) center center no-repeat;
  background-size: contain;
  padding-top: 100%;
  width: 100%;
}
.c-header__shop a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-header__shop p {
  position: relative;
}

.c-nav {
  position: fixed;
  top: 0;
  left: 250px;
  z-index: 4;
}
.c-nav_deco {
  position: absolute;
  right: 2.5%;
  bottom: 5px;
  -webkit-animation: fuwafuwa 7s ease infinite;
          animation: fuwafuwa 7s ease infinite;
  width: 40%;
  pointer-events: none;
}
.c-nav_deco__inner {
  position: relative;
  padding-top: 68.97%;
  width: 100%;
  overflow: hidden;
}
.c-nav_deco__inner p {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: parapara;
          animation-name: parapara;
  width: 100%;
}
.c-nav_guide__item a {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.04em;
}
.c-nav_guide__item:nth-child(n+2) {
  margin-top: 20px;
}
.c-nav_sns {
  margin-bottom: 30px;
}
.c-nav_sns__catch {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
.c-nav_sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
.c-nav_sns__item {
  width: 9.5%;
}
.c-nav_sns__item:nth-child(n+2) {
  margin-left: 7%;
}
.c-nav_sns__item a {
  display: block;
  width: 100%;
}
.c-nav_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 34px;
}
.c-nav_bnr__item {
  position: relative;
  width: 24%;
}
.c-nav_bnr__item:nth-child(n+2) {
  margin-left: 3%;
}
.c-nav_bnr__item::before {
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: url(../img/common/bg_ptn_bnr.png) top left repeat;
  background-size: 4px;
  width: 100%;
  height: 100%;
  content: "";
}
.c-nav_bnr__item.is-line a {
  border: 1px solid #b7a993;
}
.c-nav_bnr a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 100%;
}
.c-nav_search {
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}
.c-nav_search form {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-nav_search form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  padding: 14px 56px 13px 9%;
  width: 100%;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: normal;
}
.c-nav_search form input::-webkit-input-placeholder {
  color: #888;
}
.c-nav_search form input::-moz-placeholder {
  color: #888;
}
.c-nav_search form input:-ms-input-placeholder {
  color: #888;
}
.c-nav_search form input::-ms-input-placeholder {
  color: #888;
}
.c-nav_search form input::placeholder {
  color: #888;
}
.c-nav_search__submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: url(../img/common/icon_search.png) left 40% center no-repeat;
  background-size: 20px;
  width: 56px;
  height: 100%;
}
.c-nav_item {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.06em;
}
.c-nav_item a,
.c-nav_item span {
  display: block;
  color: #333;
}
.c-nav_item p > span {
  cursor: pointer;
}
.c-nav_item .t-en {
  display: inline-block;
  vertical-align: baseline;
  min-width: none;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.c-nav_item.is-accordion > p {
  position: relative;
}
.c-nav_item.is-accordion > p::before, .c-nav_item.is-accordion > p::after {
  position: absolute;
  top: 60%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #000000;
  content: "";
}
.c-nav_item.is-accordion > p::before {
  right: 4px;
  -webkit-transition: height 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: height 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: 2px;
  height: 10px;
}
.c-nav_item.is-accordion > p::after {
  right: 0;
  width: 10px;
  height: 2px;
}
.c-nav_item.is-accordion > p span {
  position: relative;
  padding-right: 16px;
}
.c-nav_item--separate::before {
  position: absolute;
  top: -16px;
  left: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  width: 20px;
  height: 1px;
  content: "";
}
.c-nav_item__sublist {
  display: none;
}

.c-sublist {
  position: fixed;
  top: 120px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-top: 1px solid #e0e0e0;
  background: #f7f6f5;
  width: 100%;
  pointer-events: none;
}
.is-active .c-sublist_item {
  pointer-events: auto;
}
.c-sublist_search {
  padding: 32px 0;
}
.c-sublist_search__inner {
  margin: 0 auto;
  border-radius: 40px;
  background: #ffffff;
  max-width: 460px;
  overflow: hidden;
}
.c-sublist_search form {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-sublist_search form input {
  outline: none;
  border: none;
  padding: 15px 60px 15px 28px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: normal;
}
.c-sublist_search form input::-webkit-input-placeholder {
  color: #888;
}
.c-sublist_search form input::-moz-placeholder {
  color: #888;
}
.c-sublist_search form input:-ms-input-placeholder {
  color: #888;
}
.c-sublist_search form input::-ms-input-placeholder {
  color: #888;
}
.c-sublist_search form input::placeholder {
  color: #888;
}
.c-sublist_search__submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: url(../img/common/icon_search.png) left 40% center no-repeat;
  background-size: 24px;
  width: 60px;
  height: 100%;
}
.c-sublist_item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  width: 100%;
  height: 100%;
}
.c-sublist_item.is-current {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.c-sublist_item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 50px;
}
.c-sublist_item__content li {
  margin: 0 15px;
}
.c-sublist_item__content li a {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.c-more {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #333;
  border-radius: 30px;
  max-width: 240px;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.c-more.-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.c-more.-fit p {
  padding-right: 3em;
  padding-left: 2em;
}
.c-more p {
  position: relative;
  padding: 9px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.c-more p::before {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/arrow_more.png) left center no-repeat;
  background-size: 27px;
  width: 32px;
  height: 100%;
  content: "";
}
.c-more a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-blackbtn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  background-color: #333;
  max-width: 240px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}
.c-blackbtn::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #333;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  content: "";
}
.c-blackbtn p {
  position: relative;
  padding: 12px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.c-blackbtn p::before {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/arrow_circle_w.png) left center no-repeat;
  background-size: 27px;
  width: 32px;
  height: 100%;
  content: "";
}
.c-blackbtn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-thumblist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-thumblist__item {
  position: relative;
}
.c-thumblist__item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-thumblist__img {
  position: relative;
  padding-top: 54.67%;
  width: 100%;
}
.is-column .c-thumblist__img {
  padding-top: 63.78%;
}
.c-thumblist__img::before {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 18px;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}
.c-thumblist__img figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ebe9df;
  width: 100%;
  height: 100%;
}
.c-thumblist__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 18px;
  max-height: 3em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
}
.c-thumblist__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.c-thumblist__date {
  color: #888;
  font-size: 11px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
}
.c-thumblist__date + .c-thumblist__cate {
  margin-left: 6px;
}
.c-thumblist__cate {
  position: relative;
  z-index: 1;
}
.c-thumblist__cate a {
  display: block;
  border-radius: 10px;
  background: #ffe554;
  padding: 2px 10px;
  width: 100%;
  color: #333;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.04em;
}

.c-footer {
  position: relative;
  background: #ffffff;
  padding: 58px 0 60px;
}
.c-footer_sns {
  text-align: center;
}
.c-footer_sns__catch {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
.c-footer_sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}
.c-footer_sns__item {
  margin: 0 3%;
  width: 8%;
}
.c-footer_sns__item a {
  display: block;
  width: 100%;
}
.c-footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer_nav__item {
  margin: 0 11px;
}
.c-footer_nav__item a {
  color: #333;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.04em;
}
.c-footer__copy {
  margin-top: 20px;
  color: #888;
  font-size: 12px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
}
.c-footer_bnr {
  display: none;
}
[data-page=top] .c-footer_bnr {
  display: block;
}
.c-footer_bnr.is-scrolled .c-footer_bnr__item {
  width: 120px;
}
.c-footer_bnr__item {
  position: fixed;
  bottom: 20px;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 155px;
}
.c-footer_bnr__item::before {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background: url(../img/common/bg_ptn_bnr.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}
.c-footer_bnr__item a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 100%;
}
.c-footer_bnr__item a img {
  width: 100%;
}
.c-footer_bnr__item:nth-child(1) {
  left: 20px;
}
.c-footer_bnr__item:nth-child(2) {
  right: 20px;
}
.c-footer_bnr__item.is-line a {
  border: 1px solid #b7a993;
}

.c-sns {
  position: fixed;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  width: 40px;
}
.c-sns li:nth-child(n+2) {
  margin-top: 4px;
}
.c-sns li a {
  display: block;
  padding: 7px;
  width: 100%;
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination__arrow {
  width: 40px;
}
.c-pagination__arrow.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.c-pagination__arrow a {
  display: block;
  padding: 12px 0;
  width: 100%;
}
.c-pagination__arrow a img {
  margin: 0 auto;
  width: 14px;
}
.c-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 22px;
  max-width: 315px;
}
.c-pagination__list li {
  position: relative;
  margin: 0 4px;
  min-width: 40px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: normal;
  text-align: center;
}
.c-pagination__list li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
  background: #ffe554;
  padding-top: 100%;
  width: 100%;
  content: "";
}
.c-pagination__list li.is-current {
  pointer-events: none;
  color: #ffffff;
}
.c-pagination__list li.is-current::before {
  opacity: 1;
  background: #333;
}
.c-pagination__list li p {
  position: relative;
  padding: 11px 0 13px;
}
.c-pagination__list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-pagination__list li.is-omission {
  margin: 0 13px 0 0;
  padding: 0;
  min-width: 0;
}
.c-pagination__list li.is-omission::before {
  display: none;
}

.c-footnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footnav__arrow {
  width: 40px;
}
.c-footnav__arrow.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.c-footnav__arrow a {
  display: block;
  padding: 12px 0;
  width: 100%;
}
.c-footnav__arrow a img {
  margin: 0 auto;
  width: 14px;
}
.c-footnav__back {
  margin: 0 35px;
  width: 200px;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.c-footnav__back a {
  display: block;
  width: 100%;
  color: #333;
  font-weight: 600;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.c-footnav__back a span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 10px 0;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.04em;
}
.c-footnav__back a span::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_index.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 100%;
  content: "";
}
.c-outerlink__item {
  position: relative;
}
.c-outerlink__item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-outerlink__img {
  position: relative;
  padding-top: 55%;
  width: 100%;
}
.c-outerlink__img::before {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 20px;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}
.c-outerlink__img figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.c-outerlink__title {
  position: relative;
  margin-top: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
.c-outerlink__title::after {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  content: "";
}
.c-outerlink__txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.07em;
}

.c-section--bgdark {
  position: relative;
  background: #ebe9df;
}
.c-section--bgdark__deco {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  pointer-events: none;
  color: #ebe9df;
  font-weight: 600;
  font-size: 120px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-section--bgdark__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}

.c-notfound {
  padding: 90px 0 170px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-cate {
  margin-bottom: 60px;
  border-radius: 40px;
  background: #ebe9df;
  padding: 18px 0;
}

.c-cate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-cate__list-item {
  position: relative;
  opacity: 0.5;
  cursor: pointer;
  padding: 4px 7px;
}
.c-cate__list-item.is-disable {
  opacity: 0.3;
  pointer-events: none;
}
.c-cate__list-item.is-current {
  opacity: 1;
  cursor: default;
}
.c-cate__list-item.is-current::before {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #d60d19;
  width: 6px;
  height: 6px;
  content: "";
}
.c-cate__list-item.is-current p a {
  pointer-events: none;
}
.c-cate__list-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.c-cate__list-item p a {
  color: #000000;
}
.c-cate__list-item:nth-child(n+2) {
  margin-left: 25px;
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.u-fw-lighter {
  font-weight: lighter;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fs-0 {
  font-size: 0%;
}

.u-fs-1 {
  font-size: 10%;
}

.u-fs-2 {
  font-size: 20%;
}

.u-fs-3 {
  font-size: 30%;
}

.u-fs-4 {
  font-size: 40%;
}

.u-fs-5 {
  font-size: 50%;
}

.u-fs-6 {
  font-size: 60%;
}

.u-fs-7 {
  font-size: 70%;
}

.u-fs-8 {
  font-size: 80%;
}

.u-fs-9 {
  font-size: 90%;
}

.u-fs-10 {
  font-size: 100%;
}

.u-fs-11 {
  font-size: 110%;
}

.u-fs-12 {
  font-size: 120%;
}

.u-fs-13 {
  font-size: 130%;
}

.u-fs-14 {
  font-size: 140%;
}

.u-fs-15 {
  font-size: 150%;
}

.u-fs-16 {
  font-size: 160%;
}

.u-fs-17 {
  font-size: 170%;
}

.u-fs-18 {
  font-size: 180%;
}

.u-fs-19 {
  font-size: 190%;
}

.u-fs-20 {
  font-size: 200%;
}

.u-h-0 {
  height: 0em;
}

.u-h-1 {
  height: 0.1em;
}

.u-h-2 {
  height: 0.2em;
}

.u-h-3 {
  height: 0.3em;
}

.u-h-4 {
  height: 0.4em;
}

.u-h-5 {
  height: 0.5em;
}

.u-h-6 {
  height: 0.6em;
}

.u-h-7 {
  height: 0.7em;
}

.u-h-8 {
  height: 0.8em;
}

.u-h-9 {
  height: 0.9em;
}

.u-h-10 {
  height: 1em;
}

.u-h-11 {
  height: 1.1em;
}

.u-h-12 {
  height: 1.2em;
}

.u-h-13 {
  height: 1.3em;
}

.u-h-14 {
  height: 1.4em;
}

.u-h-15 {
  height: 1.5em;
}

.u-h-16 {
  height: 1.6em;
}

.u-h-17 {
  height: 1.7em;
}

.u-h-18 {
  height: 1.8em;
}

.u-h-19 {
  height: 1.9em;
}

.u-h-20 {
  height: 2em;
}

.u-h-21 {
  height: 2.1em;
}

.u-h-22 {
  height: 2.2em;
}

.u-h-23 {
  height: 2.3em;
}

.u-h-24 {
  height: 2.4em;
}

.u-h-25 {
  height: 2.5em;
}

.u-h-26 {
  height: 2.6em;
}

.u-h-27 {
  height: 2.7em;
}

.u-h-28 {
  height: 2.8em;
}

.u-h-29 {
  height: 2.9em;
}

.u-h-30 {
  height: 3em;
}

.u-h-31 {
  height: 3.1em;
}

.u-h-32 {
  height: 3.2em;
}

.u-h-33 {
  height: 3.3em;
}

.u-h-34 {
  height: 3.4em;
}

.u-h-35 {
  height: 3.5em;
}

.u-h-36 {
  height: 3.6em;
}

.u-h-37 {
  height: 3.7em;
}

.u-h-38 {
  height: 3.8em;
}

.u-h-39 {
  height: 3.9em;
}

.u-h-40 {
  height: 4em;
}

.u-h-41 {
  height: 4.1em;
}

.u-h-42 {
  height: 4.2em;
}

.u-h-43 {
  height: 4.3em;
}

.u-h-44 {
  height: 4.4em;
}

.u-h-45 {
  height: 4.5em;
}

.u-h-46 {
  height: 4.6em;
}

.u-h-47 {
  height: 4.7em;
}

.u-h-48 {
  height: 4.8em;
}

.u-h-49 {
  height: 4.9em;
}

.u-h-50 {
  height: 5em;
}

.u-h-51 {
  height: 5.1em;
}

.u-h-52 {
  height: 5.2em;
}

.u-h-53 {
  height: 5.3em;
}

.u-h-54 {
  height: 5.4em;
}

.u-h-55 {
  height: 5.5em;
}

.u-h-56 {
  height: 5.6em;
}

.u-h-57 {
  height: 5.7em;
}

.u-h-58 {
  height: 5.8em;
}

.u-h-59 {
  height: 5.9em;
}

.u-h-60 {
  height: 6em;
}

.u-h-61 {
  height: 6.1em;
}

.u-h-62 {
  height: 6.2em;
}

.u-h-63 {
  height: 6.3em;
}

.u-h-64 {
  height: 6.4em;
}

.u-h-65 {
  height: 6.5em;
}

.u-h-66 {
  height: 6.6em;
}

.u-h-67 {
  height: 6.7em;
}

.u-h-68 {
  height: 6.8em;
}

.u-h-69 {
  height: 6.9em;
}

.u-h-70 {
  height: 7em;
}

.u-h-71 {
  height: 7.1em;
}

.u-h-72 {
  height: 7.2em;
}

.u-h-73 {
  height: 7.3em;
}

.u-h-74 {
  height: 7.4em;
}

.u-h-75 {
  height: 7.5em;
}

.u-h-76 {
  height: 7.6em;
}

.u-h-77 {
  height: 7.7em;
}

.u-h-78 {
  height: 7.8em;
}

.u-h-79 {
  height: 7.9em;
}

.u-h-80 {
  height: 8em;
}

.u-h-81 {
  height: 8.1em;
}

.u-h-82 {
  height: 8.2em;
}

.u-h-83 {
  height: 8.3em;
}

.u-h-84 {
  height: 8.4em;
}

.u-h-85 {
  height: 8.5em;
}

.u-h-86 {
  height: 8.6em;
}

.u-h-87 {
  height: 8.7em;
}

.u-h-88 {
  height: 8.8em;
}

.u-h-89 {
  height: 8.9em;
}

.u-h-90 {
  height: 9em;
}

.u-h-91 {
  height: 9.1em;
}

.u-h-92 {
  height: 9.2em;
}

.u-h-93 {
  height: 9.3em;
}

.u-h-94 {
  height: 9.4em;
}

.u-h-95 {
  height: 9.5em;
}

.u-h-96 {
  height: 9.6em;
}

.u-h-97 {
  height: 9.7em;
}

.u-h-98 {
  height: 9.8em;
}

.u-h-99 {
  height: 9.9em;
}

.u-h-100 {
  height: 10em;
}

.u-mt-0 {
  margin-top: 0em;
}

.u-mb-0 {
  margin-bottom: 0em;
}

.u-mt-1 {
  margin-top: 0.1em;
}

.u-mb-1 {
  margin-bottom: 0.1em;
}

.u-mt-2 {
  margin-top: 0.2em;
}

.u-mb-2 {
  margin-bottom: 0.2em;
}

.u-mt-3 {
  margin-top: 0.3em;
}

.u-mb-3 {
  margin-bottom: 0.3em;
}

.u-mt-4 {
  margin-top: 0.4em;
}

.u-mb-4 {
  margin-bottom: 0.4em;
}

.u-mt-5 {
  margin-top: 0.5em;
}

.u-mb-5 {
  margin-bottom: 0.5em;
}

.u-mt-6 {
  margin-top: 0.6em;
}

.u-mb-6 {
  margin-bottom: 0.6em;
}

.u-mt-7 {
  margin-top: 0.7em;
}

.u-mb-7 {
  margin-bottom: 0.7em;
}

.u-mt-8 {
  margin-top: 0.8em;
}

.u-mb-8 {
  margin-bottom: 0.8em;
}

.u-mt-9 {
  margin-top: 0.9em;
}

.u-mb-9 {
  margin-bottom: 0.9em;
}

.u-mt-10 {
  margin-top: 1em;
}

.u-mb-10 {
  margin-bottom: 1em;
}

.u-mt-11 {
  margin-top: 1.1em;
}

.u-mb-11 {
  margin-bottom: 1.1em;
}

.u-mt-12 {
  margin-top: 1.2em;
}

.u-mb-12 {
  margin-bottom: 1.2em;
}

.u-mt-13 {
  margin-top: 1.3em;
}

.u-mb-13 {
  margin-bottom: 1.3em;
}

.u-mt-14 {
  margin-top: 1.4em;
}

.u-mb-14 {
  margin-bottom: 1.4em;
}

.u-mt-15 {
  margin-top: 1.5em;
}

.u-mb-15 {
  margin-bottom: 1.5em;
}

.u-mt-16 {
  margin-top: 1.6em;
}

.u-mb-16 {
  margin-bottom: 1.6em;
}

.u-mt-17 {
  margin-top: 1.7em;
}

.u-mb-17 {
  margin-bottom: 1.7em;
}

.u-mt-18 {
  margin-top: 1.8em;
}

.u-mb-18 {
  margin-bottom: 1.8em;
}

.u-mt-19 {
  margin-top: 1.9em;
}

.u-mb-19 {
  margin-bottom: 1.9em;
}

.u-mt-20 {
  margin-top: 2em;
}

.u-mb-20 {
  margin-bottom: 2em;
}

.u-mt-21 {
  margin-top: 2.1em;
}

.u-mb-21 {
  margin-bottom: 2.1em;
}

.u-mt-22 {
  margin-top: 2.2em;
}

.u-mb-22 {
  margin-bottom: 2.2em;
}

.u-mt-23 {
  margin-top: 2.3em;
}

.u-mb-23 {
  margin-bottom: 2.3em;
}

.u-mt-24 {
  margin-top: 2.4em;
}

.u-mb-24 {
  margin-bottom: 2.4em;
}

.u-mt-25 {
  margin-top: 2.5em;
}

.u-mb-25 {
  margin-bottom: 2.5em;
}

.u-mt-26 {
  margin-top: 2.6em;
}

.u-mb-26 {
  margin-bottom: 2.6em;
}

.u-mt-27 {
  margin-top: 2.7em;
}

.u-mb-27 {
  margin-bottom: 2.7em;
}

.u-mt-28 {
  margin-top: 2.8em;
}

.u-mb-28 {
  margin-bottom: 2.8em;
}

.u-mt-29 {
  margin-top: 2.9em;
}

.u-mb-29 {
  margin-bottom: 2.9em;
}

.u-mt-30 {
  margin-top: 3em;
}

.u-mb-30 {
  margin-bottom: 3em;
}

.u-mt-31 {
  margin-top: 3.1em;
}

.u-mb-31 {
  margin-bottom: 3.1em;
}

.u-mt-32 {
  margin-top: 3.2em;
}

.u-mb-32 {
  margin-bottom: 3.2em;
}

.u-mt-33 {
  margin-top: 3.3em;
}

.u-mb-33 {
  margin-bottom: 3.3em;
}

.u-mt-34 {
  margin-top: 3.4em;
}

.u-mb-34 {
  margin-bottom: 3.4em;
}

.u-mt-35 {
  margin-top: 3.5em;
}

.u-mb-35 {
  margin-bottom: 3.5em;
}

.u-mt-36 {
  margin-top: 3.6em;
}

.u-mb-36 {
  margin-bottom: 3.6em;
}

.u-mt-37 {
  margin-top: 3.7em;
}

.u-mb-37 {
  margin-bottom: 3.7em;
}

.u-mt-38 {
  margin-top: 3.8em;
}

.u-mb-38 {
  margin-bottom: 3.8em;
}

.u-mt-39 {
  margin-top: 3.9em;
}

.u-mb-39 {
  margin-bottom: 3.9em;
}

.u-mt-40 {
  margin-top: 4em;
}

.u-mb-40 {
  margin-bottom: 4em;
}

.u-mt-41 {
  margin-top: 4.1em;
}

.u-mb-41 {
  margin-bottom: 4.1em;
}

.u-mt-42 {
  margin-top: 4.2em;
}

.u-mb-42 {
  margin-bottom: 4.2em;
}

.u-mt-43 {
  margin-top: 4.3em;
}

.u-mb-43 {
  margin-bottom: 4.3em;
}

.u-mt-44 {
  margin-top: 4.4em;
}

.u-mb-44 {
  margin-bottom: 4.4em;
}

.u-mt-45 {
  margin-top: 4.5em;
}

.u-mb-45 {
  margin-bottom: 4.5em;
}

.u-mt-46 {
  margin-top: 4.6em;
}

.u-mb-46 {
  margin-bottom: 4.6em;
}

.u-mt-47 {
  margin-top: 4.7em;
}

.u-mb-47 {
  margin-bottom: 4.7em;
}

.u-mt-48 {
  margin-top: 4.8em;
}

.u-mb-48 {
  margin-bottom: 4.8em;
}

.u-mt-49 {
  margin-top: 4.9em;
}

.u-mb-49 {
  margin-bottom: 4.9em;
}

.u-mt-50 {
  margin-top: 5em;
}

.u-mb-50 {
  margin-bottom: 5em;
}

.u-mt-51 {
  margin-top: 5.1em;
}

.u-mb-51 {
  margin-bottom: 5.1em;
}

.u-mt-52 {
  margin-top: 5.2em;
}

.u-mb-52 {
  margin-bottom: 5.2em;
}

.u-mt-53 {
  margin-top: 5.3em;
}

.u-mb-53 {
  margin-bottom: 5.3em;
}

.u-mt-54 {
  margin-top: 5.4em;
}

.u-mb-54 {
  margin-bottom: 5.4em;
}

.u-mt-55 {
  margin-top: 5.5em;
}

.u-mb-55 {
  margin-bottom: 5.5em;
}

.u-mt-56 {
  margin-top: 5.6em;
}

.u-mb-56 {
  margin-bottom: 5.6em;
}

.u-mt-57 {
  margin-top: 5.7em;
}

.u-mb-57 {
  margin-bottom: 5.7em;
}

.u-mt-58 {
  margin-top: 5.8em;
}

.u-mb-58 {
  margin-bottom: 5.8em;
}

.u-mt-59 {
  margin-top: 5.9em;
}

.u-mb-59 {
  margin-bottom: 5.9em;
}

.u-mt-60 {
  margin-top: 6em;
}

.u-mb-60 {
  margin-bottom: 6em;
}

.u-mt-61 {
  margin-top: 6.1em;
}

.u-mb-61 {
  margin-bottom: 6.1em;
}

.u-mt-62 {
  margin-top: 6.2em;
}

.u-mb-62 {
  margin-bottom: 6.2em;
}

.u-mt-63 {
  margin-top: 6.3em;
}

.u-mb-63 {
  margin-bottom: 6.3em;
}

.u-mt-64 {
  margin-top: 6.4em;
}

.u-mb-64 {
  margin-bottom: 6.4em;
}

.u-mt-65 {
  margin-top: 6.5em;
}

.u-mb-65 {
  margin-bottom: 6.5em;
}

.u-mt-66 {
  margin-top: 6.6em;
}

.u-mb-66 {
  margin-bottom: 6.6em;
}

.u-mt-67 {
  margin-top: 6.7em;
}

.u-mb-67 {
  margin-bottom: 6.7em;
}

.u-mt-68 {
  margin-top: 6.8em;
}

.u-mb-68 {
  margin-bottom: 6.8em;
}

.u-mt-69 {
  margin-top: 6.9em;
}

.u-mb-69 {
  margin-bottom: 6.9em;
}

.u-mt-70 {
  margin-top: 7em;
}

.u-mb-70 {
  margin-bottom: 7em;
}

.u-mt-71 {
  margin-top: 7.1em;
}

.u-mb-71 {
  margin-bottom: 7.1em;
}

.u-mt-72 {
  margin-top: 7.2em;
}

.u-mb-72 {
  margin-bottom: 7.2em;
}

.u-mt-73 {
  margin-top: 7.3em;
}

.u-mb-73 {
  margin-bottom: 7.3em;
}

.u-mt-74 {
  margin-top: 7.4em;
}

.u-mb-74 {
  margin-bottom: 7.4em;
}

.u-mt-75 {
  margin-top: 7.5em;
}

.u-mb-75 {
  margin-bottom: 7.5em;
}

.u-mt-76 {
  margin-top: 7.6em;
}

.u-mb-76 {
  margin-bottom: 7.6em;
}

.u-mt-77 {
  margin-top: 7.7em;
}

.u-mb-77 {
  margin-bottom: 7.7em;
}

.u-mt-78 {
  margin-top: 7.8em;
}

.u-mb-78 {
  margin-bottom: 7.8em;
}

.u-mt-79 {
  margin-top: 7.9em;
}

.u-mb-79 {
  margin-bottom: 7.9em;
}

.u-mt-80 {
  margin-top: 8em;
}

.u-mb-80 {
  margin-bottom: 8em;
}

.u-mt-81 {
  margin-top: 8.1em;
}

.u-mb-81 {
  margin-bottom: 8.1em;
}

.u-mt-82 {
  margin-top: 8.2em;
}

.u-mb-82 {
  margin-bottom: 8.2em;
}

.u-mt-83 {
  margin-top: 8.3em;
}

.u-mb-83 {
  margin-bottom: 8.3em;
}

.u-mt-84 {
  margin-top: 8.4em;
}

.u-mb-84 {
  margin-bottom: 8.4em;
}

.u-mt-85 {
  margin-top: 8.5em;
}

.u-mb-85 {
  margin-bottom: 8.5em;
}

.u-mt-86 {
  margin-top: 8.6em;
}

.u-mb-86 {
  margin-bottom: 8.6em;
}

.u-mt-87 {
  margin-top: 8.7em;
}

.u-mb-87 {
  margin-bottom: 8.7em;
}

.u-mt-88 {
  margin-top: 8.8em;
}

.u-mb-88 {
  margin-bottom: 8.8em;
}

.u-mt-89 {
  margin-top: 8.9em;
}

.u-mb-89 {
  margin-bottom: 8.9em;
}

.u-mt-90 {
  margin-top: 9em;
}

.u-mb-90 {
  margin-bottom: 9em;
}

.u-mt-91 {
  margin-top: 9.1em;
}

.u-mb-91 {
  margin-bottom: 9.1em;
}

.u-mt-92 {
  margin-top: 9.2em;
}

.u-mb-92 {
  margin-bottom: 9.2em;
}

.u-mt-93 {
  margin-top: 9.3em;
}

.u-mb-93 {
  margin-bottom: 9.3em;
}

.u-mt-94 {
  margin-top: 9.4em;
}

.u-mb-94 {
  margin-bottom: 9.4em;
}

.u-mt-95 {
  margin-top: 9.5em;
}

.u-mb-95 {
  margin-bottom: 9.5em;
}

.u-mt-96 {
  margin-top: 9.6em;
}

.u-mb-96 {
  margin-bottom: 9.6em;
}

.u-mt-97 {
  margin-top: 9.7em;
}

.u-mb-97 {
  margin-bottom: 9.7em;
}

.u-mt-98 {
  margin-top: 9.8em;
}

.u-mb-98 {
  margin-bottom: 9.8em;
}

.u-mt-99 {
  margin-top: 9.9em;
}

.u-mb-99 {
  margin-bottom: 9.9em;
}

.u-mt-100 {
  margin-top: 10em;
}

.u-mb-100 {
  margin-bottom: 10em;
}

.u-pt-0 {
  padding-top: 0em;
}

.u-pb-0 {
  padding-bottom: 0em;
}

.u-pt-1 {
  padding-top: 0.1em;
}

.u-pb-1 {
  padding-bottom: 0.1em;
}

.u-pt-2 {
  padding-top: 0.2em;
}

.u-pb-2 {
  padding-bottom: 0.2em;
}

.u-pt-3 {
  padding-top: 0.3em;
}

.u-pb-3 {
  padding-bottom: 0.3em;
}

.u-pt-4 {
  padding-top: 0.4em;
}

.u-pb-4 {
  padding-bottom: 0.4em;
}

.u-pt-5 {
  padding-top: 0.5em;
}

.u-pb-5 {
  padding-bottom: 0.5em;
}

.u-pt-6 {
  padding-top: 0.6em;
}

.u-pb-6 {
  padding-bottom: 0.6em;
}

.u-pt-7 {
  padding-top: 0.7em;
}

.u-pb-7 {
  padding-bottom: 0.7em;
}

.u-pt-8 {
  padding-top: 0.8em;
}

.u-pb-8 {
  padding-bottom: 0.8em;
}

.u-pt-9 {
  padding-top: 0.9em;
}

.u-pb-9 {
  padding-bottom: 0.9em;
}

.u-pt-10 {
  padding-top: 1em;
}

.u-pb-10 {
  padding-bottom: 1em;
}

.u-pt-11 {
  padding-top: 1.1em;
}

.u-pb-11 {
  padding-bottom: 1.1em;
}

.u-pt-12 {
  padding-top: 1.2em;
}

.u-pb-12 {
  padding-bottom: 1.2em;
}

.u-pt-13 {
  padding-top: 1.3em;
}

.u-pb-13 {
  padding-bottom: 1.3em;
}

.u-pt-14 {
  padding-top: 1.4em;
}

.u-pb-14 {
  padding-bottom: 1.4em;
}

.u-pt-15 {
  padding-top: 1.5em;
}

.u-pb-15 {
  padding-bottom: 1.5em;
}

.u-pt-16 {
  padding-top: 1.6em;
}

.u-pb-16 {
  padding-bottom: 1.6em;
}

.u-pt-17 {
  padding-top: 1.7em;
}

.u-pb-17 {
  padding-bottom: 1.7em;
}

.u-pt-18 {
  padding-top: 1.8em;
}

.u-pb-18 {
  padding-bottom: 1.8em;
}

.u-pt-19 {
  padding-top: 1.9em;
}

.u-pb-19 {
  padding-bottom: 1.9em;
}

.u-pt-20 {
  padding-top: 2em;
}

.u-pb-20 {
  padding-bottom: 2em;
}

.u-pt-21 {
  padding-top: 2.1em;
}

.u-pb-21 {
  padding-bottom: 2.1em;
}

.u-pt-22 {
  padding-top: 2.2em;
}

.u-pb-22 {
  padding-bottom: 2.2em;
}

.u-pt-23 {
  padding-top: 2.3em;
}

.u-pb-23 {
  padding-bottom: 2.3em;
}

.u-pt-24 {
  padding-top: 2.4em;
}

.u-pb-24 {
  padding-bottom: 2.4em;
}

.u-pt-25 {
  padding-top: 2.5em;
}

.u-pb-25 {
  padding-bottom: 2.5em;
}

.u-pt-26 {
  padding-top: 2.6em;
}

.u-pb-26 {
  padding-bottom: 2.6em;
}

.u-pt-27 {
  padding-top: 2.7em;
}

.u-pb-27 {
  padding-bottom: 2.7em;
}

.u-pt-28 {
  padding-top: 2.8em;
}

.u-pb-28 {
  padding-bottom: 2.8em;
}

.u-pt-29 {
  padding-top: 2.9em;
}

.u-pb-29 {
  padding-bottom: 2.9em;
}

.u-pt-30 {
  padding-top: 3em;
}

.u-pb-30 {
  padding-bottom: 3em;
}

.u-pt-31 {
  padding-top: 3.1em;
}

.u-pb-31 {
  padding-bottom: 3.1em;
}

.u-pt-32 {
  padding-top: 3.2em;
}

.u-pb-32 {
  padding-bottom: 3.2em;
}

.u-pt-33 {
  padding-top: 3.3em;
}

.u-pb-33 {
  padding-bottom: 3.3em;
}

.u-pt-34 {
  padding-top: 3.4em;
}

.u-pb-34 {
  padding-bottom: 3.4em;
}

.u-pt-35 {
  padding-top: 3.5em;
}

.u-pb-35 {
  padding-bottom: 3.5em;
}

.u-pt-36 {
  padding-top: 3.6em;
}

.u-pb-36 {
  padding-bottom: 3.6em;
}

.u-pt-37 {
  padding-top: 3.7em;
}

.u-pb-37 {
  padding-bottom: 3.7em;
}

.u-pt-38 {
  padding-top: 3.8em;
}

.u-pb-38 {
  padding-bottom: 3.8em;
}

.u-pt-39 {
  padding-top: 3.9em;
}

.u-pb-39 {
  padding-bottom: 3.9em;
}

.u-pt-40 {
  padding-top: 4em;
}

.u-pb-40 {
  padding-bottom: 4em;
}

.u-pt-41 {
  padding-top: 4.1em;
}

.u-pb-41 {
  padding-bottom: 4.1em;
}

.u-pt-42 {
  padding-top: 4.2em;
}

.u-pb-42 {
  padding-bottom: 4.2em;
}

.u-pt-43 {
  padding-top: 4.3em;
}

.u-pb-43 {
  padding-bottom: 4.3em;
}

.u-pt-44 {
  padding-top: 4.4em;
}

.u-pb-44 {
  padding-bottom: 4.4em;
}

.u-pt-45 {
  padding-top: 4.5em;
}

.u-pb-45 {
  padding-bottom: 4.5em;
}

.u-pt-46 {
  padding-top: 4.6em;
}

.u-pb-46 {
  padding-bottom: 4.6em;
}

.u-pt-47 {
  padding-top: 4.7em;
}

.u-pb-47 {
  padding-bottom: 4.7em;
}

.u-pt-48 {
  padding-top: 4.8em;
}

.u-pb-48 {
  padding-bottom: 4.8em;
}

.u-pt-49 {
  padding-top: 4.9em;
}

.u-pb-49 {
  padding-bottom: 4.9em;
}

.u-pt-50 {
  padding-top: 5em;
}

.u-pb-50 {
  padding-bottom: 5em;
}

.u-pt-51 {
  padding-top: 5.1em;
}

.u-pb-51 {
  padding-bottom: 5.1em;
}

.u-pt-52 {
  padding-top: 5.2em;
}

.u-pb-52 {
  padding-bottom: 5.2em;
}

.u-pt-53 {
  padding-top: 5.3em;
}

.u-pb-53 {
  padding-bottom: 5.3em;
}

.u-pt-54 {
  padding-top: 5.4em;
}

.u-pb-54 {
  padding-bottom: 5.4em;
}

.u-pt-55 {
  padding-top: 5.5em;
}

.u-pb-55 {
  padding-bottom: 5.5em;
}

.u-pt-56 {
  padding-top: 5.6em;
}

.u-pb-56 {
  padding-bottom: 5.6em;
}

.u-pt-57 {
  padding-top: 5.7em;
}

.u-pb-57 {
  padding-bottom: 5.7em;
}

.u-pt-58 {
  padding-top: 5.8em;
}

.u-pb-58 {
  padding-bottom: 5.8em;
}

.u-pt-59 {
  padding-top: 5.9em;
}

.u-pb-59 {
  padding-bottom: 5.9em;
}

.u-pt-60 {
  padding-top: 6em;
}

.u-pb-60 {
  padding-bottom: 6em;
}

.u-pt-61 {
  padding-top: 6.1em;
}

.u-pb-61 {
  padding-bottom: 6.1em;
}

.u-pt-62 {
  padding-top: 6.2em;
}

.u-pb-62 {
  padding-bottom: 6.2em;
}

.u-pt-63 {
  padding-top: 6.3em;
}

.u-pb-63 {
  padding-bottom: 6.3em;
}

.u-pt-64 {
  padding-top: 6.4em;
}

.u-pb-64 {
  padding-bottom: 6.4em;
}

.u-pt-65 {
  padding-top: 6.5em;
}

.u-pb-65 {
  padding-bottom: 6.5em;
}

.u-pt-66 {
  padding-top: 6.6em;
}

.u-pb-66 {
  padding-bottom: 6.6em;
}

.u-pt-67 {
  padding-top: 6.7em;
}

.u-pb-67 {
  padding-bottom: 6.7em;
}

.u-pt-68 {
  padding-top: 6.8em;
}

.u-pb-68 {
  padding-bottom: 6.8em;
}

.u-pt-69 {
  padding-top: 6.9em;
}

.u-pb-69 {
  padding-bottom: 6.9em;
}

.u-pt-70 {
  padding-top: 7em;
}

.u-pb-70 {
  padding-bottom: 7em;
}

.u-pt-71 {
  padding-top: 7.1em;
}

.u-pb-71 {
  padding-bottom: 7.1em;
}

.u-pt-72 {
  padding-top: 7.2em;
}

.u-pb-72 {
  padding-bottom: 7.2em;
}

.u-pt-73 {
  padding-top: 7.3em;
}

.u-pb-73 {
  padding-bottom: 7.3em;
}

.u-pt-74 {
  padding-top: 7.4em;
}

.u-pb-74 {
  padding-bottom: 7.4em;
}

.u-pt-75 {
  padding-top: 7.5em;
}

.u-pb-75 {
  padding-bottom: 7.5em;
}

.u-pt-76 {
  padding-top: 7.6em;
}

.u-pb-76 {
  padding-bottom: 7.6em;
}

.u-pt-77 {
  padding-top: 7.7em;
}

.u-pb-77 {
  padding-bottom: 7.7em;
}

.u-pt-78 {
  padding-top: 7.8em;
}

.u-pb-78 {
  padding-bottom: 7.8em;
}

.u-pt-79 {
  padding-top: 7.9em;
}

.u-pb-79 {
  padding-bottom: 7.9em;
}

.u-pt-80 {
  padding-top: 8em;
}

.u-pb-80 {
  padding-bottom: 8em;
}

.u-pt-81 {
  padding-top: 8.1em;
}

.u-pb-81 {
  padding-bottom: 8.1em;
}

.u-pt-82 {
  padding-top: 8.2em;
}

.u-pb-82 {
  padding-bottom: 8.2em;
}

.u-pt-83 {
  padding-top: 8.3em;
}

.u-pb-83 {
  padding-bottom: 8.3em;
}

.u-pt-84 {
  padding-top: 8.4em;
}

.u-pb-84 {
  padding-bottom: 8.4em;
}

.u-pt-85 {
  padding-top: 8.5em;
}

.u-pb-85 {
  padding-bottom: 8.5em;
}

.u-pt-86 {
  padding-top: 8.6em;
}

.u-pb-86 {
  padding-bottom: 8.6em;
}

.u-pt-87 {
  padding-top: 8.7em;
}

.u-pb-87 {
  padding-bottom: 8.7em;
}

.u-pt-88 {
  padding-top: 8.8em;
}

.u-pb-88 {
  padding-bottom: 8.8em;
}

.u-pt-89 {
  padding-top: 8.9em;
}

.u-pb-89 {
  padding-bottom: 8.9em;
}

.u-pt-90 {
  padding-top: 9em;
}

.u-pb-90 {
  padding-bottom: 9em;
}

.u-pt-91 {
  padding-top: 9.1em;
}

.u-pb-91 {
  padding-bottom: 9.1em;
}

.u-pt-92 {
  padding-top: 9.2em;
}

.u-pb-92 {
  padding-bottom: 9.2em;
}

.u-pt-93 {
  padding-top: 9.3em;
}

.u-pb-93 {
  padding-bottom: 9.3em;
}

.u-pt-94 {
  padding-top: 9.4em;
}

.u-pb-94 {
  padding-bottom: 9.4em;
}

.u-pt-95 {
  padding-top: 9.5em;
}

.u-pb-95 {
  padding-bottom: 9.5em;
}

.u-pt-96 {
  padding-top: 9.6em;
}

.u-pb-96 {
  padding-bottom: 9.6em;
}

.u-pt-97 {
  padding-top: 9.7em;
}

.u-pb-97 {
  padding-bottom: 9.7em;
}

.u-pt-98 {
  padding-top: 9.8em;
}

.u-pb-98 {
  padding-bottom: 9.8em;
}

.u-pt-99 {
  padding-top: 9.9em;
}

.u-pb-99 {
  padding-bottom: 9.9em;
}

.u-pt-100 {
  padding-top: 10em;
}

.u-pb-100 {
  padding-bottom: 10em;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  26% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  28% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  72% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  74% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  76% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  78% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  82% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  84% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  26% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  28% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  72% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  74% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  76% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  78% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  82% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  84% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes gesture {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
  }
  75% {
    -webkit-transform: translate(25%, 0);
            transform: translate(25%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes gesture {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
  }
  75% {
    -webkit-transform: translate(25%, 0);
            transform: translate(25%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes float_inner {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(0, 16px) rotate(5deg);
            transform: translate(0, 16px) rotate(5deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate(0, -16px) rotate(5deg);
            transform: translate(0, -16px) rotate(5deg);
  }
  65% {
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(0, -24px) rotate(-5deg);
            transform: translate(0, -24px) rotate(-5deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes float_inner {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(0, 16px) rotate(5deg);
            transform: translate(0, 16px) rotate(5deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate(0, -16px) rotate(5deg);
            transform: translate(0, -16px) rotate(5deg);
  }
  65% {
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(0, -24px) rotate(-5deg);
            transform: translate(0, -24px) rotate(-5deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(0, 20px) rotate(0deg);
            transform: translate(0, 20px) rotate(0deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
  60% {
    -webkit-transform: translate(0, -16px) rotate(0deg);
            transform: translate(0, -16px) rotate(0deg);
  }
  65% {
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(0, -24px) rotate(-5deg);
            transform: translate(0, -24px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(0, 20px) rotate(0deg);
            transform: translate(0, 20px) rotate(0deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
  60% {
    -webkit-transform: translate(0, -16px) rotate(0deg);
            transform: translate(0, -16px) rotate(0deg);
  }
  65% {
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(0, -24px) rotate(-5deg);
            transform: translate(0, -24px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes float-8 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  1% {
    -webkit-transform: translate(1.2%, -2.6%);
            transform: translate(1.2%, -2.6%);
  }
  2% {
    -webkit-transform: translate(2.6%, -5%);
            transform: translate(2.6%, -5%);
  }
  3% {
    -webkit-transform: translate(3.8%, -7.4%);
            transform: translate(3.8%, -7.4%);
  }
  4% {
    -webkit-transform: translate(5%, -9.6%);
            transform: translate(5%, -9.6%);
  }
  5% {
    -webkit-transform: translate(6.2%, -11.8%);
            transform: translate(6.2%, -11.8%);
  }
  6% {
    -webkit-transform: translate(7.4%, -13.6%);
            transform: translate(7.4%, -13.6%);
  }
  7% {
    -webkit-transform: translate(8.6%, -15.4%);
            transform: translate(8.6%, -15.4%);
  }
  8% {
    -webkit-transform: translate(9.6%, -16.8%);
            transform: translate(9.6%, -16.8%);
  }
  9% {
    -webkit-transform: translate(10.8%, -18%);
            transform: translate(10.8%, -18%);
  }
  10% {
    -webkit-transform: translate(11.8%, -19%);
            transform: translate(11.8%, -19%);
  }
  11% {
    -webkit-transform: translate(12.8%, -19.6%);
            transform: translate(12.8%, -19.6%);
  }
  12% {
    -webkit-transform: translate(13.6%, -20%);
            transform: translate(13.6%, -20%);
  }
  13% {
    -webkit-transform: translate(14.6%, -20%);
            transform: translate(14.6%, -20%);
  }
  14% {
    -webkit-transform: translate(15.4%, -19.6%);
            transform: translate(15.4%, -19.6%);
  }
  15% {
    -webkit-transform: translate(16.2%, -19%);
            transform: translate(16.2%, -19%);
  }
  16% {
    -webkit-transform: translate(16.8%, -18%);
            transform: translate(16.8%, -18%);
  }
  17% {
    -webkit-transform: translate(17.6%, -16.8%);
            transform: translate(17.6%, -16.8%);
  }
  18% {
    -webkit-transform: translate(18%, -15.4%);
            transform: translate(18%, -15.4%);
  }
  19% {
    -webkit-transform: translate(18.6%, -13.6%);
            transform: translate(18.6%, -13.6%);
  }
  20% {
    -webkit-transform: translate(19%, -11.8%);
            transform: translate(19%, -11.8%);
  }
  21% {
    -webkit-transform: translate(19.4%, -9.6%);
            transform: translate(19.4%, -9.6%);
  }
  22% {
    -webkit-transform: translate(19.6%, -7.4%);
            transform: translate(19.6%, -7.4%);
  }
  23% {
    -webkit-transform: translate(19.8%, -5%);
            transform: translate(19.8%, -5%);
  }
  24% {
    -webkit-transform: translate(20%, -2.6%);
            transform: translate(20%, -2.6%);
  }
  25% {
    -webkit-transform: translate(20%, 0%);
            transform: translate(20%, 0%);
  }
  26% {
    -webkit-transform: translate(20%, 2.6%);
            transform: translate(20%, 2.6%);
  }
  27% {
    -webkit-transform: translate(19.8%, 5%);
            transform: translate(19.8%, 5%);
  }
  28% {
    -webkit-transform: translate(19.6%, 7.4%);
            transform: translate(19.6%, 7.4%);
  }
  29% {
    -webkit-transform: translate(19.4%, 9.6%);
            transform: translate(19.4%, 9.6%);
  }
  30% {
    -webkit-transform: translate(19%, 11.8%);
            transform: translate(19%, 11.8%);
  }
  31% {
    -webkit-transform: translate(18.6%, 13.6%);
            transform: translate(18.6%, 13.6%);
  }
  32% {
    -webkit-transform: translate(18%, 15.4%);
            transform: translate(18%, 15.4%);
  }
  33% {
    -webkit-transform: translate(17.6%, 16.8%);
            transform: translate(17.6%, 16.8%);
  }
  34% {
    -webkit-transform: translate(16.8%, 18%);
            transform: translate(16.8%, 18%);
  }
  35% {
    -webkit-transform: translate(16.2%, 19%);
            transform: translate(16.2%, 19%);
  }
  36% {
    -webkit-transform: translate(15.4%, 19.6%);
            transform: translate(15.4%, 19.6%);
  }
  37% {
    -webkit-transform: translate(14.6%, 20%);
            transform: translate(14.6%, 20%);
  }
  38% {
    -webkit-transform: translate(13.6%, 20%);
            transform: translate(13.6%, 20%);
  }
  39% {
    -webkit-transform: translate(12.8%, 19.6%);
            transform: translate(12.8%, 19.6%);
  }
  40% {
    -webkit-transform: translate(11.8%, 19%);
            transform: translate(11.8%, 19%);
  }
  41% {
    -webkit-transform: translate(10.8%, 18%);
            transform: translate(10.8%, 18%);
  }
  42% {
    -webkit-transform: translate(9.6%, 16.8%);
            transform: translate(9.6%, 16.8%);
  }
  43% {
    -webkit-transform: translate(8.6%, 15.4%);
            transform: translate(8.6%, 15.4%);
  }
  44% {
    -webkit-transform: translate(7.4%, 13.6%);
            transform: translate(7.4%, 13.6%);
  }
  45% {
    -webkit-transform: translate(6.2%, 11.8%);
            transform: translate(6.2%, 11.8%);
  }
  46% {
    -webkit-transform: translate(5%, 9.6%);
            transform: translate(5%, 9.6%);
  }
  47% {
    -webkit-transform: translate(3.8%, 7.4%);
            transform: translate(3.8%, 7.4%);
  }
  48% {
    -webkit-transform: translate(2.6%, 5%);
            transform: translate(2.6%, 5%);
  }
  49% {
    -webkit-transform: translate(1.2%, 2.6%);
            transform: translate(1.2%, 2.6%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  51% {
    -webkit-transform: translate(-1.2%, -2.6%);
            transform: translate(-1.2%, -2.6%);
  }
  52% {
    -webkit-transform: translate(-2.6%, -5%);
            transform: translate(-2.6%, -5%);
  }
  53% {
    -webkit-transform: translate(-3.8%, -7.4%);
            transform: translate(-3.8%, -7.4%);
  }
  54% {
    -webkit-transform: translate(-5%, -9.6%);
            transform: translate(-5%, -9.6%);
  }
  55% {
    -webkit-transform: translate(-6.2%, -11.8%);
            transform: translate(-6.2%, -11.8%);
  }
  56% {
    -webkit-transform: translate(-7.4%, -13.6%);
            transform: translate(-7.4%, -13.6%);
  }
  57% {
    -webkit-transform: translate(-8.6%, -15.4%);
            transform: translate(-8.6%, -15.4%);
  }
  58% {
    -webkit-transform: translate(-9.6%, -16.8%);
            transform: translate(-9.6%, -16.8%);
  }
  59% {
    -webkit-transform: translate(-10.8%, -18%);
            transform: translate(-10.8%, -18%);
  }
  60% {
    -webkit-transform: translate(-11.8%, -19%);
            transform: translate(-11.8%, -19%);
  }
  61% {
    -webkit-transform: translate(-12.8%, -19.6%);
            transform: translate(-12.8%, -19.6%);
  }
  62% {
    -webkit-transform: translate(-13.6%, -20%);
            transform: translate(-13.6%, -20%);
  }
  63% {
    -webkit-transform: translate(-14.6%, -20%);
            transform: translate(-14.6%, -20%);
  }
  64% {
    -webkit-transform: translate(-15.4%, -19.6%);
            transform: translate(-15.4%, -19.6%);
  }
  65% {
    -webkit-transform: translate(-16.2%, -19%);
            transform: translate(-16.2%, -19%);
  }
  66% {
    -webkit-transform: translate(-16.8%, -18%);
            transform: translate(-16.8%, -18%);
  }
  67% {
    -webkit-transform: translate(-17.6%, -16.8%);
            transform: translate(-17.6%, -16.8%);
  }
  68% {
    -webkit-transform: translate(-18%, -15.4%);
            transform: translate(-18%, -15.4%);
  }
  69% {
    -webkit-transform: translate(-18.6%, -13.6%);
            transform: translate(-18.6%, -13.6%);
  }
  70% {
    -webkit-transform: translate(-19%, -11.8%);
            transform: translate(-19%, -11.8%);
  }
  71% {
    -webkit-transform: translate(-19.4%, -9.6%);
            transform: translate(-19.4%, -9.6%);
  }
  72% {
    -webkit-transform: translate(-19.6%, -7.4%);
            transform: translate(-19.6%, -7.4%);
  }
  73% {
    -webkit-transform: translate(-19.8%, -5%);
            transform: translate(-19.8%, -5%);
  }
  74% {
    -webkit-transform: translate(-20%, -2.6%);
            transform: translate(-20%, -2.6%);
  }
  75% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
  }
  76% {
    -webkit-transform: translate(-20%, 2.6%);
            transform: translate(-20%, 2.6%);
  }
  77% {
    -webkit-transform: translate(-19.8%, 5%);
            transform: translate(-19.8%, 5%);
  }
  78% {
    -webkit-transform: translate(-19.6%, 7.4%);
            transform: translate(-19.6%, 7.4%);
  }
  79% {
    -webkit-transform: translate(-19.4%, 9.6%);
            transform: translate(-19.4%, 9.6%);
  }
  80% {
    -webkit-transform: translate(-19%, 11.8%);
            transform: translate(-19%, 11.8%);
  }
  81% {
    -webkit-transform: translate(-18.6%, 13.6%);
            transform: translate(-18.6%, 13.6%);
  }
  82% {
    -webkit-transform: translate(-18%, 15.4%);
            transform: translate(-18%, 15.4%);
  }
  83% {
    -webkit-transform: translate(-17.6%, 16.8%);
            transform: translate(-17.6%, 16.8%);
  }
  84% {
    -webkit-transform: translate(-16.8%, 18%);
            transform: translate(-16.8%, 18%);
  }
  85% {
    -webkit-transform: translate(-16.2%, 19%);
            transform: translate(-16.2%, 19%);
  }
  86% {
    -webkit-transform: translate(-15.4%, 19.6%);
            transform: translate(-15.4%, 19.6%);
  }
  87% {
    -webkit-transform: translate(-14.6%, 20%);
            transform: translate(-14.6%, 20%);
  }
  88% {
    -webkit-transform: translate(-13.6%, 20%);
            transform: translate(-13.6%, 20%);
  }
  89% {
    -webkit-transform: translate(-12.8%, 19.6%);
            transform: translate(-12.8%, 19.6%);
  }
  90% {
    -webkit-transform: translate(-11.8%, 19%);
            transform: translate(-11.8%, 19%);
  }
  91% {
    -webkit-transform: translate(-10.8%, 18%);
            transform: translate(-10.8%, 18%);
  }
  92% {
    -webkit-transform: translate(-9.6%, 16.8%);
            transform: translate(-9.6%, 16.8%);
  }
  93% {
    -webkit-transform: translate(-8.6%, 15.4%);
            transform: translate(-8.6%, 15.4%);
  }
  94% {
    -webkit-transform: translate(-7.4%, 13.6%);
            transform: translate(-7.4%, 13.6%);
  }
  95% {
    -webkit-transform: translate(-6.2%, 11.8%);
            transform: translate(-6.2%, 11.8%);
  }
  96% {
    -webkit-transform: translate(-5%, 9.6%);
            transform: translate(-5%, 9.6%);
  }
  97% {
    -webkit-transform: translate(-3.8%, 7.4%);
            transform: translate(-3.8%, 7.4%);
  }
  98% {
    -webkit-transform: translate(-2.6%, 5%);
            transform: translate(-2.6%, 5%);
  }
  99% {
    -webkit-transform: translate(-1.2%, 2.6%);
            transform: translate(-1.2%, 2.6%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes float-8 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  1% {
    -webkit-transform: translate(1.2%, -2.6%);
            transform: translate(1.2%, -2.6%);
  }
  2% {
    -webkit-transform: translate(2.6%, -5%);
            transform: translate(2.6%, -5%);
  }
  3% {
    -webkit-transform: translate(3.8%, -7.4%);
            transform: translate(3.8%, -7.4%);
  }
  4% {
    -webkit-transform: translate(5%, -9.6%);
            transform: translate(5%, -9.6%);
  }
  5% {
    -webkit-transform: translate(6.2%, -11.8%);
            transform: translate(6.2%, -11.8%);
  }
  6% {
    -webkit-transform: translate(7.4%, -13.6%);
            transform: translate(7.4%, -13.6%);
  }
  7% {
    -webkit-transform: translate(8.6%, -15.4%);
            transform: translate(8.6%, -15.4%);
  }
  8% {
    -webkit-transform: translate(9.6%, -16.8%);
            transform: translate(9.6%, -16.8%);
  }
  9% {
    -webkit-transform: translate(10.8%, -18%);
            transform: translate(10.8%, -18%);
  }
  10% {
    -webkit-transform: translate(11.8%, -19%);
            transform: translate(11.8%, -19%);
  }
  11% {
    -webkit-transform: translate(12.8%, -19.6%);
            transform: translate(12.8%, -19.6%);
  }
  12% {
    -webkit-transform: translate(13.6%, -20%);
            transform: translate(13.6%, -20%);
  }
  13% {
    -webkit-transform: translate(14.6%, -20%);
            transform: translate(14.6%, -20%);
  }
  14% {
    -webkit-transform: translate(15.4%, -19.6%);
            transform: translate(15.4%, -19.6%);
  }
  15% {
    -webkit-transform: translate(16.2%, -19%);
            transform: translate(16.2%, -19%);
  }
  16% {
    -webkit-transform: translate(16.8%, -18%);
            transform: translate(16.8%, -18%);
  }
  17% {
    -webkit-transform: translate(17.6%, -16.8%);
            transform: translate(17.6%, -16.8%);
  }
  18% {
    -webkit-transform: translate(18%, -15.4%);
            transform: translate(18%, -15.4%);
  }
  19% {
    -webkit-transform: translate(18.6%, -13.6%);
            transform: translate(18.6%, -13.6%);
  }
  20% {
    -webkit-transform: translate(19%, -11.8%);
            transform: translate(19%, -11.8%);
  }
  21% {
    -webkit-transform: translate(19.4%, -9.6%);
            transform: translate(19.4%, -9.6%);
  }
  22% {
    -webkit-transform: translate(19.6%, -7.4%);
            transform: translate(19.6%, -7.4%);
  }
  23% {
    -webkit-transform: translate(19.8%, -5%);
            transform: translate(19.8%, -5%);
  }
  24% {
    -webkit-transform: translate(20%, -2.6%);
            transform: translate(20%, -2.6%);
  }
  25% {
    -webkit-transform: translate(20%, 0%);
            transform: translate(20%, 0%);
  }
  26% {
    -webkit-transform: translate(20%, 2.6%);
            transform: translate(20%, 2.6%);
  }
  27% {
    -webkit-transform: translate(19.8%, 5%);
            transform: translate(19.8%, 5%);
  }
  28% {
    -webkit-transform: translate(19.6%, 7.4%);
            transform: translate(19.6%, 7.4%);
  }
  29% {
    -webkit-transform: translate(19.4%, 9.6%);
            transform: translate(19.4%, 9.6%);
  }
  30% {
    -webkit-transform: translate(19%, 11.8%);
            transform: translate(19%, 11.8%);
  }
  31% {
    -webkit-transform: translate(18.6%, 13.6%);
            transform: translate(18.6%, 13.6%);
  }
  32% {
    -webkit-transform: translate(18%, 15.4%);
            transform: translate(18%, 15.4%);
  }
  33% {
    -webkit-transform: translate(17.6%, 16.8%);
            transform: translate(17.6%, 16.8%);
  }
  34% {
    -webkit-transform: translate(16.8%, 18%);
            transform: translate(16.8%, 18%);
  }
  35% {
    -webkit-transform: translate(16.2%, 19%);
            transform: translate(16.2%, 19%);
  }
  36% {
    -webkit-transform: translate(15.4%, 19.6%);
            transform: translate(15.4%, 19.6%);
  }
  37% {
    -webkit-transform: translate(14.6%, 20%);
            transform: translate(14.6%, 20%);
  }
  38% {
    -webkit-transform: translate(13.6%, 20%);
            transform: translate(13.6%, 20%);
  }
  39% {
    -webkit-transform: translate(12.8%, 19.6%);
            transform: translate(12.8%, 19.6%);
  }
  40% {
    -webkit-transform: translate(11.8%, 19%);
            transform: translate(11.8%, 19%);
  }
  41% {
    -webkit-transform: translate(10.8%, 18%);
            transform: translate(10.8%, 18%);
  }
  42% {
    -webkit-transform: translate(9.6%, 16.8%);
            transform: translate(9.6%, 16.8%);
  }
  43% {
    -webkit-transform: translate(8.6%, 15.4%);
            transform: translate(8.6%, 15.4%);
  }
  44% {
    -webkit-transform: translate(7.4%, 13.6%);
            transform: translate(7.4%, 13.6%);
  }
  45% {
    -webkit-transform: translate(6.2%, 11.8%);
            transform: translate(6.2%, 11.8%);
  }
  46% {
    -webkit-transform: translate(5%, 9.6%);
            transform: translate(5%, 9.6%);
  }
  47% {
    -webkit-transform: translate(3.8%, 7.4%);
            transform: translate(3.8%, 7.4%);
  }
  48% {
    -webkit-transform: translate(2.6%, 5%);
            transform: translate(2.6%, 5%);
  }
  49% {
    -webkit-transform: translate(1.2%, 2.6%);
            transform: translate(1.2%, 2.6%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  51% {
    -webkit-transform: translate(-1.2%, -2.6%);
            transform: translate(-1.2%, -2.6%);
  }
  52% {
    -webkit-transform: translate(-2.6%, -5%);
            transform: translate(-2.6%, -5%);
  }
  53% {
    -webkit-transform: translate(-3.8%, -7.4%);
            transform: translate(-3.8%, -7.4%);
  }
  54% {
    -webkit-transform: translate(-5%, -9.6%);
            transform: translate(-5%, -9.6%);
  }
  55% {
    -webkit-transform: translate(-6.2%, -11.8%);
            transform: translate(-6.2%, -11.8%);
  }
  56% {
    -webkit-transform: translate(-7.4%, -13.6%);
            transform: translate(-7.4%, -13.6%);
  }
  57% {
    -webkit-transform: translate(-8.6%, -15.4%);
            transform: translate(-8.6%, -15.4%);
  }
  58% {
    -webkit-transform: translate(-9.6%, -16.8%);
            transform: translate(-9.6%, -16.8%);
  }
  59% {
    -webkit-transform: translate(-10.8%, -18%);
            transform: translate(-10.8%, -18%);
  }
  60% {
    -webkit-transform: translate(-11.8%, -19%);
            transform: translate(-11.8%, -19%);
  }
  61% {
    -webkit-transform: translate(-12.8%, -19.6%);
            transform: translate(-12.8%, -19.6%);
  }
  62% {
    -webkit-transform: translate(-13.6%, -20%);
            transform: translate(-13.6%, -20%);
  }
  63% {
    -webkit-transform: translate(-14.6%, -20%);
            transform: translate(-14.6%, -20%);
  }
  64% {
    -webkit-transform: translate(-15.4%, -19.6%);
            transform: translate(-15.4%, -19.6%);
  }
  65% {
    -webkit-transform: translate(-16.2%, -19%);
            transform: translate(-16.2%, -19%);
  }
  66% {
    -webkit-transform: translate(-16.8%, -18%);
            transform: translate(-16.8%, -18%);
  }
  67% {
    -webkit-transform: translate(-17.6%, -16.8%);
            transform: translate(-17.6%, -16.8%);
  }
  68% {
    -webkit-transform: translate(-18%, -15.4%);
            transform: translate(-18%, -15.4%);
  }
  69% {
    -webkit-transform: translate(-18.6%, -13.6%);
            transform: translate(-18.6%, -13.6%);
  }
  70% {
    -webkit-transform: translate(-19%, -11.8%);
            transform: translate(-19%, -11.8%);
  }
  71% {
    -webkit-transform: translate(-19.4%, -9.6%);
            transform: translate(-19.4%, -9.6%);
  }
  72% {
    -webkit-transform: translate(-19.6%, -7.4%);
            transform: translate(-19.6%, -7.4%);
  }
  73% {
    -webkit-transform: translate(-19.8%, -5%);
            transform: translate(-19.8%, -5%);
  }
  74% {
    -webkit-transform: translate(-20%, -2.6%);
            transform: translate(-20%, -2.6%);
  }
  75% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
  }
  76% {
    -webkit-transform: translate(-20%, 2.6%);
            transform: translate(-20%, 2.6%);
  }
  77% {
    -webkit-transform: translate(-19.8%, 5%);
            transform: translate(-19.8%, 5%);
  }
  78% {
    -webkit-transform: translate(-19.6%, 7.4%);
            transform: translate(-19.6%, 7.4%);
  }
  79% {
    -webkit-transform: translate(-19.4%, 9.6%);
            transform: translate(-19.4%, 9.6%);
  }
  80% {
    -webkit-transform: translate(-19%, 11.8%);
            transform: translate(-19%, 11.8%);
  }
  81% {
    -webkit-transform: translate(-18.6%, 13.6%);
            transform: translate(-18.6%, 13.6%);
  }
  82% {
    -webkit-transform: translate(-18%, 15.4%);
            transform: translate(-18%, 15.4%);
  }
  83% {
    -webkit-transform: translate(-17.6%, 16.8%);
            transform: translate(-17.6%, 16.8%);
  }
  84% {
    -webkit-transform: translate(-16.8%, 18%);
            transform: translate(-16.8%, 18%);
  }
  85% {
    -webkit-transform: translate(-16.2%, 19%);
            transform: translate(-16.2%, 19%);
  }
  86% {
    -webkit-transform: translate(-15.4%, 19.6%);
            transform: translate(-15.4%, 19.6%);
  }
  87% {
    -webkit-transform: translate(-14.6%, 20%);
            transform: translate(-14.6%, 20%);
  }
  88% {
    -webkit-transform: translate(-13.6%, 20%);
            transform: translate(-13.6%, 20%);
  }
  89% {
    -webkit-transform: translate(-12.8%, 19.6%);
            transform: translate(-12.8%, 19.6%);
  }
  90% {
    -webkit-transform: translate(-11.8%, 19%);
            transform: translate(-11.8%, 19%);
  }
  91% {
    -webkit-transform: translate(-10.8%, 18%);
            transform: translate(-10.8%, 18%);
  }
  92% {
    -webkit-transform: translate(-9.6%, 16.8%);
            transform: translate(-9.6%, 16.8%);
  }
  93% {
    -webkit-transform: translate(-8.6%, 15.4%);
            transform: translate(-8.6%, 15.4%);
  }
  94% {
    -webkit-transform: translate(-7.4%, 13.6%);
            transform: translate(-7.4%, 13.6%);
  }
  95% {
    -webkit-transform: translate(-6.2%, 11.8%);
            transform: translate(-6.2%, 11.8%);
  }
  96% {
    -webkit-transform: translate(-5%, 9.6%);
            transform: translate(-5%, 9.6%);
  }
  97% {
    -webkit-transform: translate(-3.8%, 7.4%);
            transform: translate(-3.8%, 7.4%);
  }
  98% {
    -webkit-transform: translate(-2.6%, 5%);
            transform: translate(-2.6%, 5%);
  }
  99% {
    -webkit-transform: translate(-1.2%, 2.6%);
            transform: translate(-1.2%, 2.6%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes parapara {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes parapara {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (min-width: 768px){
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  body {
    min-width: 1350px;
  }
  .c-header {
    min-width: 1350px;
  }
  .c-header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header__shop {
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 25px;
    background: #ffe554;
    width: 160px;
    color: #333;
    font-weight: 600;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .c-header__shop:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    color: #333;
  }
  .c-header__shop p {
    display: inline-block;
    vertical-align: top;
    padding: 16px 0 15px;
    padding-left: 26px;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  .c-header__shop p.is-sp {
    display: none;
  }
  .c-header__shop p::before {
    position: absolute;
    top: 0;
    left: -2px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
    background-position: left center;
    background-size: 22px;
    background-repeat: no-repeat;
    width: 24px;
    height: 100%;
    content: "";
  }
  .c-header__shop p::before {
    background-image: url(../img/common/icon_shop_pc.svg?2);
  }
  .c-menubtn {
    display: none;
  }
  .c-nav {
    min-width: 675px;
  }
  .c-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav_item {
    padding: 52px 0;
    text-align: center;
  }
  .c-nav_item:nth-child(n+2) {
    margin-left: 26px;
  }
  .c-nav_item > p {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .c-nav_item:hover > p {
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .c-nav_item a,
  .c-nav_item span {
    min-width: 65px;
  }
  .c-nav_item--separate:nth-child(n+2) {
    margin-left: 62px;
  }
  .c-nav_item--separate::before {
    top: 50%;
    left: -31px;
    margin-top: -8px;
    width: 1px;
    height: 16px;
  }
  .c-nav_item__sublist {
    display: none !important;
  }
  .c-sublist.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: auto;
  }
  .c-more {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }
  .c-more:hover {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    background: #ffe554;
  }
  .c-blackbtn {
    -webkit-transition: background-color 0.6s ease, color 0.6s ease;
    transition: background-color 0.6s ease, color 0.6s ease;
  }
  .c-blackbtn:hover {
    -webkit-transition: background-color 0.6s ease, color 0.6s ease;
    transition: background-color 0.6s ease, color 0.6s ease;
    background: #ffffff;
    color: #333;
  }
  .c-thumblist__item {
    margin-left: 3.5%;
    width: 31%;
  }
  .c-thumblist__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-thumblist__item:nth-child(n+4) {
    margin-top: 46px;
  }
  .c-thumblist__item .c-thumblist__img figure {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-thumblist__item .c-thumblist__img::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-thumblist__item > a:hover + .c-thumblist__img figure {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-thumblist__item > a:hover + .c-thumblist__img::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-thumblist__cate a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-thumblist__cate a:hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #333;
    color: #ffffff;
  }
  .c-footer_bnr__item a {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footer_bnr__item::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footer_bnr__item:hover a {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footer_bnr__item:hover::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__arrow {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__arrow:hover.is-prev {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__arrow:hover.is-next {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__list li::before {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .c-pagination__list li:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .c-footnav__arrow {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footnav__arrow:hover.is-prev {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footnav__arrow:hover.is-next {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footnav__back {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    border-radius: 20px;
  }
  .c-footnav__back:hover {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background: #ffe554;
  }
  .c-outerlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-outerlink__item .c-outerlink__img figure {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-outerlink__item .c-outerlink__img::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-outerlink__item:hover .c-outerlink__img figure {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-outerlink__item:hover .c-outerlink__img::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-outerlink__item {
    width: 48%;
  }
  .c-outerlink__item:nth-child(2n) {
    margin-left: 4%;
  }
  .c-outerlink__item:nth-child(n+3) {
    margin-top: 60px;
  }
  .u-hover--opacity {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .u-hover--opacity:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 767px){
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .l-main {
    padding-top: 22%;
  }
  .l-main__title {
    padding-right: 5%;
  }
  .l-main__title h2::before {
    -webkit-transform: translate(-50px, 0) scaleX(0);
            transform: translate(-50px, 0) scaleX(0);
    border-radius: 0 25px 25px 0;
  }
  .l-main__title h2 {
    padding: 32px 0 34px;
    padding-right: 1%;
    padding-left: 6%;
  }
  .l-main__title h2 span.is-jp {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .l-main__title h2 span.is-en {
    font-size: 11px;
  }
  .l-main__content {
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  .c-bg {
    display: none;
  }
  .c-header {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    padding: 5.3% 5%;
  }
  .c-header.is-open {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    background: #ffe554;
  }
  .c-header.is-open .c-header__shop::before {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    background-color: #f7f6f5;
  }
  .c-header__logo {
    margin: 0 auto;
    width: 44%;
  }
  .c-header__content {
    right: 7.5%;
    width: 9%;
  }
  .c-header_search {
    display: none;
  }
  .c-header__shop {
    position: relative;
    padding: 5px 4px;
    width: 100%;
  }
  .c-header__shop::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    border-radius: 10px;
    background-color: #ffe554;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    content: "";
  }
  .c-header__shop p.is-pc {
    display: none;
  }
  .c-menubtn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    padding-top: 20.75%;
    width: 20.75%;
  }
  .c-menubtn__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
    padding-top: 14%;
    width: 43%;
  }
  .c-menubtn__inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 3px;
  }
  .c-menubtn__inner span::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 100%;
    height: 100%;
    content: "";
  }
  .c-menubtn__inner span:nth-child(1) {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
    -webkit-transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-open .c-menubtn__inner span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
    -webkit-transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-menubtn__inner span:nth-child(2) {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .is-open .c-menubtn__inner span:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-menubtn__inner span:nth-child(3) {
    top: 100%;
    -webkit-transform: translate(-50%, -100%) rotate(0deg);
            transform: translate(-50%, -100%) rotate(0deg);
    -webkit-transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-open .c-menubtn__inner span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
    -webkit-transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-nav {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #ffe554;
    width: 100%;
    height: 100%;
  }
  .c-nav.is-open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .c-nav__inner {
    position: relative;
    padding-top: 22%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .c-nav__above {
    padding: 0 5%;
    padding-bottom: 30px;
  }
  .c-nav__bottom {
    position: relative;
    background: #ffffff;
    padding: 40px 8% 36px;
  }
  .c-nav__list {
    margin-top: 27px;
    padding: 0 3%;
  }
  .c-nav_item {
    letter-spacing: 0.1em;
  }
  .c-nav_item p > a,
  .c-nav_item p span {
    display: inline-block;
    padding: 12px 0;
  }
  .c-nav_item.is-accordion > p.is-open::before {
    -webkit-transition: height 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: height 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    height: 0;
  }
  .c-nav_item--separate {
    margin-top: 33px;
  }
  .c-nav_item__sublist {
    padding-bottom: 6px;
  }
  .c-nav_item__sublist li {
    padding: 0 4%;
  }
  .c-nav_item__sublist li a {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  .c-nav_item__sublist li:nth-child(n+2) {
    margin-top: 8px;
  }
  .c-sublist {
    display: none;
  }
  .c-more {
    max-width: 100%;
  }
  .c-more p {
    padding: 11px 0 10px;
    font-size: 14px;
  }
  .c-blackbtn {
    max-width: 100%;
  }
  .c-blackbtn p {
    padding: 12px 0 13px;
    font-size: 13px;
  }
  .c-thumblist__item {
    margin-left: 4%;
    width: 48%;
  }
  .c-thumblist__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-thumblist__item:nth-child(n+3) {
    margin-top: 22px;
  }
  .c-thumblist__img::before {
    top: 3px;
    left: 3px;
    border-radius: 12px;
    background-size: 4px;
  }
  .c-thumblist__img figure {
    border-radius: 12px;
  }
  .c-thumblist__title {
    margin-top: 11px;
    font-size: 13px;
  }
  .c-thumblist__info {
    margin-top: 6px;
  }
  .c-thumblist__date {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .c-thumblist__date + .c-thumblist__cate {
    margin-left: 2px;
  }
  .c-thumblist__cate a {
    padding: 2px 8px;
    font-size: 10px;
  }
  .c-footer {
    padding: 57px 0 88px;
  }
  .c-footer_nav {
    margin: 0 auto;
    margin-top: 28px;
    max-width: 250px;
  }
  .c-footer_nav__item {
    margin: 4px 8px;
  }
  .c-footer_nav__item a {
    font-size: 11px;
  }
  .c-footer__copy {
    margin-top: 23px;
    font-size: 10px;
  }
  .c-footer_bnr.is-scrolled .c-footer_bnr__item {
    width: 20%;
  }
  .c-footer_bnr__item {
    bottom: 20px;
    width: 28%;
  }
  .c-footer_bnr__item::before {
    background-size: 4px;
  }
  .c-footer_bnr__item:nth-child(1) {
    left: 3%;
  }
  .c-footer_bnr__item:nth-child(2) {
    right: 3%;
  }
  .c-pagination__arrow {
    width: 30px;
  }
  .c-pagination__arrow a {
    padding: 9px 0;
  }
  .c-pagination__arrow a img {
    width: 12px;
  }
  .c-pagination__list {
    margin: 0 3%;
  }
  .c-pagination__list li {
    margin: 0 2px;
    min-width: 30px;
    font-size: 12px;
  }
  .c-pagination__list li p {
    padding: 9px 0;
  }
  .c-pagination__list li.is-omission {
    margin-right: 10px;
  }
  .c-footnav__arrow {
    width: 30px;
  }
  .c-footnav__arrow a {
    padding: 9px 0;
  }
  .c-footnav__arrow a img {
    width: 12px;
  }
  .c-footnav__back {
    margin: 0 6%;
    width: 175px;
  }
  .c-footnav__back a span {
    font-size: 14px;
  }
  .c-outerlink__item:nth-child(n+2) {
    margin-top: 32px;
  }
  .c-outerlink__img {
    padding-top: 55.5%;
  }
  .c-outerlink__img::before {
    top: 3px;
    left: 3px;
    border-radius: 18px;
    background-size: 4px;
  }
  .c-outerlink__img figure {
    border-radius: 18px;
  }
  .c-outerlink__title {
    margin-top: 15px;
  }
  .c-outerlink__title::after {
    margin-left: 8px;
  }
  .c-outerlink__txt {
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0.15em;
  }
  .c-section--bgdark__deco {
    top: -54px;
    font-size: 70px;
  }
  .c-notfound {
    padding: 50px 0 95px;
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 0.12em;
    text-align: left;
  }
  .c-cate {
    position: relative;
    margin-bottom: 30px;
    padding: 13px 0;
    overflow: auto;
  }
  .c-cate__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-cate__list-item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 3px 4.5%;
  }
  .c-cate__list-item.is-current::before {
    right: -5px;
    width: 5px;
    height: 5px;
  }
  .c-cate__list-item p {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .c-cate__list-item:nth-child(n+2) {
    margin-left: 2.5%;
    padding: 3px 2%;
  }
  .c-cate__list-item:last-of-type {
    padding: 3px 4.5% 3px 2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 376px){
  .l-main {
    padding-top: 80px;
  }
  .c-header {
    padding: 20px 5%;
  }
  .c-nav__inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 321px){
  .l-main__title h2 span.is-jp {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  .l-main__title h2 span.is-en {
    font-size: 10px;
  }
  .c-pagination__list li {
    min-width: 28px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px){
  .c-header {
    padding: 38px 30px;
  }
  .c-header__logo {
    width: 151px;
  }
  .c-header__content {
    right: 30px;
  }
  .c-header_search {
    padding: 46px 15px;
  }
  .c-header_search p {
    width: 27px;
  }
  .c-header__shop {
    width: 180px;
  }
  .c-header__shop p {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .c-header__shop p::before {
    background-size: 18px;
    width: 18px;
  }
  .c-nav {
    left: 203px;
  }
  .c-nav_item {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .c-nav_item:nth-child(n+2) {
    margin-left: 15px;
  }
  .c-nav_item.is-accordion > p::before, .c-nav_item.is-accordion > p::after {
    top: 52%;
  }
  .c-nav_item.is-accordion > p::before {
    right: 3px;
    height: 8px;
  }
  .c-nav_item.is-accordion > p::after {
    width: 8px;
  }
  .c-nav_item.is-accordion > p span {
    padding-right: 11px;
  }
  .c-nav_item--separate:nth-child(n+2) {
    margin-left: 40px;
  }
  .c-nav_item--separate::before {
    left: -20px;
  }
  .c-sublist {
    top: 114px;
  }
  .c-sublist_item__content li a {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px){
  .c-menubtn__inner {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 25%;
    width: 37%;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none){
  .c-nav_item a,
  .c-nav_item span {
    padding-top: 14px;
  }
}
@media (-ms-high-contrast: none){
  .c-nav_item.is-accordion > p::before, .c-nav_item.is-accordion > p::after {
    top: 50%;
  }
  .c-thumblist__title {
    padding-top: 0.4em;
  }
  .c-thumblist__cate a {
    padding: 8px 10px 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 300px){
  .c-pagination__arrow {
    width: 28px;
  }
  .c-pagination__arrow a {
    padding: 8px 0;
  }
  .c-pagination__list {
    margin: 0 2%;
  }
  .c-pagination__list li {
    min-width: 26px;
  }
  .c-pagination__list li p {
    padding: 8px 0;
  }
  .c-pagination__list li.is-omission {
    margin-right: 8px;
  }
}