@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "SangBleuOGSans";
  font-weight: 400;
  /*	
    src: url("/_static/fonts/SangBleuOGSans-Regular.woff2") format("woff2"),
         url("/_static/fonts/SangBleuOGSans-Regular.woff") format("woff");
  	*/
  src: url("/_static/fonts/SangBleuOGSans-Regular-WebXL.woff2") format("woff2"), url("/_static/fonts/SangBleuOGSans-Regular-WebXL.woff") format("woff"), url("/_static/fonts/SangBleuOGSans-Regular-WebS.woff2") format("woff2"), url("/_static/fonts/SangBleuOGSans-Regular-WebS.woff") format("woff"); }
@font-face {
  font-family: "SangBleuOGSans";
  font-weight: 500;
  	/*
    src: url("/_static/fonts/SangBleuOGSans-Mediumwoff2") format("woff2"),
         url("/_static/fonts/SangBleuOGSans-Medium.woff") format("woff");
  	*/
  src: url("/_static/fonts/SangBleuOGSans-Medium-WebXL.woff2") format("woff2"), url("/_static/fonts/SangBleuOGSans-Medium-WebXL.woff") format("woff"), url("/_static/fonts/SangBleuOGSans-Medium-WebS.woff2") format("woff2"), url("/_static/fonts/SangBleuOGSans-Medium-WebS.woff") format("woff"); }
/* Scss Document */
@keyframes updown {
  from {
    transform: translateY(-2px); }
  to {
    transform: translateY(2px); } }
@-webkit-keyframes updown {
  from {
    -webkit-transform: translateY(-2px); }
  to {
    -webkit-transform: translateY(2px); } }
/* 点滅 */
.blinking {
  -webkit-animation: blink 0.5s ease-out infinite alternate;
  -moz-animation: blink 0.5s ease-out infinite alternate;
  -ms-animation: blink 0.5s ease-out infinite alternate;
  -o-animation: blink 0.5s ease-out infinite alternate;
  animation: blink 0.5s ease-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: source-han-serif-japanese, serif;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  /*
  CSSハック(以下はIE11の場合)
  */ }
  @media all and (-ms-high-contrast: none) {
    body *::-ms-backdrop,
    body .tenmincho_white {
      background: none; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -moz-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -ms-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -o-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease; }
  @media screen and (max-width: 750px) {
    a {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; } }

*:focus {
  outline: none; }

strong {
  font-weight: bold; }

p {
  line-height: 1.8; }
  @media screen and (max-width: 750px) {
    p {
      line-height: 1.8; } }
  p a {
    text-decoration: underline;
    color: inherit; }
    p a:hover {
      text-decoration: none; }

img {
  width: auto;
  height: auto;
  vertical-align: top; }

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background: #eee; }
  @media screen and (max-width: 750px) {
    input[type=text],
    input[type=email],
    input[type=tel],
    textarea {
      padding: 15px;
      font-size: 16px; } }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  textarea:focus {
    background: #ddd; }

/*
textarea {
	width: 100%;
	padding: 20px;
	font-size: 17px;
	font-weight: bold;
	border: none;
    background: #eee;
	margin: 5px 0 0 0;
	@include mq() {
		font-size: 16px;
		padding: 10px;
	}
	&:focus{
		background: #ddd;
	}
	
}
*/
select {
  width: 100%;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #999 url(../imgs/common/pulldown_arrow.svg) no-repeat right center/auto 100%;
  text-align: center !important;
  margin-bottom: 20px; }
  select:hover {
    background-color: #666;
    cursor: pointer; }
  @media screen and (max-width: 750px) {
    select {
      font-size: 15px; } }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none; }

input[type=submit] {
  margin: 0 auto;
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background: #0067B1;
  text-align: center;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 750px) {
    input[type=submit] {
      width: 100%; } }
  input[type=submit]:hover {
    background-color: #333; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix,
section {
  zoom: 1; }

.clearfix:before,
.clearfix:after,
.section:before,
.section:after {
  content: "";
  display: table; }

.clearfix:after,
.section:after {
  clear: both; }

.noscroll {
  overflow: hidden;
  height: 100%; }

br.pc {
  display: inline; }
  @media screen and (max-width: 750px) {
    br.pc {
      display: none; } }

br.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    br.sp {
      display: inline; } }

p.pc {
  display: block; }
  @media screen and (max-width: 750px) {
    p.pc {
      display: none; } }

p.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    p.sp {
      display: block; } }

div.pc {
  display: block; }
  @media screen and (max-width: 750px) {
    div.pc {
      display: none; } }

div.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    div.sp {
      display: block; } }

.ls_jp {
  letter-spacing: 0.02em; }

.ls_en {
  letter-spacing: 0.03em; }

