/*!
Theme Name: landport 2025
Theme URI: http://underscores.me/
Author: anicecompany
Author URI: https://anicecompany.co.jp/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: landport

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-pagination-bullet:focus {
  outline: none;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.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-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  /*
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  */
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-button-next,
.swiper-button-prev {
  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-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.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-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-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus,
.swiper-pagination-custom .swiper-pagination-bullet:focus,
.swiper-pagination-fraction .swiper-pagination-bullet:focus {
  outline: none;
}

/* 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-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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  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;
}

/* 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-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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  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;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.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;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  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 {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.header-hum-wrap {
  display: none;
  position: sticky;
  padding-top: 12px;
  right: 5%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.header-hum-wrap .header-hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.header-hum-wrap .header-hamburger span {
  position: relative;
  width: 24px;
  height: 1px;
  top: 0;
  right: 0;
  margin: 6px 0;
  display: block;
  background: #000;
}
.header-hum-wrap .header-hamburger span:nth-child(1) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.header-hum-wrap .header-hamburger span:nth-child(2) {
  transition-delay: 0.625s;
  -webkit-transition-delay: 0.625s;
}
.header-hum-wrap .header-hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}

.cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  top: 15px;
}
.cross span {
  position: relative;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  display: block;
  background: #000;
}
.cross span:nth-child(1) {
  width: 0;
  height: 0;
  transition-delay: 0.625s;
  -webkit-transition-delay: 0.625s;
}
.cross span:nth-child(2) {
  width: 0;
  height: 0;
  transition-delay: 0.375s;
  -webkit-transition-delay: 0.375s;
}

.js-sp-menu {
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.js-sp-menu #header-hamburger {
  -webkit-transition: 0.25s ease-in-out;
}
.js-sp-menu #header-hamburger span {
  width: 0;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.js-sp-menu #header-hamburger span:nth-child(1) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.js-sp-menu #header-hamburger span:nth-child(2) {
  transition-delay: 0.125s;
  -webkit-transition-delay: 0.125s;
}
.js-sp-menu #header-hamburger span:nth-child(3) {
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
.js-sp-menu .cross {
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.js-sp-menu .cross span {
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.js-sp-menu .cross span:nth-child(1) {
  width: 24px;
  height: 1px;
  -webkit-transition-delay: 0.625s;
  -o-transition-delay: 0.625s;
  transition-delay: 0.625s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.js-sp-menu .cross span:nth-child(2) {
  -webkit-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  transition-delay: 0.375s;
  height: 1px;
  width: 24px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (max-width:1100px) and ( min-width:768px) {
  .header-hum-wrap {
    display: block;
  }
  .js-sp-menu {
    transition: 0.25s ease-in-out 0.5s;
    -webkit-transition: 0.25s ease-in-out 0.5s;
  }
  .js-sp-menu #header-hamburger {
    transition: 0.25s ease-in-out 0.625s;
    -webkit-transition: 0.25s ease-in-out 0.625s;
  }
  .js-sp-menu #header-hamburger span {
    width: 0;
    transition: 0.25s ease-in-out 0.75s;
    -webkit-transition: 0.25s ease-in-out 0.75s;
  }
  .js-sp-menu #header-hamburger span:nth-child(1) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
  .js-sp-menu #header-hamburger span:nth-child(2) {
    transition-delay: 0.125s;
    -webkit-transition-delay: 0.125s;
  }
  .js-sp-menu #header-hamburger span:nth-child(3) {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
  }
  .js-sp-menu .cross {
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
  }
  .js-sp-menu .cross span {
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
  }
  .js-sp-menu .cross span:nth-child(1) {
    width: 24px;
    height: 1px;
    -webkit-transition-delay: 0.625s;
    -o-transition-delay: 0.625s;
    transition-delay: 0.625s;
    transform: translate(0, 10px) rotate(45deg);
  }
  .js-sp-menu .cross span:nth-child(2) {
    -webkit-transition-delay: 0.375s;
    -o-transition-delay: 0.375s;
    transition-delay: 0.375s;
    height: 1px;
    width: 24px;
    transform: translate(0, 10px) rotate(-45deg);
    -webkit-transform: translate(0, 10px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .header-hum-wrap {
    display: block;
  }
  .js-sp-menu {
    transition: all 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
  }
  .js-sp-menu #header-hamburger {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
  }
  .js-sp-menu #header-hamburger span {
    width: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
  }
  .js-sp-menu #header-hamburger span:nth-child(1) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
  .js-sp-menu #header-hamburger span:nth-child(2) {
    transition-delay: 0.125s;
    -webkit-transition-delay: 0.125s;
  }
  .js-sp-menu #header-hamburger span:nth-child(3) {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
  }
  .js-sp-menu .cross {
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
  }
  .js-sp-menu .cross span {
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
  }
  .js-sp-menu .cross span:nth-child(1) {
    width: 24px;
    height: 1px;
    -webkit-transition-delay: 0.625s;
    -o-transition-delay: 0.625s;
    transition-delay: 0.625s;
    transform: translate(0, 10px) rotate(45deg);
    transform: translate(0, 10px) rotate(45deg);
  }
  .js-sp-menu .cross span:nth-child(2) {
    -webkit-transition-delay: 0.375s;
    -o-transition-delay: 0.375s;
    transition-delay: 0.375s;
    height: 1px;
    width: 24px;
    transform: translate(0, 10px) rotate(-45deg);
    -webkit-transform: translate(0, 10px) rotate(-45deg);
  }
}
.contact-container {
  text-align: center;
}
.contact-container .contact-message {
  margin-top: 50px;
  margin-bottom: 40px;
}
.contact-container .contact_name,
.contact-container .contact_mail,
.contact-container .contact_tel,
.contact-container .contact_subject {
  width: 742px;
  height: 54px;
  padding: 15px;
  margin-bottom: 10px;
}
.contact-container .contact_textarea {
  resize: none;
  width: 742px;
  height: 335px;
  padding: 15px;
}
.contact-container .contact_send_mail {
  background: #585858;
  color: #fff;
  border-color: transparent;
  padding: 20px 120px;
  border-radius: 50px;
  margin-top: 45px;
  margin-bottom: 330px;
}

.sec-contact {
  display: none;
}

.top-header {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
.top-header .inner {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top-header .inner .header-branding {
  width: 146.7px;
}
.top-header .inner .header-nav-wrapper {
  display: flex;
}
.top-header .inner .header-nav-wrapper .header-navigation .header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-header .inner .header-nav-wrapper .header-navigation .header-menu li {
  margin-right: 30px;
}
.top-header .inner .header-nav-wrapper .header-navigation .header-menu li:last-child {
  margin-right: 0;
}
.top-header .inner .header-nav-wrapper .header-navigation .header-menu li a {
  position: relative;
  display: inline-block;
  color: #585858;
  text-align: center;
}
.top-header .inner .header-nav-wrapper .header-navigation .header-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #585858;
  width: 0;
  height: 1px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.top-header .inner .header-nav-wrapper .header-navigation .header-menu li a:hover {
  text-decoration: none;
}
.top-header .inner .header-nav-wrapper .header-navigation .header-menu li a:hover:before {
  width: 100%;
}

.bogo-language-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: 20px;
  padding-left: 5px;
}
.bogo-language-switcher li {
  margin-right: 14px;
  position: relative;
}
.bogo-language-switcher li:last-child {
  padding-left: 12px;
}
.bogo-language-switcher li:last-child:last-child::after {
  content: "";
  position: absolute;
  top: 1px;
  left: -4px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  margin: auto;
  background: #989898;
}
.bogo-language-switcher li a {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2px 10px;
  text-align: center;
}

.bogo-language-name .current {
  background: #585858;
  color: #fff;
  border-radius: 50px;
}

.active {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 80px 0 0;
  overflow: auto;
  align-items: flex-start;
  background: #fff;
  visibility: visible;
  z-index: 1100 !important;
  opacity: 1 !important;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.active .header-grobal-menu-container {
  visibility: visible;
}

@media (max-width:1100px) and ( min-width:768px) {
  .top-header {
    position: sticky;
    width: 100vw;
    height: 50px;
    background-color: #ffffff;
    z-index: 1100;
  }
  .header-nav-wrapper .header-navigation {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0;
    overflow: auto;
    align-items: flex-start;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .active {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0;
    overflow: auto;
    align-items: flex-start;
    background: #fff;
    visibility: visible !important;
    z-index: 1100 !important;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .header-grobal-menu-container {
    visibility: hidden;
    opacity: 1;
    z-index: 10;
  }
  .header-navigation.active .header-grobal-menu-container {
    visibility: visible;
  }
  .header-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .header-menu li {
    margin-bottom: 35px !important;
    margin-right: 0px !important;
    opacity: 0;
    overflow: hidden;
  }
  .header-navigation.active .header-menu li:nth-child(1) {
    animation: anime;
    -webkit-animation: anime;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
  }
  @keyframes anime {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(2) {
    animation: anime2;
    -webkit-animation: anime2;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
  }
  @keyframes anime2 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(3) {
    animation: anime3;
    -webkit-animation: anime3;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
  }
  @keyframes anime3 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(4) {
    animation: anime4;
    -webkit-animation: anime4;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
  }
  @keyframes anime4 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(5) {
    animation: anime5;
    -webkit-animation: anime5;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
  }
  @keyframes anime5 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-menu a {
    font-size: 23px;
    color: #585858;
  }
  @keyframes anime {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .bogo-language-switcher {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-left: 20px;
    padding-left: 5px;
    margin-right: 10px;
  }
  .bogo-language-switcher li {
    margin-right: 10px;
  }
  .bogo-language-switcher li:last-child {
    padding-left: 0px;
  }
  .bogo-language-switcher li:last-child:last-child::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -4px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    margin: auto;
    background: #989898;
    left: -7px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
  }
  .bogo-language-switcher li a {
    display: inline-block;
    font-size: 15px;
    padding: 2px 5px;
    text-align: center;
    color: #8B8B8B;
  }
  .bogo-language-name .current {
    background: none;
    color: #1A1A1A;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .top-header {
    position: sticky;
    width: 100vw;
    height: 50px;
    background-color: #ffffff;
    z-index: 1100;
  }
  .inner .header-branding {
    width: 105.7px !important;
  }
  .header-nav-wrapper .header-navigation {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0;
    overflow: auto;
    align-items: flex-start;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .active {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0;
    overflow: auto;
    align-items: flex-start;
    background: #fff;
    visibility: visible !important;
    z-index: 1100 !important;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .header-grobal-menu-container {
    visibility: hidden;
    opacity: 1;
    z-index: 10;
  }
  .header-navigation.active .header-grobal-menu-container {
    visibility: visible;
  }
  .header-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .header-menu li {
    margin-bottom: 35px !important;
    margin-right: 0px !important;
    opacity: 0;
    overflow: hidden;
  }
  .header-navigation.active .header-menu li:nth-child(1) {
    animation: anime;
    -webkit-animation: anime;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
  }
  @keyframes anime {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(2) {
    animation: anime2;
    -webkit-animation: anime2;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
  }
  @keyframes anime2 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(3) {
    animation: anime3;
    -webkit-animation: anime3;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
  }
  @keyframes anime3 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(4) {
    animation: anime4;
    -webkit-animation: anime4;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
  }
  @keyframes anime4 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-navigation.active .header-menu li:nth-child(5) {
    animation: anime5;
    -webkit-animation: anime5;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index: 0;
    opacity: 0;
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
  }
  @keyframes anime5 {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .header-menu a {
    font-size: 23px;
    color: #585858;
  }
  @keyframes anime {
    0% {
      opacity: 1;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }
  .bogo-language-switcher {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-left: 20px;
    padding-left: 5px;
    margin-right: 10px;
  }
  .bogo-language-switcher li {
    margin-right: 10px;
  }
  .bogo-language-switcher li:last-child {
    padding-left: 0px;
  }
  .bogo-language-switcher li:last-child:last-child::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -4px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    margin: auto;
    background: #989898;
    left: -7px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
  }
  .bogo-language-switcher li a {
    display: inline-block;
    font-size: 15px;
    padding: 2px 5px;
    text-align: center;
    color: #8B8B8B;
  }
  .bogo-language-name .current {
    background: none;
    color: #1A1A1A;
    border-radius: 50px;
  }
}
.sec-contact-common-wrapper {
  width: 100vw;
  height: 400px;
  z-index: 0;
  background-color: #000;
}
.sec-contact-common-wrapper .sec-contact-common {
  height: inherit;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.sec-contact-common-wrapper .sec-contact-common h2 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 160%;
  z-index: 20;
}
.sec-contact-common-wrapper .sec-contact-common a {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  border: 1px solid #FFF;
  padding: 24px 40px;
  background: rgba(217, 217, 217, 0);
  border-radius: 60px;
  text-align: center;
  margin-top: 16px;
  z-index: 30;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.sec-contact-common-wrapper .sec-contact-common a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.sec-contact-common-wrapper .sec-contact-common .contact-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  object-fit: cover;
  z-index: 10;
}

.sec-contact-common:hover .contact-img {
  transform: none;
  -webkit-transform: none;
}

.sec-contact-common a:hover ~ .contact-img {
  opacity: 0.8;
}

.site-footer {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0;
}
.site-footer .inner {
  width: inherit;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-footer .footer-logo {
  width: 153px;
  margin-right: 60px;
}
.site-footer .footer-navigation {
  margin-left: 70px;
  margin-right: 70px;
  width: inherit;
  align-items: start;
}
.site-footer .footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}
.site-footer .footer-navigation ul li {
  margin-right: 25px;
}
.site-footer .footer-navigation ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-navigation ul li a {
  display: inline-block;
  color: #585858;
  text-align: center;
}
.site-footer .footer-navigation ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #585858;
  width: 0;
  height: 1px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.site-footer .footer-navigation ul li a:hover {
  text-decoration: none;
}
.site-footer .footer-navigation ul li a:hover:before {
  width: 100%;
}
.site-footer .footer-second-line {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: initial;
  margin-bottom: initial;
  margin-top: 7px;
}
.site-footer .footer-address {
  font-size: 13px;
}
.site-footer .footer-address a {
  text-decoration: revert;
}
.site-footer .copyright {
  font-size: 11px;
  text-align: right;
}

@media (max-width:1100px) and ( min-width:768px) {
  .sec-contact-common {
    background-image: initial;
  }
}
@media (max-width: 767px) {
  .sec-contact-common-wrapper {
    width: 100vw;
    height: 207px;
    z-index: 0;
    background-color: initial;
  }
  .sec-contact-common-wrapper .sec-contact-common {
    height: inherit;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-image: initial;
  }
  .sec-contact-common-wrapper .sec-contact-common h2 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .sec-contact-common-wrapper .sec-contact-common a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: initial;
    background: none !important;
    border-radius: 60px;
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
  .sec-contact-common-wrapper .sec-contact-common a::selection {
    color: initial !important;
    background: none !important;
    transition: initial !important;
    -webkit-transition: initial !important;
  }
  .sec-contact-common-wrapper .sec-contact-common .contact-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: none !important;
    object-fit: cover;
  }
  .sec-contact-common:hover .contact-img {
    transform: none;
    -webkit-transform: none;
  }
  .sec-contact-common a:hover ~ .contact-img {
    opacity: initial;
  }
}
@media (max-width:1100px) and ( min-width:768px) {
  .site-footer {
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0;
  }
  .site-footer .inner {
    width: inherit;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  .site-footer .footer-logo {
    width: 153px;
    margin-right: 60px;
  }
  .site-footer .footer-navigation {
    margin-left: initial;
    margin-right: initial;
    width: 100%;
    align-items: initial;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
  }
  .site-footer .footer-navigation .menu-footer-menu-container {
    position: initial;
    right: initial;
  }
  .site-footer .footer-navigation ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: initial;
    margin-top: 20px;
    margin-left: -25px;
  }
  .site-footer .footer-navigation ul li {
    margin-left: 25px;
    width: initial;
    text-align: left;
  }
  .site-footer .footer-navigation ul li:nth-child(3n) {
    margin-right: 25px;
  }
  .site-footer .footer-navigation ul li:last-child {
    margin-right: 0;
  }
  .site-footer .footer-navigation ul li a {
    display: inline-block;
    color: #585858;
    text-align: center;
    font-size: 14px !important;
  }
  .site-footer .footer-navigation ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #585858;
    width: 0;
    height: 1px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .site-footer .footer-navigation ul li a:hover {
    text-decoration: none;
  }
  .site-footer .footer-navigation ul li a:hover:before {
    width: 100%;
  }
  .site-footer .footer-second-line {
    display: flex;
    align-items: initial;
    justify-content: initial;
    flex-direction: column;
    position: initial;
    margin-bottom: initial;
    margin-top: 25px;
  }
  .site-footer .footer-address {
    font-size: 13px;
  }
  .site-footer .footer-address a {
    text-decoration: revert;
  }
  .site-footer .copyright {
    font-size: 11px;
    text-align: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    width: 100%;
    background-color: initial;
    padding: 50px 0;
  }
  .site-footer .inner {
    width: inherit;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  .site-footer .footer-logo {
    margin-right: 60px;
    width: 105.7px;
    margin-bottom: 0;
  }
  .site-footer .footer-navigation {
    margin-left: initial;
    margin-right: initial;
    width: 100%;
    align-items: initial;
    display: flex;
    flex-direction: column;
    padding-left: 17px;
  }
  .site-footer .footer-navigation .menu-footer-menu-container {
    position: initial;
    right: initial;
  }
  .site-footer .footer-navigation ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    margin-top: 30px;
  }
  .site-footer .footer-navigation ul li {
    display: block;
    margin-right: 25px;
    width: initial;
    text-align: center;
    margin-top: 0;
  }
  .site-footer .footer-navigation ul li:nth-child(3n) {
    margin-right: 25px;
  }
  .site-footer .footer-navigation ul li:last-child {
    margin-right: 0;
  }
  .site-footer .footer-navigation ul li a {
    display: inline-block;
    color: #585858;
    text-align: center;
    width: inherit;
    font-size: 14px !important;
  }
  .site-footer .footer-navigation ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #585858;
    width: 0;
    height: 1px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .site-footer .footer-navigation ul li a:hover {
    text-decoration: none;
  }
  .site-footer .footer-navigation ul li a:hover:before {
    width: 100%;
  }
  .site-footer .footer-second-line {
    display: flex;
    align-items: initial;
    justify-content: initial;
    flex-direction: column;
    position: initial;
    margin-bottom: initial;
    margin-top: -7px;
  }
  .site-footer .footer-address {
    font-size: 13px;
  }
  .site-footer .footer-address a {
    text-decoration: revert;
  }
  .site-footer .copyright {
    font-size: 9px;
    text-align: left;
    margin-top: 7px;
  }
}
.sec-fv {
  margin-bottom: 0 !important;
  background-color: #FFFFFB;
}
.sec-fv .inner {
  width: 100vw;
}
.sec-fv .inner .fv-area {
  width: 100vw;
}
.sec-fv .inner .fv-area img {
  aspect-ratio: 1440/961.88;
  width: 100vw;
  height: auto;
}
.sec-fv .inner .about-title-box {
  margin: 59px auto 0;
  text-align: center;
}
.sec-fv .inner .about-title-box .about-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1A1A;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0;
}
.sec-fv .inner .about-title-box .about-title .about-titl__margin {
  margin-left: -1em;
}
.sec-fv .inner .about-cont {
  margin-top: 50px;
}
.sec-fv .inner .about-cont .about-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1A1A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 200%;
  letter-spacing: normal;
}
.sec-fv .inner .about-btn {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .inner {
    position: relative;
  }
  .inner .about-sp {
    display: block;
  }
  .inner .about-sp img {
    aspect-ratio: 320/520;
    width: 100vw;
    height: auto;
  }
  .inner .about-sp .about-sm-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    font-size: 24px;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .inner .about-sp .about-sm-btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    line-height: normal;
    position: absolute;
    right: 20px;
    bottom: 24px;
  }
}
.sec-product {
  background-color: #FFFFFB;
}
.sec-product .inner .product-area {
  display: flex;
  align-items: center;
  max-width: 1240px;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.sec-product .inner .product-area .left {
  height: inherit;
  position: relative;
  z-index: 0;
  width: calc(50.9677419355% - 24px);
}
.sec-product .inner .product-area .left .product-title-box .product-title {
  color: #1A1A1A;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 170%;
  letter-spacing: normal;
}
.sec-product .inner .product-area .left .product-title-box .product-text {
  color: #1A1A1A;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  margin-top: 24px;
  letter-spacing: normal;
  width: 94%;
}
.sec-product .inner .product-area .left .product-title-box .product-btn {
  margin-top: 24px;
}
.sec-product .inner .product-area .left .product-title-box .product-btn a {
  display: inline-block;
  border: 1px solid #000;
  color: #585858;
  padding: 8px 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #1A1A1A;
  letter-spacing: normal;
}
.sec-product .inner .product-area .left .product-title-box .product-btn a:hover {
  background: #000;
}
.sec-product .inner .product-area .product-btn a .btn-link {
  display: inline-block;
  transition: transform 0.2s ease;
}
.sec-product .inner .product-area .product-btn a:hover {
  background-color: initial !important;
}
.sec-product .inner .product-area .product-btn a:hover .btn-link {
  transform: translateX(4px) !important;
  color: initial;
}
.sec-product .inner .product-area .right {
  width: calc(50.9677419355% - 24px);
}
.sec-product .inner .product-area .right img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.sec-carry {
  padding-top: 119px;
}
.sec-carry .carry-area {
  gap: 24px;
}
.sec-carry .carry-area .left {
  padding-left: 28px;
  position: relative;
}
.sec-carry .carry-area .carry-logo img {
  position: absolute;
  top: 56%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 349px;
}

.sec-bogo {
  padding-top: 80px;
  padding-bottom: 128px;
  padding-left: 23px;
}
.sec-bogo .bogo-area {
  flex-direction: row-reverse;
  gap: 24px;
}
.sec-bogo .bogo-area .bogo-text {
  width: 103% !important;
}
.sec-bogo .bogo-area .bogo-logo img {
  position: absolute;
  width: 276px;
  opacity: 10%;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sec-bogo .bogo-area .bogo-left {
  padding-right: 88px !important;
}

@media (max-width: 767px) {
  .sec-carry {
    padding-top: 0;
  }
  .sec-carry .inner {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
  }
  .sec-carry .inner .carry-sp {
    display: block;
  }
  .sec-carry .inner .carry-sp img {
    aspect-ratio: 320/260;
    width: 100vw;
    height: auto;
  }
  .sec-carry .inner .carry-sp .carry-sm-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    font-size: 24px;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .sec-carry .inner .carry-sp .carry-sm-btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    line-height: normal;
    position: absolute;
    right: 20px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .sec-bogo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .sec-bogo .inner {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
  }
  .sec-bogo .inner .bogo-sp {
    display: block;
  }
  .sec-bogo .inner .bogo-sp img {
    width: 100vw;
    vertical-align: bottom;
    height: auto;
  }
  .sec-bogo .inner .bogo-sp .bogo-sm-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    font-size: 24px;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 272px;
    text-align: center;
  }
  .sec-bogo .inner .bogo-sp .bogo-sm-btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    line-height: normal;
    position: absolute;
    right: 20px;
    bottom: 24px;
  }
}
.topic-btn {
  width: 100vw;
  height: 320px;
  background-color: #FAEBD7;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .sec-topics .topic-btn {
    font-size: 24px;
    height: 116px;
  }
}
.top-btn1 {
  text-align: center;
}
.top-btn1 .top-btn1-text {
  display: inline-block;
  color: #1A1A1A;
  font-size: 32px;
  line-height: 200%;
  position: relative;
  transition-delay: 0.5s;
  text-transform: uppercase;
}
.top-btn1 .top-btn1-text:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  transform: scale(1, 1);
  transform-origin: left top;
}
.top-btn1 .top-btn1-text:hover {
  text-decoration: none;
  border-bottom: initial;
}
.top-btn1 .top-btn1-text:hover:before {
  transform: scale(1.1, 1);
}

@media (max-width: 767px) {
  .top-btn1 .top-btn1-text {
    padding-bottom: 0;
    font-size: 24px;
    border-bottom: 1px solid #000;
  }
  .top-btn1 .top-btn1-text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    width: 0;
    height: 1px;
    transition: none;
    -webkit-transition: none;
  }
  .top-btn1 .top-btn1-text:hover {
    text-decoration: initial;
  }
  .top-btn1 .top-btn1-text:hover:before {
    width: 100%;
  }
}
.blank-btn {
  text-align: left !important;
  margin-top: 16px;
}

.blank-btn a {
  display: inline-block;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  color: #585858;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

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

input::selection,
textarea::selection {
  color: #fff;
  background: #222;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #F8F8F8;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

em {
  font-style: normal;
}

figure {
  margin: 0;
}

li,
ul {
  list-style-type: none;
}

dd,
dl,
dt,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.br-pc {
  display: block;
}

.br-tb {
  display: block;
}

.br-sp {
  display: none;
}

.hamburger {
  display: none;
}

a {
  text-decoration: none;
}

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

a:active,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

.button a {
  display: inline-block;
  border: 1px solid #000;
  color: #585858;
  padding: 8px 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #1A1A1A;
}
.button a:hover {
  color: #fff;
  background: #000;
}

.acc-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slideUp {
  transform: translateY(-30px);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
  opacity: 0;
}
.slideUp.slideUp-on {
  transform: translateY(0);
  opacity: 1;
}

/* panel animation  end */
.scaleUp2 {
  transform: scale(1.3);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.scaleUp2.scaleUp-on {
  transform: scale(1);
}

.scaleUp {
  transform: scale(1.3);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s, opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
  opacity: 0;
}
.scaleUp.scaleUp-on {
  transform: scale(1);
  opacity: 1;
}

.fadeUp {
  transform: translateY(30px);
  transition: transform 1.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s, opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
  opacity: 0;
}
.fadeUp.fadeUp-on {
  transform: translateY(0);
  opacity: 1;
}

.fadeIn {
  transition: opacity 1.25s ease-in-out;
  opacity: 0;
}
.fadeIn.fadeIn-on {
  opacity: 1;
}

.fadeUpY {
  opacity: 0;
  transform: translateY(30px);
}

.inner {
  width: 90%;
  margin: auto;
}

.pagenation {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagenation .next a,
.pagenation .prev a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.pagenation .next a:hover,
.pagenation .prev a:hover {
  background: #e4e4e4;
}
.pagenation .next a:hover:after,
.pagenation .prev a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.6);
  animation: hoverlink-effect 1s forwards;
  border-radius: 50px;
}
.pagenation .prev {
  margin-right: 40px;
}
.pagenation .next {
  margin-left: 40px;
}
.pagenation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagenation ul li {
  margin-right: 30px;
}
.pagenation ul li:last-child {
  margin-right: 0;
}
.pagenation ul li.active {
  border-bottom: 1px solid #a5af46;
}
.pagenation ul li a {
  position: relative;
}

@media (max-width:1200px) and ( min-width:768px) {
  .main-navigation {
    margin-left: 0;
  }
  .main-navigation .menu > li {
    position: relative;
  }
}
@media (max-width:1100px) and ( min-width:768px) {
  .br-tb {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .br-tb {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .acc-toggle:after, .acc-toggle:before {
    content: "";
    position: absolute;
    background: #222;
    transition: 0.5s ease;
  }
  .acc-toggle:before {
    top: -5px;
    right: 0;
    width: 15px;
    height: 1px;
  }
  .acc-toggle:after {
    top: -12px;
    right: 6px;
    width: 1px;
    height: 14px;
  }
  .pagenation {
    margin: 50px auto 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .pagenation .prev {
    margin-right: 40px;
  }
  .pagenation .next {
    margin-left: 40px;
  }
  .pagenation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .pagenation ul li {
    margin-right: 30px;
  }
  .pagenation ul li:last-child {
    margin-right: 0;
  }
  .pagenation ul li.active {
    border-bottom: 1px solid #a5af46;
  }
  .pagenation ul li a {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */