@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  font-weight: normal;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  margin: 0;
  padding: 0;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: normal;
  text-align: left;
}

label {
  display: inline-block;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:focus {
  outline: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --base-font-color: #FFFFFF;
  --key-color: #062038;
  --base-body-color: #062038;
  --link-font-color: #787E89;
  --gutter: 20;
  --container-width: 1196;
  --container-md-width: 932;
  --base-font-size: 16;
}

/********************************
	color base
*********************************/
/********************************
	color pallet
*********************************/
/********************************
	color sns
*********************************/
/********************************
	web font
*********************************/
/********************************
	font icon
*********************************/
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?74969424");
  src: url("../font/fontello.eot?74969424#iefix") format("embedded-opentype"), url("../font/fontello.woff2?74969424") format("woff2"), url("../font/fontello.woff?74969424") format("woff"), url("../font/fontello.ttf?74969424") format("truetype"), url("../font/fontello.svg?74969424#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'fontello';
	  src: url('../font/fontello.svg?74969424#fontello') format('svg');
	}
  }
  */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: "\e800";
}

/* '' */
.icon-phone:before {
  content: "\e801";
}

/* '' */
.icon-pause:before {
  content: "\e802";
}

/* '' */
.icon-tag-1:before {
  content: "\e803";
}

/* '' */
.icon-hatenabookmark:before {
  content: "\e804";
}

/* '' */
.icon-help-circled:before {
  content: "\e805";
}

/* '' */
.icon-eye:before {
  content: "\e806";
}

/* '' */
.icon-line:before {
  content: "\e807";
}

/* '' */
.icon-play:before {
  content: "\e808";
}

/* '' */
.icon-icon:before {
  content: "\e809";
}

/* '' */
.icon-link-ext:before {
  content: "\f08e";
}

/* '' */
.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
}

/* '' */
.icon-mail-alt:before {
  content: "\f0e0";
}

/* '' */
.icon-folder-empty:before {
  content: "\f114";
}

/* '' */
.icon-calendar-empty:before {
  content: "\f133";
}

/* '' */
.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
/********************************
	base font
*********************************/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 2.1875;
  color: var(--base-font-color);
  background-color: var(--base-body-color);
  -webkit-overflow-scrolling: touch;
  overflow-x: visible;
  position: relative;
}
body *::-moz-selection {
  background-color: rgba(222, 190, 143, 0.8);
}
body *::selection {
  background-color: rgba(222, 190, 143, 0.8);
}
body *::-moz-selection {
  background-color: rgba(222, 190, 143, 0.8);
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #5C060A;
}

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

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

.swiper-container-horizontal.swiper-container-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: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*******************************
*02
*Magnific Popup
*******************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*******************************
*03
*wow.js animate.css
*******************************/
/*!
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 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@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 {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@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 {
  animation-name: wobble;
}
@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 {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@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 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

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

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

/*******************************
*04
*scroll hint
*******************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
* Layout
* ========================== */
/* ----------------------------------------
 l-footer
-----------------------------------------*/
.l-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #01111F;
  color: #ffffff;
  position: relative;
}
.l-footer__logo {
  width: min(calc(148 / 375 * 100vw), 240px);
  margin-left: auto;
  margin-right: auto;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(40 / 375 * 100vw), 80px) 0;
}
@media screen and (min-width: 64em) {
  .l-footer__content--2column {
    justify-content: space-between;
  }
}
.l-footer__content-item {
  width: min(calc(290 / 375 * 100vw), 411px);
}
.l-footer__title {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.l-footer__title::before, .l-footer__title::after {
  content: "";
  display: block;
  width: min(calc(30 / 375 * 100vw), 97px);
  height: 1px;
  background-color: #ffffff;
}
.l-footer__btn {
  display: block;
  width: 100%;
}
.l-footer__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: min(calc(16 / 375 * 100vw), 19px);
  width: 100%;
  height: min(calc(60 / 375 * 100vw), 74px);
}
.l-footer__tel {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
}
.l-footer__tel a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: min(calc(30 / 375 * 100vw), 43px);
  color: #ffffff;
  margin-bottom: 16px;
}
.l-footer__address {
  font-size: 1.4rem;
  margin-top: 25px;
  text-align: center;
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 40px;
}
@media screen and (min-width: 48em) {
  .l-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ----------------------------------------
 l-header
-----------------------------------------*/
.l-header {
  position: absolute;
  z-index: 100;
  left: 20px;
  top: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 64em) {
  .l-header {
    left: 60px;
    top: 60px;
  }
}
.l-header__logo {
  width: min(calc(150 / 375 * 100vw), 150px);
  height: min(calc(92 / 375 * 100vw), 92px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__logo a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .l-header__logo {
    width: min(calc(336 / 1200 * 100vw), 336px);
    height: min(calc(205 / 1200 * 100vw), 205px);
  }
}

/* =======================================
l-head-menu-btn
======================================== */
.l-head-menu-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: var(--base-body-color);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 103;
}
.l-head-menu-btn .bar {
  width: 26px;
  height: 22px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l-head-menu-btn .bar span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 2px;
  background-color: var(--base-font-color);
  transition: all 0.3s;
}
.l-head-menu-btn .bar span:nth-child(2) {
  margin-top: 7px;
}
.l-head-menu-btn .bar span:nth-child(3) {
  margin-top: 14px;
}
.l-head-menu-btn .txt {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--base-font-color);
  margin-top: 6px;
}
.l-head-menu-btn .txt::before {
  content: "メニュー";
}
.l-head-menu-btn.opened .bar span {
  transform: rotate(45deg);
  top: 50%;
}
.l-head-menu-btn.opened .bar span:nth-child(2) {
  opacity: 0;
}
.l-head-menu-btn.opened .bar span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: 0;
}
.l-head-menu-btn.opened .txt::before {
  content: "閉じる";
}
@media screen and (min-width: 64em) {
  .l-head-menu-btn {
    display: none;
  }
}