/*
.lazyload{
	//@include css3(transition, "visibility 1s ease, opacity 1s ease");
	visibility: hidden;
	opacity:0;
	@include css3(transition, all 1s ease);
	//@include css3(transform, scale(0.5,0.5));
}
.lazyloaded{
	visibility: visible;
	opacity:1;
	@include css3(transition, all 1s ease);
	//@include css3(transition, "visibility 1s ease, opacity 1s ease");
}
*/
a.btn {
  border: #fff 1px solid;
  color: #fff;
  mix-blend-mode: difference;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
  font-family: montserrat, sans-serif; }
  a.btn:hover {
    background: #fff;
    color: #000; }

nav.pagenation {
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 60vw;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    nav.pagenation {
      padding: 15px 0;
      max-width: 100vw; } }
  nav.pagenation > span, nav.pagenation > a {
    border: 1px solid #eee;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      nav.pagenation > span, nav.pagenation > a {
        width: 22px;
        height: 22px;
        padding: 4px 0; } }
    nav.pagenation > span.next, nav.pagenation > span.prev, nav.pagenation > a.next, nav.pagenation > a.prev {
      background: #0067B1;
      color: #fff;
      width: 50px;
      height: 50px;
      border: none;
      padding: 19px 0 0; }
      @media screen and (max-width: 750px) {
        nav.pagenation > span.next, nav.pagenation > span.prev, nav.pagenation > a.next, nav.pagenation > a.prev {
          width: 30px;
          height: 30px;
          padding: 12px 0 0;
          font-size: 9px; } }
  nav.pagenation > span {
    border: none !important; }
  nav.pagenation .current {
    color: #0067B1;
    font-size: 18px;
    position: relative; }
    @media screen and (max-width: 750px) {
      nav.pagenation .current {
        font-size: 16px; } }
  nav.pagenation > a:hover {
    background: #333;
    color: #fff; }

a.pagescroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 25px;
  position: fixed;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease; }
  a.pagescroll.show {
    opacity: 1;
    visibility: visible; }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  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;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  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;
  -webkit-box-shadow: none;
  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%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* 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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  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"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.loader {
  font-size: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  mix-blend-mode: difference;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

body {
  min-width: 1280px;
  background: #B2B7BA; }
  @media screen and (max-width: 750px) {
    body {
      min-width: 0; } }

a.disable {
  pointer-events: none;
  opacity: 0.5; }

aside {
  background: #E0D8CC;
  width: 0px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: width 2s ease,opacity 2s ease;
  -moz-transition: width 2s ease,opacity 2s ease;
  -ms-transition: width 2s ease,opacity 2s ease;
  -o-transition: width 2s ease,opacity 2s ease;
  transition: width 2s ease,opacity 2s ease; }
  @media screen and (max-width: 750px) {
    aside {
      -webkit-transition: width 1s ease,opacity 1s ease;
      -moz-transition: width 1s ease,opacity 1s ease;
      -ms-transition: width 1s ease,opacity 1s ease;
      -o-transition: width 1s ease,opacity 1s ease;
      transition: width 1s ease,opacity 1s ease;
      overflow-y: auto; } }
  aside.open {
    display: block;
    width: 100%;
    opacity: 1; }
  aside > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1054px;
    height: 248px; }
    @media screen and (max-width: 750px) {
      aside > div {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: 100%; } }
    aside > div h2 {
      width: 213px;
      position: absolute;
      top: -6px;
      left: 0; }
      @media screen and (max-width: 750px) {
        aside > div h2 {
          position: absolute;
          top: 15.1477832512%;
          left: 35px;
          width: 206px; } }
      aside > div h2 img {
        width: 100%; }
    aside > div nav {
      position: absolute;
      top: 0;
      left: 284px; }
      @media screen and (max-width: 750px) {
        aside > div nav {
          position: static; } }
      @media screen and (max-width: 750px) {
        aside > div nav ul {
          width: 30.7881773399vh; } }
      aside > div nav ul li {
        margin-bottom: 46px; }
        @media screen and (max-width: 750px) {
          aside > div nav ul li {
            position: absolute;
            left: 35px; }
            aside > div nav ul li:nth-child(1) {
              top: 29.5566502463%; }
            aside > div nav ul li:nth-child(2) {
              top: 37.315270936%; }
            aside > div nav ul li:nth-child(3) {
              top: 45.0738916256%; } }
        aside > div nav ul li a {
          display: block;
          zoom: 1;
          display: flex; }
          aside > div nav ul li a:after {
            display: table;
            clear: both;
            content: ""; }
          aside > div nav ul li a:before {
            display: table;
            content: ""; }
          aside > div nav ul li a span {
            display: inline-block;
            white-space: nowrap;
            line-height: 1; }
            aside > div nav ul li a span:nth-child(1) {
              font-family: "SangBleuOGSans";
              width: 22px;
              font-size: 10px;
              transform: scale(0.7);
              transform-origin: left; }
            aside > div nav ul li a span:nth-child(2) {
              font-size: 17px;
              font-family: "SangBleuOGSans";
              width: 120px;
              letter-spacing: 0.06em; }
            aside > div nav ul li a span:nth-child(3) {
              letter-spacing: 0.05em;
              font-size: 10px;
              transform: scale(0.9);
              transform-origin: left; }
    aside > div div.sns {
      position: absolute;
      top: 0;
      left: 568px;
      white-space: nowrap;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        aside > div div.sns {
          top: auto;
          right: auto;
          left: 35px;
          top: 52.8325123153%; } }
      aside > div div.sns h4 {
        display: block;
        letter-spacing: 0.06em;
        margin-bottom: 10px;
        font-family: "SangBleuOGSans";
        font-size: 10px;
        transform: scale(0.8);
        transform-origin: left; }
      aside > div div.sns a {
        display: inline-block; }
        aside > div div.sns a:nth-child(2) {
          margin-right: 10px; }
    aside > div p.enjp {
      position: absolute;
      top: 62px;
      left: 568px;
      white-space: nowrap;
      line-height: 1;
      font-family: "SangBleuOGSans";
      font-size: 10px;
      transform: scale(0.9);
      transform-origin: left; }
      @media screen and (max-width: 750px) {
        aside > div p.enjp {
          top: auto;
          right: auto;
          left: 35px;
          top: 94.9507389163%; } }
      aside > div p.enjp a {
        letter-spacing: 0.1em;
        text-decoration: none;
        display: inline-block; }
        aside > div p.enjp a:hover {
          text-decoration: underline; }
        aside > div p.enjp a:nth-child(1) {
          color: #000; }
        aside > div p.enjp a:nth-child(3) {
          color: #707070; }
      aside > div p.enjp span {
        display: inline-block;
        color: #707070; }
    aside > div div.group {
      top: 83px;
      left: 843px;
      position: absolute;
      width: 211px; }
      @media screen and (max-width: 750px) {
        aside > div div.group {
          left: 35px;
          top: 76.6009852217%;
          width: 208px; } }
      aside > div div.group h4 {
        margin-bottom: 23px;
        line-height: 1;
        font-size: 10px;
        transform: scale(0.9);
        transform-origin: left; }
        @media screen and (max-width: 750px) {
          aside > div div.group h4 {
            font-size: 0.9852216749vh; } }
      aside > div div.group p {
        width: 115px;
        height: 90px;
        position: absolute;
        left: 96px;
        top: 0; }
        @media screen and (max-width: 750px) {
          aside > div div.group p {
            width: 107px;
            left: 100px; } }
        aside > div div.group p a {
          width: 100%;
          height: 100%;
          display: block;
          background: url("../imgs/common/reservation_arrow.svg") no-repeat right center; }
          aside > div div.group p a img {
            width: 75.54px;
            height: 90px; }
    aside > div p.reservation {
      position: absolute;
      top: -22px;
      left: 843px;
      width: 211px;
      height: 60px; }
      @media screen and (max-width: 750px) {
        aside > div p.reservation {
          top: auto;
          right: auto;
          left: 35px;
          top: 62.5615763547%;
          width: 208px; } }
      aside > div p.reservation a {
        width: 100%;
        height: 100%;
        display: block;
        font-family: "SangBleuOGSans";
        background: url("../imgs/common/reservation_arrow.svg") no-repeat right center; }
        aside > div p.reservation a span:nth-child(1) {
          font-size: 16px;
          position: absolute;
          top: 21px;
          left: 0;
          letter-spacing: 0.06em;
          line-height: 1; }
        aside > div p.reservation a span:nth-child(2) {
          position: absolute;
          top: 21px;
          left: 154px;
          letter-spacing: 0.025em;
          line-height: 1;
          font-size: 10px;
          transform: scale(0.9);
          transform-origin: left; }

body.en p.enjp a:nth-child(1) {
  color: #fff; }
body.en p.enjp a:nth-child(3) {
  color: #707070; }
body.en aside p.enjp a:nth-child(1) {
  color: #707070; }
body.en aside p.enjp a:nth-child(3) {
  color: #000; }

#loading {
  pointer-events: none; }

main,
#loading {
  min-width: 1280px; }
  @media screen and (max-width: 750px) {
    main,
    #loading {
      min-width: 0; } }

header {
  position: fixed;
  width: 100px;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 2; }
  @media screen and (max-width: 750px) {
    header {
      height: 80px; } }
  header a#burger {
    position: absolute;
    display: block;
    width: 70px;
    height: 20px;
    top: 25px;
    left: 25px;
    background: url("../imgs/common/burger_menu.svg") no-repeat left center;
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -ms-transition: left 1s ease;
    -o-transition: left 1s ease;
    transition: left 1s ease;
    font-family: "SangBleuOGSans"; }
    @media screen and (max-width: 750px) {
      header a#burger {
        top: 30px;
        width: 64px;
        height: 15px;
        background-size: auto 100%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; } }
    header a#burger.close {
      background: url("../imgs/common/burger_close.svg") no-repeat left center; }
      header a#burger.close span {
        color: #000; }
    header a#burger.news {
      left: 70px; }
      @media screen and (max-width: 750px) {
        header a#burger.news {
          left: 25px; } }
    header a#burger span {
      position: absolute;
      top: 4px;
      left: 30px;
      font-size: 10px;
      letter-spacing: 0.1em;
      white-space: nowrap;
      color: #fff;
      mix-blend-mode: difference;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        header a#burger span {
          top: 3px; } }

