@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 0;
}

a {
  color: #151313;
  text-decoration: none;
}

a:visited {
  color: inheirt;
}

a:hover,
a:focus,
a:active {
  color: inheirt;
}

a:focus {
  outline: none;
}

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

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #151313;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide,
swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

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

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

.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%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0,0,0,0);
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

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

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

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

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.c-anchor {
  position: absolute;
  top: 0px;
  width: 10px;
  height: 10px;
}

.c-bg-title {
  position: absolute;
  z-index: -1;
}

.c-bg-title--img {
  width: auto;
}

.c-bg-wave {
  position: absolute;
  width: calc(100vw + 162px);
  z-index: -1;
  opacity: .45;
}

.c-bg-wave--img {
  width: 100%;
}

.c-btn {
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  display: inline-block;
}

.c-btn--text {
  position: relative;
}

.c-btn--contact {
  border-radius: 3px;
}

.c-btn--contact .c-btn--text:after {
  content: "";
  width: 17px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_mail.svg");
  display: inline-block;
  margin-left: 10px;
}

.c-btn--contact--02 {
  color: #fff;
  font-size: 18px;
  padding: 14px 33px;
  letter-spacing: 1px;
  font-style: italic;
}

.c-btn--contact--02 .c-btn--text:after {
  width: 18px;
  height: 14px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: center;
  background-image: url("../images/common/ico_mail_line.svg");
}

.c-btn--readmore {
  border-radius: 3px;
  padding: 17px 30px;
}

.c-btn--readmore .c-btn--text:after {
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center;
  background-image: url("../images/common/ico_arrow.svg");
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.c-carousel {
  position: relative;
  padding-left: 0px;
}

.c-carousel__box {
  position: relative;
}

.c-carousel__item {
  width: 420px;
  transition: .5s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.c-carousel__image {
  transition: .5s;
}

.c-carousel__image-box {
  max-height: 280px;
  transition: .5s;
}

.c-carousel__pagination {
  position: static;
  margin: 0px 10px;
}

.c-carousel__pagination .swiper-pagination-bullet {
  width: 95px;
  height: 2px;
  background-color: #e9e6d6 !important;
  opacity: 1 !important;
  margin: 0px 3px !important;
  display: inline-block;
  border-radius: 0px;
}

.c-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #beb26e !important;
}

.c-circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 84px;
  height: 84px;
}

.fade_in {
  opacity: 0;
  transition: opacity 1.2s;
}

