<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'perpetua';
  src: url("../fonts/perpeta_font.woff2") format("woff2"), url("../fonts/perpeta_font.woff") format("woff");
}

/* ---------------キーカラー---------------*/
@use 'sass:math';
/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 3.8vw;
  font-family: "Noto Serif JP", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333333;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 668px) {
  body {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 20px;
  }
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

table, iframe {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  max-width: 100%;
}

a {
  color: #333333;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:active {
  color: #333333;
}

a.js-telLink {
  color: #333333;
  text-decoration: none;
  pointer-events: none;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

@media (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

select,
input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  padding: 8px 10px;
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #ffeeee;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

select {
  padding: 8px 5px;
  border: 1px solid #ccc;
}

label {
  cursor: pointer;
}

::-moz-selection {
  color: #fff;
  background-color: #ff6f6f;
}

::selection {
  color: #fff;
  background-color: #ff6f6f;
}

::-moz-selection {
  color: #fff;
  background-color: #ff6f6f;
}

/* onmediaquery.js設定用
 *-------------------------------------------------- */
html {
  font-family: pc;
}

@media only screen and (max-width: 1100px) {
  html {
    font-family: "minipc";
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-family: "tablet";
  }
}

@media only screen and (max-width: 668px) {
  html {
    font-family: "phablet";
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

html, body {
  font-size: 100%;
}

.wrapper {
  min-width: 1024px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .wrapper {
    min-width: 320px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sp_only {
  display: none;
}

@media (max-width: 1024px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

.align_rgt {
  text-align: right;
}

.align_lft {
  text-align: left;
}

.align_center {
  text-align: center;
}

@media (max-width: 1024px) {
  .sp_align_center {
    text-align: center;
  }
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1366px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .pc_display {
    display: block;
  }
}

@media (max-width: 1024px) {
  .sp_display {
    display: block;
  }
}

@media (min-width: 1025px) {
  .fz18 {
    font-size: 18px !important;
  }
}

@media (min-width: 1025px) {
  .fz19 {
    font-size: 19px !important;
  }
}

@media (min-width: 1025px) {
  .fz24 {
    font-size: 24px !important;
  }
}

@media (max-width: 1024px) {
  .sp__fz22 {
    font-size: 22px !important;
  }
}

@media (max-width: 1024px) {
  .sp__fz20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1025px) {
  .pc__fz20 {
    font-size: 20px !important;
  }
}

@media (max-width: 1024px) {
  #wrapper .sp__fz20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1025px) {
  .pc__fz22 {
    font-size: 22px !important;
  }
}

@media (max-width: 1024px) {
  #wrapper .custom_order_2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

@media (max-width: 1024px) {
  #wrapper .custom_order_3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

.txt_block {
  display: block;
}

.btn__arrow {
  position: relative;
  display: inline-block;
  padding-right: 39px;
  padding-bottom: 16px;
  overflow: hidden;
  color: #d6cabe;
  background: url(../images/icons/arrow-right-beige.svg) no-repeat right 7px;
}

.btn__arrow--circle {
  background: url(../images/icons/arrow-down-circle-beige.svg) no-repeat right 6px top 7px;
}

.btn__arrow--circle:after {
  background: url(../images/icons/arrow-down-circle-beige.svg) no-repeat right center;
}

.btn__arrow:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #57596e;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.btn__arrow:hover::before, .btn__arrow.active::before {
  width: 100%;
}

.line {
  position: relative;
}

.line:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #57596e;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.line:hover::before, .line.active::before {
  width: 100%;
}

.border-line-bt-yellow {
  border-bottom: 1px solid #c6a36b;
}

.mb__0 {
  margin-bottom: 0px !important;
}

.mt__0 {
  margin-top: 0px !important;
}

.ml__0 {
  margin-left: 0px !important;
}

.mr__0 {
  margin-right: 0px !important;
}

.pb__0 {
  padding-bottom: 0px !important;
}

.pt__0 {
  padding-top: 0px !important;
}

.pr__0 {
  padding-right: 0px !important;
}

.pl__0 {
  padding-left: 0px !important;
}

.mb__5 {
  margin-bottom: 5px !important;
}

.mt__5 {
  margin-top: 5px !important;
}

.ml__5 {
  margin-left: 5px !important;
}

.mr__5 {
  margin-right: 5px !important;
}

.pb__5 {
  padding-bottom: 5px !important;
}

.pt__5 {
  padding-top: 5px !important;
}

.pr__5 {
  padding-right: 5px !important;
}

.pl__5 {
  padding-left: 5px !important;
}

.mb__10 {
  margin-bottom: 10px !important;
}

.mt__10 {
  margin-top: 10px !important;
}

.ml__10 {
  margin-left: 10px !important;
}

.mr__10 {
  margin-right: 10px !important;
}

.pb__10 {
  padding-bottom: 10px !important;
}

.pt__10 {
  padding-top: 10px !important;
}

.pr__10 {
  padding-right: 10px !important;
}

.pl__10 {
  padding-left: 10px !important;
}

.mb__15 {
  margin-bottom: 15px !important;
}

.mt__15 {
  margin-top: 15px !important;
}

.ml__15 {
  margin-left: 15px !important;
}

.mr__15 {
  margin-right: 15px !important;
}

.pb__15 {
  padding-bottom: 15px !important;
}

.pt__15 {
  padding-top: 15px !important;
}

.pr__15 {
  padding-right: 15px !important;
}

.pl__15 {
  padding-left: 15px !important;
}

.mb__20 {
  margin-bottom: 20px !important;
}

.mt__20 {
  margin-top: 20px !important;
}

.ml__20 {
  margin-left: 20px !important;
}

.mr__20 {
  margin-right: 20px !important;
}

.pb__20 {
  padding-bottom: 20px !important;
}

.pt__20 {
  padding-top: 20px !important;
}

.pr__20 {
  padding-right: 20px !important;
}

.pl__20 {
  padding-left: 20px !important;
}

.mb__25 {
  margin-bottom: 25px !important;
}

.mt__25 {
  margin-top: 25px !important;
}

.ml__25 {
  margin-left: 25px !important;
}

.mr__25 {
  margin-right: 25px !important;
}

.pb__25 {
  padding-bottom: 25px !important;
}

.pt__25 {
  padding-top: 25px !important;
}

.pr__25 {
  padding-right: 25px !important;
}

.pl__25 {
  padding-left: 25px !important;
}

.mb__30 {
  margin-bottom: 30px !important;
}

.mt__30 {
  margin-top: 30px !important;
}

.ml__30 {
  margin-left: 30px !important;
}

.mr__30 {
  margin-right: 30px !important;
}

.pb__30 {
  padding-bottom: 30px !important;
}

.pt__30 {
  padding-top: 30px !important;
}

.pr__30 {
  padding-right: 30px !important;
}

.pl__30 {
  padding-left: 30px !important;
}

.mb__35 {
  margin-bottom: 35px !important;
}

.mt__35 {
  margin-top: 35px !important;
}

.ml__35 {
  margin-left: 35px !important;
}

.mr__35 {
  margin-right: 35px !important;
}

.pb__35 {
  padding-bottom: 35px !important;
}

.pt__35 {
  padding-top: 35px !important;
}

.pr__35 {
  padding-right: 35px !important;
}

.pl__35 {
  padding-left: 35px !important;
}

.mb__40 {
  margin-bottom: 40px !important;
}

.mt__40 {
  margin-top: 40px !important;
}

.ml__40 {
  margin-left: 40px !important;
}

.mr__40 {
  margin-right: 40px !important;
}

.pb__40 {
  padding-bottom: 40px !important;
}

.pt__40 {
  padding-top: 40px !important;
}

.pr__40 {
  padding-right: 40px !important;
}

.pl__40 {
  padding-left: 40px !important;
}

.mb__45 {
  margin-bottom: 45px !important;
}

.mt__45 {
  margin-top: 45px !important;
}

.ml__45 {
  margin-left: 45px !important;
}

.mr__45 {
  margin-right: 45px !important;
}

.pb__45 {
  padding-bottom: 45px !important;
}

.pt__45 {
  padding-top: 45px !important;
}

.pr__45 {
  padding-right: 45px !important;
}

.pl__45 {
  padding-left: 45px !important;
}

.mb__50 {
  margin-bottom: 50px !important;
}

.mt__50 {
  margin-top: 50px !important;
}

.ml__50 {
  margin-left: 50px !important;
}

.mr__50 {
  margin-right: 50px !important;
}

.pb__50 {
  padding-bottom: 50px !important;
}

.pt__50 {
  padding-top: 50px !important;
}

.pr__50 {
  padding-right: 50px !important;
}

.pl__50 {
  padding-left: 50px !important;
}

.mb__55 {
  margin-bottom: 55px !important;
}

.mt__55 {
  margin-top: 55px !important;
}

.ml__55 {
  margin-left: 55px !important;
}

.mr__55 {
  margin-right: 55px !important;
}

.pb__55 {
  padding-bottom: 55px !important;
}

.pt__55 {
  padding-top: 55px !important;
}

.pr__55 {
  padding-right: 55px !important;
}

.pl__55 {
  padding-left: 55px !important;
}

.mb__60 {
  margin-bottom: 60px !important;
}

.mt__60 {
  margin-top: 60px !important;
}

.ml__60 {
  margin-left: 60px !important;
}

.mr__60 {
  margin-right: 60px !important;
}

.pb__60 {
  padding-bottom: 60px !important;
}

.pt__60 {
  padding-top: 60px !important;
}

.pr__60 {
  padding-right: 60px !important;
}

.pl__60 {
  padding-left: 60px !important;
}

.mb__65 {
  margin-bottom: 65px !important;
}

.mt__65 {
  margin-top: 65px !important;
}

.ml__65 {
  margin-left: 65px !important;
}

.mr__65 {
  margin-right: 65px !important;
}

.pb__65 {
  padding-bottom: 65px !important;
}

.pt__65 {
  padding-top: 65px !important;
}

.pr__65 {
  padding-right: 65px !important;
}

.pl__65 {
  padding-left: 65px !important;
}

.mb__70 {
  margin-bottom: 70px !important;
}

.mt__70 {
  margin-top: 70px !important;
}

.ml__70 {
  margin-left: 70px !important;
}

.mr__70 {
  margin-right: 70px !important;
}

.pb__70 {
  padding-bottom: 70px !important;
}

.pt__70 {
  padding-top: 70px !important;
}

.pr__70 {
  padding-right: 70px !important;
}

.pl__70 {
  padding-left: 70px !important;
}

.mb__75 {
  margin-bottom: 75px !important;
}

.mt__75 {
  margin-top: 75px !important;
}

.ml__75 {
  margin-left: 75px !important;
}

.mr__75 {
  margin-right: 75px !important;
}

.pb__75 {
  padding-bottom: 75px !important;
}

.pt__75 {
  padding-top: 75px !important;
}

.pr__75 {
  padding-right: 75px !important;
}

.pl__75 {
  padding-left: 75px !important;
}

.mb__80 {
  margin-bottom: 80px !important;
}

.mt__80 {
  margin-top: 80px !important;
}

.ml__80 {
  margin-left: 80px !important;
}

.mr__80 {
  margin-right: 80px !important;
}

.pb__80 {
  padding-bottom: 80px !important;
}

.pt__80 {
  padding-top: 80px !important;
}

.pr__80 {
  padding-right: 80px !important;
}

.pl__80 {
  padding-left: 80px !important;
}

.mb__85 {
  margin-bottom: 85px !important;
}

.mt__85 {
  margin-top: 85px !important;
}

.ml__85 {
  margin-left: 85px !important;
}

.mr__85 {
  margin-right: 85px !important;
}

.pb__85 {
  padding-bottom: 85px !important;
}

.pt__85 {
  padding-top: 85px !important;
}

.pr__85 {
  padding-right: 85px !important;
}

.pl__85 {
  padding-left: 85px !important;
}

.mb__90 {
  margin-bottom: 90px !important;
}

.mt__90 {
  margin-top: 90px !important;
}

.ml__90 {
  margin-left: 90px !important;
}

.mr__90 {
  margin-right: 90px !important;
}

.pb__90 {
  padding-bottom: 90px !important;
}

.pt__90 {
  padding-top: 90px !important;
}

.pr__90 {
  padding-right: 90px !important;
}

.pl__90 {
  padding-left: 90px !important;
}

.mb__95 {
  margin-bottom: 95px !important;
}

.mt__95 {
  margin-top: 95px !important;
}

.ml__95 {
  margin-left: 95px !important;
}

.mr__95 {
  margin-right: 95px !important;
}

.pb__95 {
  padding-bottom: 95px !important;
}

.pt__95 {
  padding-top: 95px !important;
}

.pr__95 {
  padding-right: 95px !important;
}

.pl__95 {
  padding-left: 95px !important;
}

.mb__100 {
  margin-bottom: 100px !important;
}

.mt__100 {
  margin-top: 100px !important;
}

.ml__100 {
  margin-left: 100px !important;
}

.mr__100 {
  margin-right: 100px !important;
}

.pb__100 {
  padding-bottom: 100px !important;
}

.pt__100 {
  padding-top: 100px !important;
}

.pr__100 {
  padding-right: 100px !important;
}

.pl__100 {
  padding-left: 100px !important;
}

.mb__105 {
  margin-bottom: 105px !important;
}

.mt__105 {
  margin-top: 105px !important;
}

.ml__105 {
  margin-left: 105px !important;
}

.mr__105 {
  margin-right: 105px !important;
}

.pb__105 {
  padding-bottom: 105px !important;
}

.pt__105 {
  padding-top: 105px !important;
}

.pr__105 {
  padding-right: 105px !important;
}

.pl__105 {
  padding-left: 105px !important;
}

.mb__110 {
  margin-bottom: 110px !important;
}

.mt__110 {
  margin-top: 110px !important;
}

.ml__110 {
  margin-left: 110px !important;
}

.mr__110 {
  margin-right: 110px !important;
}

.pb__110 {
  padding-bottom: 110px !important;
}

.pt__110 {
  padding-top: 110px !important;
}

.pr__110 {
  padding-right: 110px !important;
}

.pl__110 {
  padding-left: 110px !important;
}

.mb__115 {
  margin-bottom: 115px !important;
}

.mt__115 {
  margin-top: 115px !important;
}

.ml__115 {
  margin-left: 115px !important;
}

.mr__115 {
  margin-right: 115px !important;
}

.pb__115 {
  padding-bottom: 115px !important;
}

.pt__115 {
  padding-top: 115px !important;
}

.pr__115 {
  padding-right: 115px !important;
}

.pl__115 {
  padding-left: 115px !important;
}

.mb__120 {
  margin-bottom: 120px !important;
}

.mt__120 {
  margin-top: 120px !important;
}

.ml__120 {
  margin-left: 120px !important;
}

.mr__120 {
  margin-right: 120px !important;
}

.pb__120 {
  padding-bottom: 120px !important;
}

.pt__120 {
  padding-top: 120px !important;
}

.pr__120 {
  padding-right: 120px !important;
}

.pl__120 {
  padding-left: 120px !important;
}

.mb__125 {
  margin-bottom: 125px !important;
}

.mt__125 {
  margin-top: 125px !important;
}

.ml__125 {
  margin-left: 125px !important;
}

.mr__125 {
  margin-right: 125px !important;
}

.pb__125 {
  padding-bottom: 125px !important;
}

.pt__125 {
  padding-top: 125px !important;
}

.pr__125 {
  padding-right: 125px !important;
}

.pl__125 {
  padding-left: 125px !important;
}

.mb__130 {
  margin-bottom: 130px !important;
}

.mt__130 {
  margin-top: 130px !important;
}

.ml__130 {
  margin-left: 130px !important;
}

.mr__130 {
  margin-right: 130px !important;
}

.pb__130 {
  padding-bottom: 130px !important;
}

.pt__130 {
  padding-top: 130px !important;
}

.pr__130 {
  padding-right: 130px !important;
}

.pl__130 {
  padding-left: 130px !important;
}

.mb__135 {
  margin-bottom: 135px !important;
}

.mt__135 {
  margin-top: 135px !important;
}

.ml__135 {
  margin-left: 135px !important;
}

.mr__135 {
  margin-right: 135px !important;
}

.pb__135 {
  padding-bottom: 135px !important;
}

.pt__135 {
  padding-top: 135px !important;
}

.pr__135 {
  padding-right: 135px !important;
}

.pl__135 {
  padding-left: 135px !important;
}

.mb__140 {
  margin-bottom: 140px !important;
}

.mt__140 {
  margin-top: 140px !important;
}

.ml__140 {
  margin-left: 140px !important;
}

.mr__140 {
  margin-right: 140px !important;
}

.pb__140 {
  padding-bottom: 140px !important;
}

.pt__140 {
  padding-top: 140px !important;
}

.pr__140 {
  padding-right: 140px !important;
}

.pl__140 {
  padding-left: 140px !important;
}

.mb__145 {
  margin-bottom: 145px !important;
}

.mt__145 {
  margin-top: 145px !important;
}

.ml__145 {
  margin-left: 145px !important;
}

.mr__145 {
  margin-right: 145px !important;
}

.pb__145 {
  padding-bottom: 145px !important;
}

.pt__145 {
  padding-top: 145px !important;
}

.pr__145 {
  padding-right: 145px !important;
}

.pl__145 {
  padding-left: 145px !important;
}

.mb__150 {
  margin-bottom: 150px !important;
}

.mt__150 {
  margin-top: 150px !important;
}

.ml__150 {
  margin-left: 150px !important;
}

.mr__150 {
  margin-right: 150px !important;
}

.pb__150 {
  padding-bottom: 150px !important;
}

.pt__150 {
  padding-top: 150px !important;
}

.pr__150 {
  padding-right: 150px !important;
}

.pl__150 {
  padding-left: 150px !important;
}

.mb__155 {
  margin-bottom: 155px !important;
}

.mt__155 {
  margin-top: 155px !important;
}

.ml__155 {
  margin-left: 155px !important;
}

.mr__155 {
  margin-right: 155px !important;
}

.pb__155 {
  padding-bottom: 155px !important;
}

.pt__155 {
  padding-top: 155px !important;
}

.pr__155 {
  padding-right: 155px !important;
}

.pl__155 {
  padding-left: 155px !important;
}

.mb__160 {
  margin-bottom: 160px !important;
}

.mt__160 {
  margin-top: 160px !important;
}

.ml__160 {
  margin-left: 160px !important;
}

.mr__160 {
  margin-right: 160px !important;
}

.pb__160 {
  padding-bottom: 160px !important;
}

.pt__160 {
  padding-top: 160px !important;
}

.pr__160 {
  padding-right: 160px !important;
}

.pl__160 {
  padding-left: 160px !important;
}

.mb__165 {
  margin-bottom: 165px !important;
}

.mt__165 {
  margin-top: 165px !important;
}

.ml__165 {
  margin-left: 165px !important;
}

.mr__165 {
  margin-right: 165px !important;
}

.pb__165 {
  padding-bottom: 165px !important;
}

.pt__165 {
  padding-top: 165px !important;
}

.pr__165 {
  padding-right: 165px !important;
}

.pl__165 {
  padding-left: 165px !important;
}

.mb__170 {
  margin-bottom: 170px !important;
}

.mt__170 {
  margin-top: 170px !important;
}

.ml__170 {
  margin-left: 170px !important;
}

.mr__170 {
  margin-right: 170px !important;
}

.pb__170 {
  padding-bottom: 170px !important;
}

.pt__170 {
  padding-top: 170px !important;
}

.pr__170 {
  padding-right: 170px !important;
}

.pl__170 {
  padding-left: 170px !important;
}

.mb__175 {
  margin-bottom: 175px !important;
}

.mt__175 {
  margin-top: 175px !important;
}

.ml__175 {
  margin-left: 175px !important;
}

.mr__175 {
  margin-right: 175px !important;
}

.pb__175 {
  padding-bottom: 175px !important;
}

.pt__175 {
  padding-top: 175px !important;
}

.pr__175 {
  padding-right: 175px !important;
}

.pl__175 {
  padding-left: 175px !important;
}

.mb__180 {
  margin-bottom: 180px !important;
}

.mt__180 {
  margin-top: 180px !important;
}

.ml__180 {
  margin-left: 180px !important;
}

.mr__180 {
  margin-right: 180px !important;
}

.pb__180 {
  padding-bottom: 180px !important;
}

.pt__180 {
  padding-top: 180px !important;
}

.pr__180 {
  padding-right: 180px !important;
}

.pl__180 {
  padding-left: 180px !important;
}

.mb__185 {
  margin-bottom: 185px !important;
}

.mt__185 {
  margin-top: 185px !important;
}

.ml__185 {
  margin-left: 185px !important;
}

.mr__185 {
  margin-right: 185px !important;
}

.pb__185 {
  padding-bottom: 185px !important;
}

.pt__185 {
  padding-top: 185px !important;
}

.pr__185 {
  padding-right: 185px !important;
}

.pl__185 {
  padding-left: 185px !important;
}

.mb__190 {
  margin-bottom: 190px !important;
}

.mt__190 {
  margin-top: 190px !important;
}

.ml__190 {
  margin-left: 190px !important;
}

.mr__190 {
  margin-right: 190px !important;
}

.pb__190 {
  padding-bottom: 190px !important;
}

.pt__190 {
  padding-top: 190px !important;
}

.pr__190 {
  padding-right: 190px !important;
}

.pl__190 {
  padding-left: 190px !important;
}

.mb__195 {
  margin-bottom: 195px !important;
}

.mt__195 {
  margin-top: 195px !important;
}

.ml__195 {
  margin-left: 195px !important;
}

.mr__195 {
  margin-right: 195px !important;
}

.pb__195 {
  padding-bottom: 195px !important;
}

.pt__195 {
  padding-top: 195px !important;
}

.pr__195 {
  padding-right: 195px !important;
}

.pl__195 {
  padding-left: 195px !important;
}

.mb__200 {
  margin-bottom: 200px !important;
}

.mt__200 {
  margin-top: 200px !important;
}

.ml__200 {
  margin-left: 200px !important;
}

.mr__200 {
  margin-right: 200px !important;
}

.pb__200 {
  padding-bottom: 200px !important;
}

.pt__200 {
  padding-top: 200px !important;
}

.pr__200 {
  padding-right: 200px !important;
}

.pl__200 {
  padding-left: 200px !important;
}

.mb__205 {
  margin-bottom: 205px !important;
}

.mt__205 {
  margin-top: 205px !important;
}

.ml__205 {
  margin-left: 205px !important;
}

.mr__205 {
  margin-right: 205px !important;
}

.pb__205 {
  padding-bottom: 205px !important;
}

.pt__205 {
  padding-top: 205px !important;
}

.pr__205 {
  padding-right: 205px !important;
}

.pl__205 {
  padding-left: 205px !important;
}

.mb__210 {
  margin-bottom: 210px !important;
}

.mt__210 {
  margin-top: 210px !important;
}

.ml__210 {
  margin-left: 210px !important;
}

.mr__210 {
  margin-right: 210px !important;
}

.pb__210 {
  padding-bottom: 210px !important;
}

.pt__210 {
  padding-top: 210px !important;
}

.pr__210 {
  padding-right: 210px !important;
}

.pl__210 {
  padding-left: 210px !important;
}

.mb__215 {
  margin-bottom: 215px !important;
}

.mt__215 {
  margin-top: 215px !important;
}

.ml__215 {
  margin-left: 215px !important;
}

.mr__215 {
  margin-right: 215px !important;
}

.pb__215 {
  padding-bottom: 215px !important;
}

.pt__215 {
  padding-top: 215px !important;
}

.pr__215 {
  padding-right: 215px !important;
}

.pl__215 {
  padding-left: 215px !important;
}

.mb__220 {
  margin-bottom: 220px !important;
}

.mt__220 {
  margin-top: 220px !important;
}

.ml__220 {
  margin-left: 220px !important;
}

.mr__220 {
  margin-right: 220px !important;
}

.pb__220 {
  padding-bottom: 220px !important;
}

.pt__220 {
  padding-top: 220px !important;
}

.pr__220 {
  padding-right: 220px !important;
}

.pl__220 {
  padding-left: 220px !important;
}

.mb__225 {
  margin-bottom: 225px !important;
}

.mt__225 {
  margin-top: 225px !important;
}

.ml__225 {
  margin-left: 225px !important;
}

.mr__225 {
  margin-right: 225px !important;
}

.pb__225 {
  padding-bottom: 225px !important;
}

.pt__225 {
  padding-top: 225px !important;
}

.pr__225 {
  padding-right: 225px !important;
}

.pl__225 {
  padding-left: 225px !important;
}

.mb__230 {
  margin-bottom: 230px !important;
}

.mt__230 {
  margin-top: 230px !important;
}

.ml__230 {
  margin-left: 230px !important;
}

.mr__230 {
  margin-right: 230px !important;
}

.pb__230 {
  padding-bottom: 230px !important;
}

.pt__230 {
  padding-top: 230px !important;
}

.pr__230 {
  padding-right: 230px !important;
}

.pl__230 {
  padding-left: 230px !important;
}

.mb__235 {
  margin-bottom: 235px !important;
}

.mt__235 {
  margin-top: 235px !important;
}

.ml__235 {
  margin-left: 235px !important;
}

.mr__235 {
  margin-right: 235px !important;
}

.pb__235 {
  padding-bottom: 235px !important;
}

.pt__235 {
  padding-top: 235px !important;
}

.pr__235 {
  padding-right: 235px !important;
}

.pl__235 {
  padding-left: 235px !important;
}

.mb__240 {
  margin-bottom: 240px !important;
}

.mt__240 {
  margin-top: 240px !important;
}

.ml__240 {
  margin-left: 240px !important;
}

.mr__240 {
  margin-right: 240px !important;
}

.pb__240 {
  padding-bottom: 240px !important;
}

.pt__240 {
  padding-top: 240px !important;
}

.pr__240 {
  padding-right: 240px !important;
}

.pl__240 {
  padding-left: 240px !important;
}

.mb__245 {
  margin-bottom: 245px !important;
}

.mt__245 {
  margin-top: 245px !important;
}

.ml__245 {
  margin-left: 245px !important;
}

.mr__245 {
  margin-right: 245px !important;
}

.pb__245 {
  padding-bottom: 245px !important;
}

.pt__245 {
  padding-top: 245px !important;
}

.pr__245 {
  padding-right: 245px !important;
}

.pl__245 {
  padding-left: 245px !important;
}

.mb__250 {
  margin-bottom: 250px !important;
}

.mt__250 {
  margin-top: 250px !important;
}

.ml__250 {
  margin-left: 250px !important;
}

.mr__250 {
  margin-right: 250px !important;
}

.pb__250 {
  padding-bottom: 250px !important;
}

.pt__250 {
  padding-top: 250px !important;
}

.pr__250 {
  padding-right: 250px !important;
}

.pl__250 {
  padding-left: 250px !important;
}

.mb__255 {
  margin-bottom: 255px !important;
}

.mt__255 {
  margin-top: 255px !important;
}

.ml__255 {
  margin-left: 255px !important;
}

.mr__255 {
  margin-right: 255px !important;
}

.pb__255 {
  padding-bottom: 255px !important;
}

.pt__255 {
  padding-top: 255px !important;
}

.pr__255 {
  padding-right: 255px !important;
}

.pl__255 {
  padding-left: 255px !important;
}

.mb__260 {
  margin-bottom: 260px !important;
}

.mt__260 {
  margin-top: 260px !important;
}

.ml__260 {
  margin-left: 260px !important;
}

.mr__260 {
  margin-right: 260px !important;
}

.pb__260 {
  padding-bottom: 260px !important;
}

.pt__260 {
  padding-top: 260px !important;
}

.pr__260 {
  padding-right: 260px !important;
}

.pl__260 {
  padding-left: 260px !important;
}

.mb__265 {
  margin-bottom: 265px !important;
}

.mt__265 {
  margin-top: 265px !important;
}

.ml__265 {
  margin-left: 265px !important;
}

.mr__265 {
  margin-right: 265px !important;
}

.pb__265 {
  padding-bottom: 265px !important;
}

.pt__265 {
  padding-top: 265px !important;
}

.pr__265 {
  padding-right: 265px !important;
}

.pl__265 {
  padding-left: 265px !important;
}

.mb__270 {
  margin-bottom: 270px !important;
}

.mt__270 {
  margin-top: 270px !important;
}

.ml__270 {
  margin-left: 270px !important;
}

.mr__270 {
  margin-right: 270px !important;
}

.pb__270 {
  padding-bottom: 270px !important;
}

.pt__270 {
  padding-top: 270px !important;
}

.pr__270 {
  padding-right: 270px !important;
}

.pl__270 {
  padding-left: 270px !important;
}

.mb__275 {
  margin-bottom: 275px !important;
}

.mt__275 {
  margin-top: 275px !important;
}

.ml__275 {
  margin-left: 275px !important;
}

.mr__275 {
  margin-right: 275px !important;
}

.pb__275 {
  padding-bottom: 275px !important;
}

.pt__275 {
  padding-top: 275px !important;
}

.pr__275 {
  padding-right: 275px !important;
}

.pl__275 {
  padding-left: 275px !important;
}

.mb__280 {
  margin-bottom: 280px !important;
}

.mt__280 {
  margin-top: 280px !important;
}

.ml__280 {
  margin-left: 280px !important;
}

.mr__280 {
  margin-right: 280px !important;
}

.pb__280 {
  padding-bottom: 280px !important;
}

.pt__280 {
  padding-top: 280px !important;
}

.pr__280 {
  padding-right: 280px !important;
}

.pl__280 {
  padding-left: 280px !important;
}

.mb__285 {
  margin-bottom: 285px !important;
}

.mt__285 {
  margin-top: 285px !important;
}

.ml__285 {
  margin-left: 285px !important;
}

.mr__285 {
  margin-right: 285px !important;
}

.pb__285 {
  padding-bottom: 285px !important;
}

.pt__285 {
  padding-top: 285px !important;
}

.pr__285 {
  padding-right: 285px !important;
}

.pl__285 {
  padding-left: 285px !important;
}

.mb__290 {
  margin-bottom: 290px !important;
}

.mt__290 {
  margin-top: 290px !important;
}

.ml__290 {
  margin-left: 290px !important;
}

.mr__290 {
  margin-right: 290px !important;
}

.pb__290 {
  padding-bottom: 290px !important;
}

.pt__290 {
  padding-top: 290px !important;
}

.pr__290 {
  padding-right: 290px !important;
}

.pl__290 {
  padding-left: 290px !important;
}

.mb__295 {
  margin-bottom: 295px !important;
}

.mt__295 {
  margin-top: 295px !important;
}

.ml__295 {
  margin-left: 295px !important;
}

.mr__295 {
  margin-right: 295px !important;
}

.pb__295 {
  padding-bottom: 295px !important;
}

.pt__295 {
  padding-top: 295px !important;
}

.pr__295 {
  padding-right: 295px !important;
}

.pl__295 {
  padding-left: 295px !important;
}

@media (min-width: 1025px) {
  .pc__mb__0 {
    margin-bottom: 0px !important;
  }
  .pc__mt__0 {
    margin-top: 0px !important;
  }
  .pc__ml__0 {
    margin-left: 0px !important;
  }
  .pc__mr__0 {
    margin-right: 0px !important;
  }
  .pc__pb__0 {
    padding-bottom: 0px !important;
  }
  .pc__pt__0 {
    padding-top: 0px !important;
  }
  .pc__pr__0 {
    padding-right: 0px !important;
  }
  .pc__pl__0 {
    padding-left: 0px !important;
  }
  .pc__mb__5 {
    margin-bottom: 5px !important;
  }
  .pc__mt__5 {
    margin-top: 5px !important;
  }
  .pc__ml__5 {
    margin-left: 5px !important;
  }
  .pc__mr__5 {
    margin-right: 5px !important;
  }
  .pc__pb__5 {
    padding-bottom: 5px !important;
  }
  .pc__pt__5 {
    padding-top: 5px !important;
  }
  .pc__pr__5 {
    padding-right: 5px !important;
  }
  .pc__pl__5 {
    padding-left: 5px !important;
  }
  .pc__mb__10 {
    margin-bottom: 10px !important;
  }
  .pc__mt__10 {
    margin-top: 10px !important;
  }
  .pc__ml__10 {
    margin-left: 10px !important;
  }
  .pc__mr__10 {
    margin-right: 10px !important;
  }
  .pc__pb__10 {
    padding-bottom: 10px !important;
  }
  .pc__pt__10 {
    padding-top: 10px !important;
  }
  .pc__pr__10 {
    padding-right: 10px !important;
  }
  .pc__pl__10 {
    padding-left: 10px !important;
  }
  .pc__mb__15 {
    margin-bottom: 15px !important;
  }
  .pc__mt__15 {
    margin-top: 15px !important;
  }
  .pc__ml__15 {
    margin-left: 15px !important;
  }
  .pc__mr__15 {
    margin-right: 15px !important;
  }
  .pc__pb__15 {
    padding-bottom: 15px !important;
  }
  .pc__pt__15 {
    padding-top: 15px !important;
  }
  .pc__pr__15 {
    padding-right: 15px !important;
  }
  .pc__pl__15 {
    padding-left: 15px !important;
  }
  .pc__mb__20 {
    margin-bottom: 20px !important;
  }
  .pc__mt__20 {
    margin-top: 20px !important;
  }
  .pc__ml__20 {
    margin-left: 20px !important;
  }
  .pc__mr__20 {
    margin-right: 20px !important;
  }
  .pc__pb__20 {
    padding-bottom: 20px !important;
  }
  .pc__pt__20 {
    padding-top: 20px !important;
  }
  .pc__pr__20 {
    padding-right: 20px !important;
  }
  .pc__pl__20 {
    padding-left: 20px !important;
  }
  .pc__mb__25 {
    margin-bottom: 25px !important;
  }
  .pc__mt__25 {
    margin-top: 25px !important;
  }
  .pc__ml__25 {
    margin-left: 25px !important;
  }
  .pc__mr__25 {
    margin-right: 25px !important;
  }
  .pc__pb__25 {
    padding-bottom: 25px !important;
  }
  .pc__pt__25 {
    padding-top: 25px !important;
  }
  .pc__pr__25 {
    padding-right: 25px !important;
  }
  .pc__pl__25 {
    padding-left: 25px !important;
  }
  .pc__mb__30 {
    margin-bottom: 30px !important;
  }
  .pc__mt__30 {
    margin-top: 30px !important;
  }
  .pc__ml__30 {
    margin-left: 30px !important;
  }
  .pc__mr__30 {
    margin-right: 30px !important;
  }
  .pc__pb__30 {
    padding-bottom: 30px !important;
  }
  .pc__pt__30 {
    padding-top: 30px !important;
  }
  .pc__pr__30 {
    padding-right: 30px !important;
  }
  .pc__pl__30 {
    padding-left: 30px !important;
  }
  .pc__mb__35 {
    margin-bottom: 35px !important;
  }
  .pc__mt__35 {
    margin-top: 35px !important;
  }
  .pc__ml__35 {
    margin-left: 35px !important;
  }
  .pc__mr__35 {
    margin-right: 35px !important;
  }
  .pc__pb__35 {
    padding-bottom: 35px !important;
  }
  .pc__pt__35 {
    padding-top: 35px !important;
  }
  .pc__pr__35 {
    padding-right: 35px !important;
  }
  .pc__pl__35 {
    padding-left: 35px !important;
  }
  .pc__mb__40 {
    margin-bottom: 40px !important;
  }
  .pc__mt__40 {
    margin-top: 40px !important;
  }
  .pc__ml__40 {
    margin-left: 40px !important;
  }
  .pc__mr__40 {
    margin-right: 40px !important;
  }
  .pc__pb__40 {
    padding-bottom: 40px !important;
  }
  .pc__pt__40 {
    padding-top: 40px !important;
  }
  .pc__pr__40 {
    padding-right: 40px !important;
  }
  .pc__pl__40 {
    padding-left: 40px !important;
  }
  .pc__mb__45 {
    margin-bottom: 45px !important;
  }
  .pc__mt__45 {
    margin-top: 45px !important;
  }
  .pc__ml__45 {
    margin-left: 45px !important;
  }
  .pc__mr__45 {
    margin-right: 45px !important;
  }
  .pc__pb__45 {
    padding-bottom: 45px !important;
  }
  .pc__pt__45 {
    padding-top: 45px !important;
  }
  .pc__pr__45 {
    padding-right: 45px !important;
  }
  .pc__pl__45 {
    padding-left: 45px !important;
  }
  .pc__mb__50 {
    margin-bottom: 50px !important;
  }
  .pc__mt__50 {
    margin-top: 50px !important;
  }
  .pc__ml__50 {
    margin-left: 50px !important;
  }
  .pc__mr__50 {
    margin-right: 50px !important;
  }
  .pc__pb__50 {
    padding-bottom: 50px !important;
  }
  .pc__pt__50 {
    padding-top: 50px !important;
  }
  .pc__pr__50 {
    padding-right: 50px !important;
  }
  .pc__pl__50 {
    padding-left: 50px !important;
  }
  .pc__mb__55 {
    margin-bottom: 55px !important;
  }
  .pc__mt__55 {
    margin-top: 55px !important;
  }
  .pc__ml__55 {
    margin-left: 55px !important;
  }
  .pc__mr__55 {
    margin-right: 55px !important;
  }
  .pc__pb__55 {
    padding-bottom: 55px !important;
  }
  .pc__pt__55 {
    padding-top: 55px !important;
  }
  .pc__pr__55 {
    padding-right: 55px !important;
  }
  .pc__pl__55 {
    padding-left: 55px !important;
  }
  .pc__mb__60 {
    margin-bottom: 60px !important;
  }
  .pc__mt__60 {
    margin-top: 60px !important;
  }
  .pc__ml__60 {
    margin-left: 60px !important;
  }
  .pc__mr__60 {
    margin-right: 60px !important;
  }
  .pc__pb__60 {
    padding-bottom: 60px !important;
  }
  .pc__pt__60 {
    padding-top: 60px !important;
  }
  .pc__pr__60 {
    padding-right: 60px !important;
  }
  .pc__pl__60 {
    padding-left: 60px !important;
  }
  .pc__mb__65 {
    margin-bottom: 65px !important;
  }
  .pc__mt__65 {
    margin-top: 65px !important;
  }
  .pc__ml__65 {
    margin-left: 65px !important;
  }
  .pc__mr__65 {
    margin-right: 65px !important;
  }
  .pc__pb__65 {
    padding-bottom: 65px !important;
  }
  .pc__pt__65 {
    padding-top: 65px !important;
  }
  .pc__pr__65 {
    padding-right: 65px !important;
  }
  .pc__pl__65 {
    padding-left: 65px !important;
  }
  .pc__mb__70 {
    margin-bottom: 70px !important;
  }
  .pc__mt__70 {
    margin-top: 70px !important;
  }
  .pc__ml__70 {
    margin-left: 70px !important;
  }
  .pc__mr__70 {
    margin-right: 70px !important;
  }
  .pc__pb__70 {
    padding-bottom: 70px !important;
  }
  .pc__pt__70 {
    padding-top: 70px !important;
  }
  .pc__pr__70 {
    padding-right: 70px !important;
  }
  .pc__pl__70 {
    padding-left: 70px !important;
  }
  .pc__mb__75 {
    margin-bottom: 75px !important;
  }
  .pc__mt__75 {
    margin-top: 75px !important;
  }
  .pc__ml__75 {
    margin-left: 75px !important;
  }
  .pc__mr__75 {
    margin-right: 75px !important;
  }
  .pc__pb__75 {
    padding-bottom: 75px !important;
  }
  .pc__pt__75 {
    padding-top: 75px !important;
  }
  .pc__pr__75 {
    padding-right: 75px !important;
  }
  .pc__pl__75 {
    padding-left: 75px !important;
  }
  .pc__mb__80 {
    margin-bottom: 80px !important;
  }
  .pc__mt__80 {
    margin-top: 80px !important;
  }
  .pc__ml__80 {
    margin-left: 80px !important;
  }
  .pc__mr__80 {
    margin-right: 80px !important;
  }
  .pc__pb__80 {
    padding-bottom: 80px !important;
  }
  .pc__pt__80 {
    padding-top: 80px !important;
  }
  .pc__pr__80 {
    padding-right: 80px !important;
  }
  .pc__pl__80 {
    padding-left: 80px !important;
  }
  .pc__mb__85 {
    margin-bottom: 85px !important;
  }
  .pc__mt__85 {
    margin-top: 85px !important;
  }
  .pc__ml__85 {
    margin-left: 85px !important;
  }
  .pc__mr__85 {
    margin-right: 85px !important;
  }
  .pc__pb__85 {
    padding-bottom: 85px !important;
  }
  .pc__pt__85 {
    padding-top: 85px !important;
  }
  .pc__pr__85 {
    padding-right: 85px !important;
  }
  .pc__pl__85 {
    padding-left: 85px !important;
  }
  .pc__mb__90 {
    margin-bottom: 90px !important;
  }
  .pc__mt__90 {
    margin-top: 90px !important;
  }
  .pc__ml__90 {
    margin-left: 90px !important;
  }
  .pc__mr__90 {
    margin-right: 90px !important;
  }
  .pc__pb__90 {
    padding-bottom: 90px !important;
  }
  .pc__pt__90 {
    padding-top: 90px !important;
  }
  .pc__pr__90 {
    padding-right: 90px !important;
  }
  .pc__pl__90 {
    padding-left: 90px !important;
  }
  .pc__mb__95 {
    margin-bottom: 95px !important;
  }
  .pc__mt__95 {
    margin-top: 95px !important;
  }
  .pc__ml__95 {
    margin-left: 95px !important;
  }
  .pc__mr__95 {
    margin-right: 95px !important;
  }
  .pc__pb__95 {
    padding-bottom: 95px !important;
  }
  .pc__pt__95 {
    padding-top: 95px !important;
  }
  .pc__pr__95 {
    padding-right: 95px !important;
  }
  .pc__pl__95 {
    padding-left: 95px !important;
  }
  .pc__mb__100 {
    margin-bottom: 100px !important;
  }
  .pc__mt__100 {
    margin-top: 100px !important;
  }
  .pc__ml__100 {
    margin-left: 100px !important;
  }
  .pc__mr__100 {
    margin-right: 100px !important;
  }
  .pc__pb__100 {
    padding-bottom: 100px !important;
  }
  .pc__pt__100 {
    padding-top: 100px !important;
  }
  .pc__pr__100 {
    padding-right: 100px !important;
  }
  .pc__pl__100 {
    padding-left: 100px !important;
  }
  .pc__mb__105 {
    margin-bottom: 105px !important;
  }
  .pc__mt__105 {
    margin-top: 105px !important;
  }
  .pc__ml__105 {
    margin-left: 105px !important;
  }
  .pc__mr__105 {
    margin-right: 105px !important;
  }
  .pc__pb__105 {
    padding-bottom: 105px !important;
  }
  .pc__pt__105 {
    padding-top: 105px !important;
  }
  .pc__pr__105 {
    padding-right: 105px !important;
  }
  .pc__pl__105 {
    padding-left: 105px !important;
  }
  .pc__mb__110 {
    margin-bottom: 110px !important;
  }
  .pc__mt__110 {
    margin-top: 110px !important;
  }
  .pc__ml__110 {
    margin-left: 110px !important;
  }
  .pc__mr__110 {
    margin-right: 110px !important;
  }
  .pc__pb__110 {
    padding-bottom: 110px !important;
  }
  .pc__pt__110 {
    padding-top: 110px !important;
  }
  .pc__pr__110 {
    padding-right: 110px !important;
  }
  .pc__pl__110 {
    padding-left: 110px !important;
  }
  .pc__mb__115 {
    margin-bottom: 115px !important;
  }
  .pc__mt__115 {
    margin-top: 115px !important;
  }
  .pc__ml__115 {
    margin-left: 115px !important;
  }
  .pc__mr__115 {
    margin-right: 115px !important;
  }
  .pc__pb__115 {
    padding-bottom: 115px !important;
  }
  .pc__pt__115 {
    padding-top: 115px !important;
  }
  .pc__pr__115 {
    padding-right: 115px !important;
  }
  .pc__pl__115 {
    padding-left: 115px !important;
  }
  .pc__mb__120 {
    margin-bottom: 120px !important;
  }
  .pc__mt__120 {
    margin-top: 120px !important;
  }
  .pc__ml__120 {
    margin-left: 120px !important;
  }
  .pc__mr__120 {
    margin-right: 120px !important;
  }
  .pc__pb__120 {
    padding-bottom: 120px !important;
  }
  .pc__pt__120 {
    padding-top: 120px !important;
  }
  .pc__pr__120 {
    padding-right: 120px !important;
  }
  .pc__pl__120 {
    padding-left: 120px !important;
  }
  .pc__mb__125 {
    margin-bottom: 125px !important;
  }
  .pc__mt__125 {
    margin-top: 125px !important;
  }
  .pc__ml__125 {
    margin-left: 125px !important;
  }
  .pc__mr__125 {
    margin-right: 125px !important;
  }
  .pc__pb__125 {
    padding-bottom: 125px !important;
  }
  .pc__pt__125 {
    padding-top: 125px !important;
  }
  .pc__pr__125 {
    padding-right: 125px !important;
  }
  .pc__pl__125 {
    padding-left: 125px !important;
  }
  .pc__mb__130 {
    margin-bottom: 130px !important;
  }
  .pc__mt__130 {
    margin-top: 130px !important;
  }
  .pc__ml__130 {
    margin-left: 130px !important;
  }
  .pc__mr__130 {
    margin-right: 130px !important;
  }
  .pc__pb__130 {
    padding-bottom: 130px !important;
  }
  .pc__pt__130 {
    padding-top: 130px !important;
  }
  .pc__pr__130 {
    padding-right: 130px !important;
  }
  .pc__pl__130 {
    padding-left: 130px !important;
  }
  .pc__mb__135 {
    margin-bottom: 135px !important;
  }
  .pc__mt__135 {
    margin-top: 135px !important;
  }
  .pc__ml__135 {
    margin-left: 135px !important;
  }
  .pc__mr__135 {
    margin-right: 135px !important;
  }
  .pc__pb__135 {
    padding-bottom: 135px !important;
  }
  .pc__pt__135 {
    padding-top: 135px !important;
  }
  .pc__pr__135 {
    padding-right: 135px !important;
  }
  .pc__pl__135 {
    padding-left: 135px !important;
  }
  .pc__mb__140 {
    margin-bottom: 140px !important;
  }
  .pc__mt__140 {
    margin-top: 140px !important;
  }
  .pc__ml__140 {
    margin-left: 140px !important;
  }
  .pc__mr__140 {
    margin-right: 140px !important;
  }
  .pc__pb__140 {
    padding-bottom: 140px !important;
  }
  .pc__pt__140 {
    padding-top: 140px !important;
  }
  .pc__pr__140 {
    padding-right: 140px !important;
  }
  .pc__pl__140 {
    padding-left: 140px !important;
  }
  .pc__mb__145 {
    margin-bottom: 145px !important;
  }
  .pc__mt__145 {
    margin-top: 145px !important;
  }
  .pc__ml__145 {
    margin-left: 145px !important;
  }
  .pc__mr__145 {
    margin-right: 145px !important;
  }
  .pc__pb__145 {
    padding-bottom: 145px !important;
  }
  .pc__pt__145 {
    padding-top: 145px !important;
  }
  .pc__pr__145 {
    padding-right: 145px !important;
  }
  .pc__pl__145 {
    padding-left: 145px !important;
  }
  .pc__mb__150 {
    margin-bottom: 150px !important;
  }
  .pc__mt__150 {
    margin-top: 150px !important;
  }
  .pc__ml__150 {
    margin-left: 150px !important;
  }
  .pc__mr__150 {
    margin-right: 150px !important;
  }
  .pc__pb__150 {
    padding-bottom: 150px !important;
  }
  .pc__pt__150 {
    padding-top: 150px !important;
  }
  .pc__pr__150 {
    padding-right: 150px !important;
  }
  .pc__pl__150 {
    padding-left: 150px !important;
  }
  .pc__mb__155 {
    margin-bottom: 155px !important;
  }
  .pc__mt__155 {
    margin-top: 155px !important;
  }
  .pc__ml__155 {
    margin-left: 155px !important;
  }
  .pc__mr__155 {
    margin-right: 155px !important;
  }
  .pc__pb__155 {
    padding-bottom: 155px !important;
  }
  .pc__pt__155 {
    padding-top: 155px !important;
  }
  .pc__pr__155 {
    padding-right: 155px !important;
  }
  .pc__pl__155 {
    padding-left: 155px !important;
  }
  .pc__mb__160 {
    margin-bottom: 160px !important;
  }
  .pc__mt__160 {
    margin-top: 160px !important;
  }
  .pc__ml__160 {
    margin-left: 160px !important;
  }
  .pc__mr__160 {
    margin-right: 160px !important;
  }
  .pc__pb__160 {
    padding-bottom: 160px !important;
  }
  .pc__pt__160 {
    padding-top: 160px !important;
  }
  .pc__pr__160 {
    padding-right: 160px !important;
  }
  .pc__pl__160 {
    padding-left: 160px !important;
  }
  .pc__mb__165 {
    margin-bottom: 165px !important;
  }
  .pc__mt__165 {
    margin-top: 165px !important;
  }
  .pc__ml__165 {
    margin-left: 165px !important;
  }
  .pc__mr__165 {
    margin-right: 165px !important;
  }
  .pc__pb__165 {
    padding-bottom: 165px !important;
  }
  .pc__pt__165 {
    padding-top: 165px !important;
  }
  .pc__pr__165 {
    padding-right: 165px !important;
  }
  .pc__pl__165 {
    padding-left: 165px !important;
  }
  .pc__mb__170 {
    margin-bottom: 170px !important;
  }
  .pc__mt__170 {
    margin-top: 170px !important;
  }
  .pc__ml__170 {
    margin-left: 170px !important;
  }
  .pc__mr__170 {
    margin-right: 170px !important;
  }
  .pc__pb__170 {
    padding-bottom: 170px !important;
  }
  .pc__pt__170 {
    padding-top: 170px !important;
  }
  .pc__pr__170 {
    padding-right: 170px !important;
  }
  .pc__pl__170 {
    padding-left: 170px !important;
  }
  .pc__mb__175 {
    margin-bottom: 175px !important;
  }
  .pc__mt__175 {
    margin-top: 175px !important;
  }
  .pc__ml__175 {
    margin-left: 175px !important;
  }
  .pc__mr__175 {
    margin-right: 175px !important;
  }
  .pc__pb__175 {
    padding-bottom: 175px !important;
  }
  .pc__pt__175 {
    padding-top: 175px !important;
  }
  .pc__pr__175 {
    padding-right: 175px !important;
  }
  .pc__pl__175 {
    padding-left: 175px !important;
  }
  .pc__mb__180 {
    margin-bottom: 180px !important;
  }
  .pc__mt__180 {
    margin-top: 180px !important;
  }
  .pc__ml__180 {
    margin-left: 180px !important;
  }
  .pc__mr__180 {
    margin-right: 180px !important;
  }
  .pc__pb__180 {
    padding-bottom: 180px !important;
  }
  .pc__pt__180 {
    padding-top: 180px !important;
  }
  .pc__pr__180 {
    padding-right: 180px !important;
  }
  .pc__pl__180 {
    padding-left: 180px !important;
  }
  .pc__mb__185 {
    margin-bottom: 185px !important;
  }
  .pc__mt__185 {
    margin-top: 185px !important;
  }
  .pc__ml__185 {
    margin-left: 185px !important;
  }
  .pc__mr__185 {
    margin-right: 185px !important;
  }
  .pc__pb__185 {
    padding-bottom: 185px !important;
  }
  .pc__pt__185 {
    padding-top: 185px !important;
  }
  .pc__pr__185 {
    padding-right: 185px !important;
  }
  .pc__pl__185 {
    padding-left: 185px !important;
  }
  .pc__mb__190 {
    margin-bottom: 190px !important;
  }
  .pc__mt__190 {
    margin-top: 190px !important;
  }
  .pc__ml__190 {
    margin-left: 190px !important;
  }
  .pc__mr__190 {
    margin-right: 190px !important;
  }
  .pc__pb__190 {
    padding-bottom: 190px !important;
  }
  .pc__pt__190 {
    padding-top: 190px !important;
  }
  .pc__pr__190 {
    padding-right: 190px !important;
  }
  .pc__pl__190 {
    padding-left: 190px !important;
  }
  .pc__mb__195 {
    margin-bottom: 195px !important;
  }
  .pc__mt__195 {
    margin-top: 195px !important;
  }
  .pc__ml__195 {
    margin-left: 195px !important;
  }
  .pc__mr__195 {
    margin-right: 195px !important;
  }
  .pc__pb__195 {
    padding-bottom: 195px !important;
  }
  .pc__pt__195 {
    padding-top: 195px !important;
  }
  .pc__pr__195 {
    padding-right: 195px !important;
  }
  .pc__pl__195 {
    padding-left: 195px !important;
  }
  .pc__mb__200 {
    margin-bottom: 200px !important;
  }
  .pc__mt__200 {
    margin-top: 200px !important;
  }
  .pc__ml__200 {
    margin-left: 200px !important;
  }
  .pc__mr__200 {
    margin-right: 200px !important;
  }
  .pc__pb__200 {
    padding-bottom: 200px !important;
  }
  .pc__pt__200 {
    padding-top: 200px !important;
  }
  .pc__pr__200 {
    padding-right: 200px !important;
  }
  .pc__pl__200 {
    padding-left: 200px !important;
  }
  .pc__mb__205 {
    margin-bottom: 205px !important;
  }
  .pc__mt__205 {
    margin-top: 205px !important;
  }
  .pc__ml__205 {
    margin-left: 205px !important;
  }
  .pc__mr__205 {
    margin-right: 205px !important;
  }
  .pc__pb__205 {
    padding-bottom: 205px !important;
  }
  .pc__pt__205 {
    padding-top: 205px !important;
  }
  .pc__pr__205 {
    padding-right: 205px !important;
  }
  .pc__pl__205 {
    padding-left: 205px !important;
  }
  .pc__mb__210 {
    margin-bottom: 210px !important;
  }
  .pc__mt__210 {
    margin-top: 210px !important;
  }
  .pc__ml__210 {
    margin-left: 210px !important;
  }
  .pc__mr__210 {
    margin-right: 210px !important;
  }
  .pc__pb__210 {
    padding-bottom: 210px !important;
  }
  .pc__pt__210 {
    padding-top: 210px !important;
  }
  .pc__pr__210 {
    padding-right: 210px !important;
  }
  .pc__pl__210 {
    padding-left: 210px !important;
  }
  .pc__mb__215 {
    margin-bottom: 215px !important;
  }
  .pc__mt__215 {
    margin-top: 215px !important;
  }
  .pc__ml__215 {
    margin-left: 215px !important;
  }
  .pc__mr__215 {
    margin-right: 215px !important;
  }
  .pc__pb__215 {
    padding-bottom: 215px !important;
  }
  .pc__pt__215 {
    padding-top: 215px !important;
  }
  .pc__pr__215 {
    padding-right: 215px !important;
  }
  .pc__pl__215 {
    padding-left: 215px !important;
  }
  .pc__mb__220 {
    margin-bottom: 220px !important;
  }
  .pc__mt__220 {
    margin-top: 220px !important;
  }
  .pc__ml__220 {
    margin-left: 220px !important;
  }
  .pc__mr__220 {
    margin-right: 220px !important;
  }
  .pc__pb__220 {
    padding-bottom: 220px !important;
  }
  .pc__pt__220 {
    padding-top: 220px !important;
  }
  .pc__pr__220 {
    padding-right: 220px !important;
  }
  .pc__pl__220 {
    padding-left: 220px !important;
  }
  .pc__mb__225 {
    margin-bottom: 225px !important;
  }
  .pc__mt__225 {
    margin-top: 225px !important;
  }
  .pc__ml__225 {
    margin-left: 225px !important;
  }
  .pc__mr__225 {
    margin-right: 225px !important;
  }
  .pc__pb__225 {
    padding-bottom: 225px !important;
  }
  .pc__pt__225 {
    padding-top: 225px !important;
  }
  .pc__pr__225 {
    padding-right: 225px !important;
  }
  .pc__pl__225 {
    padding-left: 225px !important;
  }
  .pc__mb__230 {
    margin-bottom: 230px !important;
  }
  .pc__mt__230 {
    margin-top: 230px !important;
  }
  .pc__ml__230 {
    margin-left: 230px !important;
  }
  .pc__mr__230 {
    margin-right: 230px !important;
  }
  .pc__pb__230 {
    padding-bottom: 230px !important;
  }
  .pc__pt__230 {
    padding-top: 230px !important;
  }
  .pc__pr__230 {
    padding-right: 230px !important;
  }
  .pc__pl__230 {
    padding-left: 230px !important;
  }
  .pc__mb__235 {
    margin-bottom: 235px !important;
  }
  .pc__mt__235 {
    margin-top: 235px !important;
  }
  .pc__ml__235 {
    margin-left: 235px !important;
  }
  .pc__mr__235 {
    margin-right: 235px !important;
  }
  .pc__pb__235 {
    padding-bottom: 235px !important;
  }
  .pc__pt__235 {
    padding-top: 235px !important;
  }
  .pc__pr__235 {
    padding-right: 235px !important;
  }
  .pc__pl__235 {
    padding-left: 235px !important;
  }
  .pc__mb__240 {
    margin-bottom: 240px !important;
  }
  .pc__mt__240 {
    margin-top: 240px !important;
  }
  .pc__ml__240 {
    margin-left: 240px !important;
  }
  .pc__mr__240 {
    margin-right: 240px !important;
  }
  .pc__pb__240 {
    padding-bottom: 240px !important;
  }
  .pc__pt__240 {
    padding-top: 240px !important;
  }
  .pc__pr__240 {
    padding-right: 240px !important;
  }
  .pc__pl__240 {
    padding-left: 240px !important;
  }
  .pc__mb__245 {
    margin-bottom: 245px !important;
  }
  .pc__mt__245 {
    margin-top: 245px !important;
  }
  .pc__ml__245 {
    margin-left: 245px !important;
  }
  .pc__mr__245 {
    margin-right: 245px !important;
  }
  .pc__pb__245 {
    padding-bottom: 245px !important;
  }
  .pc__pt__245 {
    padding-top: 245px !important;
  }
  .pc__pr__245 {
    padding-right: 245px !important;
  }
  .pc__pl__245 {
    padding-left: 245px !important;
  }
  .pc__mb__250 {
    margin-bottom: 250px !important;
  }
  .pc__mt__250 {
    margin-top: 250px !important;
  }
  .pc__ml__250 {
    margin-left: 250px !important;
  }
  .pc__mr__250 {
    margin-right: 250px !important;
  }
  .pc__pb__250 {
    padding-bottom: 250px !important;
  }
  .pc__pt__250 {
    padding-top: 250px !important;
  }
  .pc__pr__250 {
    padding-right: 250px !important;
  }
  .pc__pl__250 {
    padding-left: 250px !important;
  }
  .pc__mb__255 {
    margin-bottom: 255px !important;
  }
  .pc__mt__255 {
    margin-top: 255px !important;
  }
  .pc__ml__255 {
    margin-left: 255px !important;
  }
  .pc__mr__255 {
    margin-right: 255px !important;
  }
  .pc__pb__255 {
    padding-bottom: 255px !important;
  }
  .pc__pt__255 {
    padding-top: 255px !important;
  }
  .pc__pr__255 {
    padding-right: 255px !important;
  }
  .pc__pl__255 {
    padding-left: 255px !important;
  }
  .pc__mb__260 {
    margin-bottom: 260px !important;
  }
  .pc__mt__260 {
    margin-top: 260px !important;
  }
  .pc__ml__260 {
    margin-left: 260px !important;
  }
  .pc__mr__260 {
    margin-right: 260px !important;
  }
  .pc__pb__260 {
    padding-bottom: 260px !important;
  }
  .pc__pt__260 {
    padding-top: 260px !important;
  }
  .pc__pr__260 {
    padding-right: 260px !important;
  }
  .pc__pl__260 {
    padding-left: 260px !important;
  }
  .pc__mb__265 {
    margin-bottom: 265px !important;
  }
  .pc__mt__265 {
    margin-top: 265px !important;
  }
  .pc__ml__265 {
    margin-left: 265px !important;
  }
  .pc__mr__265 {
    margin-right: 265px !important;
  }
  .pc__pb__265 {
    padding-bottom: 265px !important;
  }
  .pc__pt__265 {
    padding-top: 265px !important;
  }
  .pc__pr__265 {
    padding-right: 265px !important;
  }
  .pc__pl__265 {
    padding-left: 265px !important;
  }
  .pc__mb__270 {
    margin-bottom: 270px !important;
  }
  .pc__mt__270 {
    margin-top: 270px !important;
  }
  .pc__ml__270 {
    margin-left: 270px !important;
  }
  .pc__mr__270 {
    margin-right: 270px !important;
  }
  .pc__pb__270 {
    padding-bottom: 270px !important;
  }
  .pc__pt__270 {
    padding-top: 270px !important;
  }
  .pc__pr__270 {
    padding-right: 270px !important;
  }
  .pc__pl__270 {
    padding-left: 270px !important;
  }
  .pc__mb__275 {
    margin-bottom: 275px !important;
  }
  .pc__mt__275 {
    margin-top: 275px !important;
  }
  .pc__ml__275 {
    margin-left: 275px !important;
  }
  .pc__mr__275 {
    margin-right: 275px !important;
  }
  .pc__pb__275 {
    padding-bottom: 275px !important;
  }
  .pc__pt__275 {
    padding-top: 275px !important;
  }
  .pc__pr__275 {
    padding-right: 275px !important;
  }
  .pc__pl__275 {
    padding-left: 275px !important;
  }
  .pc__mb__280 {
    margin-bottom: 280px !important;
  }
  .pc__mt__280 {
    margin-top: 280px !important;
  }
  .pc__ml__280 {
    margin-left: 280px !important;
  }
  .pc__mr__280 {
    margin-right: 280px !important;
  }
  .pc__pb__280 {
    padding-bottom: 280px !important;
  }
  .pc__pt__280 {
    padding-top: 280px !important;
  }
  .pc__pr__280 {
    padding-right: 280px !important;
  }
  .pc__pl__280 {
    padding-left: 280px !important;
  }
  .pc__mb__285 {
    margin-bottom: 285px !important;
  }
  .pc__mt__285 {
    margin-top: 285px !important;
  }
  .pc__ml__285 {
    margin-left: 285px !important;
  }
  .pc__mr__285 {
    margin-right: 285px !important;
  }
  .pc__pb__285 {
    padding-bottom: 285px !important;
  }
  .pc__pt__285 {
    padding-top: 285px !important;
  }
  .pc__pr__285 {
    padding-right: 285px !important;
  }
  .pc__pl__285 {
    padding-left: 285px !important;
  }
  .pc__mb__290 {
    margin-bottom: 290px !important;
  }
  .pc__mt__290 {
    margin-top: 290px !important;
  }
  .pc__ml__290 {
    margin-left: 290px !important;
  }
  .pc__mr__290 {
    margin-right: 290px !important;
  }
  .pc__pb__290 {
    padding-bottom: 290px !important;
  }
  .pc__pt__290 {
    padding-top: 290px !important;
  }
  .pc__pr__290 {
    padding-right: 290px !important;
  }
  .pc__pl__290 {
    padding-left: 290px !important;
  }
  .pc__mb__295 {
    margin-bottom: 295px !important;
  }
  .pc__mt__295 {
    margin-top: 295px !important;
  }
  .pc__ml__295 {
    margin-left: 295px !important;
  }
  .pc__mr__295 {
    margin-right: 295px !important;
  }
  .pc__pb__295 {
    padding-bottom: 295px !important;
  }
  .pc__pt__295 {
    padding-top: 295px !important;
  }
  .pc__pr__295 {
    padding-right: 295px !important;
  }
  .pc__pl__295 {
    padding-left: 295px !important;
  }
}

@media (max-width: 1024px) {
  .sp__mb__0 {
    margin-bottom: 0px !important;
  }
  .sp__mt__0 {
    margin-top: 0px !important;
  }
  .sp__ml__0 {
    margin-left: 0px !important;
  }
  .sp__mr__0 {
    margin-right: 0px !important;
  }
  .sp__pb__0 {
    padding-bottom: 0px !important;
  }
  .sp__pt__0 {
    padding-top: 0px !important;
  }
  .sp__pr__0 {
    padding-right: 0px !important;
  }
  .sp__pl__0 {
    padding-left: 0px !important;
  }
  .sp__mb__5 {
    margin-bottom: 5px !important;
  }
  .sp__mt__5 {
    margin-top: 5px !important;
  }
  .sp__ml__5 {
    margin-left: 5px !important;
  }
  .sp__mr__5 {
    margin-right: 5px !important;
  }
  .sp__pb__5 {
    padding-bottom: 5px !important;
  }
  .sp__pt__5 {
    padding-top: 5px !important;
  }
  .sp__pr__5 {
    padding-right: 5px !important;
  }
  .sp__pl__5 {
    padding-left: 5px !important;
  }
  .sp__mb__10 {
    margin-bottom: 10px !important;
  }
  .sp__mt__10 {
    margin-top: 10px !important;
  }
  .sp__ml__10 {
    margin-left: 10px !important;
  }
  .sp__mr__10 {
    margin-right: 10px !important;
  }
  .sp__pb__10 {
    padding-bottom: 10px !important;
  }
  .sp__pt__10 {
    padding-top: 10px !important;
  }
  .sp__pr__10 {
    padding-right: 10px !important;
  }
  .sp__pl__10 {
    padding-left: 10px !important;
  }
  .sp__mb__15 {
    margin-bottom: 15px !important;
  }
  .sp__mt__15 {
    margin-top: 15px !important;
  }
  .sp__ml__15 {
    margin-left: 15px !important;
  }
  .sp__mr__15 {
    margin-right: 15px !important;
  }
  .sp__pb__15 {
    padding-bottom: 15px !important;
  }
  .sp__pt__15 {
    padding-top: 15px !important;
  }
  .sp__pr__15 {
    padding-right: 15px !important;
  }
  .sp__pl__15 {
    padding-left: 15px !important;
  }
  .sp__mb__20 {
    margin-bottom: 20px !important;
  }
  .sp__mt__20 {
    margin-top: 20px !important;
  }
  .sp__ml__20 {
    margin-left: 20px !important;
  }
  .sp__mr__20 {
    margin-right: 20px !important;
  }
  .sp__pb__20 {
    padding-bottom: 20px !important;
  }
  .sp__pt__20 {
    padding-top: 20px !important;
  }
  .sp__pr__20 {
    padding-right: 20px !important;
  }
  .sp__pl__20 {
    padding-left: 20px !important;
  }
  .sp__mb__25 {
    margin-bottom: 25px !important;
  }
  .sp__mt__25 {
    margin-top: 25px !important;
  }
  .sp__ml__25 {
    margin-left: 25px !important;
  }
  .sp__mr__25 {
    margin-right: 25px !important;
  }
  .sp__pb__25 {
    padding-bottom: 25px !important;
  }
  .sp__pt__25 {
    padding-top: 25px !important;
  }
  .sp__pr__25 {
    padding-right: 25px !important;
  }
  .sp__pl__25 {
    padding-left: 25px !important;
  }
  .sp__mb__30 {
    margin-bottom: 30px !important;
  }
  .sp__mt__30 {
    margin-top: 30px !important;
  }
  .sp__ml__30 {
    margin-left: 30px !important;
  }
  .sp__mr__30 {
    margin-right: 30px !important;
  }
  .sp__pb__30 {
    padding-bottom: 30px !important;
  }
  .sp__pt__30 {
    padding-top: 30px !important;
  }
  .sp__pr__30 {
    padding-right: 30px !important;
  }
  .sp__pl__30 {
    padding-left: 30px !important;
  }
  .sp__mb__35 {
    margin-bottom: 35px !important;
  }
  .sp__mt__35 {
    margin-top: 35px !important;
  }
  .sp__ml__35 {
    margin-left: 35px !important;
  }
  .sp__mr__35 {
    margin-right: 35px !important;
  }
  .sp__pb__35 {
    padding-bottom: 35px !important;
  }
  .sp__pt__35 {
    padding-top: 35px !important;
  }
  .sp__pr__35 {
    padding-right: 35px !important;
  }
  .sp__pl__35 {
    padding-left: 35px !important;
  }
  .sp__mb__40 {
    margin-bottom: 40px !important;
  }
  .sp__mt__40 {
    margin-top: 40px !important;
  }
  .sp__ml__40 {
    margin-left: 40px !important;
  }
  .sp__mr__40 {
    margin-right: 40px !important;
  }
  .sp__pb__40 {
    padding-bottom: 40px !important;
  }
  .sp__pt__40 {
    padding-top: 40px !important;
  }
  .sp__pr__40 {
    padding-right: 40px !important;
  }
  .sp__pl__40 {
    padding-left: 40px !important;
  }
  .sp__mb__45 {
    margin-bottom: 45px !important;
  }
  .sp__mt__45 {
    margin-top: 45px !important;
  }
  .sp__ml__45 {
    margin-left: 45px !important;
  }
  .sp__mr__45 {
    margin-right: 45px !important;
  }
  .sp__pb__45 {
    padding-bottom: 45px !important;
  }
  .sp__pt__45 {
    padding-top: 45px !important;
  }
  .sp__pr__45 {
    padding-right: 45px !important;
  }
  .sp__pl__45 {
    padding-left: 45px !important;
  }
  .sp__mb__50 {
    margin-bottom: 50px !important;
  }
  .sp__mt__50 {
    margin-top: 50px !important;
  }
  .sp__ml__50 {
    margin-left: 50px !important;
  }
  .sp__mr__50 {
    margin-right: 50px !important;
  }
  .sp__pb__50 {
    padding-bottom: 50px !important;
  }
  .sp__pt__50 {
    padding-top: 50px !important;
  }
  .sp__pr__50 {
    padding-right: 50px !important;
  }
  .sp__pl__50 {
    padding-left: 50px !important;
  }
  .sp__mb__55 {
    margin-bottom: 55px !important;
  }
  .sp__mt__55 {
    margin-top: 55px !important;
  }
  .sp__ml__55 {
    margin-left: 55px !important;
  }
  .sp__mr__55 {
    margin-right: 55px !important;
  }
  .sp__pb__55 {
    padding-bottom: 55px !important;
  }
  .sp__pt__55 {
    padding-top: 55px !important;
  }
  .sp__pr__55 {
    padding-right: 55px !important;
  }
  .sp__pl__55 {
    padding-left: 55px !important;
  }
  .sp__mb__60 {
    margin-bottom: 60px !important;
  }
  .sp__mt__60 {
    margin-top: 60px !important;
  }
  .sp__ml__60 {
    margin-left: 60px !important;
  }
  .sp__mr__60 {
    margin-right: 60px !important;
  }
  .sp__pb__60 {
    padding-bottom: 60px !important;
  }
  .sp__pt__60 {
    padding-top: 60px !important;
  }
  .sp__pr__60 {
    padding-right: 60px !important;
  }
  .sp__pl__60 {
    padding-left: 60px !important;
  }
  .sp__mb__65 {
    margin-bottom: 65px !important;
  }
  .sp__mt__65 {
    margin-top: 65px !important;
  }
  .sp__ml__65 {
    margin-left: 65px !important;
  }
  .sp__mr__65 {
    margin-right: 65px !important;
  }
  .sp__pb__65 {
    padding-bottom: 65px !important;
  }
  .sp__pt__65 {
    padding-top: 65px !important;
  }
  .sp__pr__65 {
    padding-right: 65px !important;
  }
  .sp__pl__65 {
    padding-left: 65px !important;
  }
  .sp__mb__70 {
    margin-bottom: 70px !important;
  }
  .sp__mt__70 {
    margin-top: 70px !important;
  }
  .sp__ml__70 {
    margin-left: 70px !important;
  }
  .sp__mr__70 {
    margin-right: 70px !important;
  }
  .sp__pb__70 {
    padding-bottom: 70px !important;
  }
  .sp__pt__70 {
    padding-top: 70px !important;
  }
  .sp__pr__70 {
    padding-right: 70px !important;
  }
  .sp__pl__70 {
    padding-left: 70px !important;
  }
  .sp__mb__75 {
    margin-bottom: 75px !important;
  }
  .sp__mt__75 {
    margin-top: 75px !important;
  }
  .sp__ml__75 {
    margin-left: 75px !important;
  }
  .sp__mr__75 {
    margin-right: 75px !important;
  }
  .sp__pb__75 {
    padding-bottom: 75px !important;
  }
  .sp__pt__75 {
    padding-top: 75px !important;
  }
  .sp__pr__75 {
    padding-right: 75px !important;
  }
  .sp__pl__75 {
    padding-left: 75px !important;
  }
  .sp__mb__80 {
    margin-bottom: 80px !important;
  }
  .sp__mt__80 {
    margin-top: 80px !important;
  }
  .sp__ml__80 {
    margin-left: 80px !important;
  }
  .sp__mr__80 {
    margin-right: 80px !important;
  }
  .sp__pb__80 {
    padding-bottom: 80px !important;
  }
  .sp__pt__80 {
    padding-top: 80px !important;
  }
  .sp__pr__80 {
    padding-right: 80px !important;
  }
  .sp__pl__80 {
    padding-left: 80px !important;
  }
  .sp__mb__85 {
    margin-bottom: 85px !important;
  }
  .sp__mt__85 {
    margin-top: 85px !important;
  }
  .sp__ml__85 {
    margin-left: 85px !important;
  }
  .sp__mr__85 {
    margin-right: 85px !important;
  }
  .sp__pb__85 {
    padding-bottom: 85px !important;
  }
  .sp__pt__85 {
    padding-top: 85px !important;
  }
  .sp__pr__85 {
    padding-right: 85px !important;
  }
  .sp__pl__85 {
    padding-left: 85px !important;
  }
  .sp__mb__90 {
    margin-bottom: 90px !important;
  }
  .sp__mt__90 {
    margin-top: 90px !important;
  }
  .sp__ml__90 {
    margin-left: 90px !important;
  }
  .sp__mr__90 {
    margin-right: 90px !important;
  }
  .sp__pb__90 {
    padding-bottom: 90px !important;
  }
  .sp__pt__90 {
    padding-top: 90px !important;
  }
  .sp__pr__90 {
    padding-right: 90px !important;
  }
  .sp__pl__90 {
    padding-left: 90px !important;
  }
  .sp__mb__95 {
    margin-bottom: 95px !important;
  }
  .sp__mt__95 {
    margin-top: 95px !important;
  }
  .sp__ml__95 {
    margin-left: 95px !important;
  }
  .sp__mr__95 {
    margin-right: 95px !important;
  }
  .sp__pb__95 {
    padding-bottom: 95px !important;
  }
  .sp__pt__95 {
    padding-top: 95px !important;
  }
  .sp__pr__95 {
    padding-right: 95px !important;
  }
  .sp__pl__95 {
    padding-left: 95px !important;
  }
  .sp__mb__100 {
    margin-bottom: 100px !important;
  }
  .sp__mt__100 {
    margin-top: 100px !important;
  }
  .sp__ml__100 {
    margin-left: 100px !important;
  }
  .sp__mr__100 {
    margin-right: 100px !important;
  }
  .sp__pb__100 {
    padding-bottom: 100px !important;
  }
  .sp__pt__100 {
    padding-top: 100px !important;
  }
  .sp__pr__100 {
    padding-right: 100px !important;
  }
  .sp__pl__100 {
    padding-left: 100px !important;
  }
  .sp__mb__105 {
    margin-bottom: 105px !important;
  }
  .sp__mt__105 {
    margin-top: 105px !important;
  }
  .sp__ml__105 {
    margin-left: 105px !important;
  }
  .sp__mr__105 {
    margin-right: 105px !important;
  }
  .sp__pb__105 {
    padding-bottom: 105px !important;
  }
  .sp__pt__105 {
    padding-top: 105px !important;
  }
  .sp__pr__105 {
    padding-right: 105px !important;
  }
  .sp__pl__105 {
    padding-left: 105px !important;
  }
  .sp__mb__110 {
    margin-bottom: 110px !important;
  }
  .sp__mt__110 {
    margin-top: 110px !important;
  }
  .sp__ml__110 {
    margin-left: 110px !important;
  }
  .sp__mr__110 {
    margin-right: 110px !important;
  }
  .sp__pb__110 {
    padding-bottom: 110px !important;
  }
  .sp__pt__110 {
    padding-top: 110px !important;
  }
  .sp__pr__110 {
    padding-right: 110px !important;
  }
  .sp__pl__110 {
    padding-left: 110px !important;
  }
  .sp__mb__115 {
    margin-bottom: 115px !important;
  }
  .sp__mt__115 {
    margin-top: 115px !important;
  }
  .sp__ml__115 {
    margin-left: 115px !important;
  }
  .sp__mr__115 {
    margin-right: 115px !important;
  }
  .sp__pb__115 {
    padding-bottom: 115px !important;
  }
  .sp__pt__115 {
    padding-top: 115px !important;
  }
  .sp__pr__115 {
    padding-right: 115px !important;
  }
  .sp__pl__115 {
    padding-left: 115px !important;
  }
  .sp__mb__120 {
    margin-bottom: 120px !important;
  }
  .sp__mt__120 {
    margin-top: 120px !important;
  }
  .sp__ml__120 {
    margin-left: 120px !important;
  }
  .sp__mr__120 {
    margin-right: 120px !important;
  }
  .sp__pb__120 {
    padding-bottom: 120px !important;
  }
  .sp__pt__120 {
    padding-top: 120px !important;
  }
  .sp__pr__120 {
    padding-right: 120px !important;
  }
  .sp__pl__120 {
    padding-left: 120px !important;
  }
  .sp__mb__125 {
    margin-bottom: 125px !important;
  }
  .sp__mt__125 {
    margin-top: 125px !important;
  }
  .sp__ml__125 {
    margin-left: 125px !important;
  }
  .sp__mr__125 {
    margin-right: 125px !important;
  }
  .sp__pb__125 {
    padding-bottom: 125px !important;
  }
  .sp__pt__125 {
    padding-top: 125px !important;
  }
  .sp__pr__125 {
    padding-right: 125px !important;
  }
  .sp__pl__125 {
    padding-left: 125px !important;
  }
  .sp__mb__130 {
    margin-bottom: 130px !important;
  }
  .sp__mt__130 {
    margin-top: 130px !important;
  }
  .sp__ml__130 {
    margin-left: 130px !important;
  }
  .sp__mr__130 {
    margin-right: 130px !important;
  }
  .sp__pb__130 {
    padding-bottom: 130px !important;
  }
  .sp__pt__130 {
    padding-top: 130px !important;
  }
  .sp__pr__130 {
    padding-right: 130px !important;
  }
  .sp__pl__130 {
    padding-left: 130px !important;
  }
  .sp__mb__135 {
    margin-bottom: 135px !important;
  }
  .sp__mt__135 {
    margin-top: 135px !important;
  }
  .sp__ml__135 {
    margin-left: 135px !important;
  }
  .sp__mr__135 {
    margin-right: 135px !important;
  }
  .sp__pb__135 {
    padding-bottom: 135px !important;
  }
  .sp__pt__135 {
    padding-top: 135px !important;
  }
  .sp__pr__135 {
    padding-right: 135px !important;
  }
  .sp__pl__135 {
    padding-left: 135px !important;
  }
  .sp__mb__140 {
    margin-bottom: 140px !important;
  }
  .sp__mt__140 {
    margin-top: 140px !important;
  }
  .sp__ml__140 {
    margin-left: 140px !important;
  }
  .sp__mr__140 {
    margin-right: 140px !important;
  }
  .sp__pb__140 {
    padding-bottom: 140px !important;
  }
  .sp__pt__140 {
    padding-top: 140px !important;
  }
  .sp__pr__140 {
    padding-right: 140px !important;
  }
  .sp__pl__140 {
    padding-left: 140px !important;
  }
  .sp__mb__145 {
    margin-bottom: 145px !important;
  }
  .sp__mt__145 {
    margin-top: 145px !important;
  }
  .sp__ml__145 {
    margin-left: 145px !important;
  }
  .sp__mr__145 {
    margin-right: 145px !important;
  }
  .sp__pb__145 {
    padding-bottom: 145px !important;
  }
  .sp__pt__145 {
    padding-top: 145px !important;
  }
  .sp__pr__145 {
    padding-right: 145px !important;
  }
  .sp__pl__145 {
    padding-left: 145px !important;
  }
  .sp__mb__150 {
    margin-bottom: 150px !important;
  }
  .sp__mt__150 {
    margin-top: 150px !important;
  }
  .sp__ml__150 {
    margin-left: 150px !important;
  }
  .sp__mr__150 {
    margin-right: 150px !important;
  }
  .sp__pb__150 {
    padding-bottom: 150px !important;
  }
  .sp__pt__150 {
    padding-top: 150px !important;
  }
  .sp__pr__150 {
    padding-right: 150px !important;
  }
  .sp__pl__150 {
    padding-left: 150px !important;
  }
  .sp__mb__155 {
    margin-bottom: 155px !important;
  }
  .sp__mt__155 {
    margin-top: 155px !important;
  }
  .sp__ml__155 {
    margin-left: 155px !important;
  }
  .sp__mr__155 {
    margin-right: 155px !important;
  }
  .sp__pb__155 {
    padding-bottom: 155px !important;
  }
  .sp__pt__155 {
    padding-top: 155px !important;
  }
  .sp__pr__155 {
    padding-right: 155px !important;
  }
  .sp__pl__155 {
    padding-left: 155px !important;
  }
  .sp__mb__160 {
    margin-bottom: 160px !important;
  }
  .sp__mt__160 {
    margin-top: 160px !important;
  }
  .sp__ml__160 {
    margin-left: 160px !important;
  }
  .sp__mr__160 {
    margin-right: 160px !important;
  }
  .sp__pb__160 {
    padding-bottom: 160px !important;
  }
  .sp__pt__160 {
    padding-top: 160px !important;
  }
  .sp__pr__160 {
    padding-right: 160px !important;
  }
  .sp__pl__160 {
    padding-left: 160px !important;
  }
  .sp__mb__165 {
    margin-bottom: 165px !important;
  }
  .sp__mt__165 {
    margin-top: 165px !important;
  }
  .sp__ml__165 {
    margin-left: 165px !important;
  }
  .sp__mr__165 {
    margin-right: 165px !important;
  }
  .sp__pb__165 {
    padding-bottom: 165px !important;
  }
  .sp__pt__165 {
    padding-top: 165px !important;
  }
  .sp__pr__165 {
    padding-right: 165px !important;
  }
  .sp__pl__165 {
    padding-left: 165px !important;
  }
  .sp__mb__170 {
    margin-bottom: 170px !important;
  }
  .sp__mt__170 {
    margin-top: 170px !important;
  }
  .sp__ml__170 {
    margin-left: 170px !important;
  }
  .sp__mr__170 {
    margin-right: 170px !important;
  }
  .sp__pb__170 {
    padding-bottom: 170px !important;
  }
  .sp__pt__170 {
    padding-top: 170px !important;
  }
  .sp__pr__170 {
    padding-right: 170px !important;
  }
  .sp__pl__170 {
    padding-left: 170px !important;
  }
  .sp__mb__175 {
    margin-bottom: 175px !important;
  }
  .sp__mt__175 {
    margin-top: 175px !important;
  }
  .sp__ml__175 {
    margin-left: 175px !important;
  }
  .sp__mr__175 {
    margin-right: 175px !important;
  }
  .sp__pb__175 {
    padding-bottom: 175px !important;
  }
  .sp__pt__175 {
    padding-top: 175px !important;
  }
  .sp__pr__175 {
    padding-right: 175px !important;
  }
  .sp__pl__175 {
    padding-left: 175px !important;
  }
  .sp__mb__180 {
    margin-bottom: 180px !important;
  }
  .sp__mt__180 {
    margin-top: 180px !important;
  }
  .sp__ml__180 {
    margin-left: 180px !important;
  }
  .sp__mr__180 {
    margin-right: 180px !important;
  }
  .sp__pb__180 {
    padding-bottom: 180px !important;
  }
  .sp__pt__180 {
    padding-top: 180px !important;
  }
  .sp__pr__180 {
    padding-right: 180px !important;
  }
  .sp__pl__180 {
    padding-left: 180px !important;
  }
  .sp__mb__185 {
    margin-bottom: 185px !important;
  }
  .sp__mt__185 {
    margin-top: 185px !important;
  }
  .sp__ml__185 {
    margin-left: 185px !important;
  }
  .sp__mr__185 {
    margin-right: 185px !important;
  }
  .sp__pb__185 {
    padding-bottom: 185px !important;
  }
  .sp__pt__185 {
    padding-top: 185px !important;
  }
  .sp__pr__185 {
    padding-right: 185px !important;
  }
  .sp__pl__185 {
    padding-left: 185px !important;
  }
  .sp__mb__190 {
    margin-bottom: 190px !important;
  }
  .sp__mt__190 {
    margin-top: 190px !important;
  }
  .sp__ml__190 {
    margin-left: 190px !important;
  }
  .sp__mr__190 {
    margin-right: 190px !important;
  }
  .sp__pb__190 {
    padding-bottom: 190px !important;
  }
  .sp__pt__190 {
    padding-top: 190px !important;
  }
  .sp__pr__190 {
    padding-right: 190px !important;
  }
  .sp__pl__190 {
    padding-left: 190px !important;
  }
  .sp__mb__195 {
    margin-bottom: 195px !important;
  }
  .sp__mt__195 {
    margin-top: 195px !important;
  }
  .sp__ml__195 {
    margin-left: 195px !important;
  }
  .sp__mr__195 {
    margin-right: 195px !important;
  }
  .sp__pb__195 {
    padding-bottom: 195px !important;
  }
  .sp__pt__195 {
    padding-top: 195px !important;
  }
  .sp__pr__195 {
    padding-right: 195px !important;
  }
  .sp__pl__195 {
    padding-left: 195px !important;
  }
  .sp__mb__200 {
    margin-bottom: 200px !important;
  }
  .sp__mt__200 {
    margin-top: 200px !important;
  }
  .sp__ml__200 {
    margin-left: 200px !important;
  }
  .sp__mr__200 {
    margin-right: 200px !important;
  }
  .sp__pb__200 {
    padding-bottom: 200px !important;
  }
  .sp__pt__200 {
    padding-top: 200px !important;
  }
  .sp__pr__200 {
    padding-right: 200px !important;
  }
  .sp__pl__200 {
    padding-left: 200px !important;
  }
  .sp__mb__205 {
    margin-bottom: 205px !important;
  }
  .sp__mt__205 {
    margin-top: 205px !important;
  }
  .sp__ml__205 {
    margin-left: 205px !important;
  }
  .sp__mr__205 {
    margin-right: 205px !important;
  }
  .sp__pb__205 {
    padding-bottom: 205px !important;
  }
  .sp__pt__205 {
    padding-top: 205px !important;
  }
  .sp__pr__205 {
    padding-right: 205px !important;
  }
  .sp__pl__205 {
    padding-left: 205px !important;
  }
  .sp__mb__210 {
    margin-bottom: 210px !important;
  }
  .sp__mt__210 {
    margin-top: 210px !important;
  }
  .sp__ml__210 {
    margin-left: 210px !important;
  }
  .sp__mr__210 {
    margin-right: 210px !important;
  }
  .sp__pb__210 {
    padding-bottom: 210px !important;
  }
  .sp__pt__210 {
    padding-top: 210px !important;
  }
  .sp__pr__210 {
    padding-right: 210px !important;
  }
  .sp__pl__210 {
    padding-left: 210px !important;
  }
  .sp__mb__215 {
    margin-bottom: 215px !important;
  }
  .sp__mt__215 {
    margin-top: 215px !important;
  }
  .sp__ml__215 {
    margin-left: 215px !important;
  }
  .sp__mr__215 {
    margin-right: 215px !important;
  }
  .sp__pb__215 {
    padding-bottom: 215px !important;
  }
  .sp__pt__215 {
    padding-top: 215px !important;
  }
  .sp__pr__215 {
    padding-right: 215px !important;
  }
  .sp__pl__215 {
    padding-left: 215px !important;
  }
  .sp__mb__220 {
    margin-bottom: 220px !important;
  }
  .sp__mt__220 {
    margin-top: 220px !important;
  }
  .sp__ml__220 {
    margin-left: 220px !important;
  }
  .sp__mr__220 {
    margin-right: 220px !important;
  }
  .sp__pb__220 {
    padding-bottom: 220px !important;
  }
  .sp__pt__220 {
    padding-top: 220px !important;
  }
  .sp__pr__220 {
    padding-right: 220px !important;
  }
  .sp__pl__220 {
    padding-left: 220px !important;
  }
  .sp__mb__225 {
    margin-bottom: 225px !important;
  }
  .sp__mt__225 {
    margin-top: 225px !important;
  }
  .sp__ml__225 {
    margin-left: 225px !important;
  }
  .sp__mr__225 {
    margin-right: 225px !important;
  }
  .sp__pb__225 {
    padding-bottom: 225px !important;
  }
  .sp__pt__225 {
    padding-top: 225px !important;
  }
  .sp__pr__225 {
    padding-right: 225px !important;
  }
  .sp__pl__225 {
    padding-left: 225px !important;
  }
  .sp__mb__230 {
    margin-bottom: 230px !important;
  }
  .sp__mt__230 {
    margin-top: 230px !important;
  }
  .sp__ml__230 {
    margin-left: 230px !important;
  }
  .sp__mr__230 {
    margin-right: 230px !important;
  }
  .sp__pb__230 {
    padding-bottom: 230px !important;
  }
  .sp__pt__230 {
    padding-top: 230px !important;
  }
  .sp__pr__230 {
    padding-right: 230px !important;
  }
  .sp__pl__230 {
    padding-left: 230px !important;
  }
  .sp__mb__235 {
    margin-bottom: 235px !important;
  }
  .sp__mt__235 {
    margin-top: 235px !important;
  }
  .sp__ml__235 {
    margin-left: 235px !important;
  }
  .sp__mr__235 {
    margin-right: 235px !important;
  }
  .sp__pb__235 {
    padding-bottom: 235px !important;
  }
  .sp__pt__235 {
    padding-top: 235px !important;
  }
  .sp__pr__235 {
    padding-right: 235px !important;
  }
  .sp__pl__235 {
    padding-left: 235px !important;
  }
  .sp__mb__240 {
    margin-bottom: 240px !important;
  }
  .sp__mt__240 {
    margin-top: 240px !important;
  }
  .sp__ml__240 {
    margin-left: 240px !important;
  }
  .sp__mr__240 {
    margin-right: 240px !important;
  }
  .sp__pb__240 {
    padding-bottom: 240px !important;
  }
  .sp__pt__240 {
    padding-top: 240px !important;
  }
  .sp__pr__240 {
    padding-right: 240px !important;
  }
  .sp__pl__240 {
    padding-left: 240px !important;
  }
  .sp__mb__245 {
    margin-bottom: 245px !important;
  }
  .sp__mt__245 {
    margin-top: 245px !important;
  }
  .sp__ml__245 {
    margin-left: 245px !important;
  }
  .sp__mr__245 {
    margin-right: 245px !important;
  }
  .sp__pb__245 {
    padding-bottom: 245px !important;
  }
  .sp__pt__245 {
    padding-top: 245px !important;
  }
  .sp__pr__245 {
    padding-right: 245px !important;
  }
  .sp__pl__245 {
    padding-left: 245px !important;
  }
  .sp__mb__250 {
    margin-bottom: 250px !important;
  }
  .sp__mt__250 {
    margin-top: 250px !important;
  }
  .sp__ml__250 {
    margin-left: 250px !important;
  }
  .sp__mr__250 {
    margin-right: 250px !important;
  }
  .sp__pb__250 {
    padding-bottom: 250px !important;
  }
  .sp__pt__250 {
    padding-top: 250px !important;
  }
  .sp__pr__250 {
    padding-right: 250px !important;
  }
  .sp__pl__250 {
    padding-left: 250px !important;
  }
  .sp__mb__255 {
    margin-bottom: 255px !important;
  }
  .sp__mt__255 {
    margin-top: 255px !important;
  }
  .sp__ml__255 {
    margin-left: 255px !important;
  }
  .sp__mr__255 {
    margin-right: 255px !important;
  }
  .sp__pb__255 {
    padding-bottom: 255px !important;
  }
  .sp__pt__255 {
    padding-top: 255px !important;
  }
  .sp__pr__255 {
    padding-right: 255px !important;
  }
  .sp__pl__255 {
    padding-left: 255px !important;
  }
  .sp__mb__260 {
    margin-bottom: 260px !important;
  }
  .sp__mt__260 {
    margin-top: 260px !important;
  }
  .sp__ml__260 {
    margin-left: 260px !important;
  }
  .sp__mr__260 {
    margin-right: 260px !important;
  }
  .sp__pb__260 {
    padding-bottom: 260px !important;
  }
  .sp__pt__260 {
    padding-top: 260px !important;
  }
  .sp__pr__260 {
    padding-right: 260px !important;
  }
  .sp__pl__260 {
    padding-left: 260px !important;
  }
  .sp__mb__265 {
    margin-bottom: 265px !important;
  }
  .sp__mt__265 {
    margin-top: 265px !important;
  }
  .sp__ml__265 {
    margin-left: 265px !important;
  }
  .sp__mr__265 {
    margin-right: 265px !important;
  }
  .sp__pb__265 {
    padding-bottom: 265px !important;
  }
  .sp__pt__265 {
    padding-top: 265px !important;
  }
  .sp__pr__265 {
    padding-right: 265px !important;
  }
  .sp__pl__265 {
    padding-left: 265px !important;
  }
  .sp__mb__270 {
    margin-bottom: 270px !important;
  }
  .sp__mt__270 {
    margin-top: 270px !important;
  }
  .sp__ml__270 {
    margin-left: 270px !important;
  }
  .sp__mr__270 {
    margin-right: 270px !important;
  }
  .sp__pb__270 {
    padding-bottom: 270px !important;
  }
  .sp__pt__270 {
    padding-top: 270px !important;
  }
  .sp__pr__270 {
    padding-right: 270px !important;
  }
  .sp__pl__270 {
    padding-left: 270px !important;
  }
  .sp__mb__275 {
    margin-bottom: 275px !important;
  }
  .sp__mt__275 {
    margin-top: 275px !important;
  }
  .sp__ml__275 {
    margin-left: 275px !important;
  }
  .sp__mr__275 {
    margin-right: 275px !important;
  }
  .sp__pb__275 {
    padding-bottom: 275px !important;
  }
  .sp__pt__275 {
    padding-top: 275px !important;
  }
  .sp__pr__275 {
    padding-right: 275px !important;
  }
  .sp__pl__275 {
    padding-left: 275px !important;
  }
  .sp__mb__280 {
    margin-bottom: 280px !important;
  }
  .sp__mt__280 {
    margin-top: 280px !important;
  }
  .sp__ml__280 {
    margin-left: 280px !important;
  }
  .sp__mr__280 {
    margin-right: 280px !important;
  }
  .sp__pb__280 {
    padding-bottom: 280px !important;
  }
  .sp__pt__280 {
    padding-top: 280px !important;
  }
  .sp__pr__280 {
    padding-right: 280px !important;
  }
  .sp__pl__280 {
    padding-left: 280px !important;
  }
  .sp__mb__285 {
    margin-bottom: 285px !important;
  }
  .sp__mt__285 {
    margin-top: 285px !important;
  }
  .sp__ml__285 {
    margin-left: 285px !important;
  }
  .sp__mr__285 {
    margin-right: 285px !important;
  }
  .sp__pb__285 {
    padding-bottom: 285px !important;
  }
  .sp__pt__285 {
    padding-top: 285px !important;
  }
  .sp__pr__285 {
    padding-right: 285px !important;
  }
  .sp__pl__285 {
    padding-left: 285px !important;
  }
  .sp__mb__290 {
    margin-bottom: 290px !important;
  }
  .sp__mt__290 {
    margin-top: 290px !important;
  }
  .sp__ml__290 {
    margin-left: 290px !important;
  }
  .sp__mr__290 {
    margin-right: 290px !important;
  }
  .sp__pb__290 {
    padding-bottom: 290px !important;
  }
  .sp__pt__290 {
    padding-top: 290px !important;
  }
  .sp__pr__290 {
    padding-right: 290px !important;
  }
  .sp__pl__290 {
    padding-left: 290px !important;
  }
  .sp__mb__295 {
    margin-bottom: 295px !important;
  }
  .sp__mt__295 {
    margin-top: 295px !important;
  }
  .sp__ml__295 {
    margin-left: 295px !important;
  }
  .sp__mr__295 {
    margin-right: 295px !important;
  }
  .sp__pb__295 {
    padding-bottom: 295px !important;
  }
  .sp__pt__295 {
    padding-top: 295px !important;
  }
  .sp__pr__295 {
    padding-right: 295px !important;
  }
  .sp__pl__295 {
    padding-left: 295px !important;
  }
}

/* end general *============================================================================ */
.header {
  position: fixed;
  width: 22.4%;
  height: 100%;
  max-width: 430px;
  min-width: 305px;
  top: 0;
  left: 0;
  z-index: 10;
  color: #333333;
  background-color: #e8e3dd;
}

@media (min-width: 751px) {
  .header ::-webkit-scrollbar {
    width: 10px;
  }
  .header ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .header ::-webkit-scrollbar-thumb {
    background: #b8aca0;
  }
  .header ::-webkit-scrollbar-thumb:hover {
    background: #d6cabe;
  }
}

@media (max-width: 1024px) {
  .header {
    width: 100%;
    height: 60px;
    max-width: 100%;
  }
}

.header__wrap {
  overflow-y: auto;
  padding: 50px 0;
  height: 100%;
}

@media (max-width: 1024px) {
  .header__wrap {
    overflow: visible;
    padding: 0;
  }
}

.header .container {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .header .container {
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

.header__logo {
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.header__logo img, .header__logo picture {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .header__logo {
    text-align: left;
    margin-bottom: 0;
    -ms-flex-preferred-size: calc(100% - 140px);
        flex-basis: calc(100% - 140px);
  }
  .header__logo img {
    max-height: 40px;
  }
}

.header__nav {
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .header__nav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav_btn ul li {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  font-size: 8px;
  margin-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}

.header__nav_btn ul li a {
  display: block;
  padding-top: 23px;
  color: #333333;
}

.header__nav_btn ul li.icon_geo a {
  background: url(../images/icons/geo-alt-fill.svg) no-repeat center top;
}

.header__nav_btn ul li.icon_cal a {
  background: url(../images/icons/table.svg) no-repeat center top;
}

.header__nav_btn ul li.icon_menu {
  width: 35px;
  margin: 0;
}

.header__address {
  margin-bottom: 27px;
}

.header__address address {
  font-style: normal;
  font-size: 15px;
}

.header__address address .phone a {
  font-size: 28px;
  font-weight: 100;
  color: #817464;
  padding-left: 37px;
  background: url(../images/icons/telephone-beige.svg) no-repeat left center;
  background-size: 19px 20px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

.header__address address .phone a:hover {
  opacity: 0.7;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 -37px 58px;
}

@media (max-width: 1920px) {
  .header__btn {
    margin: 0 calc(-12.74007px + -1.26354vw) 58px;
  }
}

@media (max-width: 1920px) {
  .header__btn {
    margin: 0 -25px 58px;
  }
}

.header__btn a {
  display: block;
  width: 50%;
  margin: 0 5px;
  padding: 12px 5px 11px;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #817464;
  transition: 0.5s all ease-in-out !important;
  -webkit-transition: 0.5s all ease-in-out !important;
  -moz-transition: 0.5s all ease-in-out !important;
  -ms-transition: 0.5s all ease-in-out !important;
  -o-transition: 0.5s all ease-in-out !important;
  outline: none;
}

.header__btn a.line_url {
  background-color: #b8aca0;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #b8aca0), color-stop(50%, #ffffff)) right;
  background: linear-gradient(to left, #b8aca0 50%, #ffffff 50%) right;
  background-size: 202%;
}

.header__btn a.line_url:hover {
  border-color: #463928;
  color: #463928;
  background-position: left;
}

.header__btn a.web_url {
  background-color: #817464;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #817464), color-stop(50%, #ffffff)) right;
  background: linear-gradient(to left, #817464 50%, #ffffff 50%) right;
  background-size: 202%;
}

.header__btn a.web_url:hover {
  border-color: #817464;
  color: #817464;
  background-position: left;
}

.header__btn a:focus {
  outline: none;
}

.header__btn_menu {
  border: none;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 7px;
  z-index: 10;
  outline: none;
}

.header__btn_menu__line {
  display: block;
  margin: 0 auto 4px;
  width: 18px;
  height: 2px;
  background: #3d3f3f;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header__btn_menu.active .header__btn_menu__line:first-child {
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
          transform: translateY(6px) translateX(0) rotate(45deg);
}

.header__btn_menu.active .header__btn_menu__line:nth-child(2) {
  opacity: 0;
}

.header__btn_menu.active .header__btn_menu__line:nth-child(3) {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-6px) translateX(0) rotate(-45deg);
}

.header__btn_menu__icon {
  display: block;
  padding-top: 2px;
}

.header__btn_menu__icon.close {
  display: none;
}

.header__btn_menu.active .header__btn_menu__icon.open {
  display: none;
}

.header__btn_menu.active .header__btn_menu__icon.close {
  display: block;
}

.headding {
  background-color: #d6cabe;
  color: #fff;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .headding {
    font-size: 8px;
    padding: 2px 10px;
  }
}

.menu li {
  list-style: none;
  margin-bottom: 16px;
}

.menu li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  background: url(../images/icons/icon_arrow_r_beige.png) no-repeat right center;
}

.menu li.active a {
  background: url(../images/icons/icon_arrow_r_beige_on.png) no-repeat right center;
}

.menu li.active a:before {
  content: none;
}

.menu_mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  padding-top: 80px;
  top: 0;
  overflow: auto;
  right: -100%;
  background: #ffffff;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}

.menu_mobile__active .menu_mobile {
  right: 0;
}

.menu_mobile__active .menu_mobile:before {
  content: '';
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}

.menu_mobile__top {
  padding: 0 40px 34px;
}

.menu_mobile__main_menu {
  margin-bottom: 37px;
}

.menu_mobile__main_menu .menu li {
  margin-bottom: 0;
  border-bottom: 2px solid #e2e2e2;
}

.menu_mobile__main_menu .menu li a {
  padding: 12px 20px 10px 0;
  background: url(../images/icons/arrow-right-beige.svg) no-repeat right center;
}

.menu_mobile__main_menu .menu li:first-child a {
  border-top: 2px solid #e2e2e2;
}

.menu_mobile__main_menu .menu li.accordion &gt; a {
  position: relative;
  background: transparent;
}

.menu_mobile__main_menu .menu li.accordion .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: url(../images/icons/plus-circle-beige.svg) no-repeat right center;
}

.menu_mobile__main_menu .sub_menu {
  padding-top: 15px;
  position: relative;
  display: none;
}

.menu_mobile .header__btn {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_mobile .header__btn a {
  width: 100%;
  padding: 9px 5px 5px;
  border: none;
  margin-bottom: 14px;
}

@media (max-width: 1024px) {
  .menu_mobile .header__btn a {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.menu_mobile .header__btn a.line_url {
  background-color: #c6a36b;
}

.menu_mobile .header__logo {
  float: none;
  margin-bottom: 33px;
}

.menu_mobile .header__address {
  margin-bottom: 67px;
}

.menu_mobile .header__address address {
  font-size: 12px;
}

.menu_mobile .header__address .phone {
  margin-top: 7px;
}

.menu_mobile .header__address .phone a {
  font-size: 20px;
  padding-left: 25px;
  color: #333333;
  background: url(../images/icons/telephone-beige03.svg) no-repeat left 5px;
  background-size: 15px 15px;
}

@media (max-width: 1024px) {
  .menu_mobile .header__address .phone a {
    font-size: 30px;
    padding-left: 30px;
    background-size: 20px 20px;
    background-position: left 10px;
  }
}

.menu_mobile__bottom {
  padding: 45px 40px;
  background-color: #ededed;
}

.menu_mobile .social__btn li {
  margin: 0 28px;
}

.menu_mobile .social__btn .bi {
  width: 30px;
  height: 30px;
}

.social--mbt390 {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .social--mbt390 {
    margin-bottom: 100px;
    padding: 0 10px;
  }
}

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

.social__btn ul li {
  margin: 0 20px;
}

.social__btn ul li a {
  display: block;
  color: #817464;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.social__btn ul li a svg {
  vertical-align: top;
}

.social__btn ul li a:hover {
  opacity: 0.8;
}

.social__btn ul.social__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: flex-start;
  gap: 20px;

}

@media (max-width: 1024px) {
  .social__btn ul.social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social__btn ul.social__list li {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin: 0;
}

@media (max-width: 1024px) {
  .social__btn ul.social__list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .social__btn ul.social__list li + li {
    margin-top: 20px;
  }
}

.social__btn ul.social__list li a {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #817464;
}

@media (max-width: 1024px) {
  .social__btn ul.social__list li a {
    min-height: 70px;
    padding: 10px 20px;
  }
}

.social__btn ul.social__list li span {
  margin-left: 20px;
}

.main__contents {
  padding-left: 430px;
}

@media (max-width: 1920px) {
  .main__contents {
    padding-left: 22.4%;
  }
}

@media (max-width: 1366px) {
  .main__contents {
    padding-left: 305px;
  }
}

@media (max-width: 1024px) {
  .main__contents {
    padding: 60px 0 0;
  }
}

.main_visual {
  position: relative;
  margin-bottom: 155px;
}

@media (max-width: 1024px) {
  .main_visual {
    background-color: #e8e3dd;
    padding-bottom: 28px;
    margin-bottom: 83px;
  }
}

.main_visual__image {
  mask-image: url(../images/main/mask_main_vs.png);
  -webkit-mask-image: url(../images/main/mask_main_vs.png);
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .main_visual__image {
    mask-image: url(../images/main/mask_main_sp.png);
    -webkit-mask-image: url(../images/main/mask_main_sp.png);
  }
}

.main_visual__image img {
  width: 100%;
  height: auto;
}

.main_visual .main_visual__lead {
  position: absolute;
  top: 50%;
  right: 67px;
  margin-top: -102px;
  letter-spacing: -2px;
  color: #333333;
  font-size: 60px;
  font-style: italic;
}

@media (max-width: 1920px) {
  .main_visual .main_visual__lead {
    margin-top: calc(-441.63899px + 17.68953vw);
  }
}

@media (max-width: 1366px) {
  .main_visual .main_visual__lead {
    margin-top: -70px;
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  .main_visual .main_visual__lead {
    margin-top: calc(-340.46512px + -18.60465vw);
    font-size: 24px;
    font-style: normal;
    right: inherit;
    left: 29px;
    top: 100%;
    font-family: "Noto Serif JP", serif;
  }
}

.table__schedule {
  position: absolute;
  bottom: 33px;
  right: 50px;
}

@media (max-width: 1366px) {
  .table__schedule {
    bottom: -110px;
    right: 20px;
  }
}

@media (max-width: 1024px) {
  .table__schedule {
    position: static;
    padding: 17px 10px;
  }
}

.table__schedule table {
  margin-bottom: 15px;
  border: 15px solid rgba(255, 255, 255, 0.8);
  border-bottom-width: 10px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

@media (max-width: 1024px) {
  .table__schedule table {
    width: 100%;
    font-size: 16px;
    border-top-width: 8px;
    margin-bottom: 9px;
  }
}

.table__schedule table th {
  width: 38px;
  border: none;
}

@media (max-width: 1024px) {
  .table__schedule table th {
    width: 35px;
  }
}

.table__schedule table th:first-child {
  width: 190px;
  text-align: left;
}

.table__schedule table td {
  text-align: center;
  color: #b8aca0;
}

.table__schedule table td.color_black {
  color: #000000;
}

.table__schedule table thead th {
  height: 55px;
  border-bottom: 2px solid #ececec;
}

@media (max-width: 1024px) {
  .table__schedule table thead th {
    height: 36px;
  }
}

.table__schedule table thead th:first-child {
  padding-left: 23px;
}

@media (max-width: 1024px) {
  .table__schedule table thead th:first-child {
    padding-left: 18px;
  }
}

.table__schedule table tbody th {
  text-align: left;
  padding: 0 5px;
  height: 45px;
}

@media (max-width: 1024px) {
  .table__schedule table tbody th {
    height: 36px;
  }
}

.table__note {
  text-align: right;
  font-size: 20px;
  color: #000000;
  padding-right: 33px;
}

@media (max-width: 1024px) {
  .table__note {
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
  }
}

.table__note span {
  display: block;
}

.opening {
  margin-bottom: 130px;
}

@media (max-width: 1024px) {
  .opening {
    margin-bottom: 45px;
  }
}

.opening .container {
  max-width: 1220px;
}

.opening__inner {
  position: relative;
  text-align: center;
  color: #333333;
  background-color: #f7f4f2;
  border-radius: 100px 0 100px 0;
  font-weight: 300;
  padding: 105px 0 60px;
}

@media (max-width: 1024px) {
  .opening__inner {
    padding: 47px 25px 70px;
    border-radius: 60px 0 60px 0;
  }
}

.opening__inner .is-en {
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
  color: #d6cabe;
  font-size: 110px;
  font-style: italic;
  line-height: 1;
  font-family: "perpetua";
}

@media (max-width: 1024px) {
  .opening__inner .is-en {
    font-size: 60px;
    top: -33px;
  }
}

.opening__inner .is-jp {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .opening__inner .is-jp {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .opening__inner p.letter {
    letter-spacing: -1px;
  }
}

.opening__notice {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  padding: 22px 0 34px;
  background-color: #ffffff;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .opening__notice {
    width: 100%;
    margin-top: 23px;
    padding: 19px 0 27px;
  }
}

.opening__notice__ttl {
  font-size: 20px;
  color: #463928;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .opening__notice__ttl {
    margin-bottom: 6px;
  }
}

.opening__notice__txt {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .opening__notice__txt {
    margin-bottom: 20px;
  }
}

.opening__notice__time {
  font-size: 20px;
  color: #463928;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .opening__notice__time {
    font-size: 18px;
  }
}

.opening__notice__time span {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  .opening__notice__time span {
    display: block;
    margin: 0 5px;
  }
}

.banner {
  margin-bottom: 140px;
}

@media (max-width: 1024px) {
  .banner {
    margin-bottom: 85px;
  }
}

.banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

@media (max-width: 1024px) {
  .banner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
  }
}

@media (max-width: 1366px) {
  .banner ul li {
    margin: 5px;
  }
}

@media (max-width: 1024px) {
  .banner ul li {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}

.banner ul a {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.banner ul a:hover {
  opacity: 0.7;
}

.news {
  margin-bottom: 132px;
}

@media (max-width: 1024px) {
  .news {
    margin-bottom: 95px;
  }
}

.news__inner {
  position: relative;
}

@media (max-width: 1024px) {
  .news__inner {
    padding: 0 10px;
  }
}

.news__head {
  text-align: center;
  margin-bottom: 65px;
}

.news__head .sub_ttl {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}

.news__head .is-en {
  font-style: italic;
  font-size: 48px;
  font-family: "perpetua";
  color: #463928;
}

@media (max-width: 1024px) {
  .news__head .is-en {
    font-size: 40px;
    line-height: 1.1;
  }
}

.news__ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__ttl ul li {
  margin-right: 33px;
}

@media (max-width: 1024px) {
  .news__ttl ul li {
    margin-right: 29px;
  }
}

.news__ttl ul li a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #333333;
  padding-right: 12px;
  padding-bottom: 15px;
  -webkit-transition: color opacity ease-out;
  transition: color opacity ease-out;
}

@media (max-width: 1024px) {
  .news__ttl ul li a {
    font-size: 16px;
    padding-right: 14px;
    padding-bottom: 9px;
  }
}

.news__ttl ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #57596e;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.news__ttl ul li a:hover {
  opacity: 0.7;
}

.news__ttl ul li.active a {
  color: #817464;
}

.news__ttl ul li.active a:before {
  width: 100%;
}

.news__cnt {
  position: relative;
  padding: 28px 0;
}

@media (max-width: 1024px) {
  .news__cnt {
    padding: 36px 0;
  }
}

.news__cnt__tab {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.news__cnt__tab.active {
  display: block;
  position: static;
}

.news__cnt__tab li {
  width: 100%;
  display: table;
  font-size: 17px;
  position: relative;
  padding: 20px 0;
  border-bottom: 2px solid #d9d9d9;
}

@media (max-width: 1024px) {
  .news__cnt__tab li {
    display: block;
    padding: 7px 0 10px 0;
    border-color: #f4f4f4;
  }
}

.news__cnt__tab li .date {
  display: table-cell;
  width: 150px;
  color: #463928;
}

@media (max-width: 1024px) {
  .news__cnt__tab li .date {
    font-size: 14px;
    width: 95px;
  }
}

.news__cnt__tab li .label {
  display: table-cell;
  width: 115px;
  color: #463928;
}

@media (max-width: 1024px) {
  .news__cnt__tab li .label {
    font-size: 14px;
  }
}

.news__cnt__tab li .link {
  display: table-cell;
}

@media (max-width: 1024px) {
  .news__cnt__tab li .link {
    display: block;
    font-size: 16px;
  }
}

.news__cnt__tab li .link a {
  color: #333333;
}

.news__view_more {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .news__view_more {
    position: static;
    text-align: right;
  }
}

.news__view_more a {
  position: relative;
  display: block;
  padding-right: 39px;
  padding-bottom: 16px;
  color: #817464;
  background: url(../images/icons/arrow-right-beige.svg) no-repeat right 7px;
}

@media (max-width: 1024px) {
  .news__view_more a {
    display: inline-block;
    padding-right: 29px;
    padding-bottom: 8px;
  }
}

.news__view_more a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #57596e;
  -webkit-transition: Width 0.2s ease-out;
  transition: Width 0.2s ease-out;
}

.news__view_more a:hover:before {
  width: 0;
}

.calendar {
  margin-bottom: 180px;
}

@media (max-width: 1024px) {
  .calendar {
    padding: 0 25px;
    margin-bottom: 79px;
  }
}

.calendar__ttl {
  text-align: center;
  margin-bottom: 65px;
}

.calendar__ttl .sub_ttl {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}

.calendar__ttl .is-en {
  font-style: italic;
  font-size: 48px;
  font-family: "perpetua";
  color: #d6cabe;
}

@media (max-width: 1024px) {
  .calendar__ttl .is-en {
    font-size: 40px;
    line-height: 1.1;
  }
}

.calendar__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .calendar__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.calendar__col {
  width: 48%;
}

@media (max-width: 1024px) {
  .calendar__col {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1366px) {
  .calendar iframe {
    width: 100%;
    height: 330px;
  }
}

.address {
  margin-bottom: 150px;
}

@media (max-width: 1024px) {
  .address {
    margin-bottom: 88px;
  }
}

.address__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 40px 53px 58px;
  border: 2px solid #57596e;
  color: #333333;
  background-color: #f0f0f6;
}

@media (max-width: 1024px) {
  .address__inner {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 32px 10px 52px;
  }
}

.address__col {
  width: 50%;
}

@media (max-width: 1024px) {
  .address__col {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .address__col:first-child {
    padding-bottom: 35px;
    margin-bottom: 29px;
    border-bottom: 2px solid #e3d6bc;
  }
}

.address__ttl {
  font-size: 30px;
  margin-bottom: 5px;
}

@media (max-width: 1366px) {
  .address__ttl {
    font-size: 24px;
  }
}

.address__phone {
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .address__phone {
    margin-bottom: 2px;
  }
}

.address__phone a {
  display: inline-block;
  padding-left: 50px;
  font-size: 40px;
  color: #333333;
  background: url(../images/icons/telephone-beige02.svg) no-repeat 2px 24px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .address__phone a {
    font-size: 30px;
    padding-left: 30px;
    background-size: 17px 17px;
    background-position: 2px 17px;
  }
}

.address__phone a:hover {
  opacity: 0.7;
}

.address__time {
  font-size: 18px;
  padding-left: 50px;
  background: url(../images/icons/icon_clock_beige.png) no-repeat 2px 2px;
}

@media (max-width: 1024px) {
  .address__time {
    display: inline-block;
    padding-left: 40px;
    font-size: 16px;
    background-size: 21px 21px;
  }
}

.address__time span {
  display: block;
}

.address__qrcode {
  margin: 12px 0 21px;
  font-size: 18px;
  padding: 0 0 5px 82px;
  background: url(../images/main/qr.jpg) no-repeat left center;
  background-size: 63px 63px;
  -moz-background-size: 63px 63px;
  -webkit-background-size: 63px 63px;
}

@media (max-width: 1024px) {
  .address__qrcode {
    display: none;
  }
}

.address__qrcode span {
  display: block;
}

.address__qrcode a {
  display: inline-block;
  color: #000000;
}

.address__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .address__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.address__btn a {
  width: 200px;
  display: inline-block;
  padding: 14px 12px 13px 15px;
  border: 1px solid #ffffff;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (max-width: 1024px) {
  .address__btn a {
    width: 50%;
    display: block;
    padding: 13px 4px 9px 6px;
    font-size: 16px;
  }
}

.address__btn a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 10px;
  background: url(../images/icons/arrow-right-wh.png) no-repeat;
  background-size: 100% 100%;
}

.address__btn a:first-child {
  margin-right: 14px;
  background-color: #817464;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #817464), color-stop(50%, #ffffff)) right;
  background: linear-gradient(to left, #817464 50%, #ffffff 50%) right;
  background-size: 202%;
}

.address__btn a:first-child:hover {
  color: #817464;
  border-color: #817464;
  background-position: left;
}

.address__btn a:first-child:hover:after {
  width: 16px;
  height: 15px;
  margin-bottom: -3px;
  background: url(../images/icons/arrow-right-beige.svg) no-repeat;
  background-size: 100% 100%;
}

.address__btn a:nth-child(2) {
  background-color: #b8aca0;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #b8aca0), color-stop(50%, #ffffff)) right;
  background: linear-gradient(to left, #b8aca0 50%, #ffffff 50%) right;
  background-size: 202%;
}

.address__btn a:nth-child(2):hover {
  color: #b8aca0;
  border-color: #b8aca0;
  background-position: left;
}

.address__btn a:nth-child(2):hover:after {
  width: 16px;
  height: 15px;
  margin-bottom: -3px;
  background: url(../images/icons/arrow-right-beige.svg) no-repeat;
  background-size: 100% 100%;
}

.section__ttl {
  color: #333333;
  position: relative;
}

@media (max-width: 1024px) {
  .section__ttl {
    padding: 0 10px;
  }
}

.section__ttl .is-en {
  margin-bottom: 5px;
  font-size: 110px;
  font-family: "perpetua";
  color: #d6cabe;
  font-style: italic;
  line-height: 1;
}

@media (max-width: 1024px) {
  .section__ttl .is-en {
    font-size: 60px;
    margin-bottom: 0;
  }
}

.section__ttl.align_rgt .is-en {
  padding-right: 10px;
}

.section__ttl .is-jp {
  margin-bottom: 5px;
  font-size: 45px;
  color: #7dbaab;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .section__ttl .is-jp {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.section__ttl .lead {
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .section__ttl .lead {
    font-size: 14px;
  }
}

.section__ttl .sub_ttl {
  letter-spacing: 2px;
  font-size: 125%;
  color: #c6a36b;
}

.section__ttl--fz100 .is-en {
  font-size: 100px;
}

@media (max-width: 1024px) {
  .section__ttl--fz100 .is-en {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .section__ttl .sub_ttl {
    font-size: 14px;
  }
}

.section__ttl.is-edge .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 30px;
}

.section__ttl.is-edge .container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 2px;
  background-color: #463928;
}

.section__ttl.is-edge .container .is-en {
  font-family: "perpetua";
  font-style: normal;
  font-size: 40px;
  color: #d6cabe;
  letter-spacing: 2px;
}

.section__ttl.is-edge .container .is-en span {
  color: #463928;
}

.section__ttl.is-edge .container .sub_ttl {
  margin-left: 80px;
}

.section__ttl_type01 {
  max-width: 1000px;
  margin: 0 auto 140px;
}

@media (max-width: 1024px) {
  .section__ttl_type01 {
    margin: 0 15px 50px;
  }
}

.section__ttl_type01.is-nomgbtm {
  margin-bottom: 0;
}

.section__ttl_type01.is-center {
  text-align: center;
}

.section__ttl_type01.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__ttl_type01.is-vertical .sub_ttl {
  margin-left: 40px;
}

.section__ttl_type01 .sub_ttl {
  font-size: 16px;
}

.section__ttl_type01 .is-en {
  padding: 20px 0;
  font-size: 40px;
  font-family: "perpetua";
  letter-spacing: 3px;
  color: #d6cabe;
  position: relative;
  line-height: 1.6;
}

.section__ttl_type01 .is-en span {
  display: inline-block;
}

.section__ttl_type01 .is-en em {
  color: #303f52;
}

.section__ttl_type01 .is-en::before {
  content: '';
  width: 150px;
  height: 3px;
  background-color: #d6cabe;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section__ttl_type02 {
  overflow: hidden;
  text-align: center;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 100px;
  min-height: 200px;
}

@media (max-width: 1024px) {
  .section__ttl_type02 {
    margin: 0 15px 10px;
    min-height: 100px;
  }
}

.section__ttl_type02.is-nomgbtm {
  margin-bottom: 0;
}

.section__ttl_type02 .is-en {
  font-size: 150px;
  font-family: "perpetua";
  letter-spacing: 5px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f1efed), color-stop(75%, #d7d9e8));
  background: linear-gradient(to right, #f1efed 25%, #d7d9e8 75%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 1024px) {
  .section__ttl_type02 .is-en {
    font-size: 20vw;
    letter-spacing: 3px;
  }
}

.section__ttl_type02 .sub_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.6;
}

.section__ttl_type02 .sub_ttl span {
  display: inline-block;
}

@media (max-width: 1024px) {
  .section__ttl_type02 .sub_ttl {
    font-size: 5vw;
  }
}

.message .section__ttl {
  margin-bottom: 140px;
}

@media (max-width: 1024px) {
  .message .section__ttl {
    margin-bottom: 35px;
    padding-right: 10px;
  }
}

.message__inner {
  background-color: #f6f6f6;
}

@media (max-width: 1024px) {
  .message__inner {
    background-color: #ffffff;
  }
}

.message__cnt {
  padding-top: 303px;
  padding-bottom: 65px;
  position: relative;
}

@media (max-width: 1024px) {
  .message__cnt {
    padding-top: 0;
    padding-bottom: 61px;
    background-color: #f6f6f6;
  }
}

.message__cnt__img {
  position: absolute;
  right: 0;
  top: -115px;
  height: 417px;
  mask-image: url(../images/main/mask_2.png);
  -webkit-mask-image: url(../images/main/mask_2.png);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .message__cnt__img {
    position: static;
    height: auto;
    margin-bottom: 22px;
    mask-image: url(../images/main/mask_2_.png);
    -webkit-mask-image: url(../images/main/mask_2_sp.png);
  }
}

.message__cnt__img img {
  max-width: none;
}

@media (max-width: 1024px) {
  .message__cnt__img img {
    max-width: 100%;
  }
}

.message__cnt__ttl {
  color: #333333;
  font-size: 26px;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .message__cnt__ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.message__cnt__txt {
  font-size: 18px;
  color: #333333;
}

@media (max-width: 1024px) {
  .message__cnt__txt {
    font-size: 16px;
    padding: 0 40px;
  }
}

.message__cnt__txt .text {
  line-height: 2;
}

@media (max-width: 1024px) {
  .message__cnt__txt .text {
    line-height: 1.8;
  }
}

.introduce {
  padding: 160px 0 8px;
  color: #333333;
}

@media (max-width: 1024px) {
  .introduce {
    padding: 67px 0 20px;
  }
}

.introduce .news__view_more {
  position: static;
  text-align: right;
}

.introduce .news__view_more a {
  display: inline-block;
}

.introduce__row {
  margin-bottom: 180px;
}

@media (max-width: 1024px) {
  .introduce__row {
    padding: 0 10px;
    margin-bottom: 98px;
  }
}

@media (max-width: 1024px) {
  .introduce__row:first-child {
    background-color: #f7f4f2;
    border-radius: 60px 0 60px 0;
  }
}

@media (max-width: 1024px) {
  .introduce__row:first-child .news__view_more {
    text-align: center;
  }
}

.introduce__row:first-child .sp_top_pos {
  position: relative;
  top: -30px;
}

.introduce__row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 123px;
}

@media (max-width: 1024px) {
  .introduce__row__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 83px;
  }
}

.introduce__row__inner--r150 {
  margin-right: -150px;
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .introduce__row__inner--r150 {
    margin-right: 0;
  }
}

.introduce__col__ttl {
  font-size: 26px;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .introduce__col__ttl {
    font-size: 20px;
    margin-bottom: 19px;
  }
}

.introduce__col__ttl--fz24 {
  line-height: 1.7;
  font-size: 24px;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .introduce__col__ttl--fz24 {
    font-size: 22px;
    margin-bottom: 17px;
  }
}

.introduce__col__cnt p {
  line-height: 1.9;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .introduce__col__cnt p {
    line-height: 1.8;
    margin-bottom: 28px;
  }
}

.introduce__col__number {
  margin-bottom: 17px;
  padding-left: 9px;
}

@media (max-width: 1024px) {
  .introduce__col__number {
    font-size: 20px;
    margin-bottom: 13px;
  }
}

.introduce__col__number span {
  display: inline-block;
}

.introduce__col__number span:after {
  content: '';
  width: 150px;
  height: 2px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 30px;
  background-color: #b49f82;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .introduce__col__number span:after {
    margin-left: 20px;
    width: 106px;
  }
}

.introduce__text {
  width: 50%;
}

@media (max-width: 1024px) {
  .introduce__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 25px;
  }
}

.introduce__row__inner:nth-child(odd) .introduce__text {
  padding-left: 50px;
}

@media (max-width: 1024px) {
  .introduce__row__inner:nth-child(odd) .introduce__text {
    padding: 0 25px;
  }
}

.introduce__row__inner:nth-child(even) .introduce__text {
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .introduce__row__inner:nth-child(even) .introduce__text {
    padding: 0 25px;
  }
}

.introduce__text .caption {
  text-align: right;
  margin-bottom: 30px;
}

.introduce__text .caption .txt_big {
  font-size: 24px;
  margin-left: 20px;
}

.introduce__img {
  width: 50%;
  position: relative;
}

@media (max-width: 1024px) {
  .introduce__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.introduce__mask {
  text-align: center;
}

.introduce__mask--mtop30 {
  margin-top: -30px;
}

@media (max-width: 1024px) {
  .introduce__mask--mtop30 {
    margin-top: 0;
  }
}

.introduce__mask img {
  margin-bottom: 27px;
  mask-image: url(../images/main/mask_3.png);
  -webkit-mask-image: url(../images/main/mask_3.png);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .introduce__mask img {
    margin-bottom: 34px;
  }
}

.introduce__mask img.mask_small {
  mask-image: url(../images/main/mask_4.png);
  -webkit-mask-image: url(../images/main/mask_4.png);
}

.introduce__mask figcaption {
  text-align: center;
}

@media (max-width: 1024px) {
  .introduce__mask figcaption {
    display: none;
  }
}

.introduce__mask figcaption .txt_big {
  font-size: 24px;
  margin-left: 25px;
}

.introduce__news {
  width: 585px;
  margin-top: -8px;
}

@media (max-width: 1366px) {
  .introduce__news {
    width: 100%;
    margin-top: 0;
    padding: 0 14px 105px;
  }
}

@media (max-width: 1024px) {
  .introduce__news__inner {
    width: 100%;
    padding: 15px;
    border: 1px solid #57596e;
    background-color: #ffffff;
    margin-bottom: 52px;
  }
}

.introduce__news__ttl {
  font-size: 18px;
  color: #d6cabe;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .introduce__news__ttl {
    font-size: 20px;
    margin-bottom: 11px;
  }
}

.introduce__news__cnt {
  margin-bottom: 51px;
}

.introduce__news__cnt ul li {
  display: table;
  width: 100%;
  margin-bottom: 14px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .introduce__news__cnt ul li {
    margin-bottom: 6px;
  }
}

.introduce__news__cnt ul li .date {
  display: table-cell;
  width: 130px;
  color: #303f52;
}

@media (max-width: 1024px) {
  .introduce__news__cnt ul li .date {
    font-size: 14px;
    width: 93px;
  }
}

.introduce__news__cnt ul li .link a {
  color: #333333;
  letter-spacing: -2px;
}

.service {
  padding: 35px 0 63px;
  margin-bottom: 180px;
  color: #333333;
  background-color: #f7f4f2;
  border-radius: 100px 0 100px 0;
}

@media (max-width: 1024px) {
  .service {
    padding: 23px 0 77px;
    margin-bottom: 83px;
    border-radius: 60px 0 60px 0;
  }
}

.service .section__ttl {
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .service .section__ttl {
    margin-bottom: 30px;
    padding-left: 10px;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 50px 30px;
  margin: 30px 0 20px 40px;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .service__list {
    padding: 30px;
    margin: 0;
    background-color: transparent;
  }
}

.service__list li {
  width: 25%;
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .service__list li {
    width: 50%;
    font-size: 14px;
    margin-bottom: 16px;
    padding-right: 15px;
  }
}

.service__list li .btn__arrow {
  min-width: 100px;
  padding-bottom: 11px;
  padding-right: 26px;
  color: #333333;
}

@media (max-width: 1024px) {
  .service__list li .btn__arrow {
    display: block;
    padding-right: 15px;
  }
}

.service .btn__arrow {
  padding-bottom: 8px;
  color: #817464;
}

@media (max-width: 1024px) {
  .service .btn__arrow {
    padding-bottom: 10px;
  }
}

.service .see_more .btn__arrow::before {
  width: 100%;
}

.service .see_more .btn__arrow:hover::before {
  width: 0;
}

@media (max-width: 1024px) {
  .service .see_more {
    text-align: center;
  }
}

.gallery {
  overflow: hidden;
  margin-bottom: 163px;
}

@media (max-width: 1024px) {
  .gallery {
    margin-bottom: 80px;
  }
}

.gallery .section__ttl {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .gallery .section__ttl {
    margin-bottom: 45px;
    padding-right: 20px;
  }
}

.gallery .slick-list {
  overflow: visible;
  margin-bottom: 68px;
}

@media (max-width: 1024px) {
  .gallery .slick-list {
    margin-bottom: 20px;
  }
}

.gallery .slick-control {
  text-align: center;
}

.gallery .slick-arrow {
  display: inline-block;
}

.gallery .slick-arrow button {
  width: 9px;
  height: 14px;
  border: none;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .gallery .slick-arrow button {
    width: 5px;
    height: 10px;
  }
}

.gallery .slick-prev {
  margin-right: 28px;
}

@media (max-width: 1024px) {
  .gallery .slick-prev {
    margin-right: 15px;
  }
}

.gallery .slick-prev button {
  background: url(../images/icons/icon__prev.png) no-repeat center center;
  background-size: 100% 100%;
}

.gallery .slick-next {
  margin-left: 28px;
}

@media (max-width: 1024px) {
  .gallery .slick-next {
    margin-left: 15px;
  }
}

.gallery .slick-next button {
  background: url(../images/icons/icon__next.png) no-repeat center center;
  background-size: 100% 100%;
}

.gallery .slick-dots {
  display: inline-block;
}

.gallery .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

@media (max-width: 1024px) {
  .gallery .slick-dots li {
    margin: 0 6px;
  }
}

.gallery .slick-dots li button {
  border: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-indent: -9999px;
  background-color: #b8aca0;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .gallery .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}

.gallery .slick-dots li.slick-active button {
  background-color: #57596e;
}

.gallery__item {
  padding: 0 35px;
}

@media (max-width: 1024px) {
  .gallery__item {
    padding: 0 8px;
  }
}

.gallery__img {
  mask-image: url(../images/main/mask_5.png);
  -webkit-mask-image: url(../images/main/mask_5.png);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-bottom: 13px;
}

@media (max-width: 1024px) {
  .gallery__img {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
}

.gallery__img img {
  width: 100%;
}

.gallery__ttl {
  font-size: 23px;
  text-align: center;
}

@media (max-width: 1024px) {
  .gallery__ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.gallery__ttl span {
  display: inline-block;
  color: #333333;
}

.gallery__txt {
  padding-left: 10px;
  color: #333333;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .gallery__txt {
    font-size: 16px;
  }
}

.gallery .see_more .btn__arrow::before {
  width: 100%;
}

.gallery .see_more .btn__arrow:hover::before {
  width: 0;
}

@media (max-width: 1024px) {
  .gallery .see_more {
    margin-right: 20px;
  }
}

.information {
  margin-bottom: 161px;
}

@media (max-width: 1024px) {
  .information {
    padding-top: 200px;
    margin-bottom: 79px;
  }
}

.information__inner {
  margin: 0 -95px;
  padding: 106px 95px 89px;
  background-color: #f7f4f2;
  border-radius: 100px 0 100px 0;
}

@media (max-width: 1024px) {
  .information__inner {
    position: relative;
    padding: 0 0 0;
    margin: 0;
    border-radius: 60px 0 60px 0;
  }
}

.information__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  margin-bottom: 65px;
  min-height: 462px;
}

@media (max-width: 1024px) {
  .information__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 3px;
    min-height: 100%;
  }
}

.information__cnt {
  position: relative;
  width: 50%;
}

@media (max-width: 1024px) {
  .information__cnt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px 20px 40px 24px;
  }
}

.information__cnt table th {
  width: 100px;
  padding: 8px 0 7px;
  text-align: left;
  color: #817464;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .information__cnt table th {
    padding: 10px 0 7px;
  }
}

.information__cnt table td {
  padding: 8px 45px 7px 0;
  color: #333333;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .information__cnt table td {
    padding: 8px 0 7px;
  }
}

.information__cnt table td a {
  color: #333333;
}

.information__img {
  position: relative;
  width: 50%;
}

@media (max-width: 1024px) {
  .information__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 210px;
    position: absolute;
    top: -195px;
    z-index: -1;
  }
}

.information__img_inside {
  position: absolute;
  top: -61px;
  left: 0;
  right: -187px;
  mask-image: url(../images/main/mask_6.png);
  -webkit-mask-image: url(../images/main/mask_6.png);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .information__img_inside {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .information__img_inside {
    top: 0;
    height: 210px;
    mask-image: none;
    -webkit-mask-image: none;
    overflow: hidden;
  }
}

.information__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .information__case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px 45px;
  }
}

.information__case__item {
  width: 30%;
  padding: 25px 8px 0;
  border-top: 3px solid #817464;
}

@media (max-width: 1024px) {
  .information__case__item {
    width: 100%;
    padding: 22px 13px 0;
    margin-bottom: 29px;
    border-top-width: 2px;
  }
}

.information__case__ttl {
  margin-bottom: 5px;
  text-align: center;
  font-size: 22px;
  color: #333333;
}

@media (max-width: 1024px) {
  .information__case__ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.information__case__txt {
  color: #333333;
}

.information__case__txt a {
  color: #333333;
}

.information .see_more {
  margin-right: 20px;
}

.footer {
  padding-left: 22.4%;
  background-color: #f7f7f7;
  color: #333333;
}

@media (max-width: 1366px) {
  .footer {
    padding-left: 305px;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding-left: 0;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 115px 45px 0 0;
  margin-bottom: 121px;
}

@media (max-width: 1366px) {
  .footer__inner {
    padding: 115px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 53px 10px 0;
    margin-bottom: 40px;
  }
}

.footer__left {
  width: 355px;
}

@media (max-width: 1366px) {
  .footer__left {
    padding-right: 10px;
  }
}

@media (max-width: 1024px) {
  .footer__left {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .footer__right {
    width: 100%;
  }
}

.footer__logo {
  padding-left: 28px;
  padding-top: 29px;
  margin-bottom: 97px;
}

@media (max-width: 1024px) {
  .footer__logo {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .footer__logo img {
    width: 181px;
    height: 76px;
  }
}

.footer__address {
  padding-left: 35px;
  margin-bottom: 26px;
}

@media (max-width: 1024px) {
  .footer__address {
    padding: 0;
    margin-bottom: 14px;
    text-align: center;
  }
}

.footer__address address {
  font-style: normal;
}

@media (max-width: 1024px) {
  .footer__address p {
    line-height: 1.6;
  }
}

.footer__contact {
  padding: 16px 35px 15px;
  border: 2px solid #57596e;
  text-align: center;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .footer__contact {
    margin-bottom: 50px;
  }
}

.footer__contact__ttl {
  font-size: 26px;
  margin-bottom: 3px;
}

@media (max-width: 1024px) {
  .footer__contact__ttl {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.footer__contact__number {
  font-size: 33px;
  text-align: left;
  margin-bottom: 7px;
}

@media (max-width: 1024px) {
  .footer__contact__number {
    font-size: 30px;
    margin-bottom: 1px;
    text-align: center;
  }
}

.footer__contact__number a {
  display: inline-block;
  padding-left: 37px;
  color: #333333;
  background: url(../images/icons/telephone-beige02.svg) no-repeat left center;
  background-size: 25px 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

@media (max-width: 1024px) {
  .footer__contact__number a {
    padding-left: 30px;
    background-size: 18px 19px;
  }
}

.footer__contact__number a:hover {
  opacity: 0.8;
}

.footer__contact__link a {
  width: 272px;
  display: inline-block;
  font-size: 22px;
  padding: 11px 0 8px;
  color: #ffffff;
  background-color: #57596e;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #57596e), color-stop(50%, #ffffff)) right;
  background: linear-gradient(to left, #57596e 50%, #ffffff 50%) right;
  background-size: 202%;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (max-width: 1024px) {
  .footer__contact__link a {
    font-size: 18px;
  }
}

.footer__contact__link a:hover {
  border-color: #817464;
  color: #817464;
  background-position: left;
}

.footer__contact__link a:hover:after {
  width: 16px;
  height: 15px;
  margin-bottom: -3px;
  background: url(../images/icons/arrow-right-beige.svg) no-repeat;
  background-size: 100% 100%;
}

.footer__contact__link a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 25px;
  background: url(../images/icons/arrow-right-wh.png) no-repeat;
  background-size: 100% 100%;
}

.footer .table__schedule {
  position: static;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .footer .table__schedule {
    padding: 10px 0;
    margin-bottom: 27px;
  }
}

.footer .table__schedule table {
  float: right;
  margin-bottom: 5px;
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 1024px) {
  .footer .table__schedule table {
    font-size: 14px;
    background-color: #ffffff;
    border: none;
  }
}

.footer .table__schedule table td {
  width: 49px;
}

.footer .table__schedule table thead th {
  height: 60px;
}

@media (max-width: 1024px) {
  .footer .table__schedule table thead th {
    height: 45px;
    padding: 0;
    text-align: center;
  }
}

.footer .table__schedule table tbody tr:first-child td, .footer .table__schedule table tbody tr:first-child th {
  padding-top: 20px;
  padding-bottom: 6px;
}

@media (max-width: 1024px) {
  .footer .table__schedule table tbody tr:first-child td, .footer .table__schedule table tbody tr:first-child th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .footer .table__schedule table tbody th, .footer .table__schedule table tbody td {
    text-align: center;
  }
}

.footer .table__note {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .footer .table__note {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer .table__note span {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .footer .table__note span {
    margin-left: 0;
  }
}

.footer__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.25%;
  position: relative;
}

.footer__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (max-width: 1024px) {
  .footer__map {
    padding-bottom: 80%;
  }
}

.footer__bottom {
  padding: 0 80px 56px 126px;
}

@media (max-width: 1024px) {
  .footer__bottom {
    padding: 0 0 95px;
  }
}

.footer__fnavi {
  text-align: right;
  margin-bottom: 56px;
}

@media (max-width: 1024px) {
  .footer__fnavi {
    display: none;
  }
}

.footer__fnavi li {
  display: inline-block;
  list-style: none;
  margin-left: 40px;
  margin-bottom: 10px;
}

.footer__fnavi li a {
  color: #333333;
  font-size: 20px;
  padding-bottom: 10px;
}

@media (max-width: 1366px) {
  .footer__fnavi li a {
    font-size: 16px;
  }
}

.footer__fnavi li.active a:before {
  width: 100%;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__copyright .copyright {
  text-align: right;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer__copyright .copyright {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .footer__social {
    margin-bottom: 34px;
  }
}

.footer__social .social__btn li {
  margin: 0 37px;
}
.social__btn li img {
  max-width: 50px;
}

@media (max-width: 1024px) {
  .footer__social .social__btn li {
    margin: 0 27px;
  }
}

.footer__social .social__btn li:first-child {
  margin-left: 0;
}

.footer__social .social__btn li:last-child {
  margin-right: 0;
}

.footer__social .bi {
  width: 42px;
  height: 42px;
}

@media (max-width: 1024px) {
  .footer__social .bi {
    width: 32px;
    height: 32px;
  }
}

.footer__btn_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer__btn_contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.footer__btn_contact ul li {
  width: 33.33%;
}

.footer__btn_contact ul li a {
  display: inline-block;
  width: 100%;
  padding: 14px 0 11px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.footer__btn_contact ul li a:before {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

.footer__btn_contact ul li:first-child a {
  background-color: #b8aca0;
}

.footer__btn_contact ul li:first-child a:before {
  background: url(../images/icons/telephone-wh.svg) no-repeat center center;
  background-size: 100% 100%;
}

.footer__btn_contact ul li:nth-child(2) a {
  background-color: #817464;
}

.footer__btn_contact ul li:nth-child(2) a:before {
  background: url(../images/icons/phone-fill-wh.svg) no-repeat center center;
}

.footer__btn_contact ul li:nth-child(3) a {
  background-color: #57596e;
}

.footer__btn_contact ul li:nth-child(3) a:before {
  background: url(../images/icons/line_a.svg) no-repeat center center;
  background-size: 100%;
}
.footer__btn_contact ul li:nth-child(4) a:before {
  background: url(../images/icons/icon_insta.png) no-repeat center center;
  background-size: 100%;
}

#pnavi {
  position: relative;
  text-align: right;
  padding-left: 22.4%;
}

.ptop {
  position: absolute;
  right: 50%;
  z-index: 9;
  margin-right: -830px;
}

@media (max-width: 1920px) {
  .ptop {
    margin-right: calc(-206.17329px + -32.49097vw);
  }
}

@media (max-width: 1366px) {
  .ptop {
    margin-right: -47vw;
  }
}

@media (max-width: 750px) {
  .ptop {
    margin-right: 0;
    right: 10px;
  }
}

#pnavi.fixed .ptop {
  position: fixed;
  bottom: 20px;
}

@media (max-width: 750px) {
  #pnavi.fixed .ptop {
    bottom: 60px;
  }
}

.ptop a {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

@media (max-width: 1024px) {
  .ptop a img {
    width: 52px;
    height: 52px;
  }
}

.ptop a:hover {
  opacity: 0.6;
}

.animation {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.animation.fadeInLft {
  opacity: 0;
  transform: translate3d(-1em, 0, 0);
  -webkit-transform: translate3d(-1em, 0, 0);
  -moz-transform: translate3d(-1em, 0, 0);
  -ms-transform: translate3d(-1em, 0, 0);
  -o-transform: translate3d(-1em, 0, 0);
  -webkit-transition: opacity transform ease-out;
  transition: opacity transform ease-out;
}

.animation.fadeInLft.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.animation.fadeInRgt {
  opacity: 0;
  transform: translate3d(1em, 0, 0);
  -webkit-transform: translate3d(1em, 0, 0);
  -moz-transform: translate3d(1em, 0, 0);
  -ms-transform: translate3d(1em, 0, 0);
  -o-transform: translate3d(1em, 0, 0);
  -webkit-transition: opacity transform ease-out;
  transition: opacity transform ease-out;
}

.animation.fadeInRgt.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.animation.fadeInUp {
  opacity: 0;
  transform: translate3d(0, 1em, 0);
  -webkit-transform: translate3d(0, 1em, 0);
  -moz-transform: translate3d(0, 1em, 0);
  -ms-transform: translate3d(0, 1em, 0);
  -o-transform: translate3d(0, 1em, 0);
  -webkit-transition: opacity transform ease-out;
  transition: opacity transform ease-out;
}

.animation.fadeInUp.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.animation.fadeInDown {
  opacity: 0;
  transform: translate3d(0, -1em, 0);
  -webkit-transform: translate3d(0, -1em, 0);
  -moz-transform: translate3d(0, -1em, 0);
  -ms-transform: translate3d(0, -1em, 0);
  -o-transform: translate3d(0, -1em, 0);
  -webkit-transition: opacity transform ease-out;
  transition: opacity transform ease-out;
}

.animation.fadeInDown.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.pankuzu {
  margin-bottom: 42px;
  color: #463928;
}

@media (max-width: 1024px) {
  .pankuzu {
    padding: 0 10px;
  }
}

.pankuzu a {
  color: #333333;
  display: inline-block;
}

.banner_sub {
  position: relative;
  margin-bottom: 33px;
}

.banner_sub__img {
  -webkit-mask-image: url(../images/main/mask_banner.png);
          mask-image: url(../images/main/mask_banner.png);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
}

.banner_sub__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 202, 190, 0.5);
}

.banner_sub__img img {
  width: 100%;
}

@media (max-width: 1024px) {
  .banner_sub__img {
    -webkit-mask-image: url(../images/main/mask_banner_sp.png);
            mask-image: url(../images/main/mask_banner_sp.png);
  }
}

.banner_sub__ttl {
  position: absolute;
  top: 50%;
  left: 90px;
  margin-top: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .banner_sub__ttl {
    left: 10px;
    margin-top: 0;
  }
}

.banner_sub__ttl .is-en {
  font-size: 120px;
  color: #ffffff;
  font-family: "perpetua";
  line-height: 1;
  font-style: italic;
}

@media (max-width: 1024px) {
  .banner_sub__ttl .is-en {
    font-size: 60px;
  }
}

.banner_sub__ttl .sub_ttl {
  font-size: 24px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .banner_sub__ttl .sub_ttl {
    font-size: 18px;
    line-height: 1;
  }
}

.service_list {
  padding: 58px 0 74px;
  margin-bottom: 92px;
  color: #333333;
  background-color: #f6f6f6;
}

@media (max-width: 1024px) {
  .service_list {
    padding: 30px 10px 80px;
    margin-bottom: 12px;
  }
}

.service_list__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.service_list__ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  padding-bottom: 6px;
  color: #463928;
}

@media (max-width: 1024px) {
  .service_list__ttl h2 {
    font-size: 26px;
  }
}

.service_list__ttl h2:after {
  content: '';
  width: 134px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #b49f82;
}

.service_list__cnt {
  background-color: #ffffff;
  margin: 0 -20px;
  padding: 35px 20px 5px;
}

@media (max-width: 1024px) {
  .service_list__cnt {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.service_list__cnt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_list__cnt ul li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .service_list__cnt ul li {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .service_list__cnt ul li:nth-child(2n) {
    padding: 0 5px;
  }
}

.service_list__cnt ul li a {
  display: block;
  font-size: 18px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #333333;
  background: transparent;
}

@media (max-width: 1024px) {
  .service_list__cnt ul li a {
    padding-left: 0;
    padding-right: 25px;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .service_list__cnt ul li a:before {
    content: none;
  }
}

.service_list__cnt ul li a:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 6px;
  top: 7px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

@media (max-width: 1024px) {
  .service_list__cnt ul li a:after {
    top: 5px;
  }
}

.service_list__cnt ul li a:hover:after {
  top: 10px;
}

.service_list__cnt ul.is-three li {
  width: 33.33%;
}

@media (max-width: 1024px) {
  .service_list__cnt ul.is-three li {
    width: 50%;
  }
}

.service_blog {
  color: #333333;
  margin-bottom: 150px;
}

@media (max-width: 1024px) {
  .service_blog {
    padding: 0 10px;
    margin-bottom: 200px;
  }
}

.blog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 118px;
  padding: 30px 0;
}

@media (max-width: 1024px) {
  .blog__row {
    margin-bottom: 20px;
    padding: 80px 0 0;
  }
}

@media (max-width: 1024px) {
  .blog__row--staff {
    padding: 0;
  }
}

.blog__row.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog__row.is-center::after {
  display: none;
}

.blog__row::after {
  content: "";
  display: block;
  width: 33.33%;
}

.blog__col--md3 {
  width: 33.33%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .blog__col--md3 {
    width: 100%;
    text-align: center;
  }
}

.blog__col--md3:nth-child(3n+1) {
  padding-right: 35px;
}

@media (max-width: 1024px) {
  .blog__col--md3:nth-child(3n+1) {
    padding: 0;
  }
}

.blog__col--md3:nth-child(3n-1) {
  padding: 0 17px;
}

@media (max-width: 1024px) {
  .blog__col--md3:nth-child(3n-1) {
    padding: 0;
  }
}

.blog__col--md3:nth-child(3n) {
  padding-left: 35px;
}

@media (max-width: 1024px) {
  .blog__col--md3:nth-child(3n) {
    padding: 0;
  }
}

.blog__col--md5 {
  width: 48%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .blog__col--md5 {
    width: 100%;
    text-align: center;
  }
}

.blog__col--md5:nth-child(2n+1) {
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .blog__col--md5:nth-child(2n+1) {
    padding: 0;
  }
}

.blog__col--md5:nth-child(2n) {
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .blog__col--md5:nth-child(2n) {
    padding: 0;
  }
}

.blog__cnt {
  width: 50%;
  color: #333333;
}

@media (max-width: 1024px) {
  .blog__cnt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog__cnt + .blog__list,
  .blog__cnt + .blog__list__row {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .blog__cnt + .blog__list + .blog__list__row,
  .blog__cnt + .blog__list__row + .blog__list__row {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.blog__row:nth-child(even) .blog__cnt {
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .blog__row:nth-child(even) .blog__cnt {
    padding-left: 0;
  }
}

.blog__row:nth-child(odd) .blog__cnt {
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .blog__row:nth-child(odd) .blog__cnt {
    padding-right: 0;
  }
}

.blog__row.blog__row--staff .blog__cnt {
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .blog__row.blog__row--staff .blog__cnt {
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

.facility .blog__cnt {
  padding: 25px 30px;
}

.blog__cnt--full {
  width: 100%;
}

.blog__cnt--full.--position-top {
  padding: 23px 115px !important;
  margin: -50px 80px 0;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .blog__cnt--full.--position-top {
    margin: -50px 15px 20px;
    padding: 10px 15px !important;
  }
}

.blog__row:nth-child(even) .blog__cnt--full {
  padding: 0;
}

.blog__row:nth-child(odd) .blog__cnt--full {
  padding: 0;
}

.equipment .blog__row .blog__cnt--full {
  padding: 30px 10px 30px 0;
}

@media (max-width: 1024px) {
  .equipment .blog__row .blog__cnt--full {
    padding: 15px 20px 30px 20px;
  }
}

@media (max-width: 1024px) {
  .blog__cnt--full p {
    text-align: left;
  }
}

.blog__cnt h3 {
  font-size: 30px;
  line-height: 1.5;
  color: #817464;
  border-bottom: 2px solid #b49f82;
  padding-bottom: 30px;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .blog__cnt h3 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 45px;
  }
  .blog__cnt h3.sub__ttl {
    font-size: 22px !important;
  }
}

.blog__cnt h3.fz24 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (max-width: 1024px) {
  .blog__cnt h3.fz24 {
    font-size: 22px;
  }
}

.facility .blog__cnt h3.fz24 {
  padding-bottom: 20px;
}

.equipment .blog__cnt h3.fz24 {
  padding-bottom: 0;
  margin-bottom: 10px;
  border: none;
}

@media (max-width: 1024px) {
  .equipment .blog__cnt h3.fz24 {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .blog__cnt h3.fz24 {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}

.blog__cnt h3.color_black {
  color: #333333;
}

.blog__cnt h3 .label {
  display: inline-block;
  background-color: #57596e;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 13px 4px;
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 42px;
}

@media (max-width: 1024px) {
  .blog__cnt h3 .label {
    margin-left: 20px;
    padding: 0 5px;
    margin-top: 0;
  }
}

.blog__cnt h3 .label--white {
  padding: 0;
  background-color: transparent;
  color: #333333;
}

.staff_third .blog__cnt h3 .label {
  margin-left: 30px;
}

.blog__cnt h3.sub__ttl {
  line-height: 1.6;
  color: #333333;
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b8aca0;
}

.blog__cnt h3.sub__ttl.--no-line {
  line-height: 1.8;
  padding-bottom: 0;
  margin-bottom: 25px;
  border: none;
  color: #817464;
}

@media (max-width: 1024px) {
  .blog__cnt h3.sub__ttl.--no-line {
    margin-bottom: 10px;
    line-height: 1.6;
  }
}

.blog__cnt h3.sub__ttl.--blue {
  color: #817464;
}

.blog__cnt__list {
  padding-left: 10px;
  margin-bottom: 38px;
}

@media (max-width: 1024px) {
  .blog__cnt__list {
    margin-bottom: 20px;
  }
}

.blog__cnt__list li {
  margin-bottom: 4px;
  font-size: 24px;
  color: #333333;
  padding-left: 28px;
  letter-spacing: -1px;
  background: url(../images/icons/icon_check_beige.png) no-repeat left 18px;
}

@media (max-width: 1024px) {
  .blog__cnt__list li {
    font-size: 16px !important;
    background-position: left 11px;
  }
}

.blog__cnt__list li.fz20 {
  font-size: 20px;
  margin-bottom: 13px;
}

.blog__cnt__list li.fz18 {
  font-size: 18px;
  margin-bottom: 13px;
}

.blog__cnt__list.--dot li {
  background: url(../images/icons/icon__dot_beige.png) no-repeat left 18px;
}

.blog__cnt__list.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .blog__cnt__list.--flex {
    margin-top: 25px;
  }
}

.blog__cnt__name {
  margin-bottom: 28px;
}

.staff_third .blog__cnt__name {
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  .staff_third .blog__cnt__name {
    margin-bottom: 10px;
  }
}

.blog__cnt__name span {
  color: #817464;
  font-size: 18px;
}

.blog__cnt span.date {
  color: #303f52;
}

.blog__cnt span.text {
  margin-left: 25px;
  letter-spacing: -2px;
}

.blog__cnt.--block-custom {
  width: 58.5%;
}

@media (max-width: 1024px) {
  .blog__cnt.--block-custom {
    width: 100%;
  }
}

.blog__ttl {
  line-height: 1.6;
  color: #463928;
  font-size: 24px;
}

.blog__img {
  width: 50%;
}

@media (max-width: 1024px) {
  .blog__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.blog__img.--full {
  width: 100%;
}

.blog__row:nth-child(even) .blog__img {
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .blog__row:nth-child(even) .blog__img {
    padding-right: 0;
  }
}

.blog__row:nth-child(odd) .blog__img {
  padding-left: 50px;
}

@media (max-width: 1024px) {
  .blog__row:nth-child(odd) .blog__img {
    padding-left: 0;
  }
}

.blog__row.blog__row--staff .blog__img {
  padding: 0;
}

.blog__img__mask {
  display: inline-block;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .blog__img__mask {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 60px 0 60px;
  }
}

.blog__img__mask--revert {
  border-radius: 45px 0 45px 0;
}

.blog__img__mask.--radius45 {
  border-radius: 0 45px 0 45px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .blog__img__mask.--radius45 {
    left: auto;
  }
}

.blog__img__mask.--sub_img {
  position: absolute;
  bottom: -50px;
  right: -80px;
}

@media (max-width: 1024px) {
  .blog__img__mask.--sub_img {
    left: auto;
    right: -5px;
    max-width: 200px;
  }
}

.staff_third .blog__img__mask {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .staff_third .blog__img__mask {
    margin-bottom: 20px;
  }
}

.blog__img.--block-custom {
  width: 41.5%;
}

@media (max-width: 1024px) {
  .blog__img.--block-custom {
    width: 100%;
  }
}

.blog__thumb {
  width: 100%;
  padding: 40px 50px 50px;
  margin: 60px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f4f2;
}

@media (max-width: 1024px) {
  .blog__thumb {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog__thumb__cnt {
  width: 580px;
  padding-right: 45px;
}

@media (max-width: 1024px) {
  .blog__thumb__cnt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.blog__thumb__cnt h3 {
  margin-bottom: 19px;
  font-size: 24px;
  color: #817464;
}

.blog__thumb__img {
  mask-image: url(../images/main/mask_thumb.png);
  -webkit-mask-image: url(../images/main/mask_thumb.png);
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.blog__list {
  width: 100%;
  color: #333333;
  background-color: #f7f4f2;
  border-radius: 60px 0 60px 0;
  overflow: hidden;
  padding: 22px 0 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .blog__list {
    padding: 10px;
    border-radius: 30px 0 30px 0;
  }
}

.blog__list ul.w700 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .blog__list ul.w700 {
    width: 100%;
  }
}

.blog__list ul li {
  margin-bottom: 13px;
}

.blog__list h3 {
  margin-bottom: 22px;
  font-size: 30px;
  color: #463928;
}

.blog__list h4 {
  font-size: 24px;
  color: #463928;
  margin-bottom: 18px;
}

.blog__list .date {
  width: 110px;
  display: table-cell;
  color: #b8aca0;
}

@media (max-width: 1024px) {
  .blog__list .date {
    display: block;
  }
}

.blog__list .link {
  display: table-cell;
}

.blog__list .link a {
  color: #333333;
}

.blog__list__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facility .blog__list__row {
  margin-bottom: 33px;
}

@media (max-width: 1024px) {
  .blog__list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
  }
}

.blog__list__col {
  width: 50%;
}

@media (max-width: 1024px) {
  .blog__list__col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.blog__list__col:nth-child(odd) {
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .blog__list__col:nth-child(odd) {
    padding: 0 10px;
  }
}

.blog__list__col:nth-child(even) {
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .blog__list__col:nth-child(even) {
    padding: 0 10px;
  }
}

.facility .blog__list__col:nth-child(odd) {
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .facility .blog__list__col:nth-child(odd) {
    padding: 0;
  }
}

.facility .blog__list__col:nth-child(even) {
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .facility .blog__list__col:nth-child(even) {
    padding: 0;
  }
}

.blog__list__col .blog__list {
  padding: 34px 30px 41px 35px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .blog__list__col .blog__list {
    padding: 25px 10px;
  }
}

.blog__notice {
  padding: 42px 95px 44px 100px;
  background-color: #f7f7f7;
}

@media (max-width: 1024px) {
  .blog__notice {
    padding: 25px 20px;
  }
}

.blog__notice__ttl {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
  color: #b8aca0;
}

@media (max-width: 1024px) {
  .blog__notice__ttl {
    font-size: 18px;
  }
}

.blog__clinic_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__clinic_cnt {
  min-height: 447px;
  padding: 47px 29px 20px 40px;
  background-color: #f7f4f2;
  border-radius: 100px 0 100px 0;
}

@media (max-width: 1024px) {
  .blog__clinic_cnt {
    padding: 47px 20px 40px 20px;
    border-radius: 60px 0 60px 0;
  }
}

.blog__clinic_cnt--gray {
  background-color: #f7f7f7;
}

.blog__clinic_cnt h3 {
  position: relative;
  font-size: 30px;
  text-align: center;
  color: #817464;
  padding-bottom: 13px;
  margin-bottom: 40px;
}

.blog__clinic_cnt h3.fz24 {
  font-size: 24px;
  padding-bottom: 24px;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .blog__clinic_cnt h3.fz24 {
    margin-bottom: 20px;
  }
}

.blog__clinic_cnt h3.fz24:after {
  width: 200px;
}

.blog__clinic_cnt h3.fz24 .txt_block {
  font-size: 18px;
}

.blog__clinic_cnt h3:after {
  content: '';
  width: 150px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  background-color: #b49f82;
}

.blog__clinic_cnt h4 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 24px;
}

.staff_first {
  margin-top: 100px;
  color: #333333;
  position: relative;
}

@media (max-width: 1024px) {
  .staff_first {
    width: 100%;
  }
}

.staff_first__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -130px;
  padding-left: 130px;
  padding-bottom: 107px;
  margin-bottom: 195px;
}

@media (max-width: 1366px) {
  .staff_first__inner {
    margin: 0;
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .staff_first__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 50px;
    padding: 60px 0;
    background-color: #f7f7f7;
    border-radius: 60px 0 60px 0;
  }
}

.staff_first__inner::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 130px;
  right: 0;
  z-index: -1;
  background-color: #f7f7f7;
  border-radius: 100px 0 100px 0;
}

@media (max-width: 1920px) {
  .staff_first__inner::before {
    left: calc(-320.54152px + 23.4657vw);
  }
}

@media (max-width: 1366px) {
  .staff_first__inner::before {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .staff_first__inner::before {
    border-radius: 60px 0 60px 0;
  }
}

.staff_first__cnt {
  width: 440px;
  padding-right: 50px;
  padding-top: 70px;
}

@media (max-width: 1024px) {
  .staff_first__cnt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 10px;
  }
}

.staff_first__cnt .is-ttl {
  font-size: 24px;
  border-bottom: 1px solid #c6a36b;
  padding-bottom: 37px;
  margin-bottom: 37px;
}

@media (max-width: 1024px) {
  .staff_first__cnt .is-ttl {
    text-align: center;
  }
}

.staff_first__img {
  margin-top: -80px;
}

@media (max-width: 1024px) {
  .staff_first__img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.staff_first__img__mask {
  mask-image: url(../images/main/mask_6.png);
  -webkit-mask-image: url(../images/main/mask_6.png);
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.staff_md .blog__list__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .staff_md .blog__list + .blog__list {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 1024px) {
  .staff_md .blog__row--staff {
    margin-bottom: 100px;
  }
  .staff_md .blog__row--staff .blog__list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .staff_md .blog__row--staff + .blog__row--staff {
    margin-bottom: 20px;
  }
  .staff_md .blog__row--staff + .blog__row--staff .blog__list {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .staff_md .blog__list h3 {
    font-size: 24px;
    text-align: left;
  }
}

.mask_image {
  display: inline-block;
  text-align: center;
}

.mask_image .slick-slide img {
  -webkit-mask-image: url(../images/main/mask_7.png);
          mask-image: url(../images/main/mask_7.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.mask_small {
  display: inline-block;
  text-align: center;
}

.mask_small img {
  -webkit-mask-image: url(../images/main/mask_small.png);
          mask-image: url(../images/main/mask_small.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .mask_small img {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}

.gallery_clinic {
  margin-top: 90px;
  margin-bottom: 210px;
  color: #333333;
}

@media (max-width: 1024px) {
  .gallery_clinic {
    padding: 0;
    margin-bottom: 50px;
  }
}

.gallery_clinic__gallery {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 70px;
}

@media (max-width: 1024px) {
  .gallery_clinic__gallery {
    padding: 0 10px;
  }
}

.gallery_clinic__gallery .mask_image {
  display: block;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .gallery_clinic__gallery .mask_image {
    height: auto;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    overflow: visible;
  }
}

.gallery_clinic__gallery .slick-list {
  margin-bottom: 0;
  overflow: hidden;
}

.gallery_clinic__gallery .slick-control {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .gallery_clinic__gallery .slick-control {
    bottom: 0;
  }
}

.gallery_clinic__gallery .slick-prev button {
  background: url(../images/icons/icon__prev_wh.png) no-repeat center center;
  background-size: 100% 100%;
}

.gallery_clinic__gallery .slick-next button {
  background: url(../images/icons/icon__next_wh.png) no-repeat center center;
  background-size: 100% 100%;
}

.gallery_clinic__cnt h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 22px;
}

.gallery_clinic__cnt h3 span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #b49f82;
}

.gallery_clinic__thumb ul {
  padding: 0 10px;
  margin-top: 40px;
  margin-bottom: 160px;
}

@media (max-width: 1024px) {
  .gallery_clinic__thumb ul {
    margin-bottom: 30px;
    padding: 0;
  }
}

.gallery_clinic__thumb ul li {
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .gallery_clinic__thumb ul li {
    margin-bottom: 10px;
    padding: 0 3px;
  }
}

.gallery_clinic__thumb ul li a {
  display: inline-block;
}

.equipment {
  margin-bottom: 257px;
}

@media (max-width: 1024px) {
  .equipment {
    margin-bottom: 100px;
  }
}

.equipment .blog__row {
  padding: 0;
}

.equipment__inner {
  margin: 0 -150px;
  padding: 50px 150px;
  background-color: #f7f4f2;
  border-radius: 100px 0 100px 0;
}

@media (max-width: 1024px) {
  .equipment__inner {
    margin: 0 0 100px;
    padding: 30px 15px 50px;
    border-radius: 60px 0 60px 0;
  }
}

.equipment__inner__ttl {
  margin-bottom: 37px;
  color: #333333;
}

.equipment__inner__ttl .is-ttl {
  font-size: 30px;
  color: #817464;
}

@media (max-width: 1024px) {
  .equipment__inner__ttl .is-ttl {
    font-size: 24px;
  }
}

.equipment__inner__ttl .is-ttl span {
  display: inline-block;
  border-bottom: 2px solid #b49f82;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.equipment__inner__ttl p {
  text-align: center;
}

@media (max-width: 1024px) {
  .equipment__inner__ttl p {
    text-align: left;
  }
}

.equipment__inner__ttl h3 span {
  font-size: 20px;
}

.equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.equipment__list:after {
  content: "";
  display: block;
  width: 30%;
}

@media (max-width: 1024px) {
  .equipment__list:after {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

.equipment__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-top: 50px;
}

.equipment__item:nth-child(n+4) {
  /* margin-top: 30px; */
}

@media (max-width: 1024px) {
  .equipment__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .equipment__item:nth-child(n+3) {
    /* margin-top: 20px; */
  }
}

@media (max-width: 769px) {
  .equipment__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.facility {
  margin-bottom: 146px;
}

.facility .section__ttl {
  padding: 0;
}

@media (max-width: 1024px) {
  .facility {
    padding: 0 10px;
  }
}

.access {
  margin-top: 65px;
  margin-bottom: 150px;
}

@media (max-width: 1024px) {
  .access {
    padding: 0 10px;
  }
}

.access .section__ttl {
  padding: 0;
}

.access .mcenter {
  width: 600px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .access .mcenter {
    width: 100%;
    height: auto;
  }
}

.access__infor {
  padding: 43px 88px 41px;
  margin-bottom: 163px;
  color: #333333;
  background-color: #f7f4f2;
  border-radius: 100px 0 100px 0;
}

@media (max-width: 1024px) {
  .access__infor {
    padding: 30px;
    margin: 0 -10px 80px;
    border-radius: 60px 0 60px 0;
  }
}

.access__infor h3 {
  margin-bottom: 37px;
  font-size: 30px;
  color: #d6cabe;
  text-align: center;
}

.access__infor ul li {
  margin-bottom: 37px;
}

.access__infor ul li h4 {
  font-size: 24px;
  color: #817464;
  border-bottom: 2px solid #b49f82;
  padding-left: 53px;
  padding-bottom: 1px;
  margin-bottom: 23px;
}

@media (max-width: 1024px) {
  .access__infor ul li h4 {
    font-size: 22px;
  }
}

.access__infor ul li h4.icon_car {
  background: url(../images/icons/icon_car_beige.png) no-repeat 8px 10px;
}

.access__infor ul li h4.icon_train {
  background: url(../images/icons/icon_train_beige.png) no-repeat 11px 9px;
}

.access__infor ul li h4.icon_bus {
  background: url(../images/icons/icon_bus_beige.png) no-repeat 10px 6px;
}

.access__infor ul li p {
  padding-left: 53px;
  letter-spacing: -2px;
}

.access__list h3 {
  color: #817464;
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}

.access__list h3 span {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #b49f82;
}

.access__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -25px;
}

@media (max-width: 1024px) {
  .access__list ul {
    margin: 0;
  }
}

.access__list ul li {
  margin-bottom: 58px;
  width: 33.33%;
  padding: 0 25px;
}

@media (max-width: 1024px) {
  .access__list ul li {
    width: 100%;
    padding: 0 10px;
  }
}

.access__list__cnt {
  position: relative;
  overflow: hidden;
}

.access__list__number {
  width: 80px;
  height: 80px;
  padding-top: 40px;
  padding-right: 15px;
  text-align: right;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
  font-size: 18px;
  color: #ffffff;
  background-color: #b8aca0;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .access__list__number {
    font-size: 14px;
    width: 40px;
    height: 40px;
    padding-top: 13px;
    padding-right: 10px;
    top: -15px;
    left: -15px;
  }
}

.access__list__img {
  display: inline-block;
  text-align: center;
  -webkit-mask-image: url(../images/main/mask_5.png);
          mask-image: url(../images/main/mask_5.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .access__list__img img {
    width: 100%;
    height: auto;
  }
}

.access__list__txt {
  padding: 24px 20px 10px;
  color: #333333;
}

@media (max-width: 1024px) {
  .access__list__txt {
    padding: 10px 0;
  }
}

.error .error_ttl {
  font-size: 40px;
  font-family: "Noto Serif JP", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .error {
    padding: 0 10px;
  }
  .error .error_ttl {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .endpart {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .block-cnt.no-order .blog__img {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
}

@media (max-width: 1024px) {
  .block-cnt.no-order .blog__cnt {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
}

.block-cnt {
  position: relative;
}

@media (max-width: 1024px) {
  .block-cnt {
    margin-bottom: 80px;
  }
}

.block-cnt.--background-blue {
  margin: 0 -110px;
  padding: 50px 110px;
  background-color: #f7f4f2;
  border-radius: 150px 0 150px 0;
}

@media (max-width: 1366px) {
  .block-cnt.--background-blue {
    margin: 0 -10px;
    padding: 50px;
    border-radius: 60px 0 60px 0;
  }
}

@media (max-width: 1024px) {
  .block-cnt.--background-blue {
    margin: 0 -10px;
    padding: 50px 10px;
    border-radius: 60px 0 60px 0;
  }
}

.block-cnt.--no-radius {
  border-radius: 0;
  margin: 0;
  padding: 0 50px;
}

@media (max-width: 1024px) {
  .block-cnt.--no-radius {
    padding: 0 20px;
  }
}

.block-cnt__ttl {
  font-size: 30px;
  color: #463928;
}

@media (max-width: 1024px) {
  .block-cnt__ttl {
    font-size: 26px;
    width: 100%;
  }
}

.block-cnt__ttl.fz24 {
  font-size: 24px;
}

.block-cnt__desc {
  font-size: 16px;
  color: #b8aca0;
}

@media (min-width: 1025px) {
  .block-cnt__desc.fz30 {
    font-size: 30px;
  }
}

.block-cnt__number {
  width: 50px;
  height: 50px;
  padding-top: 0;
  padding-right: 0;
  text-align: center;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 18px;
  color: #ffffff;
  background-color: #b8aca0;
  border-radius: 0 0 25px 0;
}

.block-cnt__table {
  margin: 0;
  padding: 0 50px;
}

@media (max-width: 1366px) {
  .block-cnt__table {
    max-width: 100%;
    overflow-x: auto;
  }
  .block-cnt__table table {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .block-cnt__table {
    padding: 0 0 20px;
    margin: 0;
    overflow-x: scroll;
  }
}

.block-cnt__table:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: -115px;
  right: calc((100vw - 22.4vw - 1160px)/2*-1);
  z-index: -1;
  background-color: #f7f4f2;
  border-radius: 150px 0 150px 0;
}

@media (max-width: 1920px) {
  .block-cnt__table:before {
    left: calc(283.55596px + -20.75812vw);
  }
}

@media (max-width: 1366px) {
  .block-cnt__table:before {
    left: 0;
  }
}

@media (max-width: 1366px) {
  .block-cnt__table:before {
    right: 10px;
  }
}

@media (max-width: 1024px) {
  .block-cnt__table:before {
    border-radius: 60px 0 60px 0;
    left: -12px;
    right: -12px;
  }
}

.block-cnt__table table {
  border-collapse: collapse;
}

.block-cnt__table table thead th {
  border: 1px solid #ffffff;
  color: #333333;
  font-size: 19px;
  width: 250px;
  background-color: #d6cabe;
}

@media (max-width: 1024px) {
  .block-cnt__table table thead th {
    font-size: 14px;
  }
}

.block-cnt__table table thead th:first-child {
  border: none;
  width: 225px;
}

@media (max-width: 1024px) {
  .block-cnt__table table thead th:first-child {
    width: 160px;
  }
}

.block-cnt__table table thead th p {
  padding: 8px;
}

@media (max-width: 1024px) {
  .block-cnt__table table thead th p {
    padding: 12px 8px;
  }
}

.block-cnt__table table tbody tr:first-child td {
  border: 1px solid #d6cabe;
  border-bottom-style: solid;
}

.block-cnt__table table tbody tr:last-child th:after {
  display: none;
}

.block-cnt__table table tbody tr:last-child td {
  border: 1px solid #d6cabe;
  border-top-style: solid;
}

.block-cnt__table table tbody th {
  position: relative;
  padding: 10px 18px;
  background-color: #b8aca0;
  color: #ffffff;
  font-size: 19px;
  border: 1px solid #d6cabe;
}

@media (max-width: 1024px) {
  .block-cnt__table table tbody th {
    font-size: 14px;
    border: none;
    padding: 12px 8px;
    border-right: 1px solid #d6cabe;
  }
}

.block-cnt__table table tbody th:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  border-top: 1px solid #d6cabe;
}

@media (max-width: 1024px) {
  .block-cnt__table table tbody th:after {
    bottom: 0;
  }
}

.block-cnt__table table tbody td {
  padding: 17px 18px 13px;
  font-size: 17px;
  color: #333333;
  border: 1px dashed #d6cabe;
  border-right-style: solid;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .block-cnt__table table tbody td {
    padding: 12px 8px;
    font-size: 13px;
  }
}

.h3_1 {
  line-height: 1.6;
  color: #333333;
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6a36b;
}

@media (max-width: 1024px) {
  .h3_1 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  #block_11 {
    margin-top: 100px;
    padding: 50px 20px 20px;
  }
  #block_11 .blog__row {
    margin-bottom: 0;
  }
  #block_11 .blog__row .blog__cnt {
    margin-bottom: 20px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 1024px) {
  #block_9 .blog__img__mask.--radius45 {
    left: auto;
    margin-top: 100px;
  }
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-blog_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 3px solid #817464;
}

.m-blog_navi .m-blog_naviBlk {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.m-blog_navi .m-blog_naviTtl {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  color: #817464;
}

.m-blog_navi .m-blog_naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-blog_navi .m-blog_naviList &gt; li {
  margin-top: 5px;
  font-size: 1.0rem;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}

.m-blog_navi .m-blog_naviList &gt; li a {
  display: block;
  padding: 5px 0;
  padding-right: 1.5rem;
  color: #817464;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url(../images/icons/icon_arrow_r_beige.png) no-repeat right center;
}

.m-blog_navi .m-blog_naviList &gt; li a::before {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-blog_navi .m-blog_naviList &gt; li a span {
  font-size: 0.8rem;
}

@media (max-width: 1366px) {
  .m-blog_navi {
    display: block;
  }
  .m-blog_navi .m-blog_naviBlk + .m-blog_naviBlk {
    margin-top: 20vw;
  }
  .m-blog_navi .m-blog_naviList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-blog_navi .m-blog_naviList &gt; li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media (max-width: 1024px) {
  .m-blog_navi {
    padding: 10vw 15px 10vw;
  }
  .m-blog_navi .m-blog_naviBlk + .m-blog_naviBlk {
    margin-top: 10vw;
  }
  .m-blog_navi .m-blog_naviTtl {
    font-size: 1.6rem;
    padding-bottom: 0px;
  }
  .m-blog_navi .m-blog_naviList {
    margin-top: 10px;
    display: block;
  }
  .m-blog_navi .m-blog_naviList &gt; li {
    margin-top: 0;
    font-size: 1rem;
  }
  .m-blog_navi .m-blog_naviList &gt; li a {
    padding: 10px 0;
  }
}

@media (max-width: 1024px) {
  .m-blog_main {
    padding: 0 15px;
  }
}

/* ---------------------------------------------------------
 *	タイトル
 *---------------------------------------------------------- */
.m-blog_title {
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 1100px;
  margin: 0 auto 100px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .m-blog_title {
    font-size: 1.5rem;
    margin: 0 auto 6vw;
  }
}

.m-blog_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.m-blog_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-blog_category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  color: #fff;
  padding: 5px 20px;
  background-color: #817464;
}

@media (max-width: 1024px) {
  .m-blog_category span {
    font-size: 0.6rem;
  }
  .m-blog_category span::before {
    font-size: 0.4rem;
  }
}

.m-blog_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #817464;
}

.m-blog_date span {
  font-size: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  letter-spacing: 2px;
  color: #817464;
  font-size: 0.7rem;
}

@media (max-width: 1024px) {
  .m-blog_date span {
    font-size: 0.6rem;
    padding: 5px 10px;
  }
}

.m-blog_catch {
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .m-blog_catch {
    margin: 0 auto 10vw;
  }
}

@media (max-width: 768px) {
  .m-blog_text {
    display: none;
  }
}

.m-blog_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.m-blog_pic {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

@media (max-width: 1024px) {
  .m-blog_pic {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}

.m-blog_cont {
  -ms-flex-preferred-size: calc(100% - 230px);
      flex-basis: calc(100% - 230px);
}

@media (max-width: 768px) {
  .m-blog_cont {
    -ms-flex-preferred-size: calc(100% - 160px);
        flex-basis: calc(100% - 160px);
  }
}

/* ---------------------------------------------------------
 *	一覧
 *---------------------------------------------------------- */
.m-blog_archiveTtl {
  text-align: center;
  margin-bottom: 30px;
}

.m-blog_archiveTtl .sub_ttl {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  display: block;
}

.m-blog_archiveTtl .is-en {
  font-size: 48px;
  font-style: italic;
  font-family: "perpetua";
  color: #463928;
  display: block;
}

@media (max-width: 1024px) {
  .m-blog_archiveTtl .is-en {
    font-size: 40px;
    line-height: 1.1;
  }
}

.m-blog_article {
  max-width: 1100px;
  margin: 0 auto;
}

.m-blog_article article + article {
  margin-top: 20px;
}

.m-blog_article article a {
  padding-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-blog_article article a.is-hover, .m-blog_article article a:hover {
  opacity: .7;
}

.m-blog_article article a.is-hover .m-blog_title, .m-blog_article article a:hover .m-blog_title {
  text-decoration: underline;
}

.m-blog_article .m-blog_option {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.m-blog_article .m-blog_title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .m-blog_article .m-blog_title {
    font-size: 1.0rem;
  }
}

/* ---------------------------------------------------------
 *	記事
 *---------------------------------------------------------- */
.m-blog_body {
  max-width: 1100px;
  margin: 40px auto 0;
  font-size: 1.0rem;
}

.m-blog_body p, .m-blog_body div, .m-blog_body table, .m-blog_body img, .m-blog_body ul, .m-blog_body ol {
  margin-bottom: 30px;
  font-size: 1.0rem;
}

.m-blog_body table {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
}

.m-blog_body table th {
  background-color: #adadad;
}

.m-blog_body table td, .m-blog_body table th {
  font-size: 0.6rem;
  padding: 5px 10px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}

.m-blog_body h1, .m-blog_body h2, .m-blog_body h3, .m-blog_body h4, .m-blog_body h5, .m-blog_body h6 {
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.4;
}

.m-blog_body h1 {
  font-size: 1.6rem;
  border-bottom: 3px solid #817464;
  background-color: rgba(129, 116, 100, 0.1);
  position: relative;
  padding: 10px;
  color: #817464;
}

.m-blog_body h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid #b49f82;
  position: relative;
  padding-bottom: 10px;
  color: #817464;
}

.m-blog_body h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 200px;
  height: 2px;
  background-color: #b8aca0;
}

.m-blog_body h3 {
  font-size: 1.4rem;
  padding: 10px;
  color: #817464;
  border-bottom: 2px solid #b49f82;
  background-color: rgba(129, 116, 100, 0.05);
}

.m-blog_body h4 {
  font-size: 1.3rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
}

.m-blog_body h5 {
  font-size: 1.2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #817464;
}

.m-blog_body h6 {
  font-size: 1.2rem;
  padding-bottom: 5px;
  border-bottom: 1px dashed #817464;
}

.m-blog_body a {
  text-decoration: underline;
  color: #0070c9;
}

.m-blog_body a:hover {
  text-decoration: none;
}

.m-blog_body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m-blog_body .alignleft {
  display: block;
}

.m-blog_body .alignright {
  margin-left: auto;
  display: block;
}

.m-blog_body ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.m-blog_body ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.m-blog_body .googlemap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 45.75%;
  position: relative;
}

.m-blog_body .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.m-blog_body .youtube {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-top: 45.75%;
}

.m-blog_body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1366px) {
  .m-blog_body .googlemap {
    padding-top: 50%;
  }
  .m-blog_body .youtube {
    padding-top: 56.25%;
  }
}

@media (max-width: 1024px) {
  .m-blog_body {
    margin: 4vw auto 0;
    overflow: hidden;
  }
  .m-blog_body h1, .m-blog_body h2, .m-blog_body h3, .m-blog_body h4, .m-blog_body h5, .m-blog_body h6 {
    margin-bottom: 2rem;
  }
  .m-blog_body h1 {
    font-size: 1.4rem;
  }
  .m-blog_body h1::before {
    width: 100px;
  }
  .m-blog_body h2 {
    font-size: 1.3rem;
  }
  .m-blog_body h2::before {
    width: 50px;
  }
  .m-blog_body h3 {
    font-size: 1.2rem;
  }
  .m-blog_body h4 {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  .m-blog_body h5 {
    font-size: 1rem;
    padding-bottom: 5px;
  }
  .m-blog_body h6 {
    font-size: 1rem;
    padding-bottom: 5px;
  }
}

/* ------------------------------------------------------------
 * ページネーション
 * ------------------------------------------------------------ */
.m-pagination {
  margin-top: 10vw;
}

.m-pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-pagination_list ul {
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-pagination_list a, .m-pagination_list .btn {
  cursor: pointer;
  margin: 0 3px;
  display: block;
  padding: 11px 15px;
  color: #d6cabe;
  border: 1px solid #d6cabe;
  border-radius: 2em;
  font-size: 1.0rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}

.m-pagination_list a.is-hover, .m-pagination_list a:hover, .m-pagination_list a.is-active, .m-pagination_list .btn.is-hover, .m-pagination_list .btn:hover, .m-pagination_list .btn.is-active {
  background-color: #d6cabe;
  color: #fff;
}

.m-pagination_list span.is-pageCount {
  color: #d6cabe;
  display: block;
  padding: 3px 10px;
  font-size: 1.8rem;
  letter-spacing: 5px;
  display: none;
}

.m-pagination_list .is-disabled {
  opacity: .3;
  pointer-events: none;
}

@media (max-width: 768px) {
  .m-pagination {
    margin-top: 10vw;
    padding: 10px;
  }
  .m-pagination_list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .m-pagination_list &gt; ul {
    display: none;
  }
  .m-pagination_list a, .m-pagination_list .btn {
    padding: 8px 8px;
    font-size: 0.8rem;
  }
  .m-pagination_list span.is-pageCount {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    text-align: center;
  }
}

.page-link {
  color: #d6cabe;
  border: 1px solid #d6cabe;
  border-radius: 10px;
  width: 35px;
  height: 35px;
}

.page-item.active .page-link {
  background-color: #d6cabe;
}

/* ------------------------------------------------------------
 * ページネーション ※記事詳細
 * ------------------------------------------------------------ */
.m-pager {
  margin: 200px auto 0;
}

.m-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-pager_list li span {
  font-size: 1.0rem;
}

.m-pager_list li.is-disable {
  visibility: hidden;
}

.m-pager_item a, .m-pager_item .is-none {
  display: inline-block;
  text-align: center;
  min-width: 220px;
  padding: 15px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-pager_item.is-prev a, .m-pager_item.is-next a {
  background-color: #d6cabe;
  color: #fff;
}

.m-pager_item.is-prev a.is-hover, .m-pager_item.is-prev a:hover, .m-pager_item.is-next a.is-hover, .m-pager_item.is-next a:hover {
  background-color: rgba(214, 202, 190, 0.75);
}

.m-pager_item.is-prev .is-none, .m-pager_item.is-next .is-none {
  color: #fff;
  background-color: rgba(214, 202, 190, 0.4);
}

.m-pager_item.is-index a {
  border: 1px solid #d6cabe;
  color: #d6cabe;
}

.m-pager_item.is-index a.is-hover, .m-pager_item.is-index a:hover {
  background-color: #d6cabe;
  color: #fff;
}

@media (max-width: 1024px) {
  .m-pager {
    padding: 0 6vw 4vw;
    margin-left: -6vw;
    margin-right: -6vw;
  }
}

@media (max-width: 768px) {
  .m-pager {
    margin-top: 10vw;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 4vw;
  }
  .m-pager_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-pager_list li span {
    font-size: .8rem;
  }
  .m-pager_item a, .m-pager_item .is-none {
    padding: 10px 10px;
    min-width: auto;
  }
}

/* ---------------------------------------------------------
 *  switch
 *---------------------------------------------------------- */
#switch {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 999;
}

#switch ul li {
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px;
}

#switch a {
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  color: #333;
}
</pre></body></html>