footer {
  padding: 78px 100px 93px;
  color: #000; }
  @media screen and (max-width: 750px) {
    footer {
      padding: 62px 35px; } }
  footer div {
    width: 328px;
    height: 81px;
    position: relative; }
    @media screen and (max-width: 750px) {
      footer div {
        height: auto; } }
    footer div > p:nth-child(1) {
      margin-bottom: 21px;
      line-height: 1; }
    @media screen and (max-width: 750px) {
      footer div > address {
        margin-bottom: 21px; } }
    footer div > address p {
      font-size: 10px;
      margin-bottom: 0;
      letter-spacing: 0.06em; }
      footer div > address p .en {
        font-family: "SangBleuOGSans";
        font-size: 11px; }
      footer div > address p.en {
        font-size: 12px;
        font-family: "SangBleuOGSans";
        line-height: 1.67; }
    footer div > p.sns {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 33px; }
      @media screen and (max-width: 750px) {
        footer div > p.sns {
          position: static;
          right: auto;
          bottom: auto; } }
      footer div > p.sns span {
        display: block;
        margin-bottom: 10px;
        line-height: 1;
        font-family: "SangBleuOGSans";
        font-size: 10px;
        transform: scale(0.7);
        transform-origin: left; }
      footer div > p.sns a {
        display: inline-block;
        width: 24px;
        height: 24px; }
        footer div > p.sns a:nth-child(2) {
          margin-right: 10px; }
  footer a.anchor {
    position: absolute;
    bottom: 95px;
    right: 111px;
    width: 60px;
    z-index: 99;
    display: block;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
    -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
    -o-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease; }
    @media screen and (max-width: 750px) {
      footer a.anchor {
        bottom: 62px;
        right: 35px; } }
    footer a.anchor:hover img {
      opacity: 0.5; }
    footer a.anchor.show {
      opacity: 1;
      visibility: visible; }
    footer a.anchor img {
      width: 100%;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      opacity: 1; }
  footer .bogo-language-switcher {
    display: none; }

body > p.logo_header {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 25px;
  z-index: 2; }
  @media screen and (max-width: 750px) {
    body > p.logo_header {
      top: 30px;
      width: 90px; } }
body > p.enjp {
  font-family: "SangBleuOGSans";
  color: #fff;
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: left;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 73px;
  z-index: 2;
  line-height: 1; }
  @media screen and (max-width: 750px) {
    body > p.enjp {
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      position: absolute;
      top: 32px;
      right: 25px;
      -webkit-transition: right 1s ease;
      -moz-transition: right 1s ease;
      -ms-transition: right 1s ease;
      -o-transition: right 1s ease;
      transition: right 1s ease; }
      body > p.enjp.news {
        right: 70px; } }
  body > p.enjp a {
    letter-spacing: 0.1em;
    text-decoration: none; }
    body > p.enjp a:hover {
      text-decoration: underline; }
    body > p.enjp a:nth-child(1) {
      color: #707070; }
    body > p.enjp a.disabled {
      pointer-events: none;
      color: #505050; }
  body > p.enjp span {
    color: #505050; }

#loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999; }
  #loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block; }

#cover {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  #cover div ul li {
    width: 100%;
    height: 100vh;
    position: relative; }
    #cover div ul li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.bw {
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
  color: #fff; }
  .bw img {
    -webkit-transition: opacity 2s ease, visibility 2s ease;
    -moz-transition: opacity 2s ease, visibility 2s ease;
    -ms-transition: opacity 2s ease, visibility 2s ease;
    -o-transition: opacity 2s ease, visibility 2s ease;
    transition: opacity 2s ease, visibility 2s ease; }
  .bw .b {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .bw.b {
    color: #000; }
    .bw.b .w {
      visibility: hidden;
      opacity: 0; }
    .bw.b .b {
      visibility: visible;
      opacity: 1; }

#home #news {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -45px;
  width: 45px;
  height: 100vh;
  display: none;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -ms-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease; }
  @media screen and (max-width: 750px) {
    #home #news {
      left: auto;
      right: -45px;
      -webkit-transition: right 1s ease;
      -moz-transition: right 1s ease;
      -ms-transition: right 1s ease;
      -o-transition: right 1s ease;
      transition: right 1s ease; } }
  #home #news.show {
    left: 0; }
    @media screen and (max-width: 750px) {
      #home #news.show {
        left: auto;
        right: 0; } }
  #home #news > a:nth-child(1) {
    background: #0B253E;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100vh; }
    #home #news > a:nth-child(1):hover {
      background: #E0D8CC; }
      #home #news > a:nth-child(1):hover img {
        mix-blend-mode: difference; }
    #home #news > a:nth-child(1) img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #home #news object {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 28px; }
    #home #news object a.close {
      display: block; }