.fade_in-active {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1.2s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-load {
  opacity: 0;
  transition: opacity 1.2s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1.2s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1.2s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-layout__item:not(:first-child) {
  margin-top: 40px;
}

.c-layout__item--col-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-layout__img {
  width: 100%;
  max-width: none;
}

.c-layout__img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-layout__body {
  margin-top: 48px;
}

.c-layout__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.c-layout__text {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: -0.035em;
}

.c-loop--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #00d754;
  position: relative;
  z-index: 10;
}

.c-loop--txt {
  background-color: #00d754;
}

.c-loop--txt .c-loop--items {
  padding: .9027777778vw 0 .6944444444vw 0;
}

.c-loop--txt .c-loop--item {
  width: 66.6666666667vw;
}

.c-loop--parapara {
  border-bottom: solid .3472222222vw #000;
  border-top: solid .3472222222vw #000;
}

.c-loop--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.c-loop--left {
  -webkit-animation: scroll-left 20s infinite linear 1s both;
  animation: scroll-left 20s infinite linear 1s both;
}

.c-loop--right {
  -webkit-animation: scroll-right 20s infinite linear 1s both;
  animation: scroll-right 20s infinite linear 1s both;
}

.c-loop--item {
  width: 100vw;
}

.c-loop--item img {
  display: block;
  height: auto;
  width: 100%;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.c-modal__bg {
  background-color: rgba(0,0,0,.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal-inner {
  background-color: #fff;
  padding: 5px;
  position: relative;
}

.c-modal-inner img {
  max-height: 85vh;
}

.c-modal__content {
  position: relative;
  height: 90vh;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 10px;
}

.c-modal__content__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-modal__close {
  height: 20px;
  width: 20px;
  position: absolute;
  right: -30px;
  top: -20px;
}

.c-modal__close span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-modal__close span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal__close span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal--full .c-modal__content {
  padding: 0px;
}

.c-modal--full .c-modal__close {
  z-index: 5;
}

.js-modal-open {
  cursor: pointer;
}

.c-tag {
  background-color: #f2f2f2;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-right: 4.5px;
  margin-bottom: 5.5px;
}

.c-title {
  font-size: 65px;
  letter-spacing: 2px;
}

.c-toggle {
  position: relative;
  z-index: 30;
}

.c-toggle--active {
  z-index: 50;
}

.c-toggle__btn {
  border: solid 1px #fff;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.c-toggle__btn:before,
.c-toggle__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
}

.c-toggle__btn:before {
  width: 15px;
  height: 1px;
  right: 17px;
}

.c-toggle__btn:after {
  width: 1px;
  height: 15px;
  right: 24px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .5s;
}

.c-toggle__btn--closetxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--opentxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--closetxt {
  display: inline-block;
}

.c-toggle__btn--close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 14px;
}

.c-toggle__contents {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: solid 1px #fff;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  width: 200px;
  z-index: 10;
  padding: 30px 19px;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.c-toggle__contents--open {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% + 4px);
}

.c-toggle__item {
  padding: 15px 0px;
}

.c-toggle__item:first-child {
  padding-top: 0px;
}

.c-toggle__item:last-child {
  padding-bottom: 0px;
}

.c-toggle__item--txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  letter-spacing: 0px;
}

.c-toggle__item--attention {
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #00d754 !important;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.c-toggle__item--style-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0px;
}

.c-toggle__item--style-02 .c-toggle__item--img {
  margin-top: 15px;
}

.c-toggle__item--style-03 .c-toggle__item--txt {
  width: 100%;
  text-align: center;
}

.c-toggle__item--style-03 .c-toggle__item--img {
  margin-top: 15px;
}

.c-txt {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 2px;
  margin-top: 12px;
}

.l-footer {
  background-color: #00d754;
  padding: 36px 20px;
  text-align: center;
}

.l-footer__copy {
  font-size: 16px;
  font-weight: 600;
}

.g-nav {
  position: relative;
  top: -3px;
}

.g-nav.is-menu {
  opacity: 1;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.g-nav__menu {
  height: 50px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  top: 3px;
  padding: 0 0px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}

.g-nav__item {
  font-weight: bold;
  display: inline-block;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  transition: all .3s;
  text-align: center;
  display: block;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}

.g-nav--bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  border-radius: 0px;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: .5s;
}

.g-nav__sound-button {
  background-color: unset;
  width: 28px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.g-nav__sound-button__item {
  position: relative;
  top: -2px;
  left: -30px;
}

.g-nav__sound-button--ico {
  width: 100%;
}

.g-nav__sound-button--on {
  background-image: url("../images/top/ico_on.svg");
  background-size: 18px 17.5px;
}

.g-nav__sound-button--off {
  background-image: url("../images/top/ico_off.svg");
  background-size: 19.8px 19.8px;
}

.playoff .g-nav__sound-button--off {
  display: none;
}

.playon .g-nav__sound-button--on {
  display: none;
}

.is-menu-open .g-nav--bg {
  opacity: 1;
}

.top .g-nav--top {
  display: block;
}

.top .g-nav--page {
  display: none;
}

.works .g-nav__sound-button__item {
  display: none !important;
}

.works .g-nav--top {
  display: none;
}

.works .g-nav--page {
  display: block;
}

.l-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
  height: 60px;
  text-align: center;
}

.l-header--title {
  font-size: 20px;
  font-family: "Josefin Slab",serif;
  font-weight: bold;
}

.l-header--logo {
  width: 8.4722222222vw;
  position: absolute;
  top: 1.7361111111vw;
  right: 3.5416666667vw;
}

.l-wrapper {
  margin: 0 auto;
  font-feature-settings: "palt";
}

.sec-contents {
  position: relative;
  padding: 80px 0px;
}

.l-container {
  padding: 0 20px;
  max-width: 1220px;
  margin: auto;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 15px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: none;
  max-width: 795px;
}

.nav-btn--inner {
  position: relative;
  top: -5px;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #151313;
  transition: all .3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 27px;
}

.nav-btn__line:nth-of-type(3) {
  top: 34px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 27px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 27px;
}

.tel-btn {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 62px;
  cursor: pointer;
  width: 62px;
  height: 60px;
  background-color: #fafafa;
  display: none;
}

.tel-btn__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  color: #00d754;
  font-size: 24px;
}

.tel-btn__link:hover,
.tel-btn__link:active {
  color: #00d754;
}

.p-top-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #00d754;
  z-index: 10;
}