/* =======================================
l-side-nav
======================================== */
.l-side-nav {
  background-color: var(--base-body-color);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  color: var(--base-font-color);
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 102;
  overflow: hidden;
}
.l-side-nav.opened {
  transform: translateX(0);
}
.l-side-nav__body {
  padding-bottom: 100px;
  padding-top: 55px;
  min-height: 100vh;
  position: relative;
}
.l-side-nav__list {
  list-style: none;
  width: 185px;
  margin-left: auto;
  margin-right: auto;
}
.l-side-nav__list ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.l-side-nav__list ul li {
  border-bottom: 1px solid #707070;
  padding-top: 30px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
.l-side-nav__list ul li a {
  display: block;
  text-align: center;
  color: var(--base-font-color);
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-side-nav__list ul li.sns {
  border-bottom: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.l-side-nav__list ul li.sns a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: var(--key-color);
  border-radius: 50%;
}
.l-side-nav__list ul li .language {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-side-nav__list ul li .language a:first-child {
  margin-right: 10px;
}
.l-side-nav__list ul li .language a:first-child::after {
  content: "|";
  margin-left: 10px;
}
.l-side-nav__list ul li .language a.active {
  pointer-events: none;
  opacity: 0.5;
}
.l-side-nav__menu-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%;
  height: 60px;
  background-color: var(--key-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-side-nav__menu-btn .bar {
  width: 26px;
  height: 22px;
  position: relative;
}
.l-side-nav__menu-btn .bar span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
  top: 50%;
}
.l-side-nav__menu-btn .bar span:nth-child(2) {
  transform: rotate(-45deg);
}
.l-side-nav__menu-btn .txt {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  font-family: Helvetica Neue, Helvetica, "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  padding-left: 10px;
}
@media screen and (min-width: 48em) {
  .l-side-nav {
    width: 375px;
  }
}
@media screen and (min-width: 64em) {
  .l-side-nav {
    display: none;
  }
}

/* =======================================
l-fixed-nav
======================================== */
.l-fixed-nav {
  display: none;
}
@media screen and (min-width: 64em) {
  .l-fixed-nav {
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 20%, rgb(0, 0, 0) 100%);
    position: absolute;
    z-index: 100;
    top: min(calc(240 / 375 * 100vw), 460px);
    left: 0;
  }
  .l-fixed-nav--top {
    top: calc(100vh - 100px);
  }
  .l-fixed-nav.fixed {
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .l-fixed-nav .l-container {
    max-width: 790px;
  }
  .l-fixed-nav__list {
    width: 100%;
    height: 100px;
  }
  .l-fixed-nav__list ul {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
  }
  .l-fixed-nav__list ul li {
    font-size: min(calc(18 / 1200 * 100vw), 18px);
  }
  .l-fixed-nav__list ul li a {
    color: #ffffff;
  }
  .l-fixed-nav__list ul li .language {
    display: flex;
  }
  .l-fixed-nav__list ul li .language a:first-child {
    margin-right: 10px;
  }
  .l-fixed-nav__list ul li .language a:first-child::after {
    content: "|";
    margin-left: 10px;
  }
  .l-fixed-nav__list ul li .language a.active {
    pointer-events: none;
    opacity: 0.5;
  }
}

/* =======================================
l-head-btns
======================================== */
.l-head-btns {
  position: fixed;
  z-index: 103;
  top: calc(100% - 55px);
  right: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 55px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.l-head-btns__item {
  width: 50%;
  height: 55px;
}
.l-head-btns__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.l-head-btns__item--school a {
  background-color: #29597C;
}
.l-head-btns__item--reserve a {
  background-color: #446548;
}
@media screen and (min-width: 64em) {
  .l-head-btns {
    top: 50%;
    width: 60px;
    height: 300px;
    margin-top: -150px;
    border-radius: 30px 0 0 30px;
  }
  .l-head-btns__item {
    width: 100%;
    height: 150px;
  }
  .l-head-btns__item a {
    writing-mode: vertical-rl;
    letter-spacing: 2px;
  }
}
.l-main {
  position: relative;
  overflow-x: hidden;
}
.l-main--under {
  margin-top: 150px;
  margin-bottom: 150px;
}
/*
  container
---------------------------*/
.l-container {
  max-width: calc((var(--container-width) + var(--gutter) * 2) * 1px);
  padding: 0 calc(var(--gutter) * 1px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.l-container--md {
  max-width: calc((var(--container-md-width) + var(--gutter) * 2) * 1px);
}

/*===========================
  l-column
===========================*/
/**
* Layout
* ========================== */
/* Component ------------ */
/*===========================
  Component
===========================*/
/*
  container
---------------------------*/
.c-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .c-container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
}

/*
  c-content-box
--------------------------*/
.c-content-box {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/*
  c-flex
---------------------------*/
.c-flexbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/*
  c-img-cover
---------------------------*/
.c-img-cover {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-img-cover img,
.c-img-cover video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-img-cover--gold:before {
  content: "";
  display: block;
  padding-top: 61.8%;
}
.c-img-cover--silver:before {
  content: "";
  display: block;
  padding-top: 70.7%;
}
.c-img-cover--square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-img-cover--16-9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-img-cover--4-3:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.c-img-cover--2-1:before {
  content: "";
  display: block;
  padding-top: 50%;
}

/* c-hover-opacity
---------------------------------------*/
.c-hover-opacity {
  transition: opacity 0.3s;
}
.c-hover-opacity:hover {
  opacity: 0.7;
}

/* c-hover-key-color
---------------------------------------*/
.c-hover-key-color {
  transition: color 0.3s;
  color: inherit;
}
.c-hover-key-color:hover {
  color: var(--link-font-color);
}

/* Project ------------ */
/*===========================
  project
===========================*/
/*
  p-common-btn
---------------------------*/
.p-common-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .p-common-btn--right {
    justify-content: flex-end;
  }
  .p-common-btn--left {
    justify-content: flex-start;
  }
}
.p-common-btn a {
  text-decoration: none !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background-color: var(--key-color);
  width: 270px;
  height: 60px;
}
.p-common-btn a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
}
.p-common-btn a.bordered {
  border-top: 1px solid #ffffff;
}
@media screen and (min-width: 35.5em) {
  .p-common-btn a.bordered {
    border-top: 0;
    border-left: 1px solid #ffffff;
  }
}
.p-common-btn a[target=_blank]::before {
  font-family: "fontello";
  content: "\f08e";
  width: 1em;
  height: 1em;
  background-color: transparent;
}

/*
  p-main-title
---------------------------*/
.p-main-title {
  margin-bottom: 80px;
  line-height: 1;
  position: relative;
}
.p-main-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 106px;
  background-color: #A2A2A2;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
}
.p-main-title .jp {
  font-size: 2.5rem;
  display: block;
  text-align: center;
}
.p-main-title .en {
  font-size: 1.6rem;
  color: #9F7940;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*
  p-page-title
---------------------------*/
.p-page-title {
  width: 100%;
  height: min(calc(340 / 375 * 100vw), 560px);
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.p-page-title .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-page-title .title span {
  background-color: #000000;
  color: #F2EFED;
  padding: 10px 35px;
  font-size: min(calc(26 / 375 * 100vw), 36px);
  line-height: 1.33333;
}
.p-page-title .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-page-title .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/*
  p-breadcrumbs
---------------------------*/
.p-breadcrumbs {
  font-size: 1.3rem;
  line-height: 1.2;
  padding-top: 10px;
  color: #000000;
}
.p-breadcrumbs span {
  display: inline-block;
}
.p-breadcrumbs a {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}
.p-breadcrumbs a:hover {
  text-decoration: none;
  color: #5C060A;
}

/*
  p-topics
---------------------------*/
.p-topics {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}
.p-topics__list {
  display: flex;
  flex-wrap: wrap;
}
.p-topics__list-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  width: 100%;
}
.p-topics__list-item a {
  display: block;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
}
.p-topics__list-item__content {
  padding: 20px 25px 35px 25px;
  background-color: #ffffff;
}
.p-topics__list-item__content .date {
  line-height: 1;
  font-size: 1.4rem;
}
.p-topics__list-item__content .title {
  font-size: 1.8rem;
  line-height: 1.33333;
  height: 1.33333em;
  overflow: hidden;
  margin-top: 10px;
}
.p-topics__list-item__content .description {
  line-height: 2;
  font-size: 1.4rem;
  max-height: 6em;
  overflow: hidden;
  margin-top: 25px;
}
@media screen and (min-width: 48em) {
  .p-topics__list-item {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .p-topics__list-item {
    width: 33.33333%;
  }
}

/*
  p-pagination
---------------------------*/
.p-pagination {
  margin-top: 50px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pagination__item {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 6px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #5C060A;
}
.p-pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #5C060A;
  transition: color, background-color, 0.3s;
}
.p-pagination__item a:hover {
  background-color: #5C060A;
  color: #F2EFED;
}
.p-pagination__item--current {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5C060A;
  color: #F2EFED;
}
.p-pagination__item--first-page, .p-pagination__item--last-page {
  width: 20px;
  border: 0;
}
.p-pagination__item--first-page a, .p-pagination__item--last-page a {
  background-color: transparent;
  color: #000000;
}
.p-pagination__item--first-page a:hover, .p-pagination__item--last-page a:hover {
  background-color: transparent;
  color: #5C060A;
}
.p-pagination__item--prev, .p-pagination__item--next {
  display: none;
}
@media screen and (min-width: 48em) {
  .p-pagination {
    margin-top: 80px;
  }
  .p-pagination__item {
    width: 36px;
    height: 36px;
    margin: 0 10px;
    font-size: 1.6rem;
  }
  .p-pagination__item--prev, .p-pagination__item--next {
    display: block;
  }
}

/*
  p-pager
---------------------------*/
.p-pager {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.p-pager__prev, .p-pager__return, .p-pager__next {
  width: 90px;
  height: 30px;
  margin: 0 10px;
  font-size: 1.4rem;
  line-height: 1;
  overflow: hidden;
}
.p-pager__prev a, .p-pager__return a, .p-pager__next a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #5C060A;
  border: 1px solid #5C060A;
  transition: color, background-color, 0.3s;
}
.p-pager__prev a:hover, .p-pager__return a:hover, .p-pager__next a:hover {
  background-color: #5C060A;
  color: #F2EFED;
}
@media screen and (min-width: 48em) {
  .p-pager {
    margin-top: 64px;
  }
  .p-pager__prev, .p-pager__return, .p-pager__next {
    width: 110px;
    height: 42px;
    font-size: 1.6rem;
  }
}

/*
  p-map
---------------------------*/
.p-map {
  width: 100%;
  height: min(calc(240 / 375 * 100vw), 530px);
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.p-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* page ------------ */
/*
  idx-loading
---------------------------*/
.idx-loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--base-body-color);
}
.idx-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 233px;
  transform: translate(-50%, -50%);
}
.idx-loading.finish {
  display: none;
}

/*
  idx-fv
---------------------------*/
.idx-fv {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.idx-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media screen and (min-width: 64em) {
  .idx-fv__title {
    top: auto;
    left: auto;
    transform: none;
    bottom: 120px;
    right: 60px;
    justify-content: flex-end;
  }
}
.idx-fv__title .txt {
  color: #ffffff;
  font-size: min(calc(24 / 375 * 100vw), 4.8rem);
  font-weight: 500;
  line-height: 1.8;
}
.idx-fv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.idx-fv__img-slide {
  width: 100%;
  height: 100%;
}
.idx-fv__img-slide__item {
  width: 100%;
  height: 100%;
}
.idx-fv__img-slide__item .img {
  width: 100%;
  height: 100%;
}
.idx-fv__img-slide__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 48em) {
  .idx-fv {
    height: 600px;
  }
}
@media screen and (min-width: 64em) {
  .idx-fv {
    height: 100vh;
  }
}

/*
  idx-news
---------------------------*/
.idx-news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--key-color);
  background-image: url(../images/page/page-index/idx-topics_bg.svg);
  background-repeat: repeat;
  background-size: 90px 79px;
  overflow: hidden;
  color: #ffffff;
}
.idx-news__title {
  line-height: 1;
  margin-bottom: 30px;
}
.idx-news__title .jp {
  font-size: 2.2rem;
  display: block;
  text-align: center;
}
.idx-news__list-item {
  padding-bottom: 10px;
}
.idx-news__list-item .date {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.idx-news__list-item .title {
  line-height: 1.66666;
  margin-top: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.idx-news__list-item .content {
  font-size: 1.4rem;
  padding-top: 10px;
}
@media screen and (min-width: 48em) {
  .idx-news__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx-news__left {
    width: 105px;
  }
  .idx-news__right {
    flex: 1;
    width: calc(100% - 105px);
  }
  .idx-news__title {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
  .idx-news__title .jp {
    display: inline-block;
    text-align: left;
  }
}

/*
  idx-concept
---------------------------*/
.idx-concept {
  padding-top: min(calc(80 / 375 * 100vw), 100px);
  position: relative;
  overflow: hidden;
}
.idx-concept .l-container {
  position: relative;
  z-index: 1;
}
.idx-concept::before {
  content: "";
  display: block;
  width: min(calc(329 / 375 * 100vw), 658px);
  height: min(calc(371 / 375 * 100vw), 743px);
  background-image: url(../images/page/page-index/concept-bg.svg);
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: min(calc(20 / 375 * 100vw), 40px);
  transform: translateX(-50%);
}
.idx-concept__body {
  position: relative;
}
.idx-concept__content {
  width: 100%;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .idx-concept__content {
    max-width: 476px;
    padding-bottom: 150px;
  }
}
.idx-concept__content p {
  margin-top: 1em;
}
.idx-concept__img {
  text-align: center;
}

/*
  idx-room
---------------------------*/
.idx-room {
  padding-top: min(calc(80 / 375 * 100vw), 100px);
  position: relative;
  overflow: hidden;
}
.idx-room::before {
  content: "";
  display: block;
  width: calc(100vw - 40px);
  height: calc(100% - 200px);
  background-color: #01111F;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 min(calc(20 / 375 * 100vw), 30px) min(calc(20 / 375 * 100vw), 30px) 0;
}
@media screen and (min-width: 64em) {
  .idx-room::before {
    width: calc(100vw - 100px);
    height: calc(100% - 180px);
  }
}
.idx-room--reverse::before {
  left: auto;
  right: 0;
  border-radius: min(calc(20 / 375 * 100vw), 30px) 0 0 min(calc(20 / 375 * 100vw), 30px);
}
.idx-room .l-container {
  position: relative;
  z-index: 1;
}
.idx-room__body {
  position: relative;
}
.idx-room__content {
  width: 100%;
  padding-bottom: min(calc(40 / 375 * 100vw), 80px);
}
@media screen and (min-width: 64em) {
  .idx-room__content {
    max-width: 402px;
    margin-left: 200px;
    min-height: 724px;
  }
  .idx-room--reverse .idx-room__content {
    margin-left: auto;
    margin-right: 200px;
  }
}
.idx-room__content p {
  margin-top: 1em;
}
.idx-room__img {
  position: relative;
  border-radius: min(calc(20 / 375 * 100vw), 30px);
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .idx-room__img {
    width: 700px;
    height: 656px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 160px;
  }
  .idx-room--reverse .idx-room__img {
    margin-left: 0;
    margin-right: 160px;
    left: auto;
    right: 50%;
  }
  .idx-room__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

/*
  idx-sightseeing
---------------------------*/
.idx-sightseeing {
  padding-top: min(calc(40 / 375 * 100vw), 60px);
  padding-bottom: min(calc(60 / 375 * 100vw), 80px);
  position: relative;
  background-color: #DED7CE;
}
.idx-sightseeing .l-container {
  position: relative;
  z-index: 1;
}
.idx-sightseeing__svg {
  width: 100%;
  max-width: min(calc(340 / 375 * 100vw), 548px);
  position: absolute;
  top: 260px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 64em) {
  .idx-sightseeing__svg {
    top: 70px;
    margin-right: -300px;
  }
}
.idx-sightseeing__img {
  position: relative;
  border-radius: min(calc(20 / 375 * 100vw), 30px);
  overflow: hidden;
  margin-top: -140px;
}
@media screen and (min-width: 64em) {
  .idx-sightseeing__img {
    width: 707px;
    height: 471px;
    position: absolute;
    right: 50%;
  }
  .idx-sightseeing__img img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.idx-sightseeing__content {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .idx-sightseeing__content {
    max-width: 353px;
    margin-left: auto;
    margin-right: 160px;
  }
}
.idx-sightseeing__content p {
  margin-top: 1em;
}
.idx-sightseeing .idx-title {
  margin-top: 30px;
}
@media screen and (min-width: 64em) {
  .idx-sightseeing .idx-title {
    position: absolute;
    right: 100px;
    top: 0;
    margin-top: -90px;
  }
}

/*
  idx-topics
---------------------------*/
.idx-topics {
  padding-top: min(calc(60 / 375 * 100vw), 80px);
  position: relative;
  overflow: hidden;
}
.idx-topics .l-container {
  position: relative;
  z-index: 1;
}
.idx-topics::before {
  content: "";
  display: block;
  width: min(calc(275 / 375 * 100vw), 547px);
  height: min(calc(273 / 375 * 100vw), 545px);
  background-image: url(../images/common/body-ashirai03.svg);
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: max(calc(-137 / 375 * 100vw), -273px);
}
.idx-topics::after {
  content: "";
  display: block;
  width: min(calc(350 / 375 * 100vw), 777px);
  height: min(calc(191 / 375 * 100vw), 422px);
  background-image: url(../images/common/body-ashirai02.svg);
  background-size: 100%;
  position: absolute;
  right: 50%;
  top: 40px;
  margin-left: max(calc(-180 / 375 * 100vw), -340px);
}
@media screen and (min-width: 64em) {
  .idx-topics .idx-title {
    margin-left: auto;
    margin-right: auto;
  }
}

/*
  idx-access
---------------------------*/
.idx-access {
  margin-top: min(calc(60 / 375 * 100vw), 80px);
  padding-bottom: min(calc(80 / 375 * 100vw), 100px);
  position: relative;
  overflow: hidden;
}
.idx-access::before {
  content: "";
  display: block;
  width: min(calc(300 / 375 * 100vw), 686px);
  height: min(calc(298 / 375 * 100vw), 683px);
  background-image: url(../images/common/body-ashirai03.svg);
  background-size: 100%;
  position: absolute;
  left: -20px;
  bottom: 20px;
}
.idx-access .l-container {
  position: relative;
  z-index: 1;
}

/*
  idx-title
---------------------------*/
.idx-title {
  line-height: 1.8;
  margin-bottom: min(calc(40 / 375 * 100vw), 80px);
  font-size: min(calc(20 / 375 * 100vw), 24px);
}

.idx-close {
  padding-top: min(calc(80 / 375 * 100vw), 100px);
  padding-bottom: min(calc(80 / 375 * 100vw), 100px);
  position: relative;
  overflow: hidden;
}
.idx-close__body {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: min(calc(20 / 375 * 100vw), 30px);
  background-color: #0C304F;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .idx-close__body {
    flex-direction: row;
    align-items: center;
    gap: min(calc(40 / 375 * 100vw), 80px);
  }
}
.idx-close__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: min(calc(20 / 375 * 100vw), 30px) min(calc(20 / 375 * 100vw), 30px) 0 0;
}
@media screen and (min-width: 64em) {
  .idx-close__img {
    border-radius: 0 min(calc(20 / 375 * 100vw), 30px) min(calc(20 / 375 * 100vw), 30px) 0;
    order: 2;
    aspect-ratio: 3/4;
    width: 50%;
  }
}
.idx-close__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.idx-close__content {
  width: 100%;
  padding: min(calc(40 / 375 * 100vw), 80px);
}
@media screen and (min-width: 64em) {
  .idx-close__content {
    order: 1;
    flex: 1;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.idx-close__content p {
  margin-top: 1em;
}
.idx-close__content .sign {
  text-align: right;
  margin-top: min(calc(40 / 375 * 100vw), 80px);
}
.idx-close__content .sign img {
  width: 100%;
  max-width: min(calc(134 / 375 * 100vw), 134px);
}

.about-history {
  position: relative;
}
.about-history::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.about-history__year {
  padding-top: 40px;
}
.about-history__year-num {
  padding-left: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.about-history__year-num::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  bottom: -7px;
}
.about-history__month {
  margin-top: 32px;
  position: relative;
}
.about-history__month-num {
  padding-left: 24px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.about-history__month-num::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-history__item {
  padding-top: 16px;
  padding-left: 56px;
  font-size: 1.5rem;
  position: relative;
}
.about-history__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #ffffff;
  position: absolute;
  left: 32px;
  top: 5px;
}
.about-history__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 32px;
  top: 5px;
}
.about-history__item dt {
  font-weight: bold;
  position: relative;
}
.about-history__item dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: -24px;
  top: 12px;
}
.about-history__item dd {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 8px;
}
.about-history__item dd .img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.about-history__item dd .txt {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .about-history {
    padding-left: 220px;
  }
  .about-history::before {
    left: 220px;
    top: 0;
  }
  .about-history__year {
    padding-top: 72px;
    position: relative;
  }
  .about-history__year-num {
    position: absolute;
    left: -220px;
    top: 0;
    width: 220px;
    padding-left: 0;
    font-size: 6rem;
  }
  .about-history__year-num::before {
    left: auto;
    right: -9px;
  }
  .about-history__month {
    margin-top: 40px;
  }
  .about-history__month-num {
    padding-left: 56px;
    font-size: 3rem;
  }
  .about-history__month-num::before {
    width: 48px;
  }
  .about-history__item {
    padding-top: 32px;
    padding-left: 96px;
  }
  .about-history__item::before {
    height: 40px;
    left: 72px;
    top: 8px;
  }
  .about-history__item:not(:last-child)::after {
    left: 72px;
    top: 8px;
  }
  .about-history__item dt {
    font-size: 1.8rem;
  }
  .about-history__item dt::before {
    width: 16px;
    height: 1px;
    left: -24px;
    top: 16px;
  }
  .about-history__item dd .img {
    width: 150px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 16px;
  }
  .about-history__item dd .txt {
    flex: 1;
  }
}

.about-member__list-item {
  margin-top: 40px;
}
.about-member__list-item:first-child {
  margin-top: 0;
}
.about-member__list-item__header {
  line-height: 1;
  position: relative;
  padding-bottom: 16px;
}
.about-member__list-item__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-member__list-item__header .position {
  font-size: 1.2rem;
}
.about-member__list-item__header .name {
  font-family: "Noto Serif JP", serif;
}
.about-member__list-item__header .name .en {
  display: block;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 8px;
}
.about-member__list-item__header .name .jp {
  display: block;
  font-size: 1.5rem;
  margin-top: 8px;
}
.about-member__list-item__img {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  position: relative;
}
.about-member__list-item__img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 240px 60px;
  border-color: transparent transparent #2F271F transparent;
}
.about-member__list-item__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 60px 0 0;
  border-color: #2F271F transparent transparent transparent;
}
.about-member__list-item__img .img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.about-member__list-item__img .img img, .about-member__list-item__img .img video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.about-member__list-item__img .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-member__list-item__description {
  margin-top: 24px;
}
@media screen and (min-width: 48em) {
  .about-member__list-item {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .about-member__list-item:first-child {
    margin-top: 0;
  }
  .about-member__list-item__content {
    flex: 1;
    padding-right: 40px;
    order: 1;
  }
  .about-member__list-item--reverse .about-member__list-item__content {
    padding-left: 40px;
    padding-right: 0;
    order: 2;
  }
  .about-member__list-item__header::after {
    width: 90px;
    height: 2px;
  }
  .about-member__list-item__header .position {
    font-size: 1.4rem;
  }
  .about-member__list-item__header .name .en {
    font-size: 3.5rem;
    margin-top: 16px;
  }
  .about-member__list-item__header .name .jp {
    font-size: 1.8em;
    margin-top: 16px;
  }
  .about-member__list-item__img {
    margin: 0;
    order: 2;
  }
  .about-member__list-item--reverse .about-member__list-item__img {
    order: 1;
  }
  .about-member__list-item--reverse .about-member__list-item__img::before {
    border-width: 0 60px 240px 0;
    border-color: transparent #2F271F transparent transparent;
  }
  .about-member__list-item--reverse .about-member__list-item__img::after {
    border-width: 240px 0 0 60px;
    border-color: transparent transparent transparent #2F271F;
  }
}
@media screen and (min-width: 64em) {
  .about-member__list-item__img {
    max-width: 440px;
  }
  .about-member__list-item__img::before {
    border-width: 0 0 440px 114px;
  }
  .about-member__list-item__img::after {
    border-width: 440px 114px 0 0;
  }
  .about-member__list-item--reverse .about-member__list-item__img::before {
    border-width: 0 114px 440px 0;
  }
  .about-member__list-item--reverse .about-member__list-item__img::after {
    border-width: 440px 0 0 114px;
  }
}

.about-voice__list-item {
  margin-top: 40px;
}
.about-voice__list-item:first-child {
  margin-top: 0;
}
.about-voice__list-item__header {
  line-height: 1;
  position: relative;
  padding-bottom: 16px;
}
.about-voice__list-item__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-voice__list-item__header .position {
  font-size: 1.2rem;
}
.about-voice__list-item__header .name {
  font-family: "Noto Serif JP", serif;
}
.about-voice__list-item__header .name .en {
  display: block;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 8px;
}
.about-voice__list-item__header .name .jp {
  display: block;
  font-size: 1.5rem;
  margin-top: 8px;
}
.about-voice__list-item__img {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  position: relative;
}
.about-voice__list-item__img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 240px 60px;
  border-color: transparent transparent #2F271F transparent;
}
.about-voice__list-item__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 60px 0 0;
  border-color: #2F271F transparent transparent transparent;
}
.about-voice__list-item__img .img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.about-voice__list-item__img .img img, .about-voice__list-item__img .img video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.about-voice__list-item__img .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-voice__list-item__description {
  margin-top: 24px;
}
@media screen and (min-width: 48em) {
  .about-voice__list-item {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .about-voice__list-item:first-child {
    margin-top: 0;
  }
  .about-voice__list-item__content {
    flex: 1;
    padding-right: 40px;
    order: 1;
  }
  .about-voice__list-item--reverse .about-voice__list-item__content {
    padding-left: 40px;
    padding-right: 0;
    order: 2;
  }
  .about-voice__list-item__header::after {
    width: 90px;
    height: 2px;
  }
  .about-voice__list-item__header .position {
    font-size: 1.4rem;
  }
  .about-voice__list-item__header .name .en {
    font-size: 3.5rem;
    margin-top: 16px;
  }
  .about-voice__list-item__header .name .jp {
    font-size: 1.8em;
    margin-top: 16px;
  }
  .about-voice__list-item__img {
    margin: 0;
    order: 2;
  }
  .about-voice__list-item--reverse .about-voice__list-item__img {
    order: 1;
  }
  .about-voice__list-item--reverse .about-voice__list-item__img::before {
    border-width: 0 60px 240px 0;
    border-color: transparent #2F271F transparent transparent;
  }
  .about-voice__list-item--reverse .about-voice__list-item__img::after {
    border-width: 240px 0 0 60px;
    border-color: transparent transparent transparent #2F271F;
  }
}
@media screen and (min-width: 64em) {
  .about-voice__list-item__img {
    max-width: 440px;
  }
  .about-voice__list-item__img::before {
    border-width: 0 0 440px 114px;
  }
  .about-voice__list-item__img::after {
    border-width: 440px 114px 0 0;
  }
  .about-voice__list-item--reverse .about-voice__list-item__img::before {
    border-width: 0 114px 440px 0;
  }
  .about-voice__list-item--reverse .about-voice__list-item__img::after {
    border-width: 440px 0 0 114px;
  }
}

.search-form {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.search-form__input {
  padding: 10px 50px 10px 30px;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #222222;
}
.search-form__input input {
  font-size: 1.6rem;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px 0;
  vertical-align: middle;
  background: #ffffff;
  color: #000000;
}
.search-form__input input:focus {
  outline: 0;
}
.search-form__submit {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.search-form__submit button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
  color: #aaaaaa;
}
.search-form input::placeholder, .search-form textarea::placeholder {
  color: #aaaaaa;
}
.search-form {
  /* Edge */
}
.search-form input::-ms-input-placeholder, .search-form textarea::-ms-input-placeholder {
  color: #aaaaaa;
}
.search-form {
  /* IE11 & IE10 */
}
.search-form input:-ms-input-placeholder, .search-form textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.search-form {
  /*select*/
}
.search-form ::-ms-expand {
  display: none;
}

.contact-form__item {
  border-bottom: 1px solid #AEAEAE;
  padding: 2.5rem 0;
  overflow: hidden;
  zoom: 1;
}
.contact-form__item:first-child {
  border-top: 1px solid #AEAEAE;
}
.contact-form__item-title {
  font-weight: bold;
  padding-right: 20px;
  position: relative;
}
.contact-form__item-content {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}
.contact-form__item-field {
  margin-top: 1rem;
}
.contact-form__item-field:first-child {
  margin-top: 0;
}
.contact-form__item-require {
  display: block;
  color: #972426;
  font-size: 80%;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-form__item-note {
  font-size: 85%;
  margin: 1rem 0;
  font-weight: normal;
}
.contact-form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
         * エラーメッセージ
         */
}
.contact-form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.contact-form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 5px 6px 5px;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .contact-form__item-title {
    float: left;
    padding-right: 20px;
    width: 30%;
  }
  .contact-form__item-content {
    padding-top: 0;
  }
  .contact-form__item-require {
    position: relative;
    top: auto;
    right: auto;
    line-height: 1;
    margin-top: 0.5rem;
  }
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #aaaaaa;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #aaaaaa;
}
.contact-form {
  /* Edge */
}
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #aaaaaa;
}
.contact-form {
  /* IE11 & IE10 */
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.contact-form {
  /*select*/
}
.contact-form ::-ms-expand {
  display: none;
}
.contact-form input, .contact-form textarea {
  border: 0;
  border-radius: 3px;
  margin: 0;
  max-width: 100%;
  padding: 5px 8px;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #666666;
  color: #000000;
}
.contact-form textarea {
  width: 100%;
}
.contact-form select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 5px 8px;
  width: 10em;
  padding-right: 25px;
  color: #000000;
}
.contact-form span.select_label {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #666666;
  position: relative;
}
.contact-form span.select_label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #333333;
}
.contact-form label {
  margin: 0 10px 0 2px;
  font-weight: normal;
}
.contact-form label input[type=checkbox], .contact-form label input[type=radio] {
  margin: 0 5px 0 0;
}
.contact-form input[type=file] {
  line-height: 1;
}
.contact-form__btn {
  margin-top: 15px;
  text-align: center;
}
.contact-form__btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 15px 20px;
  line-height: 1;
}
.contact-form__btn input:active, .contact-form__btn input:hover {
  background-color: #eee;
}