#home main {
  display: block;
  position: relative; }
  #home main #cover {
    position: relative; }
    #home main #cover h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
  #home main #story {
    padding: 111px 0 117px;
    color: #000; }
    @media screen and (max-width: 750px) {
      #home main #story {
        padding: 58px 0 97px; } }
    #home main #story h1 {
      text-align: center;
      padding-top: 50px;
      margin-bottom: 85px;
      background: url("../imgs/common/second_main_logo.svg") top center no-repeat;
      font-size: 20px;
      font-family: "SangBleuOGSans";
      letter-spacing: 0.06em; }
      @media screen and (max-width: 750px) {
        #home main #story h1 {
          margin-bottom: 57px;
          font-size: 20px; } }
    #home main #story > div.content {
      width: 613px;
      margin: 0 auto;
      position: relative;
      /*
      &:after{
      	content: "";
      	background:url("../imgs/common/second_main_logo.svg")  center no-repeat;
      	width: 34px; height: 26px;
      	position: absolute;
      	left: 0; bottom: -60px;
      	@include mq() {
      		left: 35px;
      	}
      }
      */ }
      @media screen and (max-width: 750px) {
        #home main #story > div.content {
          width: 100%; } }
      #home main #story > div.content p {
        margin-bottom: 30px;
        font-size: 15px;
        letter-spacing: 0.075em;
        line-height: 2;
        white-space: nowrap;
        font-family: "SangBleuOGSans", source-han-serif-japanese, serif; }
        #home main #story > div.content p:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 750px) {
          #home main #story > div.content p {
            padding: 0 40px;
            white-space: normal;
            font-size: 15px;
            text-align: justify; } }
        @media screen and (max-width: 400px) {
          #home main #story > div.content p {
            font-size: 4vw; } }
        #home main #story > div.content p.en {
          line-height: 1.67; }
          @media screen and (max-width: 750px) {
            #home main #story > div.content p.en {
              text-align: left;
              white-space: normal; } }

#second.about footer {
  display: none; }
  @media screen and (max-width: 750px) {
    #second.about footer {
      display: block; } }

#about > section#cover {
  position: relative; }
  #about > section#cover > div:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    @media screen and (max-width: 750px) {
      #about > section#cover > div:nth-child(2) {
        width: 100%; } }
    #about > section#cover > div:nth-child(2) h1 {
      text-align: center;
      padding-top: 50px;
      margin-bottom: 73px;
      background: url("imgs/common/second_main_logo_w.svg") top center no-repeat;
      font-size: 20px;
      color: #fff;
      font-family: "SangBleuOGSans";
      letter-spacing: 0.06em; }
      @media screen and (max-width: 750px) {
        #about > section#cover > div:nth-child(2) h1 {
          font-size: 20px;
          padding-top: 45px;
          margin-bottom: 20.8vw; } }
    #about > section#cover > div:nth-child(2) > div p {
      text-align: center;
      font-size: 15px;
      width: 830px;
      margin: 0;
      color: #fff;
      line-height: 2;
      letter-spacing: 0.05em;
      margin-bottom: 36px;
      font-family: "SangBleuOGSans", source-han-serif-japanese, serif; }
      #about > section#cover > div:nth-child(2) > div p.en {
        line-height: 1.67; }
      #about > section#cover > div:nth-child(2) > div p.en:nth-child(2) {
        font-size: 11px;
        line-height: 2.18; }
      @media screen and (max-width: 750px) {
        #about > section#cover > div:nth-child(2) > div p {
          width: 100%; } }
#about > section#main {
  padding: 115px 0 0;
  position: relative;
  height: 100vh; }
  @media screen and (max-width: 750px) {
    #about > section#main {
      padding: 60px 0 0;
      height: auto;
      width: 100%; } }
  #about > section#main > div:nth-child(1) {
    font-size: 15px; }
    @media screen and (max-width: 750px) {
      #about > section#main > div:nth-child(1) {
        padding: 0 40px;
        margin-bottom: 20px; } }
    #about > section#main > div:nth-child(1).sp p {
      line-height: 1.67; }
      #about > section#main > div:nth-child(1).sp p span {
        display: inline-block;
        white-space: nowrap; }
    #about > section#main > div:nth-child(1) p {
      margin-bottom: 34px;
      letter-spacing: 0.05em;
      font-family: "SangBleuOGSans", source-han-serif-japanese, serif; }
      #about > section#main > div:nth-child(1) p:last-child {
        margin-bottom: 0; }
  #about > section#main > p#map {
    margin: 0  auto;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #about > section#main > p#map {
        overflow-x: scroll;
        height: 670px;
        margin-bottom: -50px; } }
    #about > section#main > p#map span {
      display: inline-block;
      position: relative; }
      #about > section#main > p#map span a {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 165px;
        left: 684px;
        border-radius: 50%;
        display: block;
        background: #B2B7BA;
        opacity: 0; }
        @media screen and (max-width: 750px) {
          #about > section#main > p#map span a {
            width: 40px;
            height: 40px;
            top: 144px;
            left: 604px; } }
        #about > section#main > p#map span a:hover {
          opacity: 0.5; }
      #about > section#main > p#map span img {
        width: 1068px; }
        @media screen and (max-width: 750px) {
          #about > section#main > p#map span img {
            width: 943px;
            max-width: none; } }
  #about > section#main div:nth-child(3) {
    position: absolute;
    top: 87px;
    left: 101px; }
    @media screen and (max-width: 750px) {
      #about > section#main div:nth-child(3) {
        top: 60px;
        left: 35px;
        display: none;
        background: #ccc; } }
    #about > section#main div:nth-child(3) p:nth-child(1) {
      margin-bottom: 10px; }
    #about > section#main div:nth-child(3) address {
      margin-bottom: 20px; }
      #about > section#main div:nth-child(3) address p {
        font-size: 10px;
        letter-spacing: 0.06em; }
        #about > section#main div:nth-child(3) address p .en {
          font-family: "SangBleuOGSans";
          font-size: 11px; }
        #about > section#main div:nth-child(3) address p.en {
          font-size: 12px;
          font-family: "SangBleuOGSans";
          line-height: 1.67; }
    #about > section#main div:nth-child(3) p.sns span {
      display: block;
      margin-bottom: 10px;
      font-family: "SangBleuOGSans";
      line-height: 1;
      font-size: 10px;
      transform: scale(0.7);
      transform-origin: left; }
    #about > section#main div:nth-child(3) p.sns a {
      display: inline-block; }
    #about > section#main div:nth-child(3) p.sns a:nth-child(2) {
      margin-right: 10px; }