.p-top-fv--header {
  width: 100vw;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-fv--title {
  font-size: 20px;
  text-align: center;
  font-family: "Josefin Slab",serif;
  font-weight: bold;
  position: relative;
}

.p-top-fv--footer {
  text-align: center;
  padding: 30px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-fv__slider {
  width: 90vw;
  height: calc(100vh - 120px);
  margin: auto;
  position: relative;
}

.p-top-fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-top-fv__slide--01 .p-top-fv__slide--l {
  width: 35%;
}

.p-top-fv__slide--01 .p-top-fv__slide--r {
  width: 65%;
}

.p-top-fv__slide--02 .p-top-fv__slide--l {
  width: 55%;
}

.p-top-fv__slide--02 .p-top-fv__slide--r {
  width: 45%;
}

.p-top-fv__slide--03 .p-top-fv__slide--l {
  width: 57%;
}

.p-top-fv__slide--03 .p-top-fv__slide--r {
  width: 43%;
}

.p-top-fv__slide--standby {
  z-index: 20;
}

.p-top-fv__slide--box {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
}

.p-top-fv__slide--l {
  -webkit-clip-path: inset(0px 0% 0px 100%);
  clip-path: inset(0px 0% 0px 100%);
}

.p-top-fv__slide--l .p-top-fv__slide--logo {
  left: 0px;
}

.p-top-fv__slide--r {
  -webkit-clip-path: inset(0px 100% 0px 0%);
  clip-path: inset(0px 100% 0px 0%);
}

.p-top-fv__slide--r .p-top-fv__slide--logo {
  right: 0px;
}

.p-top-fv__slide--active {
  opacity: 1;
}

.p-top-fv__slide--active .p-top-fv__slide--l {
  -webkit-clip-path: inset(0px -2% 0px 0%);
  clip-path: inset(0px -2% 0px 0%);
}

.p-top-fv__slide--active .p-top-fv__slide--r {
  -webkit-clip-path: inset(0px 0% 0px -2%);
  clip-path: inset(0px 0% 0px -2%);
}

.p-top-fv__slide--main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-fv__slide--logo {
  position: absolute;
  top: 0;
  width: 90vw;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-fv__slide--logo img {
  width: 18vw;
}

.p-top-contents--1 {
  background-color: #f7dce6;
  position: relative;
  z-index: 10;
}

.p-top-contents--1 .p-top-contents__side--move .p-top-contents__side--margin {
  height: 140.8333333333vw;
}

.p-top-contents--2 {
  background-color: #dce6ff;
  position: relative;
  z-index: 10;
}

.p-top-contents--2 .p-top-contents__side--move {
  padding-bottom: 16.6666666667vw;
}

.p-top-contents--2 .p-top-contents__side--move .p-top-contents__side--margin {
  height: 70.9027777778vw;
}

.p-top-contents--para-img {
  position: absolute;
}

.p-top-contents__visual {
  position: relative;
}

.p-top-contents__visual--catch {
  position: absolute;
}

.p-top-contents__visual--catch h3 {
  font-size: 3.4722222222vw;
  line-height: 5.4166666667vw;
}

.p-top-contents__visual--catch p {
  font-size: 1.9444444444vw;
  line-height: 3.6805555556vw;
  margin-top: 3.125vw;
  font-weight: 600;
}

.p-top-contents__visual--line-anime {
  position: absolute;
}

.p-top-contents__visual--line-anime .line-anime path,
.p-top-contents__visual--line-anime .line-anime line {
  fill: none;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-width: 11;
}

.p-top-contents__visual--line-anime .line-anime-visible {
  opacity: 1;
  visibility: visible;
}

.p-top-contents__visual--line-anime .line-anime .cls-1 {
  stroke: #00d754;
}

.p-top-contents__visual--line-anime .line-anime .cls-2 {
  stroke: #000;
}

.p-top-contents__visual__1 {
  width: 100vw;
  height: 288.0555555556vw;
}

.p-top-contents__visual__1--catch {
  top: 6.9444444444vw;
  left: 49.5833333333vw;
}

.p-top-contents__visual__1--img--1 {
  width: 49.3055555556vw;
  top: -8.4027777778vw;
  left: 0;
  z-index: 1;
}

.p-top-contents__visual__1--img--2 {
  width: 42.5694444444vw;
  top: 44.8611111111vw;
  left: 57.3611111111vw;
}

.p-top-contents__visual__1--img--3 {
  width: 56.3194444444vw;
  top: 76.5277777778vw;
  left: 0;
}

.p-top-contents__visual__1--img--5 {
  width: 63.5416666667vw;
  top: 157.9861111111vw;
  left: 0;
  z-index: 5;
}

.p-top-contents__visual__1--img--6 {
  width: 41.5277777778vw;
  top: 135.4166666667vw;
  left: 58.75vw;
}

.p-top-contents__visual__1--img--7 {
  width: 67.2222222222vw;
  left: 32.7083333333vw;
  top: 225.2777777778vw;
}

.p-top-contents__visual__1--line-anime--1 {
  left: 80.4861111111vw;
  top: 6.3888888889vw;
}

.p-top-contents__visual__1--line-anime--1 img,
.p-top-contents__visual__1--line-anime--1 svg,
.p-top-contents__visual__1--line-anime--1 .js-vivus-sentinel {
  width: 11.8055555556vw;
}

.p-top-contents__visual__1--line-anime--2 {
  left: 44.5138888889vw;
  top: 48.0555555556vw;
  width: 27.0138888889vw;
  height: 35.2777777778vw;
}

.p-top-contents__visual__1--line-anime--2 img,
.p-top-contents__visual__1--line-anime--2 svg {
  width: 27.0138888889vw;
}

.p-top-contents__visual__1--line-anime--3 {
  left: 36.5277777778vw;
  top: 131.5277777778vw;
  width: 38.6111111111vw;
  height: 26.8055555556vw;
  z-index: 5;
}

.p-top-contents__visual__1--line-anime--3 img,
.p-top-contents__visual__1--line-anime--3 svg {
  width: 38.6111111111vw;
}

.p-top-contents__visual__1--line-anime--4 {
  left: 26.875vw;
  top: 262.0833333333vw;
  width: 27.2916666667vw;
  height: 20.1388888889vw;
}

.p-top-contents__visual__1--line-anime--4 img,
.p-top-contents__visual__1--line-anime--4 svg {
  width: 27.2916666667vw;
}

.p-top-contents__visual__1--txt {
  position: absolute;
}

.p-top-contents__visual__1--txt--1-1 {
  left: 51.1805555556vw;
  top: 68.3333333333vw;
  width: 1.875vw;
}

.p-top-contents__visual__1--txt--1-2 {
  left: 59.375vw;
  top: 77.1527777778vw;
  width: 1.7361111111vw;
}

.p-top-contents__visual__1--txt--1-3 {
  left: 56.1805555556vw;
  top: 87.8472222222vw;
  width: 2.2222222222vw;
}

.p-top-contents__visual__1--txt--1-4 {
  left: 49.0972222222vw;
  top: 97.0138888889vw;
  width: 1.9444444444vw;
}

.p-top-contents__visual__1--txt--2-1 {
  left: 58.6111111111vw;
  top: 133.5416666667vw;
  width: .4166666667vw;
}

.p-top-contents__visual__1--txt--2-2 {
  left: 52.2222222222vw;
  top: 141.4583333333vw;
  width: 1.9444444444vw;
}

.p-top-contents__visual__1--txt--3-1 {
  left: 51.7361111111vw;
  top: 169.4444444444vw;
  width: 2.3611111111vw;
}

.p-top-contents__visual__1--txt--3-2 {
  left: 50.0694444444vw;
  top: 179.1666666667vw;
  width: 2.0138888889vw;
}

.p-top-contents__visual__1--txt--4 {
  top: 0;
  left: 0;
}

.p-top-contents__visual__1--txt--4-1 {
  left: 41.25vw;
  top: 216.875vw;
  width: 1.9444444444vw;
}

.p-top-contents__visual__1--txt--4-2 {
  left: 37.6388888889vw;
  top: 220.7638888889vw;
  width: .4166666667vw;
}

.p-top-contents__visual__1--txt--4-3 {
  left: 30.7638888889vw;
  top: 229.5833333333vw;
  width: 2.0138888889vw;
}

.p-top-contents__visual__1--txt--4-4 {
  left: 34.7916666667vw;
  top: 239.6527777778vw;
  width: 1.9444444444vw;
}

.p-top-contents__visual__1--txt--4-5 {
  left: 39.375vw;
  top: 244.375vw;
  width: .4861111111vw;
}

.p-top-contents__visual__2 {
  width: 100vw;
  height: 253.75vw;
}

.p-top-contents__visual__2--catch {
  top: 14.5138888889vw;
  left: 60.9027777778vw;
}

.p-top-contents__visual__2--img--1 {
  top: 2.1527777778vw;
  left: 0;
  width: 57.1527777778vw;
}

.p-top-contents__visual__2--img--2 {
  top: 64.0972222222vw;
  left: 28.9583333333vw;
  width: 71.0416666667vw;
}

.p-top-contents__visual__2--img--3 {
  top: 142.4305555556vw;
  left: 6.1111111111vw;
  width: 46.6666666667vw;
}

.p-top-contents__visual__2--img--4 {
  left: 44.0972222222vw;
  top: 159.9305555556vw;
  width: 55.8333333333vw;
}

.p-top-contents__visual__2--line-anime--1 {
  left: 78.3333333333vw;
  top: 56.1805555556vw;
  z-index: 5;
  width: 9.5138888889vw;
}

.p-top-contents__visual__2--line-anime--1 img,
.p-top-contents__visual__2--line-anime--1 svg {
  width: 9.5138888889vw;
}

.p-top-contents__visual__2--line-anime--2 {
  left: 15vw;
  top: 96.4583333333vw;
  width: 16.9444444444vw;
  z-index: 15;
}

.p-top-contents__visual__2--line-anime--2 img,
.p-top-contents__visual__2--line-anime--2 svg {
  width: 16.9444444444vw;
}

.p-top-contents__visual__2--line-anime--3 {
  left: 18.3333333333vw;
  top: 192.1527777778vw;
  width: 27.0138888889vw;
}

.p-top-contents__visual__2--line-anime--3 img,
.p-top-contents__visual__2--line-anime--3 svg {
  width: 27.0138888889vw;
}

.p-top-contents__visual__2--txt--1-1 {
  left: 15.8333333333vw;
  top: 110.3472222222vw;
  width: 1.7361111111vw;
}

.p-top-contents__visual__2--txt--1-2 {
  left: 14.0277777778vw;
  top: 119.3055555556vw;
  width: 1.7361111111vw;
}

.p-top-contents__visual__2--txt--1-3 {
  left: 14.0277777778vw;
  top: 125.9722222222vw;
  width: 2.0833333333vw;
}

.p-top-contents__visual__2--txt--1-4 {
  left: 16.7361111111vw;
  top: 136.8055555556vw;
  width: 3.1944444444vw;
}

.p-top-contents__visual__2--txt--2-1 {
  left: 59.1666666667vw;
  top: 156.5277777778vw;
  width: 1.9444444444vw;
}

.p-top-contents__visual__2--txt--2-2 {
  left: 57.2916666667vw;
  top: 162.8472222222vw;
  width: 2.0138888889vw;
}

.p-top-contents__visual__2--txt--2-3 {
  left: 51.8055555556vw;
  top: 168.75vw;
  width: 2.0138888889vw;
}

.p-top-contents__visual__2--txt--3-1 {
  left: 14.5833333333vw;
  top: 202.0138888889vw;
  width: 2.2916666667vw;
}

.p-top-contents__visual__2--txt--3-2 {
  left: 26.8055555556vw;
  top: 211.7361111111vw;
  width: 2.4305555556vw;
}

.p-top-contents__visual__2--txt--3-3 {
  left: 32.3611111111vw;
  top: 217.6388888889vw;
  width: .4166666667vw;
}

.p-top-contents__visual__2--txt--3-4 {
  left: 30.625vw;
  top: 232.0138888889vw;
  width: 1.9444444444vw;
}

.p-top-contents__visual__2--txt--3-5 {
  left: 37.6388888889vw;
  top: 235.9027777778vw;
  width: 2.0138888889vw;
}

.p-top-contents__visual__2--txt--3-6 {
  left: 41.9444444444vw;
  top: 240.4166666667vw;
  width: .4861111111vw;
}

.p-top-contents__side {
  width: 6.25vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top-contents__side--margin {
  width: 100%;
}

.p-top-contents__side--move {
  width: 6.25vw;
  height: 100%;
  position: absolute;
  background-color: #00d754;
  bottom: 0;
  left: 0;
}

.p-top-contents__side--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.6388888889vw;
  font-family: "Cormorant Garamond",serif;
  font-weight: bold;
  padding: 3.0555555556vw 0;
  margin-left: .9722222222vw;
}

.p-top-contents__side--sticky span {
  font-family: "Josefin Slab",serif;
  font-size: 1.9444444444vw;
  position: relative;
  display: inline-block;
  margin-bottom: 1.9444444444vw;
  padding: 1.25vw 0px;
  letter-spacing: 0;
}

.p-top-contents__side--sticky span:before,
.p-top-contents__side--sticky span:after {
  content: "";
  width: 2.4305555556vw;
  height: .2083333333vw;
  display: inline-block;
  background-color: #151313;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-top-contents__side--sticky span:before {
  top: 0;
}

.p-top-contents__side--sticky span:after {
  bottom: 0;
}

.p-top-line-anime {
  position: absolute;
}

.p-top-buylist--wrapper {
  position: relative;
  padding-left: 13.5416666667vw;
  padding-right: 7.2916666667vw;
  padding-top: 5.8333333333vw;
  padding-bottom: 6.1111111111vw;
}

.p-top-buylist--wrapper .p-top-contents__side {
  top: 0;
}

.p-top-buylist--1 {
  background-color: #f7dce6;
}

.p-top-buylist--2 {
  background-color: #dce6ff;
}

.p-top-buylist--items {
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 4.1666666667vw 4.1666666667vw;
}

.p-top-buylist--items--top {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 52.0833333333vw;
  margin: auto;
}

.p-top-buylist--items--other {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4.1666666667vw;
  box-sizing: border-box;
}

.p-top-buylist--img {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  position: relative;
}

.p-top-buylist--img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-top-buylist--item img {
  width: 100%;
}

.p-top-buylist--item p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 1.4583333333vw;
  letter-spacing: 0;
}

.p-top-buylist__title {
  margin-top: .6944444444vw;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1;
}

.p-top-buylist__title--num {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 7px;
  letter-spacing: 0;
}

.p-top-buylist__title--detail {
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  letter-spacing: 0;
  margin-top: 10px;
}

.p-top-buylist__buylink {
  font-size: 28px;
  line-height: 22px;
  color: #00d754;
  text-decoration: underline;
  font-family: "Josefin Slab",serif;
  letter-spacing: 0;
  margin-top: 1.6666666667vw;
  display: inline-block;
  position: relative;
  padding: 5px 2px 0px 2px;
  font-weight: bold;
}

.p-top-buylist__buylink:before {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #00d754;
  z-index: -1;
  transition: width .2s;
}

.p-top-buylist__buylink:hover {
  color: #fff;
  text-decoration: none;
}

.p-top-buylist__buylink:hover:before {
  width: 100%;
}

.p-top-buylist__buylink--comingsoon span {
  color: #b8b8b8;
  pointer-events: none;
}

.p-top-video {
  padding-top: 6.1111111111vw;
  background-color: #00d754;
}

.p-top-video--loop {
  position: relative;
  z-index: 10;
}

.p-top-video--loop--3 {
  margin-top: 1.9444444444vw;
}

.p-top-video--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55.0694444444vw;
  width: 60.0694444444vw;
  margin: auto;
  margin-top: -1px;
  margin-bottom: -2px;
}

.p-top-video--contents video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-video--video {
  width: 50%;
  position: relative;
}

.p-top-video--video:nth-of-type(1) {
  right: -1px;
}

.p-top-video--video:nth-of-type(2) {
  rileftght: -1px;
}

.p-top-footer {
  background-color: #dce6ff;
  padding-top: 71px;
  padding-bottom: 76px;
  position: relative;
}

.p-top-footer .p-top-contents__side {
  background-color: #00d754;
}

.p-top-footer--address {
  font-size: 28px;
  line-height: 49px;
  font-weight: 600;
  text-align: center;
  margin-top: 105px;
}

.p-top-footer__storelink {
  border: solid 3px #00d754;
  background-color: #fff;
  text-align: center;
  height: 437px;
  width: 437px;
  border-radius: 9999px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.p-top-footer__storelink:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #00d754;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00d754;
  display: block;
  z-index: -1;
  transition: width .3s;
}

.p-top-footer__storelink:hover {
  border-color: #fff;
}

.p-top-footer__storelink:hover:before {
  width: 100%;
}

.p-top-footer__storelink p {
  font-size: 76px;
  line-height: 70px;
  font-family: "Josefin Slab",serif;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 50px;
}

.p-top-footer__storelink p span {
  font-family: "Cormorant Garamond",serif;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  line-height: 65px;
}

.p-top-footer__credits {
  width: 100%;
  max-width: 1035px;
  margin: auto;
  margin-top: 100px;
  position: relative;
  padding-top: 650px;
}

.p-top-footer__credits--container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-footer__credits--txt {
  padding-left: 50px;
  font-size: 22px;
  line-height: 39px;
  font-weight: 600;
  letter-spacing: .5px;
}

.p-top-footer__img {
  width: 357px;
}

.p-top-footer__img--01 {
  position: absolute;
  top: 0;
  left: 170px;
}

.p-top-footer__img--02 {
  position: absolute;
  top: 170px;
  left: 720px;
}

.p-top-footer__img--logo {
  display: block;
  margin: auto;
  margin-top: 150px;
}

body {
  font-family: "Zen Kaku Gothic New",sans-serif;
  overflow-x: hidden;
  width: 100vw;
}

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

.u-ta-c {
  text-align: center !important;
}

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

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bg-main {
  background-color: #00d754 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray {
  background-color: #151313 !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-yellow {
  color: #151313 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
  }

  .c-anchor {
    top: 0px;
  }

  .c-carousel__image-box {
    max-height: 360px;
  }

  .c-layout__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .c-layout__item--reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
  }

  .c-layout__item--reverse .c-layout__body {
    padding: 0 5% 0 0;
  }

  .c-layout__item--col-1 .c-layout__img-wrap {
    width: 100%;
  }

  .c-layout__item--col-1 .c-layout__body {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }

  .c-layout__item--col-3 .c-layout__img-wrap {
    width: 30%;
  }

  .c-layout__item--col-3 .c-layout__body {
    width: 70%;
  }

  .c-layout__item--col-4 .c-layout__img-wrap {
    width: 25%;
  }

  .c-layout__item--col-4 .c-layout__body {
    width: 75%;
  }

  .c-layout__img-wrap {
    margin: 0;
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-layout__img-wrap--m {
    height: 300px;
    overflow: hidden;
  }

  .c-layout__body {
    width: 50%;
    margin-top: 0;
    padding-left: 40px;
  }

  .c-layout__title {
    font-size: 25px;
  }

  .c-layout__text {
    font-size: 15px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }
}

