@charset "UTF-8";
/* -------------------- resetCSS -------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------- restCSS end -------------------- */
@font-face {
  font-family: "Autography";
  font-style: normal;
  font-weight: normal;
  src: url(../font/Autography.otf);
}
.en {
  font-family: "Autography", serif;
}

/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
html {
  font-size: 62.5%;
}

/* bodyのデフォルトを定義 */
body {
  width: 100%;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  vertical-align: bottom;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* その他 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0px;
  padding: 0px;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.scroll-stop {
  overflow: hidden;
}

.unlink {
  color: #dedede !important;
  pointer-events: none;
}

.body {
  background-color: #ffffff;
}

.body {
  opacity: 0;
}

.body.is-show {
  opacity: 1;
  transition: all 0.6s ease;
}

@media screen and (min-width: 768px) {
  .tab-only,
.sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pc-only,
.sp-only {
    display: none;
  }

  .tab-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc-only,
.tab-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: transparent; */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

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

[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 1200ms;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

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

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

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow {
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

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

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

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

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

/*!
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;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    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% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    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% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    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;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    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;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "游ゴシック体", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

main {
  opacity: 0;
}

main.running {
  opacity: 1;
  transition: all 1s;
}

.Anime {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.Anime.run {
  opacity: 1;
  transform: translateY(0);
}

.AnimeTop {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.AnimeTop.run {
  opacity: 1;
  transform: translateY(0);
}

.AnimeCenter {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.AnimeCenter.run {
  opacity: 1;
  transform: translateY(0);
}

.AnimeBottom {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.AnimeBottom.run {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  -webkit-transition: 0.8s;
  opacity: 0;
  transition: 0.8s;
}

.fadeIn_up {
  -webkit-transform: translate(0, 20px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.8s;
}

.fadeIn_down {
  -webkit-transform: translate(0, -20px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(0, -20px);
  transition: 0.8s;
}

.fadeIn_right {
  -webkit-transform: translate(20px, 0px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(20px, 0px);
  transition: 0.8s;
}

.fadeIn_left {
  -webkit-transform: translate(-20px, 0px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(-20px, 0px);
  transition: 0.8s;
}

.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.3s;
}

.delay03 {
  transition-delay: 0.5s;
}

.delay04 {
  transition-delay: 0.7s;
}

.header {
  height: 80px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.header_logo {
  left: 35px;
  position: absolute;
  top: 35px;
  width: 257px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    top: 28px;
    width: 180px;
  }
}
.header .header_contact {
  height: 41px;
  position: absolute;
  right: 100px;
  top: 32px;
  width: 166px;
}
@media screen and (max-width: 768px) {
  .header .header_contact {
    display: none;
  }
}
.header .header_contact a {
  align-items: center;
  background-color: #8b0d04;
  border-radius: 22px;
  color: #cbc09c;
  display: flex;
  font-family: shippori-antique, sans-serif;
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.hamburger {
  height: 41px;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 45px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .hamburger {
    height: 35px;
    top: 32px;
    width: 35px;
  }
}
.hamburger .hbg_btn {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  outline: none;
  padding: 0;
  transition: all 0.3s;
  width: 100%;
}
.hamburger .hbg_btn-line {
  background-color: #ffffff;
  height: 1px;
  position: relative;
  top: -20px;
  transition: all 0.3s;
  width: 41px;
}
.hamburger .hbg_btn-line::before {
  background-color: #ffffff;
  bottom: -14px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  width: 26px;
}
.hamburger .hbg_btn-line::after {
  bottom: -40px;
  color: #fff;
  content: "MENU";
  display: block;
  font-family: shippori-antique, sans-serif;
  font-size: 1.4rem;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hamburger .hbg_btn-line::after {
    font-size: 1.2rem;
  }
}
.hamburger .hbg_btn.close .hbg_btn-line {
  height: 1px;
  width: 45px;
}
.hamburger .hbg_btn.close .hbg_btn-line::before {
  background-color: #ffffff;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 40px;
}
.hamburger .hbg_btn.close .hbg_btn-line::after {
  bottom: -30px;
  content: "CLOSE";
  transition: all 0.3s;
}

/* openナビメニュー */
.global-nav {
  background-color: #000;
  background-position: 46% 0;
  background-size: cover;
  display: none;
  height: 100vh;
  margin: auto auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 40%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .global-nav {
    width: 68%;
  }
}
.global-nav-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.global-nav-contents li {
  font-weight: bold;
  margin-bottom: 35px;
}
.global-nav-contents a {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .global-nav-contents a {
    font-size: 1.2rem;
  }
}

.nav-contents {
  text-align: left;
}

.kv_slide {
  position: relative;
  width: 100%;
}
.kv_slide .center_logo {
  left: 50%;
  max-width: 521px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
@media screen and (max-width: 768px) {
  .kv_slide .center_logo {
    width: 80%;
  }
}
.kv_slide h2 {
  font-family: shippori-antique, sans-serif;
  font-size: 1.4rem;
  left: 35px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .kv_slide h2 {
    font-size: 1.2rem;
  }
}
.kv_slide h3 {
  bottom: 35px;
  font-family: shippori-antique, sans-serif;
  font-size: 4rem;
  left: 35px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .kv_slide h3 {
    bottom: 10%;
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.kv_slide .scroll_text {
  bottom: 3%;
  font-family: museo-sans, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.06em;
  position: absolute;
  transform: translateX(-50%);
}
.kv_slide .swiper {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.kv_slide .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.kv_slide .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  width: 100%;
}
.kv_slide .mv_slide .mv_slide01 {
  background: url(../image/main_slide01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .kv_slide .mv_slide .mv_slide01 {
    background: url(../image/main_slide01@sp.jpg) no-repeat center center/cover;
  }
}
.kv_slide .mv_slide .mv_slide02 {
  background: url(../image/main_slide02.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .kv_slide .mv_slide .mv_slide02 {
    background: url(../image/main_slide02@sp.jpg) no-repeat center center/cover;
  }
}
.kv_slide .mv_slide .mv_slide03 {
  background: url(../image/main_slide03.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .kv_slide .mv_slide .mv_slide03 {
    background: url(../image/main_slide03@sp.jpg) no-repeat center center/cover;
  }
}
.kv_slide .mv_slide .mv_slide04 {
  background: url(../image/main_slide04.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .kv_slide .mv_slide .mv_slide04 {
    background: url(../image/main_slide04@sp.jpg) no-repeat center center/cover;
  }
}
.kv_slide .swiper-button-wrapper {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: 35px;
  display: flex;
  height: 106px;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  right: 35px;
  width: 106px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-button-wrapper {
    bottom: 11%;
    height: 65px;
    width: 65px;
  }
}
.kv_slide .swiper-button-wrapper .swiper-button {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0;
  position: relative;
  width: 50%;
}
.kv_slide .swiper-button-wrapper .swiper-button::before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-button-wrapper .swiper-button::before {
    height: 10px;
    width: 10px;
  }
}
.kv_slide .swiper-button-wrapper .swiper-button-prev {
  justify-content: flex-end;
  padding-right: 8px;
}
.kv_slide .swiper-button-wrapper .swiper-button-prev::before {
  transform: rotate(-135deg);
}
.kv_slide .swiper-button-wrapper .swiper-button-next {
  justify-content: flex-start;
  padding-left: 8px;
}
.kv_slide .swiper-button-wrapper .swiper-button-next::before {
  transform: rotate(45deg);
}

.mv_slide02 {
  height: 100%;
  position: relative;
  width: 100%;
}
.mv_slide02 .video_area {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_slide02 .video_area {
    z-index: -1;
  }
}
.mv_slide02 .video_area::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mv_slide02 #video {
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  left: 50%;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_slide02 #video {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.mv_slide02 .concept_area {
  bottom: 30px;
  font-family: museo-sans, sans-serif;
  left: 7%;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv_slide02 .concept_area {
    margin: 100px auto 50px;
    padding-bottom: 150px;
    position: static;
    width: 80%;
  }
}
.mv_slide02 .concept_area h3 {
  font-size: 2.8rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv_slide02 .concept_area h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.mv_slide02 .concept_area .text {
  font-family: shippori-antique, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mv_slide02 .concept_area .text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.mv_slide02 .circle_logo {
  bottom: -5%;
  position: absolute;
  right: -130px;
  width: 546px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv_slide02 .circle_logo {
    bottom: -30px;
    left: -50px;
    width: 70%;
  }
}
.mv_slide02 .circle_logo img {
  width: 100%;
}

.slide03 .inner {
  align-items: flex-start;
  display: flex;
  height: 100vh;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide03 .inner {
    flex-direction: column-reverse;
  }
}
.slide03 .inner .floor_image_area {
  align-items: flex-end;
  display: flex;
  height: 100%;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_image_area {
    height: 100%;
    width: 100%;
  }
}
.slide03 .inner .floor_swiper {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  width: 100%;
}
.slide03 .inner .floor_swiper .floor_pagination {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 1px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -5%;
  width: 100px;
}
.slide03 .inner .floor_swiper .floor_pagination .swiper-pagination-bullet {
  height: 100%;
  width: 33.3333333333%;
}
.slide03 .inner .floor_swiper .floor_pagination .swiper-pagination-bullet-active {
  background-color: #cbc09c;
}
.slide03 .inner .swiper {
  height: 100%;
  width: 100%;
  z-index: 10;
}
.slide03 .inner .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.slide03 .inner .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide03 .inner .swiper-button-next,
.slide03 .inner .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: 20px;
  height: 40px;
  width: 40px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .swiper-button-next,
.slide03 .inner .swiper-button-prev {
    border: 1px solid #cbc09c;
  }
}
.slide03 .inner .swiper-button-next {
  right: 10px;
}
.slide03 .inner .swiper-button-prev {
  right: 60px;
}
.slide03 .inner .swiper-button-next::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .swiper-button-next::after {
    border-right: solid 2px #cbc09c;
    border-top: solid 2px #cbc09c;
  }
}
.slide03 .inner .swiper-button-prev::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 10px;
  transform: rotate(-135deg);
  width: 10px;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .swiper-button-prev::after {
    border-right: solid 2px #cbc09c;
    border-top: solid 2px #cbc09c;
  }
}
.slide03 .inner .floor_slide00 {
  background: url(../image/floor_image00@sp.jpg) no-repeat center center/cover;
}
.slide03 .inner .floor_slide002 {
  background: url(../image/floor_guide_image02@sp.jpg) no-repeat center center/cover;
}
.slide03 .inner .floor_slide01 {
  background: url(../image/floor_image01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_slide01 {
    background: url(../image/floor_image01@sp.jpg) no-repeat center center/cover;
  }
}
.slide03 .inner .floor_slide02 {
  background: url(../image/floor_image02.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_slide02 {
    background: url(../image/floor_image02@sp.jpg) no-repeat center center/cover;
  }
}
.slide03 .inner .floor_slide03 {
  background: url(../image/floor_image03.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_slide03 {
    background: url(../image/floor_image03@sp.jpg) no-repeat center center/cover;
  }
}
.slide03 .inner .floor_slide04 {
  background: url(../image/floor_image04.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_slide04 {
    background: url(../image/floor_image04@sp.jpg) no-repeat center center/cover;
  }
}
.slide03 .inner .floor_slide05 {
  background: url(../image/floor_image05.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_slide05 {
    background: url(../image/floor_image05@sp.jpg) no-repeat center center/cover;
  }
}
.slide03 .inner .floor_slide06 {
  background: url(../image/floor_image06.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_slide06 {
    background: url(../image/floor_image06@sp.jpg) no-repeat center center/cover;
  }
}
.slide03 .inner .floorname_swiper {
  position: absolute;
  width: 50%;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floorname_swiper {
    width: 60%;
  }
}
.slide03 .inner .floorname_swiper .swiper-wrapper {
  position: relative;
}
.slide03 .inner .floorname_swiper .swiper-slide {
  opacity: 0;
}
.slide03 .inner .floorname_swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slide03 .inner .floorname_swiper .swiper-slide p {
  background-color: #cbc09c;
  border-radius: 30px;
  bottom: 20px;
  color: #070304;
  left: 20px;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  width: 200px;
}
.slide03 .inner .floor_guide_area {
  background-color: #ebe8df;
  color: #000;
  font-family: museo-sans, sans-serif;
  height: 100%;
  padding: 70px 0 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_guide_area {
    display: none;
  }
}
.slide03 .inner .floor_guide_area_inner {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_guide_area_inner {
    width: 90%;
  }
}
.slide03 .inner .floor_guide_area .heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 53px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_guide_area .heading {
    margin: 60px auto 20px;
  }
}
.slide03 .inner .floor_guide_area .heading h3 {
  font-size: 14px;
}
.slide03 .inner .floor_guide_area .heading a {
  color: #000;
  font-size: 10px;
}
.slide03 .inner .floor_guide_area .tab_block {
  border: 1px solid #dedede;
  border-radius: 28px;
  height: 55px;
  padding: 4px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_guide_area .tab_block {
    height: 40px;
  }
}
.slide03 .inner .floor_guide_area .tab_block ul {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.slide03 .inner .floor_guide_area .tab_block li {
  align-items: center;
  border-radius: 28px;
  color: #cccccc;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  height: 100%;
  justify-content: center;
  transition: 0.5s;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_guide_area .tab_block li {
    font-size: 1.4rem;
  }
}
.slide03 .inner .floor_guide_area .tab_block li.is-active {
  background-color: #cbc09c;
  color: #fff;
}
.slide03 .inner .floor_guide_area .floor_guide_image_area {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .slide03 .inner .floor_guide_area .floor_guide_image_area {
    margin: 15px auto 0;
    width: 70%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .slide03 .inner .floor_guide_area .floor_guide_image_area {
    width: 60%;
  }
}
.slide03 .inner .floor_guide_area .floor_guide_image_area .floor_guide_image img {
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .slide03 .inner .floor_guide_area .floor_guide_image_area .floor_guide_image {
    margin: 0 auto;
    max-width: 350px;
    width: 80%;
  }
}
@media screen and (min-width: 1000px) and (min-height: 750px) {
  .slide03 .inner .floor_guide_area .floor_guide_image_area .floor_guide_image {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
}

.slide04 {
  background: url(../image/service_bg.jpg) no-repeat center center/cover;
  color: #fff;
}
.slide04 .inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  margin: 0 auto;
  padding-top: 86px;
  width: 84%;
}
@media screen and (max-width: 768px) {
  .slide04 .inner {
    justify-content: space-between;
    padding-bottom: 200px;
    width: 90%;
  }
}
.slide04 .inner::after {
  content: "";
  display: block;
  width: calc(25% - 35px);
}
.slide04 .box {
  border: 2px solid #cbc09c;
  border-radius: 87px;
  height: 174px;
  margin: 0 15px 15px 0;
  width: calc(25% - 20px);
  width: 174px;
}
@media screen and (max-width: 768px) {
  .slide04 .box {
    border-radius: 75px;
    height: 140px;
    margin: 0 0px 15px 0;
    width: 140px;
  }
  .slide04 .box::nth-child(even) {
    margin-right: 0;
  }
}
.slide04 .box p {
  color: #cbc09c;
  font-family: shippori-antique, sans-serif;
  font-size: 1.3rem;
  margin: 5px;
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slide04 .box p {
    font-size: 1.1rem;
    padding-top: 50px;
  }
}

.slide05 {
  background: #191919;
  color: #fff;
  font-family: shippori-antique, sans-serif;
}
.slide05 .inner {
  align-items: flex-start;
  display: flex;
  height: 100vh;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide05 .inner {
    height: auto;
    padding-bottom: 200px;
  }
}
.slide05 .left_title {
  align-items: center;
  border-right: 1px solid #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  margin: 80px 0 0;
  position: relative;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .slide05 .left_title {
    position: fixed;
    top: 0;
    width: 60px;
  }
}
.slide05 .left_title h3 {
  font-size: 2rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .slide05 .left_title h3 {
    font-size: 1.6rem;
  }
}
.slide05 .left_title .sub_title {
  font-size: 1.2rem;
  margin-top: 20px;
  writing-mode: vertical-rl;
}
.slide05 .left_title .note {
  bottom: 120px;
  font-size: 1.2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .slide05 .left_title .note {
    font-size: 1rem;
  }
}
.slide05 .swiper {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.slide05 .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.slide05 .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide05 .swiper-button-next,
.slide05 .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 100%;
  bottom: 0px;
  height: 40px;
  width: 40px;
}
.slide05 .swiper-button-next {
  right: 0;
}
.slide05 .swiper-button-prev {
  right: 50px;
}
.slide05 .swiper-button-next::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.slide05 .swiper-button-prev::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 10px;
  transform: rotate(-135deg);
  width: 10px;
}
.slide05 .note {
  bottom: 0px;
  left: 0;
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .slide05 .note {
    position: static;
  }
}
.slide05 .contents {
  height: 80%;
  margin: 0 auto;
  padding-top: 88px;
  position: relative;
  width: calc(90% - 100px);
}
@media screen and (max-width: 768px) {
  .slide05 .contents {
    height: auto;
    padding-left: 60px;
    width: 96%;
  }
}
.slide05 .contents .contents_inner {
  align-items: flex-start;
  background-color: #191919;
  display: flex;
  flex-wrap: wrap;
  height: 80%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide05 .contents .contents_inner {
    align-items: flex-start;
    background-color: #191919;
    display: flex;
    flex-wrap: wrap;
    height: 80%;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
    width: 90%;
  }
}
.slide05 .contents .contents_inner::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 18px);
}
@media screen and (max-width: 768px) {
  .slide05 .contents .contents_inner::after {
    height: auto;
  }
}
.slide05 .box {
  background-color: #191919;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 18px);
}
@media screen and (max-width: 768px) {
  .slide05 .box {
    width: 100%;
  }
}
.slide05 .box .access {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide05 .box .access {
    font-size: 1rem;
  }
}
.slide05 .box .access p {
  flex-shrink: 0;
}
.slide05 .box .access .place {
  padding-right: 1%;
}
.slide05 .box .access .time {
  padding-left: 1%;
}
.slide05 .box .access span {
  background-color: #fff;
  height: 1px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .slide05 .box .access span {
    display: none;
  }
}
.slide05 .box .access .open_text {
  font-size: 1rem;
}
.slide06 {
  color: #080808;
  font-family: shippori-antique, sans-serif;
  position: relative;
}
.slide06 .about_swiper {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slide06 .about_swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.slide06 .about_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide06 .about_slide .about_slide01 {
  background: url(../image/about_slide01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide06 .about_slide .about_slide01 {
    background: url(../image/about_slide01@sp.jpg) no-repeat center center/cover;
  }
}
.slide06 .about_slide .about_slide02 {
  background: url(../image/about_slide02.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide06 .about_slide .about_slide02 {
    background: url(../image/about_slide02@sp.jpg) no-repeat center center/cover;
  }
}
.slide06 .about_slide .about_slide03 {
  background: url(../image/about_slide03.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .slide06 .about_slide .about_slide03 {
    background: url(../image/about_slide03@sp.jpg) no-repeat center center/cover;
  }
}
.slide06 .contents {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.slide06 .about_area {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  height: 450px;
  justify-content: space-between;
  width: 620px;
}
@media screen and (max-width: 768px) {
  .slide06 .about_area {
    min-height: 400px;
    width: 90%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .slide06 .about_area {
    max-height: 450px;
    width: 80%;
  }
}
.slide06 .left_title {
  align-items: center;
  border-right: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .slide06 .left_title {
    width: 60px;
  }
}
.slide06 .left_title h3 {
  font-size: 1.6rem;
  margin-top: 30px;
  writing-mode: vertical-rl;
}
.slide06 .left_title .sub_title {
  font-size: 1.2rem;
  margin-top: 20px;
  writing-mode: vertical-rl;
}
.slide06 .contents_textarea {
  height: 100%;
  padding: 100px 0;
  width: calc(90% - 100px);
}
@media screen and (max-width: 768px) {
  .slide06 .contents_textarea {
    padding-left: 20px;
    padding-top: 30px;
    width: 90%;
  }
}
.slide06 .contents_textarea dl div {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .slide06 .contents_textarea dl div {
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.2rem;
    justify-content: center;
  }
}
.slide06 .contents_textarea dl div dt {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .slide06 .contents_textarea dl div dt {
    color: #ccc;
    font-size: 1rem;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .slide06 .contents_textarea dl div dd {
    font-size: 1.3rem;
  }
}

.slide08 {
  color: #fff;
  font-family: shippori-antique, sans-serif;
}

.slide08 .inner iframe {
  height: 100vh;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.slide07 {
  color: #fff;
  font-family: shippori-antique, sans-serif;
}
.slide07 .inner {
  height: 100vh;
  margin: 0 auto;
  max-width: 1366px;
  padding-bottom: 5%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide07 .inner {
    flex-direction: column-reverse;
  }
}
.slide07 .circle_logo {
  position: absolute;
  right: -130px;
  top: 2%;
  width: 550px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .slide07 .circle_logo {
    right: 0px;
    width: 300px;
  }
}
.slide07 .circle_logo img {
  width: 100%;
}
.slide07 .footer_area {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 0 0 45px;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.slide07 .footer_area .footer_content {
  margin: 0 auto;
  width: 50%;
}
.slide07 .footer_area .footer_content .title {
  margin: 0;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_content .title {
    margin: 30px auto 20px;
    width: 100%;
  }
}
.slide07 .footer_area .footer_content .address_area {
  font-family: "游明朝体", serif;
  letter-spacing: 0.08em;
  margin: 37px 0;
  width: 384px;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_content .address_area {
    margin: 0 auto 10px;
    width: 90%;
  }
}
.slide07 .footer_area .footer_content .address_area .address {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_content .address_area .address {
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-align: center;
  }
}
.slide07 .footer_area .footer_content .address_area .tel {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_content .address_area .tel {
    font-size: 1.4rem;
    text-align: center;
  }
}
.slide07 .footer_area .footer_content .address_area .tel a {
  color: #fff;
}
.slide07 .footer_area .footer_content .copy {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_content .copy {
    margin-top: 50px;
    text-align: center;
  }
}
.slide07 .footer_area .footer_content .pagetop {
  display: none;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_content .pagetop {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    margin: 10px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_nav {
    font-size: 1.4rem;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
  }
}
.slide07 .footer_area .footer_nav li {
  margin-top: 11px;
}
.slide07 .footer_area .footer_nav li a {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .slide07 .footer_area .footer_nav li a {
    font-size: 1.4rem;
  }
}

.contact {
  height: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 100px 0 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
  }
}
.contact .inner {
  display: block;
  height: 100%;
  padding: 70px 0 0;
  width: 100%;
}
.contact h3 {
  font-size: 14px;
  padding-left: 10%;
}
.contact_content {
  margin-top: 40px;
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  .contact_content {
    margin-top: 20px;
  }
}
.contact_content dl {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .contact_content dl {
    flex-direction: column;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact_content dl {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
.contact_content dl dt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact_content dl dt {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.contact_content dl dt.required::after {
  color: #cbc09c;
  content: "※";
  margin-left: 10px;
}
.contact_content dl dd {
  min-width: 300px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .contact_content dl dd {
    width: 100%;
  }
}
.contact_content dl dd input[type=text],
.contact_content dl dd input[type=tel],
.contact_content dl dd input[type=mail] {
  border: transparent;
  border-radius: 5px;
  font-size: 1.4rem;
  height: 40px;
  padding: 1em;
  width: 100%;
}
.contact_content .message {
  height: 130px;
}
@media screen and (max-width: 768px) {
  .contact_content .message {
    height: 80px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact_content .message {
    height: 130px;
  }
}
.contact_content .message dd textarea {
  border: transparent;
  border-radius: 5px;
  font-size: 1.4rem;
  min-height: 100px;
  min-width: 300px;
  padding: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_content .message dd textarea {
    min-height: 100px;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact_content .message dd textarea {
    min-height: 100px;
  }
}
.contact_content .terms {
  border: 1px solid #f7f5ef;
  height: 200px;
  overflow-y: scroll;
  padding: 2em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_content .terms {
    margin-top: 100px;
  }
}
.contact_content .terms .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact_content .terms .text {
  margin-bottom: 16px;
}
.contact_content .terms .text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .contact_content .terms {
    font-size: 1rem;
  }
}
.contact_content ::-webkit-scrollbar {
  width: 4px;
}
.contact_content ::-webkit-scrollbar-track {
  background-color: #fff;
}
.contact_content ::-webkit-scrollbar-thumb {
  background-color: #333;
}
.contact_content .agreement {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .contact_content .agreement {
    font-size: 1.2rem;
    margin: 10px auto 5px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact_content .agreement {
    margin: 20px auto;
  }
}
.contact_content .agreement input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 8px;
}
.contact_content .confirm_btn {
  align-items: center;
  background-color: #cbc09c;
  border: none;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 80px;
  justify-content: center;
  margin: 60px auto;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .contact_content .confirm_btn {
    height: 50px;
    width: 100%;
  }
}
.contact_content .confirm_btn:hover {
  opacity: 0.9;
}

#confirm_page dl dd p {
  font-size: 1.4rem;
}
#confirm_page .submit-btn-area {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 100px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  #confirm_page .submit-btn-area {
    display: block;
    width: 100%;
  }
}

.prev-btn {
  background-color: #ffffff;
  border: transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  width: calc(50% - 10px);
}

.submit-btn {
  background-color: #cbc09c;
  border: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  width: calc(50% - 10px);
}

.confirm-alart-txt {
  font-size: 1.2rem;
  margin: 20px auto;
}

.thanks-txt {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  margin: 50px auto 100px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .thanks-txt {
    font-size: 14px;
  }
}

.comfirm-attr {
  color: #ffffff;
  font-size: 1.2rem;
  margin-top: 10px;
  padding-left: 10%;
  text-align: left;
}

.back_btn {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 50px 0 0;
  text-align: center;
}

.footer {
  color: #fff;
  font-family: shippori-antique, sans-serif;
  margin: 100px 0 0;
  overflow: hidden;
}
.footer .inner {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 230px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-direction: column-reverse;
  }
}
.footer .circle_logo {
  position: absolute;
  right: -130px;
  top: 2%;
  width: 550px;
  z-index: 10;
}
.footer .circle_logo img {
  width: 100%;
}
.footer .footer_area {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 45px;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .footer .footer_area {
    width: 100%;
  }
}
.footer .footer_area .footer_content .title {
  margin: 0;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .footer .footer_area .footer_content .title {
    margin: 30px auto 20px;
    width: 80%;
  }
}
.footer .footer_area .footer_content .address_area {
  font-family: "游明朝体", serif;
  letter-spacing: 0.08em;
  margin: 37px 0;
  width: 384px;
}
@media screen and (max-width: 768px) {
  .footer .footer_area .footer_content .address_area {
    margin: 0 auto 10px;
    width: 90%;
  }
}
.footer .footer_area .footer_content .address_area .address {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer .footer_area .footer_content .address_area .address {
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-align: center;
  }
}
.footer .footer_area .footer_content .address_area .tel {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_area .footer_content .address_area .tel {
    font-size: 1.8rem;
    text-align: center;
  }
}
.footer .footer_area .footer_content .address_area .tel a {
  color: #fff;
}
.footer .footer_area .footer_content .copy {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_area .footer_content .copy {
    text-align: center;
  }
}
.footer .footer_area .footer_content .pagetop {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer_area .footer_content .pagetop {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    margin: 10px auto 0;
    text-align: center;
  }
}
.footer .footer_area .footer_nav li {
  margin-bottom: 16px;
}
.footer .footer_area .footer_nav li a {
  color: #fff;
  font-size: 1.6rem;
}
/*# sourceMappingURL=sourcemaps/style.css.map */