body#second.post {
  background: #0B253E; }
  body#second.post.category main {
    padding: 180px 0 0; }
    @media screen and (max-width: 750px) {
      body#second.post.category main {
        padding: 95px 0 0; } }
  body#second.post.category #journal {
    width: 1087px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      body#second.post.category #journal {
        width: 100%; } }
    body#second.post.category #journal h1 {
      text-align: center;
      padding-top: 50px;
      margin-bottom: 70px;
      background: url("../imgs/common/second_main_logo.svg") top center no-repeat;
      font-size: 22px; }
      @media screen and (max-width: 750px) {
        body#second.post.category #journal h1 {
          font-size: 20px;
          margin-bottom: 40px; } }
    body#second.post.category #journal h1 + ul {
      zoom: 1;
      padding-left: 15px; }
      body#second.post.category #journal h1 + ul:after {
        display: table;
        clear: both;
        content: ""; }
      body#second.post.category #journal h1 + ul:before {
        display: table;
        content: ""; }
      @media screen and (max-width: 750px) {
        body#second.post.category #journal h1 + ul {
          padding-left: 0; } }
      body#second.post.category #journal h1 + ul.post1 li {
        float: none;
        margin: 0 auto; }
      body#second.post.category #journal h1 + ul li {
        float: left;
        width: 253px;
        margin: 0 15px 60px 0; }
        @media screen and (max-width: 750px) {
          body#second.post.category #journal h1 + ul li {
            width: 100%;
            float: none;
            margin: 0 0 65px;
            padding: 0 35px; } }
        body#second.post.category #journal h1 + ul li:nth-child(1) {
          width: 521px; }
          @media screen and (max-width: 750px) {
            body#second.post.category #journal h1 + ul li:nth-child(1) {
              width: 100%;
              padding: 0; } }
          body#second.post.category #journal h1 + ul li:nth-child(1) a > div {
            text-align: center; }
            @media screen and (max-width: 750px) {
              body#second.post.category #journal h1 + ul li:nth-child(1) a > div {
                padding: 0 35px; } }
        body#second.post.category #journal h1 + ul li a:hover > p img {
          -webkit-transform: scale(1.1, 1.1);
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
        body#second.post.category #journal h1 + ul li a:hover > div {
          text-decoration: underline; }
        body#second.post.category #journal h1 + ul li a > p {
          margin-bottom: 30px;
          overflow: hidden; }
          body#second.post.category #journal h1 + ul li a > p img {
            width: 100%;
            -webkit-transition: transform 0.4s ease;
            -moz-transition: transform 0.4s ease;
            -ms-transition: transform 0.4s ease;
            -o-transition: transform 0.4s ease;
            transition: transform 0.4s ease; }
        body#second.post.category #journal h1 + ul li a > div h3 {
          margin-bottom: 15px;
          font-size: 16px;
          line-height: 1.5; }
        body#second.post.category #journal h1 + ul li a > div p {
          font-size: 12px;
          margin-bottom: 30px; }
        body#second.post.category #journal h1 + ul li a > div time {
          font-size: 12px;
          color: #aaa; }
  body#second.post.single main {
    padding: 180px 0 150px; }
    @media screen and (max-width: 750px) {
      body#second.post.single main {
        padding: 95px 0 0; } }
  body#second.post.single #journal article {
    padding-bottom: 50px; }
    body#second.post.single #journal article > h1 {
      text-align: left;
      padding-top: 50px;
      margin: 0 0 70px;
      background: url("../imgs/common/second_main_logo.svg") left top no-repeat;
      font-size: 20px;
      line-height: 1.5;
      width: 1065px;
      margin: 0 auto 70px; }
      @media screen and (max-width: 750px) {
        body#second.post.single #journal article > h1 {
          font-size: 20px;
          width: auto;
          margin: 0 35px 40px; } }
    body#second.post.single #journal article > h1 + p {
      margin-bottom: 50px;
      height: 487px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 750px) {
        body#second.post.single #journal article > h1 + p {
          height: auto; } }
      body#second.post.single #journal article > h1 + p img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 750px) {
          body#second.post.single #journal article > h1 + p img {
            position: static;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0); } }
    body#second.post.single #journal article > div {
      width: 1065px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        body#second.post.single #journal article > div {
          width: 100%;
          padding: 0 35px; } }
      body#second.post.single #journal article > div p {
        margin-bottom: 50px;
        font-size: 15px; }
        body#second.post.single #journal article > div p img {
          width: 100%; }
      body#second.post.single #journal article > div div.data {
        padding-top: 50px; }
        body#second.post.single #journal article > div div.data h3 {
          margin-bottom: 20px; }
        body#second.post.single #journal article > div div.data p {
          margin-bottom: 50px; }
  body#second.post.single #journal article + p {
    width: 1065px;
    margin: 0 auto; }
    body#second.post.single #journal article + p .en {
      display: none; }
    body#second.post.single #journal article + p .jp {
      display: inline-block; }
    @media screen and (max-width: 750px) {
      body#second.post.single #journal article + p {
        width: 100%;
        padding: 0 35px; } }
    body#second.post.single #journal article + p a {
      display: inline-block;
      height: 30px;
      background: url("../imgs/common/arrow_prev.svg") no-repeat left center;
      background-size: auto 30px;
      padding: 10px 0 0 30px;
      text-decoration: none;
      line-height: 1;
      font-size: 12px; }
  body#second.post.en.single main #journal article div.data h3 {
    font-size: 18px; }
  body#second.post.en.single main #journal article p {
    font-size: 17px; }
  body#second.post.en.single main #journal article + p {
    font-size: 13px; }
    body#second.post.en.single main #journal article + p .en {
      display: inline-block; }
    body#second.post.en.single main #journal article + p .jp {
      display: none; }