@media screen and (max-width: 1190px) {
  .g-nav__link {
    font-size: 14px;
  }

  .p-top-footer--address {
    font-size: 2.4vw;
    line-height: 4.2vw;
  }

  .p-top-footer__storelink {
    height: 36.8vw;
    width: 36.8vw;
  }

  .p-top-footer__storelink p {
    font-size: 6.4vw;
    line-height: 6vw;
    margin-top: 4vw;
  }

  .p-top-footer__storelink p span {
    line-height: 5.5vw;
  }

  .p-top-footer__credits {
    width: 87.4vw;
    padding-top: 55vw;
  }

  .p-top-footer__credits--txt {
    font-size: 1.9vw;
    line-height: 3.3vw;
    padding-left: 5vw;
  }

  .p-top-footer__img {
    width: 30.2vw;
  }

  .p-top-footer__img--01 {
    left: 13vw;
  }

  .p-top-footer__img--02 {
    top: 13vw;
    left: 55vw;
  }

  .p-top-footer__img--logo {
    width: 34.4vw;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }

  .c-bg-title--img {
    height: auto;
  }

  .c-loop--txt .c-loop--items {
    padding: 1.6927083333vw 0 1.3020833333vw 0;
  }

  .c-modal__close {
    right: 0px;
    top: -30px;
  }

  .c-title {
    font-size: 40px;
  }

  .c-toggle__btn {
    max-width: 350px;
  }

  .c-toggle__contents {
    width: 82%;
    max-width: 300px;
  }

  .c-toggle__item--img {
    width: auto;
  }

  .c-txt {
    font-size: 13px;
  }

  .l-footer {
    padding: 1.4322916667vw 1.953125vw;
  }

  .l-footer__copy {
    font-size: 2.0833333333vw;
  }

  .l-header--logo {
    display: none;
  }

  .l-wrapper {
    min-width: 100%;
  }

  .sec-contents {
    padding: 40px 0px;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .tel-btn {
    display: block;
  }

  .p-top-fv {
    height: 133.3333333333vw;
  }

  .p-top-fv--header {
    height: 11.1979166667vw;
  }

  .p-top-fv--title {
    font-size: 2.6041666667vw;
    top: .5208333333vw;
  }

  .p-top-fv--footer {
    height: 15.234375vw;
  }

  .p-top-fv--footer img {
    height: 6.9010416667vw;
    width: auto;
  }

  .p-top-fv__slider {
    width: 100%;
    height: 104.1666666667vw;
  }

  .p-top-fv__slide--01 .p-top-fv__slide--l {
    width: 45%;
  }

  .p-top-fv__slide--01 .p-top-fv__slide--l img {
    object-position: left top;
  }

  .p-top-fv__slide--01 .p-top-fv__slide--r {
    width: 55%;
  }

  .p-top-fv__slide--03 .p-top-fv__slide--l {
    width: 46%;
  }

  .p-top-fv__slide--03 .p-top-fv__slide--r {
    width: 54%;
  }

  .p-top-fv__slide--logo {
    width: 100vw;
  }

  .p-top-fv__slide--logo img {
    width: 29.1666666667vw;
  }

  .p-top-contents--1 .p-top-contents__side--move .p-top-contents__side--margin {
    height: 156.25vw;
  }

  .p-top-contents--2 .p-top-contents__side--move .p-top-contents__side--margin {
    height: 71.875vw;
  }

  .p-top-contents__visual--catch h3 {
    font-size: 4.1666666667vw;
    line-height: 5.078125vw;
  }

  .p-top-contents__visual--catch p {
    font-size: 2.6041666667vw;
    line-height: 4.5572916667vw;
    margin-top: 2.8645833333vw;
  }

  .p-top-contents__visual__1 {
    height: 305.3385416667vw;
  }

  .p-top-contents__visual__1--catch {
    left: 46.09375vw;
    top: 6.1197916667vw;
  }

  .p-top-contents__visual__1--img--1 {
    width: 58.984375vw;
    top: -10.4166666667vw;
  }

  .p-top-contents__visual__1--img--2 {
    width: 46.3541666667vw;
    top: 53.515625vw;
    left: 53.515625vw;
  }

  .p-top-contents__visual__1--img--3 {
    width: 55.3385416667vw;
    top: 97.1354166667vw;
    left: 0;
  }

  .p-top-contents__visual__1--img--5 {
    width: 64.5833333333vw;
    top: 173.1770833333vw;
  }

  .p-top-contents__visual__1--img--6 {
    width: 42.578125vw;
    top: 149.4791666667vw;
    left: 57.2916666667vw;
  }

  .p-top-contents__visual__1--img--7 {
    width: 66.6666666667vw;
    left: 33.203125vw;
    top: 244.0104166667vw;
  }

  .p-top-contents__visual__1--line-anime--1 {
    left: 80.5989583333vw;
    top: 5.46875vw;
  }

  .p-top-contents__visual__1--line-anime--1 img,
  .p-top-contents__visual__1--line-anime--1 svg,
  .p-top-contents__visual__1--line-anime--1 .js-vivus-sentinel {
    width: 11.8489583333vw;
  }

  .p-top-contents__visual__1--line-anime--2 {
    left: 49.7395833333vw;
    top: 57.1614583333vw;
    width: 27.2135416667vw;
  }

  .p-top-contents__visual__1--line-anime--2 img,
  .p-top-contents__visual__1--line-anime--2 svg {
    width: 27.2135416667vw;
  }

  .p-top-contents__visual__1--line-anime--3 {
    left: 36.0677083333vw;
    top: 146.2239583333vw;
    width: 38.8020833333vw;
  }

  .p-top-contents__visual__1--line-anime--3 img,
  .p-top-contents__visual__1--line-anime--3 svg {
    width: 38.8020833333vw;
  }

  .p-top-contents__visual__1--line-anime--4 {
    left: 25.6510416667vw;
    top: 274.8697916667vw;
    width: 27.4739583333vw;
    z-index: 5;
  }

  .p-top-contents__visual__1--line-anime--4 img,
  .p-top-contents__visual__1--line-anime--4 svg {
    width: 27.4739583333vw;
  }

  .p-top-contents__visual__1--txt--1-1 {
    left: 39.84375vw;
    top: 95.1822916667vw;
    width: 1.8229166667vw;
  }

  .p-top-contents__visual__1--txt--1-2 {
    left: 46.3541666667vw;
    top: 102.0833333333vw;
    width: 1.7317708333vw;
  }

  .p-top-contents__visual__1--txt--1-3 {
    left: 52.0833333333vw;
    top: 108.4635416667vw;
    width: 2.2135416667vw;
  }

  .p-top-contents__visual__1--txt--1-4 {
    left: 47.1354166667vw;
    top: 119.140625vw;
    width: 2.1744791667vw;
  }

  .p-top-contents__visual__1--txt--2-1 {
    left: 58.7239583333vw;
    top: 146.875vw;
    width: .5208333333vw;
  }

  .p-top-contents__visual__1--txt--2-2 {
    left: 54.5572916667vw;
    top: 151.171875vw;
    width: 1.953125vw;
  }

  .p-top-contents__visual__1--txt--3-1 {
    left: 51.4322916667vw;
    top: 185.6770833333vw;
    width: 2.34375vw;
  }

  .p-top-contents__visual__1--txt--3-2 {
    left: 49.7395833333vw;
    top: 195.4427083333vw;
    width: 1.953125vw;
  }

  .p-top-contents__visual__1--txt--4-1 {
    left: 40.8854166667vw;
    top: 233.4635416667vw;
    width: 1.953125vw;
  }

  .p-top-contents__visual__1--txt--4-2 {
    left: 37.2395833333vw;
    top: 237.3697916667vw;
    width: .5208333333vw;
  }

  .p-top-contents__visual__1--txt--4-3 {
    left: 30.3385416667vw;
    top: 246.2239583333vw;
    width: 2.0442708333vw;
  }

  .p-top-contents__visual__1--txt--4-4 {
    left: 34.375vw;
    top: 255.5989583333vw;
    width: 1.953125vw;
  }

  .p-top-contents__visual__1--txt--4-5 {
    left: 39.0625vw;
    top: 261.4583333333vw;
    width: .5208333333vw;
  }

  .p-top-contents__visual__2 {
    height: 270.5729166667vw;
  }

  .p-top-contents__visual__2--catch {
    top: 14.453125vw;
    left: 59.5052083333vw;
  }

  .p-top-contents__visual__2--img--1 {
    left: 0;
    top: 3.90625vw;
    width: 56.9010416667vw;
  }

  .p-top-contents__visual__2--img--2 {
    left: 25.1302083333vw;
    top: 67.8385416667vw;
    width: 74.8697916667vw;
  }

  .p-top-contents__visual__2--img--3 {
    left: 4.1666666667vw;
    top: 152.8645833333vw;
    width: 49.21875vw;
  }

  .p-top-contents__visual__2--img--4 {
    left: 43.75vw;
    top: 179.4270833333vw;
    width: 56.5104166667vw;
  }

  .p-top-contents__visual__2--line-anime--1 {
    left: 65.8854166667vw;
    top: 61.0677083333vw;
    width: 9.6354166667vw;
  }

  .p-top-contents__visual__2--line-anime--1 img,
  .p-top-contents__visual__2--line-anime--1 svg {
    width: 9.6354166667vw;
  }

  .p-top-contents__visual__2--line-anime--2 {
    left: 14.453125vw;
    top: 97.65625vw;
    width: 17.0572916667vw;
  }

  .p-top-contents__visual__2--line-anime--2 img,
  .p-top-contents__visual__2--line-anime--2 svg {
    width: 17.0572916667vw;
  }

  .p-top-contents__visual__2--line-anime--3 {
    left: 17.4479166667vw;
    top: 203.515625vw;
    width: 27.2135416667vw;
  }

  .p-top-contents__visual__2--line-anime--3 img,
  .p-top-contents__visual__2--line-anime--3 svg {
    width: 27.2135416667vw;
  }

  .p-top-contents__visual__2--txt--1-1 {
    left: 12.5vw;
    top: 116.015625vw;
    width: 1.8098958333vw;
  }

  .p-top-contents__visual__2--txt--1-2 {
    left: 10.6770833333vw;
    top: 125vw;
    width: 1.8098958333vw;
  }

  .p-top-contents__visual__2--txt--1-3 {
    left: 13.9322916667vw;
    top: 131.640625vw;
    width: 2.0833333333vw;
  }

  .p-top-contents__visual__2--txt--1-4 {
    left: 13.4114583333vw;
    top: 142.578125vw;
    width: 3.2291666667vw;
  }

  .p-top-contents__visual__2--txt--2-1 {
    left: 58.8541666667vw;
    top: 169.53125vw;
    width: 2.0182291667vw;
  }

  .p-top-contents__visual__2--txt--2-2 {
    left: 62.3697916667vw;
    top: 175.390625vw;
    width: 2.0833333333vw;
  }

  .p-top-contents__visual__2--txt--2-3 {
    left: 53.2552083333vw;
    top: 185.546875vw;
    width: 2.0572916667vw;
  }

  .p-top-contents__visual__2--txt--3-1 {
    left: 14.0625vw;
    top: 213.1510416667vw;
    width: 2.34375vw;
  }

  .p-top-contents__visual__2--txt--3-2 {
    left: 26.3020833333vw;
    top: 222.9166666667vw;
    width: 2.4609375vw;
  }

  .p-top-contents__visual__2--txt--3-3 {
    left: 31.9010416667vw;
    top: 228.90625vw;
    width: .4947916667vw;
  }

  .p-top-contents__visual__2--txt--3-4 {
    left: 30.078125vw;
    top: 243.359375vw;
    width: 1.953125vw;
  }

  .p-top-contents__visual__2--txt--3-5 {
    left: 37.2395833333vw;
    top: 247.265625vw;
    width: 2.0703125vw;
  }

  .p-top-contents__visual__2--txt--3-6 {
    left: 40.7552083333vw;
    top: 252.2135416667vw;
    width: .46875vw;
  }

  .p-top-contents__side {
    width: 5.2083333333vw;
  }

  .p-top-contents__side--move {
    width: 5.2083333333vw;
  }

  .p-top-contents__side--sticky {
    font-size: 1.8619791667vw;
    padding: 5.46875vw 0;
    margin-left: .5208333333vw;
  }

  .p-top-contents__side--sticky span {
    font-size: 2.6627604167vw;
    margin-bottom: 1.953125vw;
    padding: 1.5625vw 0px;
  }

  .p-top-contents__side--sticky span:before,
  .p-top-contents__side--sticky span:after {
    width: 2.4739583333vw;
    height: .1302083333vw;
  }

  .p-top-buylist--wrapper {
    padding-left: 10.4166666667vw;
    padding-right: 6.1197916667vw;
    padding-top: 6.9010416667vw;
    padding-bottom: 6.1197916667vw;
  }

  .p-top-buylist--items {
    gap: 4.1666666667vw 6.640625vw;
  }

  .p-top-buylist--items--top {
    max-width: 100%;
  }

  .p-top-buylist--items--other {
    gap: 5.2083333333vw 6.5104166667vw;
  }

  .p-top-buylist--items--other .p-top-buylist__title {
    font-size: 18px;
    line-height: 22px;
  }

  .p-top-buylist--item p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 1.3020833333vw;
  }

  .p-top-buylist__title {
    margin-top: .9114583333vw;
    font-size: 23px;
    line-height: 27px;
  }

  .p-top-buylist__title--num {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
  }

  .p-top-buylist__title--detail {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }

  .p-top-buylist__buylink {
    margin-top: 1.3020833333vw;
    font-size: 20px;
    line-height: 25px;
    margin-top: 3px;
    margin-bottom: 10px;
  }

  .p-top-video {
    padding-top: 6.25vw;
  }

  .p-top-video--loop--3 {
    margin-top: 3.3854166667vw;
  }

  .p-top-video--contents {
    width: 100vw;
    height: auto;
  }

  .p-top-footer {
    padding-top: 7.2916666667vw;
    padding-bottom: 6.9010416667vw;
  }

  .p-top-footer--address {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    margin-top: 11.71875vw;
  }

  .p-top-footer__storelink {
    border: solid .2604166667vw #00d754;
    height: 30.5989583333vw;
    width: 30.5989583333vw;
  }

  .p-top-footer__storelink p {
    margin-top: 5.2083333333vw;
    font-size: 5.3385416667vw;
    line-height: 5.3385416667vw;
  }

  .p-top-footer__storelink p span {
    font-size: 5.3385416667vw;
    line-height: 5.3385416667vw;
  }

  .p-top-footer__credits {
    width: 84.8958333333vw;
    height: 83.0729166667vw;
    margin: auto;
    margin-right: 3.90625vw;
    margin-top: 6.9010416667vw;
    padding-top: 47vw;
  }

  .p-top-footer__credits--container {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .p-top-footer__credits--txt {
    font-size: 2.1vw;
    line-height: 3.6vw;
    padding-left: 3.5vw;
    letter-spacing: .1vw;
  }

  .p-top-footer__img {
    width: 23.4vw;
  }

  .p-top-footer__img--02 {
    top: 7vw;
    left: 50vw;
  }

  .p-top-footer__img--logo {
    margin-top: 10.9375vw;
    width: 26.0416666667vw;
  }
}

@media screen and (max-width: 745px) {
  .c-carousel__navigation {
    text-align: center;
  }

  .c-carousel__pagination .swiper-pagination-bullet {
    width: 30px;
  }

  .c-tag {
    margin-right: 5px;
    margin-bottom: 9px;
  }

  .g-nav {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
  }

  .g-nav__menu {
    display: block;
    height: auto;
    padding: 0px;
  }

  .g-nav__item {
    display: block;
    width: 100%;
    border-right: none;
    margin: 20px 0px;
  }

  .g-nav__link {
    font-size: 16px;
  }

  .g-nav__sound-button__item {
    position: fixed;
    top: 32px;
    right: 74px;
    left: auto;
    z-index: 10020;
  }

  .nav-btn {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .c-btn--contact--02 {
    padding: 14px 25px;
  }
}