.mw_wp_form_confirm span.select_label, .mw_wp_form_preview span.select_label {
  background: none;
  border: none;
}

.mw_wp_form_confirm span.select_label:before, .mw_wp_form_preview span.select_label:before {
  display: none;
}

/*
  blog-list
---------------------------*/
/*
 post-detail
---------------------------*/
.post-detail-header__heading-info {
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: -100px;
}
.post-detail-header__heading-info .date {
  font-size: 1.3rem;
  margin-top: 5px;
}
.post-detail-header__heading-info .cate {
  margin-top: 5px;
  margin-left: 16px;
}
.post-detail-header__heading-info .cate a {
  text-decoration: none !important;
  display: inline-block;
  background-color: #000000;
  color: #F2EFED;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 16px;
  transition: background-color, 0.3s;
}
.post-detail-header__heading-info .cate a:hover {
  background-color: #9F7940;
}
@media screen and (min-width: 48em) {
  .post-detail-header__heading-info .cate a {
    font-size: 1.4rem;
    padding: 4px 8px;
  }
  .post-detail-header__heading-info .date {
    font-size: 1.5rem;
  }
}

/* editor ------------ */
.editor-body h1:not(.no-style) {
  margin-top: 150px;
  margin-bottom: 100px;
  font-weight: 600;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.12;
  position: relative;
}
.editor-body h1:not(.no-style)::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  top: calc(100% + 28px);
}
.editor-body h2:not(.no-style) {
  margin-top: 150px;
  margin-bottom: 80px;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.9545454546;
}
.editor-body h3:not(.no-style) {
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
  position: relative;
  padding-left: 53px;
}
.editor-body h3:not(.no-style)::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  left: 0;
  top: 20px;
}
.editor-body h4:not(.no-style) {
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  position: relative;
  padding-left: 30px;
}
.editor-body h4:not(.no-style)::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: #9A743B;
  position: absolute;
  left: 0;
  top: 8px;
}
.editor-body h5:not(.no-style) {
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  position: relative;
  padding-left: 21px;
}
.editor-body h5:not(.no-style)::before {
  content: "";
  display: block;
  width: 11px;
  height: calc(100% - 9px);
  background-color: #666666;
  position: absolute;
  left: 0;
  top: 6px;
}
.editor-body h6:not(.no-style) {
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.editor-body p {
  margin: 40px 0;
  font-size: 1.6rem;
  line-height: 2.1875;
}
.editor-body p.has-background {
  padding: 20px;
}
@media screen and (min-width: 48em) {
  .editor-body p.has-background {
    padding: 60px;
  }
}
.editor-body strong {
  font-weight: bold;
}
.editor-body em {
  font-style: italic;
  font-family: Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif;
}
.editor-body hr {
  background-color: #cccccc;
  margin: 32px 0;
}
@media screen and (min-width: 48em) {
  .editor-body hr {
    margin: 40px 0;
  }
}
.editor-body {
  /**link**/
}
.editor-body a {
  text-decoration: underline;
  color: #5C060A;
}
.editor-body a:hover {
  text-decoration: none;
}
.editor-body a[target=_blank] {
  position: relative;
}
.editor-body a[target=_blank]::before {
  font-family: "fontello";
  content: "\f08e";
}
.editor-body .wp-block-button {
  margin: 32px 0;
  text-align: center;
}
.editor-body .wp-block-button a {
  text-decoration: none;
  max-width: 100%;
  border-radius: 6px;
  /*background-color: $color-font;*/
  opacity: 1;
  transition: all 0.2s;
}
.editor-body .wp-block-button a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-button {
    margin: 40px 0;
  }
}
.editor-body {
  /*画像*/
}
.editor-body .wp-block-image {
  margin: 32px 0;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-image {
    margin: 40px 0;
  }
}
.editor-body {
  /*ギャラリー*/
}
.editor-body .wp-block-gallery {
  margin: 32px 0;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-gallery {
    margin: 40px 0;
  }
}
.editor-body .blocks-gallery-grid {
  margin-bottom: -16px;
}
.editor-body {
  /*figcaption*/
}
.editor-body figcaption {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.editor-body {
  /*引用*/
}
.editor-body .wp-block-quote {
  margin: 32px 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: block;
  border: 0;
}
.editor-body .wp-block-quote p {
  margin: 0;
}
.editor-body .wp-block-quote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-quote cite {
  margin-top: 30px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-quote {
    margin: 40px 0;
  }
}
.editor-body .wp-block-pullquote {
  margin: 32px 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: block;
  border: 0;
}
.editor-body .wp-block-pullquote p {
  margin: 0;
  font-size: 2rem;
}
.editor-body .wp-block-pullquote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-pullquote cite {
  margin-top: 30px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-pullquote {
    margin: 40px 0;
  }
}
.editor-body {
  /*file*/
}
.editor-body .wp-block-file {
  margin: 32px 0;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-file {
    margin: 40px 0;
  }
}
.editor-body {
  /*audio*/
}
.editor-body .wp-block-audio {
  margin: 32px 0;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-audio {
    margin: 40px 0;
  }
}
.editor-body {
  /*埋め込み*/
}
.editor-body .wp-block-embed {
  margin: 32px 0;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-embed {
    margin: 40px 0;
  }
}
.editor-body {
  /*カバーイメージ*/
}
.editor-body .wp-block-cover {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100vw;
  margin-left: -20px;
}
.editor-body .wp-block-cover img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .editor-body .wp-block-cover {
    margin-left: -40px;
  }
}
@media screen and (min-width: 64em) {
  .editor-body .wp-block-cover {
    margin-left: calc(-50vw + 466px);
  }
}
.editor-body {
  /*video*/
}
.editor-body .is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.editor-body .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.editor-body {
  /**リスト**/
}
.editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid) {
  margin-top: 50px;
  margin-bottom: 50px;
}
.editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid) li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid) li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--key-color);
  position: absolute;
  left: 0;
  top: 0.8em;
}
.editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid).list_inline li {
  display: inline-block;
  margin-right: 18px;
}
.editor-body ol {
  margin-top: 50px;
  margin-bottom: 50px;
  counter-reset: counter-name;
}
.editor-body ol li {
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
.editor-body ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: var(--key-color);
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.editor-body {
  /*カラム*/
}
.editor-body .wp-block-columns {
  margin-top: 30px;
}
.editor-body .wp-block-columns * {
  margin-top: 0;
}
.editor-body .wp-block-columns figure,
.editor-body .wp-block-columns p {
  margin-bottom: 0;
}
.editor-body {
  /*table*/
}
.editor-body .wp-block-table {
  margin-top: 80px;
  margin-bottom: 80px;
}
.editor-body .wp-block-table table {
  width: 100%;
}
.editor-body .wp-block-table.scrollable table {
  width: 850px;
}
.editor-body .wp-block-table.is-style-regular table th,
.editor-body .wp-block-table.is-style-regular table td {
  padding: 25px 35px;
  border: 1px solid #CCCCCC;
  line-height: 1.7857142857;
}
.editor-body .wp-block-table.is-style-regular table th {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #E8E1D6;
}
.editor-body .wp-block-table.is-style-regular table td {
  font-size: 1.4rem;
  background-color: #F2F0ED;
}
.editor-body .map-gray iframe {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.editor-body .editor-image-text {
  margin-top: 80px;
  margin-bottom: 80px;
}
.editor-body .editor-image-text .img {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .editor-body .editor-image-text {
    display: flex;
    margin-left: calc(-50vw + 365px);
  }
  .editor-body .editor-image-text--reverse {
    margin-left: 0;
    margin-right: calc(-50vw + 365px);
  }
  .editor-body .editor-image-text .img {
    width: 50vw;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .editor-body .editor-image-text .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .editor-body .editor-image-text--reverse .img {
    order: 2;
  }
  .editor-body .editor-image-text .content {
    width: 450px;
    margin-left: auto;
  }
  .editor-body .editor-image-text .content * {
    margin-top: 0;
  }
  .editor-body .editor-image-text--reverse .content {
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
}

.editor-body > *:first-child {
  margin-top: 0 !important;
}
.editor-body {
  overflow-wrap: break-all;
  word-wrap: break-word;
  word-break: break-all;
}
.editor-body--black {
  color: #F2EFED;
}
.editor-body--black a {
  color: #9F7940;
}
.editor-body--black .wp-block-table table {
  color: #272727;
}

/* utility ------------ */
/* =======================================
align
======================================== */
/*テキストの位置*/
.u-center {
  text-align: center !important;
}

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

/* =======================================
color
======================================== */
.u-white {
  color: #ffffff;
}

.u-bg-black {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #272727;
}

/* =======================================
margin
======================================== */
/* mt
-----------------------------------------*/
.u-mt00 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* mb
-----------------------------------------*/
.u-mb00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =======================================
padding
======================================== */
/* pt
-----------------------------------------*/
.u-pt00 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* pb
-----------------------------------------*/
.u-pb00 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pb100 {
  padding-bottom: 100px !important;
}/*# sourceMappingURL=front.css.map */