body#second.news {
  background: #0B253E; }
  body#second.news.page main {
    padding: 180px 0 150px; }
    @media screen and (max-width: 750px) {
      body#second.news.page main {
        padding: 95px 0 0; } }
  body#second.news.page #news article {
    padding-bottom: 50px; }
    body#second.news.page #news article > h1 {
      text-align: left;
      padding-top: 50px;
      margin: 0 0 70px;
      background: url("../imgs/common/second_main_logo.svg") left top no-repeat;
      font-size: 20px;
      line-height: 1.5;
      width: 1065px;
      margin: 0 auto 70px; }
      @media screen and (max-width: 750px) {
        body#second.news.page #news article > h1 {
          font-size: 20px;
          width: auto;
          margin: 0 35px 40px; } }
    body#second.news.page #news article > h1 + p {
      margin-bottom: 50px;
      height: 487px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 750px) {
        body#second.news.page #news article > h1 + p {
          height: auto; } }
      body#second.news.page #news article > h1 + p img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 750px) {
          body#second.news.page #news article > h1 + p img {
            position: static;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0); } }
    body#second.news.page #news article > div {
      width: 1065px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        body#second.news.page #news article > div {
          width: 100%;
          padding: 0 35px; } }
      body#second.news.page #news article > div p {
        margin-bottom: 50px;
        font-size: 15px; }
        body#second.news.page #news article > div p img {
          width: 100%; }
      body#second.news.page #news article > div div.data {
        padding-top: 50px; }
        body#second.news.page #news article > div div.data h3 {
          margin-bottom: 20px; }
        body#second.news.page #news article > div div.data p {
          margin-bottom: 50px; }
  body#second.news.page #news article + p {
    width: 1065px;
    margin: 0 auto; }
    body#second.news.page #news article + p .en {
      display: none; }
    body#second.news.page #news article + p .jp {
      display: inline-block; }
    @media screen and (max-width: 750px) {
      body#second.news.page #news article + p {
        width: 100%;
        padding: 0 35px; } }
    body#second.news.page #news article + p a {
      display: inline-block;
      height: 30px;
      background: url("../imgs/common/arrow_prev.svg") no-repeat left center;
      background-size: auto 30px;
      padding: 10px 0 0 30px;
      text-decoration: none;
      line-height: 1;
      font-size: 12px; }
  body#second.news.en.page main #news article div.data h3 {
    font-size: 18px; }
  body#second.news.en.page main #news article p {
    font-size: 17px; }
  body#second.news.en.page main #news article + p {
    font-size: 13px; }
    body#second.news.en.page main #news article + p .en {
      display: inline-block; }
    body#second.news.en.page main #news article + p .jp {
      display: none; }


/* ==================================================
ADD.2022/09/06
================================================== */
header {
	width: 100%;
}
@media screen and (max-width: 750px) {
    body > p.logo_header {
        top: 30px;
        width: 103px;
    }
    body > p.enjp {
        left: 25px;
		z-index: 1000;
    }
}

.reservation_fixed {
    position: absolute;
    top: 25px;
    right: 110px;
    width: 211px;
    height: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
	.reservation_fixed {
		right: inherit;
		left: 959px;
	}
}
@media screen and (max-width: 750px) {
	.reservation_fixed {
		width: 94px;
		height: 20px;
		right: 10px;
	}
}

.reservation_fixed a {
    width: 100%;
    height: 100%;
    display: block;
    font-family: "SangBleuOGSans";
    background: url("../imgs/common/reservation_arrow_w.svg") no-repeat right center;
}
.reservation_fixed a span {
	color: #fff;
}
.reservation_fixed a span:nth-child(1) {
    font-size: 16px;
    position: absolute;
    top: 21px;
    left: 0;
    letter-spacing: 0.06em;
    line-height: 1;
}
@media screen and (max-width: 750px) {
	.reservation_fixed a span:nth-child(1) {
		font-size: 10px;
		top: 5px;
	}
}
.reservation_fixed a span:nth-child(2) {
    position: absolute;
    top: 24px;
    left: 154px;
    letter-spacing: 0.025em;
    line-height: 1;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: left;
}
@media screen and (max-width: 750px) {
	.reservation_fixed a span:nth-child(2) {
		display: none;
	}
}

#about {
	padding: 115px 0 0;
}
@media screen and (max-width: 750px) {
	#about {
		padding: 80px 0 0;
	}
}
.section_ttl {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
    background: url("../imgs/common/second_main_logo.svg") top center no-repeat;
    font-size: 20px;
    font-family: "SangBleuOGSans";
    letter-spacing: 0.06em;
}
  #home main #stay {
    padding: 100px 0 0;
    color: #000;
}
@media screen and (max-width: 750px) {
	#home main #stay {
    	padding: 80px 0 0;
	}
}
#access {
	padding: 100px 0 0 0;
}
@media screen and (max-width: 750px) {
	#access {
    	padding: 80px 0 0;
	}
}
#access .section_ttl {
	margin-bottom: 0;
}
.section_content {
    text-align: center;
    width: 830px;
    margin: auto;
}
@media screen and (max-width: 750px) {
	.section_content {
		width: 100%;
		padding: 0 8%;
    	text-align: left;
	}
}
#access .section_content {
	width: auto;
}
.section_content p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
    margin-bottom: 36px;
    font-family: "SangBleuOGSans", source-han-serif-japanese, serif;
}
@media screen and (max-width: 750px) {
	.section_content p {	
    	margin-bottom: 30px;
		font-size: 15px;
	}
}
@media screen and (max-width: 400px) {
	.section_content p {
		font-size: 4vw;
	}
}
/*
.section_content p:nth-last-of-type(1) {
	margin: 0;
}
*/
.section_content p br {
	display: inline-block;
}
@media screen and (max-width: 750px) {
	.section_content p br {
		display: none;
	}
}
.section_content p br.sp {
	display: none;
}
@media screen and (max-width: 750px) {
	.section_content p br.sp {
		display: inline-block;
	}
}
#map {
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 750px) {
    #map {
        overflow-x: scroll;
        height: 670px;
        margin-bottom: -50px;
    }
}
#map span {
    display: inline-block;
    position: relative;
}
#map span img {
    width: 1068px;
}
@media screen and (max-width: 750px) {
    #map span img {
        width: 943px;
        max-width: none;
    }
}
#map span a {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 165px;
    left: 684px;
    border-radius: 50%;
    display: block;
    background: #B2B7BA;
    opacity: 0;
}
@media screen and (max-width: 750px) {
    #map span a {
        width: 40px;
        height: 40px;
        top: 144px;
        left: 604px;
    }
}

footer div {
    width: auto;
    height: auto;
}
footer div.footer_cont {
    position: relative;
}
.group {
	display: flex;
    position: absolute;
    top: 0;
    left: 300px;
}
@media screen and (max-width: 750px) {
	.group {
		margin: 0 0 40px;
		position: relative;
		top: 0;
		left: 0;
	}
}
.group h4 {
	margin-right: 20px;
    line-height: 1;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: left;
}
.group p {
/*    width: 115px;*/
    width: 76px;
    height: 91px;
}
.group p a {
    width: 100%;
    height: 100%;
    display: block;
/*    background: url("../imgs/common/reservation_arrow.svg") no-repeat right center;*/
}
.group p a img {
    width: 76px;
	height: auto;
}
footer div > p.sns {
	right: 120px;
}
footer div > p.sns span {
    margin-bottom: 10px;
	display: block;
}
@media screen and (max-width: 750px) {
    footer div > address {
        margin-bottom: 30px;
    }
}

/* 英語ページ */
.section_content .en {
    line-height: 1.67;
}

/* slide */
.slide {
    margin-bottom: 60px;
}
/*
.slide li {
    width: 40%;
}
@media screen and (max-width: 750px) {
	.slide li {
		width: 80%;	
	}
}
.swiper-button-prev,
.swiper-button-next {
    margin-top: -30px;
}
.slide .swiper-button-next {
    background-image: url("../imgs/common/arrow_next.svg");
    background-size: 100% auto;
    background-position: center;
    width: 30px;
    height: 60px;
    right: 25px;
}
@media screen and (max-width: 750px) {
	.slide .swiper-button-next {
		right: 3%;
	}
}
.slide .swiper-button-prev {
    background-image: url("../imgs/common/arrow_prev.svg");
    background-size: 100% auto;
    background-position: center;
    left: 25px;
    width: 30px;
    height: 60px;
}
@media screen and (max-width: 750px) {
	.slide .swiper-button-prev {
		left: 3%;
	}
}
.slide li img {
    width: 100%;
}
*/






#reservation > section#main {
  padding: 150px 0 0; }
  @media screen and (max-width: 750px) {
    #reservation > section#main {
      padding: 100px 0 0;
      height: auto;
      width: 100%; } }

.searchCalWidget {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  }


.story_content {
  margin-top: 50px;
}
.story_content h3 {
  margin: 0 auto 30px;
  font-size: 15px;
  font-weight: bold;
}
.story_content p {
  margin-bottom: 0;
}


