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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  box-shadow: none;
  outline: 0;
}

input, select, textarea {
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

img {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

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

@media screen and (min-width: 781px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
  position: absolute;
}

.ps__rail-y {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 16px;
}
@media screen and (max-width: 780px) {
  .ps__rail-y {
    width: 8.2051282051vw;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #000;
  border: 1px solid #2f2f2f;
  display: block;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #2862c7;
  border-radius: 1px;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  width: 12px;
}
@media screen and (max-width: 780px) {
  .ps__thumb-y {
    right: 0.5128205128vw;
    width: 6.1538461538vw;
  }
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #2862c7;
  height: 12px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 12px;
}
@media screen and (max-width: 780px) {
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 6.1538461538vw;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

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

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

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

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

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

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

.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;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  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 {
  border: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  box-shadow: none;
  display: block;
  outline: none;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media screen and (min-width: 781px) {
  .mfp-close {
    height: 57px;
    width: 67px;
  }
}
@media screen and (max-width: 780px) {
  .mfp-close {
    background-size: 17.1794871795vw 14.6153846154vw;
    height: 14.6153846154vw;
    width: 17.1794871795vw;
  }
}
.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 0;
  font-style: normal;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}
.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;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

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

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  -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 {
  display: none;
}
.mfp-arrow::after {
  border-bottom: none;
  border-left: none;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -60px;
}
@media screen and (max-width: 780px) {
  .mfp-iframe-holder .mfp-close {
    top: -15.3846153846vw;
  }
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  font-size: small;
  margin-top: 0.5em;
  padding-right: 36px;
}

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
       * Simple fade transition,
       */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

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

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

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

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

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

/*
 * balloon css
 */
:root {
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  cursor: pointer;
  position: relative;
}

[aria-label][data-balloon-pos]:after {
  background: var(--balloon-color);
  border-radius: 2px;
  color: #fff;
  content: attr(aria-label);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: var(--balloon-font-size);
  font-style: normal;
  font-weight: normal;
  opacity: 0;
  padding: 0.5em 1em;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  text-shadow: none;
  transition: all 0.18s ease-out 0.18s;
  white-space: nowrap;
  z-index: 10;
}

[aria-label][data-balloon-pos]:before {
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  content: "";
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.18s ease-out 0.18s;
  width: 0;
  z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:after {
  bottom: 100%;
  margin-bottom: 10px;
  right: 0;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:after {
  margin-top: 10px;
  right: 0;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
  height: 0;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
  height: 0;
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
  white-space: normal;
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
  white-space: normal;
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
  white-space: normal;
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 90vw;
  }
}
[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
  white-space: normal;
  width: 100%;
}

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

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -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: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .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;
  box-shadow: none;
  margin: 0;
  padding: 0;
  -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 {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-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%;
  transform: translateX(-50%);
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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 {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  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: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

@media screen and (max-width: 780px) {
  .spmt-50 {
    margin-top: -12.8205128205vw !important;
  }
  .spmb-50 {
    margin-bottom: -12.8205128205vw !important;
  }
  .spmr-50 {
    margin-right: -12.8205128205vw !important;
  }
  .spml-50 {
    margin-left: -12.8205128205vw !important;
  }
  .sppt-50 {
    padding-top: -12.8205128205vw !important;
  }
  .sppb-50 {
    padding-bottom: -12.8205128205vw !important;
  }
  .sppr-50 {
    padding-right: -12.8205128205vw !important;
  }
  .sppl-50 {
    padding-left: -12.8205128205vw !important;
  }
  .spmt-45 {
    margin-top: -11.5384615385vw !important;
  }
  .spmb-45 {
    margin-bottom: -11.5384615385vw !important;
  }
  .spmr-45 {
    margin-right: -11.5384615385vw !important;
  }
  .spml-45 {
    margin-left: -11.5384615385vw !important;
  }
  .sppt-45 {
    padding-top: -11.5384615385vw !important;
  }
  .sppb-45 {
    padding-bottom: -11.5384615385vw !important;
  }
  .sppr-45 {
    padding-right: -11.5384615385vw !important;
  }
  .sppl-45 {
    padding-left: -11.5384615385vw !important;
  }
  .spmt-40 {
    margin-top: -10.2564102564vw !important;
  }
  .spmb-40 {
    margin-bottom: -10.2564102564vw !important;
  }
  .spmr-40 {
    margin-right: -10.2564102564vw !important;
  }
  .spml-40 {
    margin-left: -10.2564102564vw !important;
  }
  .sppt-40 {
    padding-top: -10.2564102564vw !important;
  }
  .sppb-40 {
    padding-bottom: -10.2564102564vw !important;
  }
  .sppr-40 {
    padding-right: -10.2564102564vw !important;
  }
  .sppl-40 {
    padding-left: -10.2564102564vw !important;
  }
  .spmt-35 {
    margin-top: -8.9743589744vw !important;
  }
  .spmb-35 {
    margin-bottom: -8.9743589744vw !important;
  }
  .spmr-35 {
    margin-right: -8.9743589744vw !important;
  }
  .spml-35 {
    margin-left: -8.9743589744vw !important;
  }
  .sppt-35 {
    padding-top: -8.9743589744vw !important;
  }
  .sppb-35 {
    padding-bottom: -8.9743589744vw !important;
  }
  .sppr-35 {
    padding-right: -8.9743589744vw !important;
  }
  .sppl-35 {
    padding-left: -8.9743589744vw !important;
  }
  .spmt-30 {
    margin-top: -7.6923076923vw !important;
  }
  .spmb-30 {
    margin-bottom: -7.6923076923vw !important;
  }
  .spmr-30 {
    margin-right: -7.6923076923vw !important;
  }
  .spml-30 {
    margin-left: -7.6923076923vw !important;
  }
  .sppt-30 {
    padding-top: -7.6923076923vw !important;
  }
  .sppb-30 {
    padding-bottom: -7.6923076923vw !important;
  }
  .sppr-30 {
    padding-right: -7.6923076923vw !important;
  }
  .sppl-30 {
    padding-left: -7.6923076923vw !important;
  }
  .spmt-25 {
    margin-top: -6.4102564103vw !important;
  }
  .spmb-25 {
    margin-bottom: -6.4102564103vw !important;
  }
  .spmr-25 {
    margin-right: -6.4102564103vw !important;
  }
  .spml-25 {
    margin-left: -6.4102564103vw !important;
  }
  .sppt-25 {
    padding-top: -6.4102564103vw !important;
  }
  .sppb-25 {
    padding-bottom: -6.4102564103vw !important;
  }
  .sppr-25 {
    padding-right: -6.4102564103vw !important;
  }
  .sppl-25 {
    padding-left: -6.4102564103vw !important;
  }
  .spmt-20 {
    margin-top: -5.1282051282vw !important;
  }
  .spmb-20 {
    margin-bottom: -5.1282051282vw !important;
  }
  .spmr-20 {
    margin-right: -5.1282051282vw !important;
  }
  .spml-20 {
    margin-left: -5.1282051282vw !important;
  }
  .sppt-20 {
    padding-top: -5.1282051282vw !important;
  }
  .sppb-20 {
    padding-bottom: -5.1282051282vw !important;
  }
  .sppr-20 {
    padding-right: -5.1282051282vw !important;
  }
  .sppl-20 {
    padding-left: -5.1282051282vw !important;
  }
  .spmt-15 {
    margin-top: -3.8461538462vw !important;
  }
  .spmb-15 {
    margin-bottom: -3.8461538462vw !important;
  }
  .spmr-15 {
    margin-right: -3.8461538462vw !important;
  }
  .spml-15 {
    margin-left: -3.8461538462vw !important;
  }
  .sppt-15 {
    padding-top: -3.8461538462vw !important;
  }
  .sppb-15 {
    padding-bottom: -3.8461538462vw !important;
  }
  .sppr-15 {
    padding-right: -3.8461538462vw !important;
  }
  .sppl-15 {
    padding-left: -3.8461538462vw !important;
  }
  .spmt-10 {
    margin-top: -2.5641025641vw !important;
  }
  .spmb-10 {
    margin-bottom: -2.5641025641vw !important;
  }
  .spmr-10 {
    margin-right: -2.5641025641vw !important;
  }
  .spml-10 {
    margin-left: -2.5641025641vw !important;
  }
  .sppt-10 {
    padding-top: -2.5641025641vw !important;
  }
  .sppb-10 {
    padding-bottom: -2.5641025641vw !important;
  }
  .sppr-10 {
    padding-right: -2.5641025641vw !important;
  }
  .sppl-10 {
    padding-left: -2.5641025641vw !important;
  }
  .spmt-5 {
    margin-top: -1.2820512821vw !important;
  }
  .spmb-5 {
    margin-bottom: -1.2820512821vw !important;
  }
  .spmr-5 {
    margin-right: -1.2820512821vw !important;
  }
  .spml-5 {
    margin-left: -1.2820512821vw !important;
  }
  .sppt-5 {
    padding-top: -1.2820512821vw !important;
  }
  .sppb-5 {
    padding-bottom: -1.2820512821vw !important;
  }
  .sppr-5 {
    padding-right: -1.2820512821vw !important;
  }
  .sppl-5 {
    padding-left: -1.2820512821vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .spmt5 {
    margin-top: 1.2820512821vw !important;
  }
  .spmb5 {
    margin-bottom: 1.2820512821vw !important;
  }
  .spmr5 {
    margin-right: 1.2820512821vw !important;
  }
  .spml5 {
    margin-left: 1.2820512821vw !important;
  }
  .sppt5 {
    padding-top: 1.2820512821vw !important;
  }
  .sppb5 {
    padding-bottom: 1.2820512821vw !important;
  }
  .sppr5 {
    padding-right: 1.2820512821vw !important;
  }
  .sppl5 {
    padding-left: 1.2820512821vw !important;
  }
  .spmt10 {
    margin-top: 2.5641025641vw !important;
  }
  .spmb10 {
    margin-bottom: 2.5641025641vw !important;
  }
  .spmr10 {
    margin-right: 2.5641025641vw !important;
  }
  .spml10 {
    margin-left: 2.5641025641vw !important;
  }
  .sppt10 {
    padding-top: 2.5641025641vw !important;
  }
  .sppb10 {
    padding-bottom: 2.5641025641vw !important;
  }
  .sppr10 {
    padding-right: 2.5641025641vw !important;
  }
  .sppl10 {
    padding-left: 2.5641025641vw !important;
  }
  .spmt15 {
    margin-top: 3.8461538462vw !important;
  }
  .spmb15 {
    margin-bottom: 3.8461538462vw !important;
  }
  .spmr15 {
    margin-right: 3.8461538462vw !important;
  }
  .spml15 {
    margin-left: 3.8461538462vw !important;
  }
  .sppt15 {
    padding-top: 3.8461538462vw !important;
  }
  .sppb15 {
    padding-bottom: 3.8461538462vw !important;
  }
  .sppr15 {
    padding-right: 3.8461538462vw !important;
  }
  .sppl15 {
    padding-left: 3.8461538462vw !important;
  }
  .spmt20 {
    margin-top: 5.1282051282vw !important;
  }
  .spmb20 {
    margin-bottom: 5.1282051282vw !important;
  }
  .spmr20 {
    margin-right: 5.1282051282vw !important;
  }
  .spml20 {
    margin-left: 5.1282051282vw !important;
  }
  .sppt20 {
    padding-top: 5.1282051282vw !important;
  }
  .sppb20 {
    padding-bottom: 5.1282051282vw !important;
  }
  .sppr20 {
    padding-right: 5.1282051282vw !important;
  }
  .sppl20 {
    padding-left: 5.1282051282vw !important;
  }
  .spmt25 {
    margin-top: 6.4102564103vw !important;
  }
  .spmb25 {
    margin-bottom: 6.4102564103vw !important;
  }
  .spmr25 {
    margin-right: 6.4102564103vw !important;
  }
  .spml25 {
    margin-left: 6.4102564103vw !important;
  }
  .sppt25 {
    padding-top: 6.4102564103vw !important;
  }
  .sppb25 {
    padding-bottom: 6.4102564103vw !important;
  }
  .sppr25 {
    padding-right: 6.4102564103vw !important;
  }
  .sppl25 {
    padding-left: 6.4102564103vw !important;
  }
  .spmt30 {
    margin-top: 7.6923076923vw !important;
  }
  .spmb30 {
    margin-bottom: 7.6923076923vw !important;
  }
  .spmr30 {
    margin-right: 7.6923076923vw !important;
  }
  .spml30 {
    margin-left: 7.6923076923vw !important;
  }
  .sppt30 {
    padding-top: 7.6923076923vw !important;
  }
  .sppb30 {
    padding-bottom: 7.6923076923vw !important;
  }
  .sppr30 {
    padding-right: 7.6923076923vw !important;
  }
  .sppl30 {
    padding-left: 7.6923076923vw !important;
  }
  .spmt35 {
    margin-top: 8.9743589744vw !important;
  }
  .spmb35 {
    margin-bottom: 8.9743589744vw !important;
  }
  .spmr35 {
    margin-right: 8.9743589744vw !important;
  }
  .spml35 {
    margin-left: 8.9743589744vw !important;
  }
  .sppt35 {
    padding-top: 8.9743589744vw !important;
  }
  .sppb35 {
    padding-bottom: 8.9743589744vw !important;
  }
  .sppr35 {
    padding-right: 8.9743589744vw !important;
  }
  .sppl35 {
    padding-left: 8.9743589744vw !important;
  }
  .spmt40 {
    margin-top: 10.2564102564vw !important;
  }
  .spmb40 {
    margin-bottom: 10.2564102564vw !important;
  }
  .spmr40 {
    margin-right: 10.2564102564vw !important;
  }
  .spml40 {
    margin-left: 10.2564102564vw !important;
  }
  .sppt40 {
    padding-top: 10.2564102564vw !important;
  }
  .sppb40 {
    padding-bottom: 10.2564102564vw !important;
  }
  .sppr40 {
    padding-right: 10.2564102564vw !important;
  }
  .sppl40 {
    padding-left: 10.2564102564vw !important;
  }
  .spmt45 {
    margin-top: 11.5384615385vw !important;
  }
  .spmb45 {
    margin-bottom: 11.5384615385vw !important;
  }
  .spmr45 {
    margin-right: 11.5384615385vw !important;
  }
  .spml45 {
    margin-left: 11.5384615385vw !important;
  }
  .sppt45 {
    padding-top: 11.5384615385vw !important;
  }
  .sppb45 {
    padding-bottom: 11.5384615385vw !important;
  }
  .sppr45 {
    padding-right: 11.5384615385vw !important;
  }
  .sppl45 {
    padding-left: 11.5384615385vw !important;
  }
  .spmt50 {
    margin-top: 12.8205128205vw !important;
  }
  .spmb50 {
    margin-bottom: 12.8205128205vw !important;
  }
  .spmr50 {
    margin-right: 12.8205128205vw !important;
  }
  .spml50 {
    margin-left: 12.8205128205vw !important;
  }
  .sppt50 {
    padding-top: 12.8205128205vw !important;
  }
  .sppb50 {
    padding-bottom: 12.8205128205vw !important;
  }
  .sppr50 {
    padding-right: 12.8205128205vw !important;
  }
  .sppl50 {
    padding-left: 12.8205128205vw !important;
  }
  .spmt55 {
    margin-top: 14.1025641026vw !important;
  }
  .spmb55 {
    margin-bottom: 14.1025641026vw !important;
  }
  .spmr55 {
    margin-right: 14.1025641026vw !important;
  }
  .spml55 {
    margin-left: 14.1025641026vw !important;
  }
  .sppt55 {
    padding-top: 14.1025641026vw !important;
  }
  .sppb55 {
    padding-bottom: 14.1025641026vw !important;
  }
  .sppr55 {
    padding-right: 14.1025641026vw !important;
  }
  .sppl55 {
    padding-left: 14.1025641026vw !important;
  }
  .spmt60 {
    margin-top: 15.3846153846vw !important;
  }
  .spmb60 {
    margin-bottom: 15.3846153846vw !important;
  }
  .spmr60 {
    margin-right: 15.3846153846vw !important;
  }
  .spml60 {
    margin-left: 15.3846153846vw !important;
  }
  .sppt60 {
    padding-top: 15.3846153846vw !important;
  }
  .sppb60 {
    padding-bottom: 15.3846153846vw !important;
  }
  .sppr60 {
    padding-right: 15.3846153846vw !important;
  }
  .sppl60 {
    padding-left: 15.3846153846vw !important;
  }
  .spmt65 {
    margin-top: 16.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 16.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 16.6666666667vw !important;
  }
  .spml65 {
    margin-left: 16.6666666667vw !important;
  }
  .sppt65 {
    padding-top: 16.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 16.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 16.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 16.6666666667vw !important;
  }
  .spmt70 {
    margin-top: 17.9487179487vw !important;
  }
  .spmb70 {
    margin-bottom: 17.9487179487vw !important;
  }
  .spmr70 {
    margin-right: 17.9487179487vw !important;
  }
  .spml70 {
    margin-left: 17.9487179487vw !important;
  }
  .sppt70 {
    padding-top: 17.9487179487vw !important;
  }
  .sppb70 {
    padding-bottom: 17.9487179487vw !important;
  }
  .sppr70 {
    padding-right: 17.9487179487vw !important;
  }
  .sppl70 {
    padding-left: 17.9487179487vw !important;
  }
  .spmt75 {
    margin-top: 19.2307692308vw !important;
  }
  .spmb75 {
    margin-bottom: 19.2307692308vw !important;
  }
  .spmr75 {
    margin-right: 19.2307692308vw !important;
  }
  .spml75 {
    margin-left: 19.2307692308vw !important;
  }
  .sppt75 {
    padding-top: 19.2307692308vw !important;
  }
  .sppb75 {
    padding-bottom: 19.2307692308vw !important;
  }
  .sppr75 {
    padding-right: 19.2307692308vw !important;
  }
  .sppl75 {
    padding-left: 19.2307692308vw !important;
  }
  .spmt80 {
    margin-top: 20.5128205128vw !important;
  }
  .spmb80 {
    margin-bottom: 20.5128205128vw !important;
  }
  .spmr80 {
    margin-right: 20.5128205128vw !important;
  }
  .spml80 {
    margin-left: 20.5128205128vw !important;
  }
  .sppt80 {
    padding-top: 20.5128205128vw !important;
  }
  .sppb80 {
    padding-bottom: 20.5128205128vw !important;
  }
  .sppr80 {
    padding-right: 20.5128205128vw !important;
  }
  .sppl80 {
    padding-left: 20.5128205128vw !important;
  }
  .spmt85 {
    margin-top: 21.7948717949vw !important;
  }
  .spmb85 {
    margin-bottom: 21.7948717949vw !important;
  }
  .spmr85 {
    margin-right: 21.7948717949vw !important;
  }
  .spml85 {
    margin-left: 21.7948717949vw !important;
  }
  .sppt85 {
    padding-top: 21.7948717949vw !important;
  }
  .sppb85 {
    padding-bottom: 21.7948717949vw !important;
  }
  .sppr85 {
    padding-right: 21.7948717949vw !important;
  }
  .sppl85 {
    padding-left: 21.7948717949vw !important;
  }
  .spmt90 {
    margin-top: 23.0769230769vw !important;
  }
  .spmb90 {
    margin-bottom: 23.0769230769vw !important;
  }
  .spmr90 {
    margin-right: 23.0769230769vw !important;
  }
  .spml90 {
    margin-left: 23.0769230769vw !important;
  }
  .sppt90 {
    padding-top: 23.0769230769vw !important;
  }
  .sppb90 {
    padding-bottom: 23.0769230769vw !important;
  }
  .sppr90 {
    padding-right: 23.0769230769vw !important;
  }
  .sppl90 {
    padding-left: 23.0769230769vw !important;
  }
  .spmt95 {
    margin-top: 24.358974359vw !important;
  }
  .spmb95 {
    margin-bottom: 24.358974359vw !important;
  }
  .spmr95 {
    margin-right: 24.358974359vw !important;
  }
  .spml95 {
    margin-left: 24.358974359vw !important;
  }
  .sppt95 {
    padding-top: 24.358974359vw !important;
  }
  .sppb95 {
    padding-bottom: 24.358974359vw !important;
  }
  .sppr95 {
    padding-right: 24.358974359vw !important;
  }
  .sppl95 {
    padding-left: 24.358974359vw !important;
  }
  .spmt100 {
    margin-top: 25.641025641vw !important;
  }
  .spmb100 {
    margin-bottom: 25.641025641vw !important;
  }
  .spmr100 {
    margin-right: 25.641025641vw !important;
  }
  .spml100 {
    margin-left: 25.641025641vw !important;
  }
  .sppt100 {
    padding-top: 25.641025641vw !important;
  }
  .sppb100 {
    padding-bottom: 25.641025641vw !important;
  }
  .sppr100 {
    padding-right: 25.641025641vw !important;
  }
  .sppl100 {
    padding-left: 25.641025641vw !important;
  }
  .spmt105 {
    margin-top: 26.9230769231vw !important;
  }
  .spmb105 {
    margin-bottom: 26.9230769231vw !important;
  }
  .spmr105 {
    margin-right: 26.9230769231vw !important;
  }
  .spml105 {
    margin-left: 26.9230769231vw !important;
  }
  .sppt105 {
    padding-top: 26.9230769231vw !important;
  }
  .sppb105 {
    padding-bottom: 26.9230769231vw !important;
  }
  .sppr105 {
    padding-right: 26.9230769231vw !important;
  }
  .sppl105 {
    padding-left: 26.9230769231vw !important;
  }
  .spmt110 {
    margin-top: 28.2051282051vw !important;
  }
  .spmb110 {
    margin-bottom: 28.2051282051vw !important;
  }
  .spmr110 {
    margin-right: 28.2051282051vw !important;
  }
  .spml110 {
    margin-left: 28.2051282051vw !important;
  }
  .sppt110 {
    padding-top: 28.2051282051vw !important;
  }
  .sppb110 {
    padding-bottom: 28.2051282051vw !important;
  }
  .sppr110 {
    padding-right: 28.2051282051vw !important;
  }
  .sppl110 {
    padding-left: 28.2051282051vw !important;
  }
  .spmt115 {
    margin-top: 29.4871794872vw !important;
  }
  .spmb115 {
    margin-bottom: 29.4871794872vw !important;
  }
  .spmr115 {
    margin-right: 29.4871794872vw !important;
  }
  .spml115 {
    margin-left: 29.4871794872vw !important;
  }
  .sppt115 {
    padding-top: 29.4871794872vw !important;
  }
  .sppb115 {
    padding-bottom: 29.4871794872vw !important;
  }
  .sppr115 {
    padding-right: 29.4871794872vw !important;
  }
  .sppl115 {
    padding-left: 29.4871794872vw !important;
  }
  .spmt120 {
    margin-top: 30.7692307692vw !important;
  }
  .spmb120 {
    margin-bottom: 30.7692307692vw !important;
  }
  .spmr120 {
    margin-right: 30.7692307692vw !important;
  }
  .spml120 {
    margin-left: 30.7692307692vw !important;
  }
  .sppt120 {
    padding-top: 30.7692307692vw !important;
  }
  .sppb120 {
    padding-bottom: 30.7692307692vw !important;
  }
  .sppr120 {
    padding-right: 30.7692307692vw !important;
  }
  .sppl120 {
    padding-left: 30.7692307692vw !important;
  }
  .spmt125 {
    margin-top: 32.0512820513vw !important;
  }
  .spmb125 {
    margin-bottom: 32.0512820513vw !important;
  }
  .spmr125 {
    margin-right: 32.0512820513vw !important;
  }
  .spml125 {
    margin-left: 32.0512820513vw !important;
  }
  .sppt125 {
    padding-top: 32.0512820513vw !important;
  }
  .sppb125 {
    padding-bottom: 32.0512820513vw !important;
  }
  .sppr125 {
    padding-right: 32.0512820513vw !important;
  }
  .sppl125 {
    padding-left: 32.0512820513vw !important;
  }
  .spmt130 {
    margin-top: 33.3333333333vw !important;
  }
  .spmb130 {
    margin-bottom: 33.3333333333vw !important;
  }
  .spmr130 {
    margin-right: 33.3333333333vw !important;
  }
  .spml130 {
    margin-left: 33.3333333333vw !important;
  }
  .sppt130 {
    padding-top: 33.3333333333vw !important;
  }
  .sppb130 {
    padding-bottom: 33.3333333333vw !important;
  }
  .sppr130 {
    padding-right: 33.3333333333vw !important;
  }
  .sppl130 {
    padding-left: 33.3333333333vw !important;
  }
  .spmt135 {
    margin-top: 34.6153846154vw !important;
  }
  .spmb135 {
    margin-bottom: 34.6153846154vw !important;
  }
  .spmr135 {
    margin-right: 34.6153846154vw !important;
  }
  .spml135 {
    margin-left: 34.6153846154vw !important;
  }
  .sppt135 {
    padding-top: 34.6153846154vw !important;
  }
  .sppb135 {
    padding-bottom: 34.6153846154vw !important;
  }
  .sppr135 {
    padding-right: 34.6153846154vw !important;
  }
  .sppl135 {
    padding-left: 34.6153846154vw !important;
  }
  .spmt140 {
    margin-top: 35.8974358974vw !important;
  }
  .spmb140 {
    margin-bottom: 35.8974358974vw !important;
  }
  .spmr140 {
    margin-right: 35.8974358974vw !important;
  }
  .spml140 {
    margin-left: 35.8974358974vw !important;
  }
  .sppt140 {
    padding-top: 35.8974358974vw !important;
  }
  .sppb140 {
    padding-bottom: 35.8974358974vw !important;
  }
  .sppr140 {
    padding-right: 35.8974358974vw !important;
  }
  .sppl140 {
    padding-left: 35.8974358974vw !important;
  }
  .spmt145 {
    margin-top: 37.1794871795vw !important;
  }
  .spmb145 {
    margin-bottom: 37.1794871795vw !important;
  }
  .spmr145 {
    margin-right: 37.1794871795vw !important;
  }
  .spml145 {
    margin-left: 37.1794871795vw !important;
  }
  .sppt145 {
    padding-top: 37.1794871795vw !important;
  }
  .sppb145 {
    padding-bottom: 37.1794871795vw !important;
  }
  .sppr145 {
    padding-right: 37.1794871795vw !important;
  }
  .sppl145 {
    padding-left: 37.1794871795vw !important;
  }
  .spmt150 {
    margin-top: 38.4615384615vw !important;
  }
  .spmb150 {
    margin-bottom: 38.4615384615vw !important;
  }
  .spmr150 {
    margin-right: 38.4615384615vw !important;
  }
  .spml150 {
    margin-left: 38.4615384615vw !important;
  }
  .sppt150 {
    padding-top: 38.4615384615vw !important;
  }
  .sppb150 {
    padding-bottom: 38.4615384615vw !important;
  }
  .sppr150 {
    padding-right: 38.4615384615vw !important;
  }
  .sppl150 {
    padding-left: 38.4615384615vw !important;
  }
}
@media screen and (min-width: 781px) {
  .pcmt-50 {
    margin-top: -50px !important;
  }
  .pcmb-50 {
    margin-bottom: -50px !important;
  }
  .pcmr-50 {
    margin-right: -50px !important;
  }
  .pcml-50 {
    margin-left: -50px !important;
  }
  .pcpt-50 {
    padding-top: -50px !important;
  }
  .pcpb-50 {
    padding-bottom: -50px !important;
  }
  .pcpr-50 {
    padding-right: -50px !important;
  }
  .pcpl-50 {
    padding-left: -50px !important;
  }
  .pcmt-45 {
    margin-top: -45px !important;
  }
  .pcmb-45 {
    margin-bottom: -45px !important;
  }
  .pcmr-45 {
    margin-right: -45px !important;
  }
  .pcml-45 {
    margin-left: -45px !important;
  }
  .pcpt-45 {
    padding-top: -45px !important;
  }
  .pcpb-45 {
    padding-bottom: -45px !important;
  }
  .pcpr-45 {
    padding-right: -45px !important;
  }
  .pcpl-45 {
    padding-left: -45px !important;
  }
  .pcmt-40 {
    margin-top: -40px !important;
  }
  .pcmb-40 {
    margin-bottom: -40px !important;
  }
  .pcmr-40 {
    margin-right: -40px !important;
  }
  .pcml-40 {
    margin-left: -40px !important;
  }
  .pcpt-40 {
    padding-top: -40px !important;
  }
  .pcpb-40 {
    padding-bottom: -40px !important;
  }
  .pcpr-40 {
    padding-right: -40px !important;
  }
  .pcpl-40 {
    padding-left: -40px !important;
  }
  .pcmt-35 {
    margin-top: -35px !important;
  }
  .pcmb-35 {
    margin-bottom: -35px !important;
  }
  .pcmr-35 {
    margin-right: -35px !important;
  }
  .pcml-35 {
    margin-left: -35px !important;
  }
  .pcpt-35 {
    padding-top: -35px !important;
  }
  .pcpb-35 {
    padding-bottom: -35px !important;
  }
  .pcpr-35 {
    padding-right: -35px !important;
  }
  .pcpl-35 {
    padding-left: -35px !important;
  }
  .pcmt-30 {
    margin-top: -30px !important;
  }
  .pcmb-30 {
    margin-bottom: -30px !important;
  }
  .pcmr-30 {
    margin-right: -30px !important;
  }
  .pcml-30 {
    margin-left: -30px !important;
  }
  .pcpt-30 {
    padding-top: -30px !important;
  }
  .pcpb-30 {
    padding-bottom: -30px !important;
  }
  .pcpr-30 {
    padding-right: -30px !important;
  }
  .pcpl-30 {
    padding-left: -30px !important;
  }
  .pcmt-25 {
    margin-top: -25px !important;
  }
  .pcmb-25 {
    margin-bottom: -25px !important;
  }
  .pcmr-25 {
    margin-right: -25px !important;
  }
  .pcml-25 {
    margin-left: -25px !important;
  }
  .pcpt-25 {
    padding-top: -25px !important;
  }
  .pcpb-25 {
    padding-bottom: -25px !important;
  }
  .pcpr-25 {
    padding-right: -25px !important;
  }
  .pcpl-25 {
    padding-left: -25px !important;
  }
  .pcmt-20 {
    margin-top: -20px !important;
  }
  .pcmb-20 {
    margin-bottom: -20px !important;
  }
  .pcmr-20 {
    margin-right: -20px !important;
  }
  .pcml-20 {
    margin-left: -20px !important;
  }
  .pcpt-20 {
    padding-top: -20px !important;
  }
  .pcpb-20 {
    padding-bottom: -20px !important;
  }
  .pcpr-20 {
    padding-right: -20px !important;
  }
  .pcpl-20 {
    padding-left: -20px !important;
  }
  .pcmt-15 {
    margin-top: -15px !important;
  }
  .pcmb-15 {
    margin-bottom: -15px !important;
  }
  .pcmr-15 {
    margin-right: -15px !important;
  }
  .pcml-15 {
    margin-left: -15px !important;
  }
  .pcpt-15 {
    padding-top: -15px !important;
  }
  .pcpb-15 {
    padding-bottom: -15px !important;
  }
  .pcpr-15 {
    padding-right: -15px !important;
  }
  .pcpl-15 {
    padding-left: -15px !important;
  }
  .pcmt-10 {
    margin-top: -10px !important;
  }
  .pcmb-10 {
    margin-bottom: -10px !important;
  }
  .pcmr-10 {
    margin-right: -10px !important;
  }
  .pcml-10 {
    margin-left: -10px !important;
  }
  .pcpt-10 {
    padding-top: -10px !important;
  }
  .pcpb-10 {
    padding-bottom: -10px !important;
  }
  .pcpr-10 {
    padding-right: -10px !important;
  }
  .pcpl-10 {
    padding-left: -10px !important;
  }
  .pcmt-5 {
    margin-top: -5px !important;
  }
  .pcmb-5 {
    margin-bottom: -5px !important;
  }
  .pcmr-5 {
    margin-right: -5px !important;
  }
  .pcml-5 {
    margin-left: -5px !important;
  }
  .pcpt-5 {
    padding-top: -5px !important;
  }
  .pcpb-5 {
    padding-bottom: -5px !important;
  }
  .pcpr-5 {
    padding-right: -5px !important;
  }
  .pcpl-5 {
    padding-left: -5px !important;
  }
  .pcmt0 {
    margin-top: 0px !important;
  }
  .pcmb0 {
    margin-bottom: 0px !important;
  }
  .pcmr0 {
    margin-right: 0px !important;
  }
  .pcml0 {
    margin-left: 0px !important;
  }
  .pcpt0 {
    padding-top: 0px !important;
  }
  .pcpb0 {
    padding-bottom: 0px !important;
  }
  .pcpr0 {
    padding-right: 0px !important;
  }
  .pcpl0 {
    padding-left: 0px !important;
  }
  .pcmt5 {
    margin-top: 5px !important;
  }
  .pcmb5 {
    margin-bottom: 5px !important;
  }
  .pcmr5 {
    margin-right: 5px !important;
  }
  .pcml5 {
    margin-left: 5px !important;
  }
  .pcpt5 {
    padding-top: 5px !important;
  }
  .pcpb5 {
    padding-bottom: 5px !important;
  }
  .pcpr5 {
    padding-right: 5px !important;
  }
  .pcpl5 {
    padding-left: 5px !important;
  }
  .pcmt10 {
    margin-top: 10px !important;
  }
  .pcmb10 {
    margin-bottom: 10px !important;
  }
  .pcmr10 {
    margin-right: 10px !important;
  }
  .pcml10 {
    margin-left: 10px !important;
  }
  .pcpt10 {
    padding-top: 10px !important;
  }
  .pcpb10 {
    padding-bottom: 10px !important;
  }
  .pcpr10 {
    padding-right: 10px !important;
  }
  .pcpl10 {
    padding-left: 10px !important;
  }
  .pcmt15 {
    margin-top: 15px !important;
  }
  .pcmb15 {
    margin-bottom: 15px !important;
  }
  .pcmr15 {
    margin-right: 15px !important;
  }
  .pcml15 {
    margin-left: 15px !important;
  }
  .pcpt15 {
    padding-top: 15px !important;
  }
  .pcpb15 {
    padding-bottom: 15px !important;
  }
  .pcpr15 {
    padding-right: 15px !important;
  }
  .pcpl15 {
    padding-left: 15px !important;
  }
  .pcmt20 {
    margin-top: 20px !important;
  }
  .pcmb20 {
    margin-bottom: 20px !important;
  }
  .pcmr20 {
    margin-right: 20px !important;
  }
  .pcml20 {
    margin-left: 20px !important;
  }
  .pcpt20 {
    padding-top: 20px !important;
  }
  .pcpb20 {
    padding-bottom: 20px !important;
  }
  .pcpr20 {
    padding-right: 20px !important;
  }
  .pcpl20 {
    padding-left: 20px !important;
  }
  .pcmt25 {
    margin-top: 25px !important;
  }
  .pcmb25 {
    margin-bottom: 25px !important;
  }
  .pcmr25 {
    margin-right: 25px !important;
  }
  .pcml25 {
    margin-left: 25px !important;
  }
  .pcpt25 {
    padding-top: 25px !important;
  }
  .pcpb25 {
    padding-bottom: 25px !important;
  }
  .pcpr25 {
    padding-right: 25px !important;
  }
  .pcpl25 {
    padding-left: 25px !important;
  }
  .pcmt30 {
    margin-top: 30px !important;
  }
  .pcmb30 {
    margin-bottom: 30px !important;
  }
  .pcmr30 {
    margin-right: 30px !important;
  }
  .pcml30 {
    margin-left: 30px !important;
  }
  .pcpt30 {
    padding-top: 30px !important;
  }
  .pcpb30 {
    padding-bottom: 30px !important;
  }
  .pcpr30 {
    padding-right: 30px !important;
  }
  .pcpl30 {
    padding-left: 30px !important;
  }
  .pcmt35 {
    margin-top: 35px !important;
  }
  .pcmb35 {
    margin-bottom: 35px !important;
  }
  .pcmr35 {
    margin-right: 35px !important;
  }
  .pcml35 {
    margin-left: 35px !important;
  }
  .pcpt35 {
    padding-top: 35px !important;
  }
  .pcpb35 {
    padding-bottom: 35px !important;
  }
  .pcpr35 {
    padding-right: 35px !important;
  }
  .pcpl35 {
    padding-left: 35px !important;
  }
  .pcmt40 {
    margin-top: 40px !important;
  }
  .pcmb40 {
    margin-bottom: 40px !important;
  }
  .pcmr40 {
    margin-right: 40px !important;
  }
  .pcml40 {
    margin-left: 40px !important;
  }
  .pcpt40 {
    padding-top: 40px !important;
  }
  .pcpb40 {
    padding-bottom: 40px !important;
  }
  .pcpr40 {
    padding-right: 40px !important;
  }
  .pcpl40 {
    padding-left: 40px !important;
  }
  .pcmt45 {
    margin-top: 45px !important;
  }
  .pcmb45 {
    margin-bottom: 45px !important;
  }
  .pcmr45 {
    margin-right: 45px !important;
  }
  .pcml45 {
    margin-left: 45px !important;
  }
  .pcpt45 {
    padding-top: 45px !important;
  }
  .pcpb45 {
    padding-bottom: 45px !important;
  }
  .pcpr45 {
    padding-right: 45px !important;
  }
  .pcpl45 {
    padding-left: 45px !important;
  }
  .pcmt50 {
    margin-top: 50px !important;
  }
  .pcmb50 {
    margin-bottom: 50px !important;
  }
  .pcmr50 {
    margin-right: 50px !important;
  }
  .pcml50 {
    margin-left: 50px !important;
  }
  .pcpt50 {
    padding-top: 50px !important;
  }
  .pcpb50 {
    padding-bottom: 50px !important;
  }
  .pcpr50 {
    padding-right: 50px !important;
  }
  .pcpl50 {
    padding-left: 50px !important;
  }
  .pcmt55 {
    margin-top: 55px !important;
  }
  .pcmb55 {
    margin-bottom: 55px !important;
  }
  .pcmr55 {
    margin-right: 55px !important;
  }
  .pcml55 {
    margin-left: 55px !important;
  }
  .pcpt55 {
    padding-top: 55px !important;
  }
  .pcpb55 {
    padding-bottom: 55px !important;
  }
  .pcpr55 {
    padding-right: 55px !important;
  }
  .pcpl55 {
    padding-left: 55px !important;
  }
  .pcmt60 {
    margin-top: 60px !important;
  }
  .pcmb60 {
    margin-bottom: 60px !important;
  }
  .pcmr60 {
    margin-right: 60px !important;
  }
  .pcml60 {
    margin-left: 60px !important;
  }
  .pcpt60 {
    padding-top: 60px !important;
  }
  .pcpb60 {
    padding-bottom: 60px !important;
  }
  .pcpr60 {
    padding-right: 60px !important;
  }
  .pcpl60 {
    padding-left: 60px !important;
  }
  .pcmt65 {
    margin-top: 65px !important;
  }
  .pcmb65 {
    margin-bottom: 65px !important;
  }
  .pcmr65 {
    margin-right: 65px !important;
  }
  .pcml65 {
    margin-left: 65px !important;
  }
  .pcpt65 {
    padding-top: 65px !important;
  }
  .pcpb65 {
    padding-bottom: 65px !important;
  }
  .pcpr65 {
    padding-right: 65px !important;
  }
  .pcpl65 {
    padding-left: 65px !important;
  }
  .pcmt70 {
    margin-top: 70px !important;
  }
  .pcmb70 {
    margin-bottom: 70px !important;
  }
  .pcmr70 {
    margin-right: 70px !important;
  }
  .pcml70 {
    margin-left: 70px !important;
  }
  .pcpt70 {
    padding-top: 70px !important;
  }
  .pcpb70 {
    padding-bottom: 70px !important;
  }
  .pcpr70 {
    padding-right: 70px !important;
  }
  .pcpl70 {
    padding-left: 70px !important;
  }
  .pcmt75 {
    margin-top: 75px !important;
  }
  .pcmb75 {
    margin-bottom: 75px !important;
  }
  .pcmr75 {
    margin-right: 75px !important;
  }
  .pcml75 {
    margin-left: 75px !important;
  }
  .pcpt75 {
    padding-top: 75px !important;
  }
  .pcpb75 {
    padding-bottom: 75px !important;
  }
  .pcpr75 {
    padding-right: 75px !important;
  }
  .pcpl75 {
    padding-left: 75px !important;
  }
  .pcmt80 {
    margin-top: 80px !important;
  }
  .pcmb80 {
    margin-bottom: 80px !important;
  }
  .pcmr80 {
    margin-right: 80px !important;
  }
  .pcml80 {
    margin-left: 80px !important;
  }
  .pcpt80 {
    padding-top: 80px !important;
  }
  .pcpb80 {
    padding-bottom: 80px !important;
  }
  .pcpr80 {
    padding-right: 80px !important;
  }
  .pcpl80 {
    padding-left: 80px !important;
  }
  .pcmt85 {
    margin-top: 85px !important;
  }
  .pcmb85 {
    margin-bottom: 85px !important;
  }
  .pcmr85 {
    margin-right: 85px !important;
  }
  .pcml85 {
    margin-left: 85px !important;
  }
  .pcpt85 {
    padding-top: 85px !important;
  }
  .pcpb85 {
    padding-bottom: 85px !important;
  }
  .pcpr85 {
    padding-right: 85px !important;
  }
  .pcpl85 {
    padding-left: 85px !important;
  }
  .pcmt90 {
    margin-top: 90px !important;
  }
  .pcmb90 {
    margin-bottom: 90px !important;
  }
  .pcmr90 {
    margin-right: 90px !important;
  }
  .pcml90 {
    margin-left: 90px !important;
  }
  .pcpt90 {
    padding-top: 90px !important;
  }
  .pcpb90 {
    padding-bottom: 90px !important;
  }
  .pcpr90 {
    padding-right: 90px !important;
  }
  .pcpl90 {
    padding-left: 90px !important;
  }
  .pcmt95 {
    margin-top: 95px !important;
  }
  .pcmb95 {
    margin-bottom: 95px !important;
  }
  .pcmr95 {
    margin-right: 95px !important;
  }
  .pcml95 {
    margin-left: 95px !important;
  }
  .pcpt95 {
    padding-top: 95px !important;
  }
  .pcpb95 {
    padding-bottom: 95px !important;
  }
  .pcpr95 {
    padding-right: 95px !important;
  }
  .pcpl95 {
    padding-left: 95px !important;
  }
  .pcmt100 {
    margin-top: 100px !important;
  }
  .pcmb100 {
    margin-bottom: 100px !important;
  }
  .pcmr100 {
    margin-right: 100px !important;
  }
  .pcml100 {
    margin-left: 100px !important;
  }
  .pcpt100 {
    padding-top: 100px !important;
  }
  .pcpb100 {
    padding-bottom: 100px !important;
  }
  .pcpr100 {
    padding-right: 100px !important;
  }
  .pcpl100 {
    padding-left: 100px !important;
  }
  .pcmt105 {
    margin-top: 105px !important;
  }
  .pcmb105 {
    margin-bottom: 105px !important;
  }
  .pcmr105 {
    margin-right: 105px !important;
  }
  .pcml105 {
    margin-left: 105px !important;
  }
  .pcpt105 {
    padding-top: 105px !important;
  }
  .pcpb105 {
    padding-bottom: 105px !important;
  }
  .pcpr105 {
    padding-right: 105px !important;
  }
  .pcpl105 {
    padding-left: 105px !important;
  }
  .pcmt110 {
    margin-top: 110px !important;
  }
  .pcmb110 {
    margin-bottom: 110px !important;
  }
  .pcmr110 {
    margin-right: 110px !important;
  }
  .pcml110 {
    margin-left: 110px !important;
  }
  .pcpt110 {
    padding-top: 110px !important;
  }
  .pcpb110 {
    padding-bottom: 110px !important;
  }
  .pcpr110 {
    padding-right: 110px !important;
  }
  .pcpl110 {
    padding-left: 110px !important;
  }
  .pcmt115 {
    margin-top: 115px !important;
  }
  .pcmb115 {
    margin-bottom: 115px !important;
  }
  .pcmr115 {
    margin-right: 115px !important;
  }
  .pcml115 {
    margin-left: 115px !important;
  }
  .pcpt115 {
    padding-top: 115px !important;
  }
  .pcpb115 {
    padding-bottom: 115px !important;
  }
  .pcpr115 {
    padding-right: 115px !important;
  }
  .pcpl115 {
    padding-left: 115px !important;
  }
  .pcmt120 {
    margin-top: 120px !important;
  }
  .pcmb120 {
    margin-bottom: 120px !important;
  }
  .pcmr120 {
    margin-right: 120px !important;
  }
  .pcml120 {
    margin-left: 120px !important;
  }
  .pcpt120 {
    padding-top: 120px !important;
  }
  .pcpb120 {
    padding-bottom: 120px !important;
  }
  .pcpr120 {
    padding-right: 120px !important;
  }
  .pcpl120 {
    padding-left: 120px !important;
  }
  .pcmt125 {
    margin-top: 125px !important;
  }
  .pcmb125 {
    margin-bottom: 125px !important;
  }
  .pcmr125 {
    margin-right: 125px !important;
  }
  .pcml125 {
    margin-left: 125px !important;
  }
  .pcpt125 {
    padding-top: 125px !important;
  }
  .pcpb125 {
    padding-bottom: 125px !important;
  }
  .pcpr125 {
    padding-right: 125px !important;
  }
  .pcpl125 {
    padding-left: 125px !important;
  }
  .pcmt130 {
    margin-top: 130px !important;
  }
  .pcmb130 {
    margin-bottom: 130px !important;
  }
  .pcmr130 {
    margin-right: 130px !important;
  }
  .pcml130 {
    margin-left: 130px !important;
  }
  .pcpt130 {
    padding-top: 130px !important;
  }
  .pcpb130 {
    padding-bottom: 130px !important;
  }
  .pcpr130 {
    padding-right: 130px !important;
  }
  .pcpl130 {
    padding-left: 130px !important;
  }
  .pcmt135 {
    margin-top: 135px !important;
  }
  .pcmb135 {
    margin-bottom: 135px !important;
  }
  .pcmr135 {
    margin-right: 135px !important;
  }
  .pcml135 {
    margin-left: 135px !important;
  }
  .pcpt135 {
    padding-top: 135px !important;
  }
  .pcpb135 {
    padding-bottom: 135px !important;
  }
  .pcpr135 {
    padding-right: 135px !important;
  }
  .pcpl135 {
    padding-left: 135px !important;
  }
  .pcmt140 {
    margin-top: 140px !important;
  }
  .pcmb140 {
    margin-bottom: 140px !important;
  }
  .pcmr140 {
    margin-right: 140px !important;
  }
  .pcml140 {
    margin-left: 140px !important;
  }
  .pcpt140 {
    padding-top: 140px !important;
  }
  .pcpb140 {
    padding-bottom: 140px !important;
  }
  .pcpr140 {
    padding-right: 140px !important;
  }
  .pcpl140 {
    padding-left: 140px !important;
  }
  .pcmt145 {
    margin-top: 145px !important;
  }
  .pcmb145 {
    margin-bottom: 145px !important;
  }
  .pcmr145 {
    margin-right: 145px !important;
  }
  .pcml145 {
    margin-left: 145px !important;
  }
  .pcpt145 {
    padding-top: 145px !important;
  }
  .pcpb145 {
    padding-bottom: 145px !important;
  }
  .pcpr145 {
    padding-right: 145px !important;
  }
  .pcpl145 {
    padding-left: 145px !important;
  }
  .pcmt150 {
    margin-top: 150px !important;
  }
  .pcmb150 {
    margin-bottom: 150px !important;
  }
  .pcmr150 {
    margin-right: 150px !important;
  }
  .pcml150 {
    margin-left: 150px !important;
  }
  .pcpt150 {
    padding-top: 150px !important;
  }
  .pcpb150 {
    padding-bottom: 150px !important;
  }
  .pcpr150 {
    padding-right: 150px !important;
  }
  .pcpl150 {
    padding-left: 150px !important;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .pcmt-50 {
    margin-top: -6.25vw !important;
  }
  .pcmb-50 {
    margin-bottom: -6.25vw !important;
  }
  .pcmr-50 {
    margin-right: -6.25vw !important;
  }
  .pcml-50 {
    margin-left: -6.25vw !important;
  }
  .pcpt-50 {
    padding-top: -6.25vw !important;
  }
  .pcpb-50 {
    padding-bottom: -6.25vw !important;
  }
  .pcpr-50 {
    padding-right: -6.25vw !important;
  }
  .pcpl-50 {
    padding-left: -6.25vw !important;
  }
  .pcmt-45 {
    margin-top: -5.625vw !important;
  }
  .pcmb-45 {
    margin-bottom: -5.625vw !important;
  }
  .pcmr-45 {
    margin-right: -5.625vw !important;
  }
  .pcml-45 {
    margin-left: -5.625vw !important;
  }
  .pcpt-45 {
    padding-top: -5.625vw !important;
  }
  .pcpb-45 {
    padding-bottom: -5.625vw !important;
  }
  .pcpr-45 {
    padding-right: -5.625vw !important;
  }
  .pcpl-45 {
    padding-left: -5.625vw !important;
  }
  .pcmt-40 {
    margin-top: -5vw !important;
  }
  .pcmb-40 {
    margin-bottom: -5vw !important;
  }
  .pcmr-40 {
    margin-right: -5vw !important;
  }
  .pcml-40 {
    margin-left: -5vw !important;
  }
  .pcpt-40 {
    padding-top: -5vw !important;
  }
  .pcpb-40 {
    padding-bottom: -5vw !important;
  }
  .pcpr-40 {
    padding-right: -5vw !important;
  }
  .pcpl-40 {
    padding-left: -5vw !important;
  }
  .pcmt-35 {
    margin-top: -4.375vw !important;
  }
  .pcmb-35 {
    margin-bottom: -4.375vw !important;
  }
  .pcmr-35 {
    margin-right: -4.375vw !important;
  }
  .pcml-35 {
    margin-left: -4.375vw !important;
  }
  .pcpt-35 {
    padding-top: -4.375vw !important;
  }
  .pcpb-35 {
    padding-bottom: -4.375vw !important;
  }
  .pcpr-35 {
    padding-right: -4.375vw !important;
  }
  .pcpl-35 {
    padding-left: -4.375vw !important;
  }
  .pcmt-30 {
    margin-top: -3.75vw !important;
  }
  .pcmb-30 {
    margin-bottom: -3.75vw !important;
  }
  .pcmr-30 {
    margin-right: -3.75vw !important;
  }
  .pcml-30 {
    margin-left: -3.75vw !important;
  }
  .pcpt-30 {
    padding-top: -3.75vw !important;
  }
  .pcpb-30 {
    padding-bottom: -3.75vw !important;
  }
  .pcpr-30 {
    padding-right: -3.75vw !important;
  }
  .pcpl-30 {
    padding-left: -3.75vw !important;
  }
  .pcmt-25 {
    margin-top: -3.125vw !important;
  }
  .pcmb-25 {
    margin-bottom: -3.125vw !important;
  }
  .pcmr-25 {
    margin-right: -3.125vw !important;
  }
  .pcml-25 {
    margin-left: -3.125vw !important;
  }
  .pcpt-25 {
    padding-top: -3.125vw !important;
  }
  .pcpb-25 {
    padding-bottom: -3.125vw !important;
  }
  .pcpr-25 {
    padding-right: -3.125vw !important;
  }
  .pcpl-25 {
    padding-left: -3.125vw !important;
  }
  .pcmt-20 {
    margin-top: -2.5vw !important;
  }
  .pcmb-20 {
    margin-bottom: -2.5vw !important;
  }
  .pcmr-20 {
    margin-right: -2.5vw !important;
  }
  .pcml-20 {
    margin-left: -2.5vw !important;
  }
  .pcpt-20 {
    padding-top: -2.5vw !important;
  }
  .pcpb-20 {
    padding-bottom: -2.5vw !important;
  }
  .pcpr-20 {
    padding-right: -2.5vw !important;
  }
  .pcpl-20 {
    padding-left: -2.5vw !important;
  }
  .pcmt-15 {
    margin-top: -1.875vw !important;
  }
  .pcmb-15 {
    margin-bottom: -1.875vw !important;
  }
  .pcmr-15 {
    margin-right: -1.875vw !important;
  }
  .pcml-15 {
    margin-left: -1.875vw !important;
  }
  .pcpt-15 {
    padding-top: -1.875vw !important;
  }
  .pcpb-15 {
    padding-bottom: -1.875vw !important;
  }
  .pcpr-15 {
    padding-right: -1.875vw !important;
  }
  .pcpl-15 {
    padding-left: -1.875vw !important;
  }
  .pcmt-10 {
    margin-top: -1.25vw !important;
  }
  .pcmb-10 {
    margin-bottom: -1.25vw !important;
  }
  .pcmr-10 {
    margin-right: -1.25vw !important;
  }
  .pcml-10 {
    margin-left: -1.25vw !important;
  }
  .pcpt-10 {
    padding-top: -1.25vw !important;
  }
  .pcpb-10 {
    padding-bottom: -1.25vw !important;
  }
  .pcpr-10 {
    padding-right: -1.25vw !important;
  }
  .pcpl-10 {
    padding-left: -1.25vw !important;
  }
  .pcmt-5 {
    margin-top: -0.625vw !important;
  }
  .pcmb-5 {
    margin-bottom: -0.625vw !important;
  }
  .pcmr-5 {
    margin-right: -0.625vw !important;
  }
  .pcml-5 {
    margin-left: -0.625vw !important;
  }
  .pcpt-5 {
    padding-top: -0.625vw !important;
  }
  .pcpb-5 {
    padding-bottom: -0.625vw !important;
  }
  .pcpr-5 {
    padding-right: -0.625vw !important;
  }
  .pcpl-5 {
    padding-left: -0.625vw !important;
  }
  .pcmt0 {
    margin-top: 0vw !important;
  }
  .pcmb0 {
    margin-bottom: 0vw !important;
  }
  .pcmr0 {
    margin-right: 0vw !important;
  }
  .pcml0 {
    margin-left: 0vw !important;
  }
  .pcpt0 {
    padding-top: 0vw !important;
  }
  .pcpb0 {
    padding-bottom: 0vw !important;
  }
  .pcpr0 {
    padding-right: 0vw !important;
  }
  .pcpl0 {
    padding-left: 0vw !important;
  }
  .pcmt5 {
    margin-top: 0.625vw !important;
  }
  .pcmb5 {
    margin-bottom: 0.625vw !important;
  }
  .pcmr5 {
    margin-right: 0.625vw !important;
  }
  .pcml5 {
    margin-left: 0.625vw !important;
  }
  .pcpt5 {
    padding-top: 0.625vw !important;
  }
  .pcpb5 {
    padding-bottom: 0.625vw !important;
  }
  .pcpr5 {
    padding-right: 0.625vw !important;
  }
  .pcpl5 {
    padding-left: 0.625vw !important;
  }
  .pcmt10 {
    margin-top: 1.25vw !important;
  }
  .pcmb10 {
    margin-bottom: 1.25vw !important;
  }
  .pcmr10 {
    margin-right: 1.25vw !important;
  }
  .pcml10 {
    margin-left: 1.25vw !important;
  }
  .pcpt10 {
    padding-top: 1.25vw !important;
  }
  .pcpb10 {
    padding-bottom: 1.25vw !important;
  }
  .pcpr10 {
    padding-right: 1.25vw !important;
  }
  .pcpl10 {
    padding-left: 1.25vw !important;
  }
  .pcmt15 {
    margin-top: 1.875vw !important;
  }
  .pcmb15 {
    margin-bottom: 1.875vw !important;
  }
  .pcmr15 {
    margin-right: 1.875vw !important;
  }
  .pcml15 {
    margin-left: 1.875vw !important;
  }
  .pcpt15 {
    padding-top: 1.875vw !important;
  }
  .pcpb15 {
    padding-bottom: 1.875vw !important;
  }
  .pcpr15 {
    padding-right: 1.875vw !important;
  }
  .pcpl15 {
    padding-left: 1.875vw !important;
  }
  .pcmt20 {
    margin-top: 2.5vw !important;
  }
  .pcmb20 {
    margin-bottom: 2.5vw !important;
  }
  .pcmr20 {
    margin-right: 2.5vw !important;
  }
  .pcml20 {
    margin-left: 2.5vw !important;
  }
  .pcpt20 {
    padding-top: 2.5vw !important;
  }
  .pcpb20 {
    padding-bottom: 2.5vw !important;
  }
  .pcpr20 {
    padding-right: 2.5vw !important;
  }
  .pcpl20 {
    padding-left: 2.5vw !important;
  }
  .pcmt25 {
    margin-top: 3.125vw !important;
  }
  .pcmb25 {
    margin-bottom: 3.125vw !important;
  }
  .pcmr25 {
    margin-right: 3.125vw !important;
  }
  .pcml25 {
    margin-left: 3.125vw !important;
  }
  .pcpt25 {
    padding-top: 3.125vw !important;
  }
  .pcpb25 {
    padding-bottom: 3.125vw !important;
  }
  .pcpr25 {
    padding-right: 3.125vw !important;
  }
  .pcpl25 {
    padding-left: 3.125vw !important;
  }
  .pcmt30 {
    margin-top: 3.75vw !important;
  }
  .pcmb30 {
    margin-bottom: 3.75vw !important;
  }
  .pcmr30 {
    margin-right: 3.75vw !important;
  }
  .pcml30 {
    margin-left: 3.75vw !important;
  }
  .pcpt30 {
    padding-top: 3.75vw !important;
  }
  .pcpb30 {
    padding-bottom: 3.75vw !important;
  }
  .pcpr30 {
    padding-right: 3.75vw !important;
  }
  .pcpl30 {
    padding-left: 3.75vw !important;
  }
  .pcmt35 {
    margin-top: 4.375vw !important;
  }
  .pcmb35 {
    margin-bottom: 4.375vw !important;
  }
  .pcmr35 {
    margin-right: 4.375vw !important;
  }
  .pcml35 {
    margin-left: 4.375vw !important;
  }
  .pcpt35 {
    padding-top: 4.375vw !important;
  }
  .pcpb35 {
    padding-bottom: 4.375vw !important;
  }
  .pcpr35 {
    padding-right: 4.375vw !important;
  }
  .pcpl35 {
    padding-left: 4.375vw !important;
  }
  .pcmt40 {
    margin-top: 5vw !important;
  }
  .pcmb40 {
    margin-bottom: 5vw !important;
  }
  .pcmr40 {
    margin-right: 5vw !important;
  }
  .pcml40 {
    margin-left: 5vw !important;
  }
  .pcpt40 {
    padding-top: 5vw !important;
  }
  .pcpb40 {
    padding-bottom: 5vw !important;
  }
  .pcpr40 {
    padding-right: 5vw !important;
  }
  .pcpl40 {
    padding-left: 5vw !important;
  }
  .pcmt45 {
    margin-top: 5.625vw !important;
  }
  .pcmb45 {
    margin-bottom: 5.625vw !important;
  }
  .pcmr45 {
    margin-right: 5.625vw !important;
  }
  .pcml45 {
    margin-left: 5.625vw !important;
  }
  .pcpt45 {
    padding-top: 5.625vw !important;
  }
  .pcpb45 {
    padding-bottom: 5.625vw !important;
  }
  .pcpr45 {
    padding-right: 5.625vw !important;
  }
  .pcpl45 {
    padding-left: 5.625vw !important;
  }
  .pcmt50 {
    margin-top: 6.25vw !important;
  }
  .pcmb50 {
    margin-bottom: 6.25vw !important;
  }
  .pcmr50 {
    margin-right: 6.25vw !important;
  }
  .pcml50 {
    margin-left: 6.25vw !important;
  }
  .pcpt50 {
    padding-top: 6.25vw !important;
  }
  .pcpb50 {
    padding-bottom: 6.25vw !important;
  }
  .pcpr50 {
    padding-right: 6.25vw !important;
  }
  .pcpl50 {
    padding-left: 6.25vw !important;
  }
  .pcmt55 {
    margin-top: 6.875vw !important;
  }
  .pcmb55 {
    margin-bottom: 6.875vw !important;
  }
  .pcmr55 {
    margin-right: 6.875vw !important;
  }
  .pcml55 {
    margin-left: 6.875vw !important;
  }
  .pcpt55 {
    padding-top: 6.875vw !important;
  }
  .pcpb55 {
    padding-bottom: 6.875vw !important;
  }
  .pcpr55 {
    padding-right: 6.875vw !important;
  }
  .pcpl55 {
    padding-left: 6.875vw !important;
  }
  .pcmt60 {
    margin-top: 7.5vw !important;
  }
  .pcmb60 {
    margin-bottom: 7.5vw !important;
  }
  .pcmr60 {
    margin-right: 7.5vw !important;
  }
  .pcml60 {
    margin-left: 7.5vw !important;
  }
  .pcpt60 {
    padding-top: 7.5vw !important;
  }
  .pcpb60 {
    padding-bottom: 7.5vw !important;
  }
  .pcpr60 {
    padding-right: 7.5vw !important;
  }
  .pcpl60 {
    padding-left: 7.5vw !important;
  }
  .pcmt65 {
    margin-top: 8.125vw !important;
  }
  .pcmb65 {
    margin-bottom: 8.125vw !important;
  }
  .pcmr65 {
    margin-right: 8.125vw !important;
  }
  .pcml65 {
    margin-left: 8.125vw !important;
  }
  .pcpt65 {
    padding-top: 8.125vw !important;
  }
  .pcpb65 {
    padding-bottom: 8.125vw !important;
  }
  .pcpr65 {
    padding-right: 8.125vw !important;
  }
  .pcpl65 {
    padding-left: 8.125vw !important;
  }
  .pcmt70 {
    margin-top: 8.75vw !important;
  }
  .pcmb70 {
    margin-bottom: 8.75vw !important;
  }
  .pcmr70 {
    margin-right: 8.75vw !important;
  }
  .pcml70 {
    margin-left: 8.75vw !important;
  }
  .pcpt70 {
    padding-top: 8.75vw !important;
  }
  .pcpb70 {
    padding-bottom: 8.75vw !important;
  }
  .pcpr70 {
    padding-right: 8.75vw !important;
  }
  .pcpl70 {
    padding-left: 8.75vw !important;
  }
  .pcmt75 {
    margin-top: 9.375vw !important;
  }
  .pcmb75 {
    margin-bottom: 9.375vw !important;
  }
  .pcmr75 {
    margin-right: 9.375vw !important;
  }
  .pcml75 {
    margin-left: 9.375vw !important;
  }
  .pcpt75 {
    padding-top: 9.375vw !important;
  }
  .pcpb75 {
    padding-bottom: 9.375vw !important;
  }
  .pcpr75 {
    padding-right: 9.375vw !important;
  }
  .pcpl75 {
    padding-left: 9.375vw !important;
  }
  .pcmt80 {
    margin-top: 10vw !important;
  }
  .pcmb80 {
    margin-bottom: 10vw !important;
  }
  .pcmr80 {
    margin-right: 10vw !important;
  }
  .pcml80 {
    margin-left: 10vw !important;
  }
  .pcpt80 {
    padding-top: 10vw !important;
  }
  .pcpb80 {
    padding-bottom: 10vw !important;
  }
  .pcpr80 {
    padding-right: 10vw !important;
  }
  .pcpl80 {
    padding-left: 10vw !important;
  }
  .pcmt85 {
    margin-top: 10.625vw !important;
  }
  .pcmb85 {
    margin-bottom: 10.625vw !important;
  }
  .pcmr85 {
    margin-right: 10.625vw !important;
  }
  .pcml85 {
    margin-left: 10.625vw !important;
  }
  .pcpt85 {
    padding-top: 10.625vw !important;
  }
  .pcpb85 {
    padding-bottom: 10.625vw !important;
  }
  .pcpr85 {
    padding-right: 10.625vw !important;
  }
  .pcpl85 {
    padding-left: 10.625vw !important;
  }
  .pcmt90 {
    margin-top: 11.25vw !important;
  }
  .pcmb90 {
    margin-bottom: 11.25vw !important;
  }
  .pcmr90 {
    margin-right: 11.25vw !important;
  }
  .pcml90 {
    margin-left: 11.25vw !important;
  }
  .pcpt90 {
    padding-top: 11.25vw !important;
  }
  .pcpb90 {
    padding-bottom: 11.25vw !important;
  }
  .pcpr90 {
    padding-right: 11.25vw !important;
  }
  .pcpl90 {
    padding-left: 11.25vw !important;
  }
  .pcmt95 {
    margin-top: 11.875vw !important;
  }
  .pcmb95 {
    margin-bottom: 11.875vw !important;
  }
  .pcmr95 {
    margin-right: 11.875vw !important;
  }
  .pcml95 {
    margin-left: 11.875vw !important;
  }
  .pcpt95 {
    padding-top: 11.875vw !important;
  }
  .pcpb95 {
    padding-bottom: 11.875vw !important;
  }
  .pcpr95 {
    padding-right: 11.875vw !important;
  }
  .pcpl95 {
    padding-left: 11.875vw !important;
  }
  .pcmt100 {
    margin-top: 12.5vw !important;
  }
  .pcmb100 {
    margin-bottom: 12.5vw !important;
  }
  .pcmr100 {
    margin-right: 12.5vw !important;
  }
  .pcml100 {
    margin-left: 12.5vw !important;
  }
  .pcpt100 {
    padding-top: 12.5vw !important;
  }
  .pcpb100 {
    padding-bottom: 12.5vw !important;
  }
  .pcpr100 {
    padding-right: 12.5vw !important;
  }
  .pcpl100 {
    padding-left: 12.5vw !important;
  }
  .pcmt105 {
    margin-top: 13.125vw !important;
  }
  .pcmb105 {
    margin-bottom: 13.125vw !important;
  }
  .pcmr105 {
    margin-right: 13.125vw !important;
  }
  .pcml105 {
    margin-left: 13.125vw !important;
  }
  .pcpt105 {
    padding-top: 13.125vw !important;
  }
  .pcpb105 {
    padding-bottom: 13.125vw !important;
  }
  .pcpr105 {
    padding-right: 13.125vw !important;
  }
  .pcpl105 {
    padding-left: 13.125vw !important;
  }
  .pcmt110 {
    margin-top: 13.75vw !important;
  }
  .pcmb110 {
    margin-bottom: 13.75vw !important;
  }
  .pcmr110 {
    margin-right: 13.75vw !important;
  }
  .pcml110 {
    margin-left: 13.75vw !important;
  }
  .pcpt110 {
    padding-top: 13.75vw !important;
  }
  .pcpb110 {
    padding-bottom: 13.75vw !important;
  }
  .pcpr110 {
    padding-right: 13.75vw !important;
  }
  .pcpl110 {
    padding-left: 13.75vw !important;
  }
  .pcmt115 {
    margin-top: 14.375vw !important;
  }
  .pcmb115 {
    margin-bottom: 14.375vw !important;
  }
  .pcmr115 {
    margin-right: 14.375vw !important;
  }
  .pcml115 {
    margin-left: 14.375vw !important;
  }
  .pcpt115 {
    padding-top: 14.375vw !important;
  }
  .pcpb115 {
    padding-bottom: 14.375vw !important;
  }
  .pcpr115 {
    padding-right: 14.375vw !important;
  }
  .pcpl115 {
    padding-left: 14.375vw !important;
  }
  .pcmt120 {
    margin-top: 15vw !important;
  }
  .pcmb120 {
    margin-bottom: 15vw !important;
  }
  .pcmr120 {
    margin-right: 15vw !important;
  }
  .pcml120 {
    margin-left: 15vw !important;
  }
  .pcpt120 {
    padding-top: 15vw !important;
  }
  .pcpb120 {
    padding-bottom: 15vw !important;
  }
  .pcpr120 {
    padding-right: 15vw !important;
  }
  .pcpl120 {
    padding-left: 15vw !important;
  }
  .pcmt125 {
    margin-top: 15.625vw !important;
  }
  .pcmb125 {
    margin-bottom: 15.625vw !important;
  }
  .pcmr125 {
    margin-right: 15.625vw !important;
  }
  .pcml125 {
    margin-left: 15.625vw !important;
  }
  .pcpt125 {
    padding-top: 15.625vw !important;
  }
  .pcpb125 {
    padding-bottom: 15.625vw !important;
  }
  .pcpr125 {
    padding-right: 15.625vw !important;
  }
  .pcpl125 {
    padding-left: 15.625vw !important;
  }
  .pcmt130 {
    margin-top: 16.25vw !important;
  }
  .pcmb130 {
    margin-bottom: 16.25vw !important;
  }
  .pcmr130 {
    margin-right: 16.25vw !important;
  }
  .pcml130 {
    margin-left: 16.25vw !important;
  }
  .pcpt130 {
    padding-top: 16.25vw !important;
  }
  .pcpb130 {
    padding-bottom: 16.25vw !important;
  }
  .pcpr130 {
    padding-right: 16.25vw !important;
  }
  .pcpl130 {
    padding-left: 16.25vw !important;
  }
  .pcmt135 {
    margin-top: 16.875vw !important;
  }
  .pcmb135 {
    margin-bottom: 16.875vw !important;
  }
  .pcmr135 {
    margin-right: 16.875vw !important;
  }
  .pcml135 {
    margin-left: 16.875vw !important;
  }
  .pcpt135 {
    padding-top: 16.875vw !important;
  }
  .pcpb135 {
    padding-bottom: 16.875vw !important;
  }
  .pcpr135 {
    padding-right: 16.875vw !important;
  }
  .pcpl135 {
    padding-left: 16.875vw !important;
  }
  .pcmt140 {
    margin-top: 17.5vw !important;
  }
  .pcmb140 {
    margin-bottom: 17.5vw !important;
  }
  .pcmr140 {
    margin-right: 17.5vw !important;
  }
  .pcml140 {
    margin-left: 17.5vw !important;
  }
  .pcpt140 {
    padding-top: 17.5vw !important;
  }
  .pcpb140 {
    padding-bottom: 17.5vw !important;
  }
  .pcpr140 {
    padding-right: 17.5vw !important;
  }
  .pcpl140 {
    padding-left: 17.5vw !important;
  }
  .pcmt145 {
    margin-top: 18.125vw !important;
  }
  .pcmb145 {
    margin-bottom: 18.125vw !important;
  }
  .pcmr145 {
    margin-right: 18.125vw !important;
  }
  .pcml145 {
    margin-left: 18.125vw !important;
  }
  .pcpt145 {
    padding-top: 18.125vw !important;
  }
  .pcpb145 {
    padding-bottom: 18.125vw !important;
  }
  .pcpr145 {
    padding-right: 18.125vw !important;
  }
  .pcpl145 {
    padding-left: 18.125vw !important;
  }
  .pcmt150 {
    margin-top: 18.75vw !important;
  }
  .pcmb150 {
    margin-bottom: 18.75vw !important;
  }
  .pcmr150 {
    margin-right: 18.75vw !important;
  }
  .pcml150 {
    margin-left: 18.75vw !important;
  }
  .pcpt150 {
    padding-top: 18.75vw !important;
  }
  .pcpb150 {
    padding-bottom: 18.75vw !important;
  }
  .pcpr150 {
    padding-right: 18.75vw !important;
  }
  .pcpl150 {
    padding-left: 18.75vw !important;
  }
}
@media screen and (max-width: 780px) {
  .palt-sp {
    font-feature-settings: "palt";
  }
}

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

@media screen and (min-width: 781px) {
  .u-text-link:hover {
    opacity: 0.7;
  }
}

.u-text-link[target=_blank]:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-weight: 600;
  margin: 0px 6px;
}

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

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

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

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

.u-no-margin {
  margin: 0 !important;
}

.u-font-size80per {
  font-size: 80%;
}

.u-text-color--pink {
  color: #ff4b6d;
}

.u-border-radius-20 {
  border-radius: 20px 0px 20px 0px;
}

.u-wide-full {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 40px;
  padding-right: 40px;
  width: 100dvw;
}

@media screen and (min-width: 781px) {
  .tel-link {
    pointer-events: none;
  }
}

.link-googlemap:before {
  background: url("../img/icon-googlemap-pin.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  width: 16px;
}

@media screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 781px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 781px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 780px) {
  .tab {
    display: none !important;
  }
}

.u-text-neutral-white {
  color: #FFFFFF !important;
}

.u-text-neutral-50 {
  color: #f2f2f2 !important;
}

.u-text-neutral-100 {
  color: #e6e6e6 !important;
}

.u-text-neutral-150 {
  color: #D9D9D9 !important;
}

.u-text-neutral-200 {
  color: #cccccc !important;
}

.u-text-neutral-300 {
  color: #b3b3b3 !important;
}

.u-text-neutral-400 {
  color: #999999 !important;
}

.u-text-neutral-420 {
  color: #949494 !important;
}

.u-text-neutral-500 {
  color: #7f7f7f !important;
}

.u-text-neutral-536 {
  color: #767676 !important;
}

.u-text-neutral-600 {
  color: #666666 !important;
}

.u-text-neutral-700 {
  color: #4d4d4d !important;
}

.u-text-neutral-800 {
  color: #333333 !important;
}

.u-text-neutral-900 {
  color: #1a1a1a !important;
}

.u-text-neutral-black {
  color: #000000 !important;
}

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

.u-bg-neutral-50 {
  background-color: #f2f2f2 !important;
}

.u-bg-neutral-100 {
  background-color: #e6e6e6 !important;
}

.u-bg-neutral-150 {
  background-color: #D9D9D9 !important;
}

.u-bg-neutral-200 {
  background-color: #cccccc !important;
}

.u-bg-neutral-300 {
  background-color: #b3b3b3 !important;
}

.u-bg-neutral-400 {
  background-color: #999999 !important;
}

.u-bg-neutral-420 {
  background-color: #949494 !important;
}

.u-bg-neutral-500 {
  background-color: #7f7f7f !important;
}

.u-bg-neutral-536 {
  background-color: #767676 !important;
}

.u-bg-neutral-600 {
  background-color: #666666 !important;
}

.u-bg-neutral-700 {
  background-color: #4d4d4d !important;
}

.u-bg-neutral-800 {
  background-color: #333333 !important;
}

.u-bg-neutral-900 {
  background-color: #1a1a1a !important;
}

.u-bg-neutral-black {
  background-color: #000000 !important;
}

.u-border-neutral-white {
  border-color: #FFFFFF !important;
}

.u-border-neutral-50 {
  border-color: #f2f2f2 !important;
}

.u-border-neutral-100 {
  border-color: #e6e6e6 !important;
}

.u-border-neutral-150 {
  border-color: #D9D9D9 !important;
}

.u-border-neutral-200 {
  border-color: #cccccc !important;
}

.u-border-neutral-300 {
  border-color: #b3b3b3 !important;
}

.u-border-neutral-400 {
  border-color: #999999 !important;
}

.u-border-neutral-420 {
  border-color: #949494 !important;
}

.u-border-neutral-500 {
  border-color: #7f7f7f !important;
}

.u-border-neutral-536 {
  border-color: #767676 !important;
}

.u-border-neutral-600 {
  border-color: #666666 !important;
}

.u-border-neutral-700 {
  border-color: #4d4d4d !important;
}

.u-border-neutral-800 {
  border-color: #333333 !important;
}

.u-border-neutral-900 {
  border-color: #1a1a1a !important;
}

.u-border-neutral-black {
  border-color: #000000 !important;
}

html {
  /*font-size: 62.5%;*/
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
    padding: 18.4615384615vw 0 0;
  }
}
body.scrolled {
  padding-top: 183px;
}

a {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 781px) {
  a:hover {
    opacity: 0.7;
  }
}

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

.wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section {
  position: relative;
}
@media screen and (min-width: 781px) {
  .section {
    padding: 100px 0 100px;
  }
}
.section-inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (min-width: 781px) {
  .section-inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 780px) {
  .section-inner {
    padding: 0 5.1282051282vw;
  }
}

.section-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 781px) {
  .section-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 780px) {
  .section-title {
    font-size: 10.2564102564vw;
  }
}

.section-title-under {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .section-title-under {
    font-size: 40px;
  }
}
@media screen and (max-width: 780px) {
  .section-title-under {
    font-size: 8.2051282051vw;
  }
}

.company-greeting {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 120px;
}
@media screen and (max-width: 780px) {
  .company-greeting {
    padding: 0;
  }
}
.company-greeting h2.section-title-under {
  margin: 0;
  padding: 40px 0 100px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .company-greeting h2.section-title-under {
    padding: 0vw 0 10.2564102564vw;
  }
}

.company-greeting__content {
  display: flex;
  gap: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .company-greeting__content {
    flex-direction: column;
    gap: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}

.company-greeting__image {
  aspect-ratio: 576/461;
  flex: 0 0 48%;
}
@media screen and (max-width: 780px) {
  .company-greeting__image {
    flex: 0 0 auto;
    width: 100%;
  }
}
.company-greeting__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.company-greeting__text {
  color: #000000;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .company-greeting__text {
    font-size: 3.5897435897vw;
  }
}
.company-greeting__text p {
  margin: 0;
}
.company-greeting__text p:not(:last-child) {
  margin-bottom: 0;
}
.company-greeting__text.company-greeting__text--full {
  flex: 1 0 100%;
}

.company-greeting__signature {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 780px) {
  .company-greeting__signature {
    margin-top: 7.6923076923vw;
    padding-bottom: 12.3076923077vw;
  }
}

.company-greeting__date {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 780px) {
  .company-greeting__date {
    font-size: 3.0769230769vw;
  }
}

.company-greeting__name {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .company-greeting__name {
    font-size: 4.1025641026vw;
  }
}

.company-info {
  border-top: 1px solid #666666;
  margin: 0 auto;
  max-width: 1200px;
  padding: 120px 0 0;
}
@media screen and (max-width: 780px) {
  .company-info {
    padding: 12.3076923077vw 0 0;
  }
}
.company-info h2.section-title-under {
  margin: 0 0 100px;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .company-info h2.section-title-under {
    margin-bottom: 0;
    padding: 0vw 0 10.2564102564vw;
  }
}

.company-info__image {
  aspect-ratio: 1200/762;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .company-info__image {
    margin-bottom: 5.1282051282vw;
  }
}
.company-info__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.company-info__description {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 48px;
}
@media screen and (max-width: 780px) {
  .company-info__description {
    font-size: 3.5897435897vw;
    margin-bottom: 10.2564102564vw;
  }
}
.company-info__description p {
  margin: 0;
}

.company-info__details {
  display: grid;
  gap: 63px 48px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 780px) {
  .company-info__details {
    display: flex;
    flex-direction: column;
    gap: 6.1538461538vw;
  }
}

.company-info__detail-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .company-info__detail-group {
    gap: 4.1025641026vw;
  }
}
.company-info__detail-group:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.company-info__detail-group:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 780px) {
  .company-info__detail-group:nth-child(2) {
    order: 1;
  }
}
.company-info__detail-group:nth-child(3) {
  gap: 0;
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 780px) {
  .company-info__detail-group:nth-child(3) {
    order: 0;
  }
}
.company-info__detail-group:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 780px) {
  .company-info__detail-group:nth-child(4) {
    order: 2;
  }
}

.company-info__detail-title {
  border-bottom: 1px solid #666666;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .company-info__detail-title {
    font-size: 4.1025641026vw;
    padding-bottom: 5.1282051282vw;
  }
}

.company-info__detail-body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .company-info__detail-body {
    font-size: 3.5897435897vw;
    padding-top: 0;
  }
}
.company-info__detail-body p {
  margin: 0;
}

.company-info__detail-group:nth-child(1) .company-info__detail-body {
  padding-top: 24px;
}
@media screen and (max-width: 780px) {
  .company-info__detail-group:nth-child(1) .company-info__detail-body {
    padding-top: 5.1282051282vw;
  }
}

.company-info__logo {
  align-items: center;
  display: flex;
  gap: 32px;
}
@media screen and (min-width: 781px) {
  .company-info__logo {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1300px) {
  .company-info__logo {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 780px) {
  .company-info__logo {
    align-items: flex-start;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-bottom: 2.0512820513vw;
  }
}
.company-info__logo img {
  flex-shrink: 0;
  height: 49px;
  width: auto;
}
@media screen and (max-width: 780px) {
  .company-info__logo img {
    height: auto;
    width: 100%;
  }
}

.company-info__company-name {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .company-info__company-name {
    font-size: 4.6153846154vw;
  }
}

.company-info__history-item {
  align-items: center;
  border-bottom: 1px solid #cccccc;
  display: flex;
  gap: 16px;
  padding: 16px 0;
}
@media screen and (max-width: 780px) {
  .company-info__history-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 0vw;
    padding: 4.1025641026vw 0;
  }
}
.company-info__history-item.company-info__history-item--last {
  align-items: flex-start;
  border-bottom: none;
}

.company-info__history-year {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .company-info__history-year {
    font-size: 3.5897435897vw;
  }
}

.company-info__history-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .company-info__history-text {
    font-size: 3.5897435897vw;
  }
}
.company-info__history-text p {
  margin: 0;
}

.company-info__googlemap-link {
  align-items: center;
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 780px) {
  .company-info__googlemap-link {
    gap: 1.0256410256vw;
  }
}
.company-info__googlemap-link .icon-googlemap {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2C7.24 2 5 4.24 5 7C5 10.88 10 18 10 18C10 18 15 10.88 15 7C15 4.24 12.76 2 10 2ZM10 9C8.9 9 8 8.1 8 7C8 5.9 8.9 5 10 5C11.1 5 12 5.9 12 7C12 8.1 11.1 9 10 9Z' fill='%23000000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 780px) {
  .company-info__googlemap-link .icon-googlemap {
    height: 4.6153846154vw;
    width: 4.6153846154vw;
  }
}
.company-info__googlemap-link a {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .company-info__googlemap-link a {
    font-size: 3.5897435897vw;
  }
}

.company-info__notice {
  color: #e6002d;
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 780px) {
  .company-info__notice {
    font-size: 3.3333333333vw !important;
    margin-top: 3.0769230769vw;
  }
}

.team-section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .team-section {
    padding: 0;
  }
}
.team-section h2.section-title-under {
  margin: 0;
  padding: 40px 0 100px;
}
@media screen and (max-width: 780px) {
  .team-section h2.section-title-under {
    padding: 0vw 0 10.2564102564vw;
  }
}

.team-section__group-photo {
  aspect-ratio: 1200/762;
  margin-bottom: 100px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .team-section__group-photo {
    margin-bottom: 10.2564102564vw;
  }
}
.team-section__group-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.team-section__group-photo-overlay {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  left: 50%;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .team-section__group-photo-overlay {
    font-size: 8.2051282051vw;
  }
}
.team-section__group-photo-overlay p {
  margin: 0;
}

.team-members {
  display: grid;
  gap: 48px 48px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 780px) {
  .team-members {
    gap: 6.1538461538vw 2.0512820513vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-member {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 780px) {
  .team-member {
    gap: 2.0512820513vw;
  }
}

.team-member__image {
  aspect-ratio: 368/294;
  overflow: hidden;
  width: 100%;
}
.team-member__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.team-member__name {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .team-member__name {
    font-size: 3.5897435897vw;
  }
}

@media screen and (min-width: 781px) {
  .error-404__container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 780px) {
  .error-404__container {
    padding: 0;
  }
}

.error-404__content {
  background-color: #fff;
}
@media screen and (min-width: 781px) {
  .error-404__content {
    padding: 60px 80px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .error-404__content {
    padding: 10.2564102564vw 5.1282051282vw;
    text-align: left;
  }
}

.error-404__intro p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 1em;
}
.error-404__intro p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .error-404__intro p {
    font-size: 3.8461538462vw;
  }
}

@media screen and (min-width: 781px) {
  .error-404__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
}
@media screen and (max-width: 780px) {
  .error-404__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 6.1538461538vw;
  }
}

.footer {
  text-align: center;
}
@media screen and (min-width: 781px) {
  .footer {
    padding: 64px 24px;
  }
}
@media screen and (max-width: 780px) {
  .footer {
    padding: 12.3076923077vw 4.1025641026vw;
  }
}

.footer-inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .footer-logo {
    line-height: 1;
    margin-inline: auto;
    width: 58.7179487179vw;
  }
}

.footer-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .footer-text {
    font-size: 14px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 780px) {
  .footer-text {
    font-size: 3.0769230769vw;
    margin-top: 8.2051282051vw;
  }
}

.footer-links {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 781px) {
  .footer-links {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 780px) {
  .footer-links {
    font-size: 3.0769230769vw;
    margin-top: 6.1538461538vw;
  }
}

.footer-link {
  color: #000000;
  text-decoration: underline;
  text-underline-position: from-font;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 781px) {
  .footer-link:hover {
    opacity: 0.7;
  }
}

.footer-link-separator {
  color: #000000;
}
@media screen and (min-width: 781px) {
  .footer-link-separator {
    margin: 0 12px;
  }
}
@media screen and (max-width: 780px) {
  .footer-link-separator {
    margin: 0 2.0512820513vw;
  }
}

.footer-copyright {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .footer-copyright {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 780px) {
  .footer-copyright {
    font-size: 12px;
    margin-top: 6.1538461538vw;
  }
}

@media screen and (min-width: 781px) {
  #form__tab {
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  #form__tab {
    padding: 10.2564102564vw 0 0;
  }
}

.form__tab-list {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .form__tab-list {
    gap: 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list {
    gap: 3vw;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list {
    flex-wrap: wrap;
    gap: 6.1538461538vw;
  }
}
.form__tab-list > .item {
  position: relative;
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item {
    margin: 50px auto 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item {
    margin: 6.25vw auto 3vw;
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item {
    margin: 0 auto;
    width: 100%;
  }
}
.form__tab-list > .item::after {
  background-color: #a58d17;
  content: "";
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item::after {
    border-radius: 4px;
    left: 0;
    top: 4px;
    width: 100%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item::after {
    border-radius: 0.5vw;
    top: 0.5vw;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item::after {
    border-radius: 1.0256410256vw;
    left: 50%;
    top: 1.0256410256vw;
    transform: translateX(-50%);
    width: calc(100% - 5.1282051282vw);
  }
}
.form__tab-list > .item > a {
  align-items: center;
  background-color: #f4d22c;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item > a {
    border-radius: 4px;
    height: 86px;
    padding: 29px 32px 28px;
    width: 384px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item > a {
    border-radius: 0.5vw;
    height: 12.5vw;
    padding: 2.5vw 4vw 2.5vw;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item > a {
    border-radius: 1.0256410256vw;
    height: 22.0512820513vw;
    margin: 0 auto;
    padding: 7.4358974359vw 8.2051282051vw 7.1794871795vw;
    width: calc(100% - 5.1282051282vw);
  }
}
.form__tab-list > .item > a > span {
  color: #292929;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item > a > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item > a > span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item > a > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item > a:hover {
    top: 4px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item > a:hover {
    top: 0.5vw;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item > a:hover {
    top: 1.0256410256vw;
  }
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item.current {
    margin: 40px auto 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item.current {
    margin: 5vw auto 0;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item.current {
    margin: 0 auto 0;
    order: 3;
  }
}
.form__tab-list > .item.current::after {
  display: none;
}
.form__tab-list > .item.current > a {
  background-color: #33b4d3;
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item.current > a {
    border-radius: 4px 4px 0 0;
    height: 120px;
    padding: 32px 20px 36px;
    width: 384px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item.current > a {
    border-radius: 0.5vw 0.5vw 0 0;
    height: auto;
    padding: 4vw 2.5vw 4.5vw;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item.current > a {
    border-radius: 1.0256410256vw 1.0256410256vw 0 0;
    padding: 8.2051282051vw 5.1282051282vw 9.2307692308vw;
  }
}
.form__tab-list > .item.current > a > span {
  color: #ece6d1;
  position: relative;
}
.form__tab-list > .item.current > a > span::after {
  background-color: #f4d22c;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 781px) {
  .form__tab-list > .item.current > a > span::after {
    bottom: -10px;
    height: 4px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__tab-list > .item.current > a > span::after {
    bottom: -10px;
    height: 4px;
  }
}
@media screen and (max-width: 780px) {
  .form__tab-list > .item.current > a > span::after {
    bottom: -10px;
    height: 4px;
  }
}

@media screen and (min-width: 781px) {
  #form {
    padding: 48px 0 120px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  #form {
    padding: 6vw 0 15vw;
  }
}
@media screen and (max-width: 780px) {
  #form {
    padding: 12.3076923077vw 5.1282051282vw 30.7692307692vw;
  }
}

.form__wrap {
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .form__wrap {
    border-radius: 8px;
    padding: 66px 80px 85px;
    width: 904px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__wrap {
    border-radius: 1vw;
    padding: 8.25vw 7.5vw 10.625vw;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .form__wrap {
    border-radius: 2.0512820513vw;
    padding: 16.9230769231vw 5.1282051282vw 15.3846153846vw;
    width: 100%;
  }
}

@media screen and (min-width: 781px) {
  .form__head {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 780px) {
  .form__head {
    /* justify-content: center;
    flex-wrap: wrap; */
  }
}
.form__head div {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 780px) {
  .form__head div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.form__head div > p {
  color: #292929;
  font-weight: 500;
  line-height: 2.29;
  text-align: left;
}
@media screen and (min-width: 781px) {
  .form__head div > p {
    font-size: 14px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__head div > p {
    font-size: 1.75vw;
    margin-left: 2.25vw;
  }
}
@media screen and (max-width: 780px) {
  .form__head div > p {
    font-size: 3.0769230769vw;
    margin: 0 2.3076923077vw;
  }
}

.form__heading {
  color: #292929;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
}
@media screen and (min-width: 781px) {
  .form__heading {
    font-size: 24px;
    margin-right: 8px;
    text-align: left;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__heading {
    font-size: 3vw;
    margin-right: 2.0512820513vw;
  }
}
@media screen and (max-width: 780px) {
  .form__heading {
    /* width: 100%; */
    display: inline-flex;
    font-size: 6.1538461538vw;
    justify-content: center;
    margin-bottom: 5.1282051282vw;
    text-align: center;
  }
}
.form__heading::after {
  background-color: #f4d22c;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  .form__heading::after {
    bottom: -12px;
    height: 4px;
    width: 100%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__heading::after {
    bottom: -1.5vw;
    height: 0.5vw;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .form__heading::after {
    bottom: -3.0769230769vw;
    height: 1.0256410256vw;
    width: calc(100% + 4.1025641026vw);
  }
}

.required {
  color: #ff0000;
}
@media screen and (min-width: 781px) {
  .required {
    display: inline-block;
    margin-left: 4px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .required {
    margin-left: 0.5vw;
  }
}
@media screen and (max-width: 780px) {
  .required {
    margin-left: 1.0256410256vw;
  }
}

.optional {
  color: #292929;
}
@media screen and (min-width: 781px) {
  .optional {
    display: inline-block;
    margin-left: 4px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .optional {
    margin-left: 0.5vw;
  }
}
@media screen and (max-width: 780px) {
  .optional {
    margin-left: 1.0256410256vw;
  }
}

@media screen and (min-width: 781px) {
  .form__body {
    margin: 32px auto 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__body {
    margin: 4vw auto 0;
  }
}
@media screen and (max-width: 780px) {
  .form__body {
    margin: 8.2051282051vw auto 0;
  }
}

.form__group-txt {
  color: #33b4d3;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 781px) {
  .form__group-txt {
    border-bottom: solid 2px #f7f6f2;
    font-size: 16px;
    padding: 40px 0 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__group-txt {
    border-bottom: solid 0.25vw #f7f6f2;
    font-size: 2vw;
    padding: 5vw 0 3vw;
  }
}
@media screen and (max-width: 780px) {
  .form__group-txt {
    border-bottom: solid 0.5128205128vw #f7f6f2;
    font-size: 3.5897435897vw;
    padding: 10.2564102564vw 0 6.1538461538vw;
  }
}

@media screen and (min-width: 781px) {
  .form__row {
    border-bottom: solid 2px #f7f6f2;
    padding: 32px 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__row {
    border-bottom: solid 0.25vw #f7f6f2;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 780px) {
  .form__row {
    border-bottom: solid 0.5128205128vw #f7f6f2;
    padding: 7.1794871795vw 0;
  }
}
@media screen and (min-width: 781px) {
  .form__row > div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .form__row > div {
    display: grid;
    gap: 3.0769230769vw;
  }
}
@media screen and (min-width: 781px) {
  .form__row > div + div {
    margin-top: 12px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__row > div + div {
    margin-top: 1.5vw;
  }
}
.form__row > div.align-top {
  align-items: flex-start;
}
.form__row .txt {
  color: #292929;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 781px) {
  .form__row .txt {
    font-size: 16px;
    padding-bottom: 4px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__row .txt {
    font-size: 2vw;
    padding-bottom: 0.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 780px) {
  .form__row .txt {
    font-size: 3.5897435897vw;
    padding-bottom: 1.0256410256vw;
  }
}

@media screen and (min-width: 781px) {
  .form__label-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0 10px 0 20px;
    width: 224px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__label-container {
    padding: 0 1.25vw 0 2.5vw;
    width: 28vw;
  }
}
@media screen and (max-width: 780px) {
  .form__label-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  .form__label-container.jc-flex-end {
    justify-content: flex-end;
  }
}

.form__label {
  align-items: center;
  color: #292929;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 781px) {
  .form__label {
    font-size: 16px;
    min-height: 48px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__label {
    font-size: 2vw;
    min-height: 6vw;
  }
}
@media screen and (max-width: 780px) {
  .form__label {
    font-size: 3.5897435897vw;
  }
}
.form__label .small {
  display: block;
  line-height: 1.71;
}
@media screen and (min-width: 781px) {
  .form__label .small {
    font-size: 14px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__label .small {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 780px) {
  .form__label .small {
    font-size: 3.0769230769vw;
  }
}

@media screen and (min-width: 781px) {
  .form__input-container {
    width: 480px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-container {
    width: 60vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-container {
    width: 100%;
  }
}
.form__input-container .note {
  color: #292929;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 781px) {
  .form__input-container .note {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-container .note {
    font-size: 1.75vw;
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-container .note {
    font-size: 3.0769230769vw;
    margin-top: 0.5128205128vw;
  }
}
.form__input-container > p {
  color: #292929;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 781px) {
  .form__input-container > p {
    font-size: 16px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-container > p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-container > p {
    font-size: 3.5897435897vw;
  }
}
.form__input-container > p.txtarea {
  font-weight: normal;
}
@media screen and (min-width: 781px) {
  .form__input-container > p.txtarea {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-container > p.txtarea {
    padding: 1.25vw 0 0;
  }
}
@media screen and (max-width: 780px) {
  .form__input-container > p.txtarea {
    padding: 2.5641025641vw 0 0;
  }
}

.form__input {
  background-color: #fcfaf4;
  border: solid 1px #aaa;
  color: #292929;
  font-weight: 500;
}
@media screen and (min-width: 781px) {
  .form__input {
    border-radius: 4px;
    font-size: 16px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input {
    border-radius: 0.5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input {
    border-radius: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.form__input > input[type=text],
.form__input > input[type=email],
.form__input > textarea,
.form__input > select {
  line-height: 1.5;
}
@media screen and (min-width: 781px) {
  .form__input > input[type=text],
  .form__input > input[type=email],
  .form__input > textarea,
  .form__input > select {
    padding: 10px 17px 12px 17px;
    width: 100%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input > input[type=text],
  .form__input > input[type=email],
  .form__input > textarea,
  .form__input > select {
    padding: 1.25vw 2.125vw 1.5vw 2.125vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input > input[type=text],
  .form__input > input[type=email],
  .form__input > textarea,
  .form__input > select {
    padding: 2.5641025641vw 4.358974359vw 3.0769230769vw 4.358974359vw;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .form__input > select {
    padding: 2.5641025641vw 8.2051282051vw 3.0769230769vw 4.358974359vw;
  }
}
@media screen and (min-width: 781px) {
  .form__input > textarea {
    height: 198px;
  }
}

.form__input-radio {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 781px) {
  .form__input-radio {
    gap: 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-radio {
    gap: 3vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-radio {
    gap: 2.5641025641vw;
  }
}
.form__input-radio label {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 781px) {
  .form__input-radio label {
    padding-left: 32px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-radio label {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-radio label {
    padding-left: 8.2051282051vw;
  }
}
.form__input-radio label::before, .form__input-radio label::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form__input-radio label::before {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  box-sizing: border-box;
  left: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 781px) {
  .form__input-radio label::before {
    height: 24px;
    width: 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-radio label::before {
    height: 3vw;
    width: 3vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-radio label::before {
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
.form__input-radio label::after {
  background-color: #33b4d3;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 781px) {
  .form__input-radio label::after {
    height: 14px;
    left: 5px;
    width: 14px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-radio label::after {
    height: 1.75vw;
    left: 0.625vw;
    width: 1.75vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-radio label::after {
    height: 3.5897435897vw;
    left: 1.2820512821vw;
    width: 3.5897435897vw;
  }
}
.form__input-radio input:checked + label::before {
  background-color: #fff;
}
.form__input-radio input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  border: 0;
  position: absolute;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}

.form__input-select {
  position: relative;
  width: 100%;
}
.form__input-select::after {
  color: #33b4d3;
  content: "▼";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 781px) {
  .form__input-select::after {
    font-size: 14px;
    right: 16px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-select::after {
    font-size: 1.75vw;
    right: 1.75vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-select::after {
    font-size: 3.5897435897vw;
    right: 3.5897435897vw;
  }
}
.form__input-select select:invalid {
  color: #a8a8a8;
}
.form__input-select select.is-empty {
  color: #a8a8a8;
}

@media screen and (min-width: 781px) {
  .form__input-select--small {
    width: 200px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-select--small {
    width: 25vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-select--small {
    width: 100%;
  }
}

@media screen and (min-width: 781px) {
  .form__input-select--medium {
    width: 320px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__input-select--medium {
    width: 40vw;
  }
}
@media screen and (max-width: 780px) {
  .form__input-select--medium {
    width: 100%;
  }
}

.form__checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .form__checkbox {
    margin: 39px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__checkbox {
    margin: 4.875vw auto 0;
  }
}
@media screen and (max-width: 780px) {
  .form__checkbox {
    margin: 10vw auto 0;
  }
}
.form__checkbox label {
  color: #292929;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 781px) {
  .form__checkbox label {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__checkbox label {
    font-size: 1.75vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 780px) {
  .form__checkbox label {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
.form__checkbox label > a {
  color: #33b4d3;
  text-decoration: underline;
}
@media screen and (min-width: 781px) {
  .form__checkbox label > a {
    text-underline-offset: 2px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__checkbox label > a {
    text-underline-offset: 0.25vw;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__checkbox label > a {
    text-underline-offset: 0.5128205128vw;
  }
}
.form__checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form__checkbox input:checked + .option-input::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.12 9.12'%3E%3Cpath fill='%2333b4d3' d='M11.84 1.64L5.22 8.26a1 1 0 01-1.68.57L.29 5.59a1 1 0 011.42-1.42l2.44 2.44L10.48.28a1 1 0 011.36 0 1 1 0 010 1.36z'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: 100% auto;
}
.form__checkbox .option-input {
  cursor: pointer;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 781px) {
  .form__checkbox .option-input {
    padding-left: 36px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__checkbox .option-input {
    padding-left: 4.5vw;
  }
}
@media screen and (max-width: 780px) {
  .form__checkbox .option-input {
    padding-left: 9.2307692308vw;
  }
}
.form__checkbox .option-input::before {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 781px) {
  .form__checkbox .option-input::before {
    height: 14px;
    left: 5px;
    top: 6px;
    width: 14px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__checkbox .option-input::before {
    height: 1.75vw;
    left: 0.625vw;
    top: 0.75vw;
    width: 1.75vw;
  }
}
@media screen and (max-width: 780px) {
  .form__checkbox .option-input::before {
    height: 3.5897435897vw;
    left: 1.2820512821vw;
    top: 1.5384615385vw;
    width: 3.5897435897vw;
  }
}
.form__checkbox .option-input::after {
  background-color: #fcfaf4;
  border: solid 1px #aaa;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
}
@media screen and (min-width: 781px) {
  .form__checkbox .option-input::after {
    border-radius: 4px;
    height: 24px;
    top: 1px;
    width: 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__checkbox .option-input::after {
    border-radius: 0.5vw;
    height: 3vw;
    top: 1px;
    width: 3vw;
  }
}
@media screen and (max-width: 780px) {
  .form__checkbox .option-input::after {
    border-radius: 1.0256410256vw;
    height: 6.1538461538vw;
    top: 1px;
    width: 6.1538461538vw;
  }
}

@media screen and (min-width: 781px) {
  .form__thx {
    padding: 82px 0 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__thx {
    padding: 10.25vw 0 0;
  }
}
@media screen and (max-width: 780px) {
  .form__thx {
    padding: 13.3333333333vw 0 0;
  }
}

.form__thx-lead {
  font-weight: 500;
}
@media screen and (min-width: 781px) {
  .form__thx-lead {
    font-size: 32px;
    line-height: 1;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__thx-lead {
    font-size: 4vw;
  }
}
@media screen and (max-width: 780px) {
  .form__thx-lead {
    font-size: 7.6923076923vw;
    line-height: 1.4;
  }
}

.form__thx-txt {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .form__thx-txt {
    font-size: 16px;
    margin: 44px auto 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .form__thx-txt {
    font-size: 2vw;
    margin: 5.5vw auto 0;
  }
}
@media screen and (max-width: 780px) {
  .form__thx-txt {
    font-size: 3.5897435897vw;
    margin: 11.2820512821vw auto 0;
    text-align: left;
  }
}

.gallery-contents {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 0 0;
}
@media screen and (max-width: 780px) {
  .gallery-contents {
    padding: 0;
  }
}

.gallery-title {
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 100px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .gallery-title {
    font-size: 8.2051282051vw;
    margin: 0 0 15.3846153846vw;
  }
}

.gallery-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 780px) {
  .gallery-grid {
    gap: 5.1282051282vw;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 5.1282051282vw;
  }
}

.gallery-item {
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.gallery-item:hover {
  opacity: 0.85;
}

.gallery-item__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
}
.gallery-item__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.gallery-item:hover .gallery-item__image img {
  transform: scale(1.05);
}

.gallery-item__caption {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 120px;
  padding: 16px;
}
@media screen and (max-width: 780px) {
  .gallery-item__caption {
    gap: 2.0512820513vw;
    min-height: 25.641025641vw;
    padding: 4.1025641026vw 4.1025641026vw 6.1538461538vw 4.1025641026vw;
  }
}

.gallery-item__date {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .gallery-item__date {
    font-size: 3.0769230769vw;
  }
}

.gallery-item__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .gallery-item__title {
    font-size: 3.5897435897vw;
  }
}
.gallery-item__title p {
  margin: 0;
}

.article-gallery-container {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 780px) {
  .article-gallery-container {
    padding: 0;
  }
}

.article-gallery__tags {
  align-items: center;
  background: #FFFFFF;
  border-top: 1px solid #666666;
  display: flex;
  gap: 16px;
  margin-top: 2em;
  padding: 40px 0 0;
}
@media screen and (max-width: 780px) {
  .article-gallery__tags {
    flex-wrap: wrap;
    gap: 5.1282051282vw;
    margin-top: 1em;
    padding: 6.1538461538vw 0;
  }
}

.article-gallery__tags-label {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .article-gallery__tags-label {
    font-size: 3.5897435897vw;
  }
}

.article-gallery__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .article-gallery__tags-list {
    gap: 2.0512820513vw;
  }
}

.article-gallery__tag {
  background: #000000;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 16px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .article-gallery__tag {
    font-size: 3.0769230769vw;
    padding: 1.5384615385vw 3.0769230769vw;
  }
}

.header {
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 781px) {
  .header {
    padding: 48px 0 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 780px) {
  .header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    left: 0;
    padding: 5.1282051282vw;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (min-width: 781px) {
  .scrolled .header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transform: translateY(0);
    width: 100%;
    z-index: 999;
  }
}
.header-btn {
  display: none;
}
@media screen and (max-width: 780px) {
  .header-btn {
    cursor: pointer;
    display: block;
    height: 7.1794871795vw;
    position: absolute;
    right: 5.1282051282vw;
    top: 5.1282051282vw;
    width: 7.1794871795vw;
    z-index: 1000;
  }
  .header-btn span {
    background: #000;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  .header-btn:not(.active) span:nth-child(1) {
    top: calc(50% - 6px);
    transform: translateY(-50%);
  }
  .header-btn:not(.active) span:nth-child(2) {
    top: calc(50% + 6px);
    transform: translateY(-50%);
  }
  .header-btn.active span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }
  .header-btn.active span:nth-child(2) {
    transform: translateY(-50%) rotate(-45deg);
  }
}

@media screen and (min-width: 781px) {
  .header-logo {
    margin-inline: auto;
    width: 320px;
  }
}
@media screen and (max-width: 780px) {
  .header-logo {
    line-height: 1;
    margin-inline: auto;
    width: 47.9487179487vw;
  }
}
@media screen and (min-width: 781px) {
  .scrolled .header-logo {
    left: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 228px;
  }
}
.header-nav {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 781px) {
  .header-nav {
    margin-top: 32px;
  }
}
@media screen and (max-width: 780px) {
  .header-nav {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .scrolled .header-nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .scrolled .header-nav {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .header-nav.sp-nav {
    display: none;
  }
}
.open .header-nav.sp-nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 780px) {
  .header-nav.sp-nav {
    align-items: center;
    background-color: #f8f8f5;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 18.4615384615vw);
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 18.4615384615vw;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 999;
  }
  .header-nav.sp-nav > ul {
    display: block;
    list-style: none;
    padding: 0 5.1282051282vw;
    width: 100%;
  }
  .header-nav.sp-nav > ul .row {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }
  .header-nav.sp-nav > ul .row > a {
    font-size: 5.641025641vw;
    padding: 6.1538461538vw 5.1282051282vw 0;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .header-nav.sp-nav > ul .row > a.link {
    padding: 6.1538461538vw 5.1282051282vw;
  }
  .header-nav.sp-nav > ul .row > a.link:after {
    background: url("../img/icon-arrow-r-b.svg") no-repeat center center;
    content: "";
    height: 3.5897435897vw;
    position: absolute;
    right: 6.1538461538vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5897435897vw;
  }
  .header-nav.sp-nav > ul .row .panel {
    background: transparent;
    box-shadow: none;
    max-height: 0;
    min-height: 6.1538461538vw;
    opacity: 0;
    overflow: hidden;
    position: static;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .header-nav.sp-nav > ul .row .panel.active {
    max-height: 300px;
    opacity: 1;
  }
  .header-nav.sp-nav > ul .row .panel .submenu {
    background: transparent;
    box-shadow: none;
    padding: 1.2820512821vw 5.1282051282vw 2.5641025641vw;
    position: static;
  }
  .header-nav.sp-nav > ul .row .panel .submenu li {
    opacity: 0;
    padding: 1.2820512821vw 0;
    transform: translateY(-10px);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .header-nav.sp-nav > ul .row .panel .submenu a {
    font-size: 4.6153846154vw;
    position: relative;
  }
  .header-nav.sp-nav > ul .row .panel .submenu a.link:after {
    background: url("../img/icon-arrow-r-b.svg") no-repeat center center;
    content: "";
    height: 3.5897435897vw;
    position: absolute;
    right: 1.0256410256vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5897435897vw;
  }
  .header-nav.sp-nav > ul .row .panel.active .submenu li {
    opacity: 1;
    transform: translateY(0);
  }
  .header-nav.sp-nav > ul .row .acc {
    background: transparent;
    background-color: #000;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 6.1538461538vw;
    position: absolute;
    right: 5.1282051282vw;
    top: 7.6923076923vw;
    transition: transform 0.3s ease;
    width: 6.1538461538vw;
  }
  .header-nav.sp-nav > ul .row .acc:hover {
    transform: scale(1.1);
  }
  .header-nav.sp-nav > ul .row .acc span {
    background: #fff;
    height: 0.5128205128vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    width: 3.0769230769vw;
  }
  .header-nav.sp-nav > ul .row .acc span::after {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    width: 100%;
  }
  .header-nav.sp-nav > ul .row .acc.active span::after {
    transform: rotate(0deg);
  }
}
.header-nav > ul {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: center;
  list-style: none;
}
@media screen and (min-width: 781px) {
  .header-nav > ul {
    gap: 48px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .header-nav > ul {
    gap: 4vw;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .scrolled .header-nav > ul {
    gap: 3vw;
    justify-content: flex-end;
    margin-right: 2vw;
  }
}
.header-nav > ul .row {
  list-style: none;
  position: relative;
  white-space: nowrap;
}
.header-nav > ul .row:after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: none;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .header-nav > ul .row:hover:after {
    display: block;
  }
}
.header-nav > ul .row a {
  color: #000;
  display: block;
}
@media screen and (min-width: 781px) {
  .header-nav > ul .row a {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 781px) {
  .scrolled .header-nav > ul .row a {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .scrolled .header-nav > ul .row a {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 781px) {
  .header-nav > ul .row:hover .submenu {
    display: block;
  }
}
@media screen and (min-width: 781px) {
  .header-nav > ul .acc {
    display: none;
  }
}
.header-nav > ul ul.submenu {
  background-color: #f2f2f2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  list-style: none;
  min-width: 100%;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 10;
}
@media screen and (min-width: 781px) {
  .header-nav > ul ul.submenu {
    display: none;
    left: -24px;
    padding: 12px 24px;
  }
}
.header-nav > ul ul.submenu a {
  color: #333;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 781px) {
  .header-nav > ul ul.submenu a {
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
  }
}
.header-nav > ul ul.submenu li:last-of-type a {
  border-bottom: none;
}

@media screen and (min-width: 781px) {
  .header-nav-sns {
    bottom: 22px;
    position: absolute;
    right: 24px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .header-nav-sns {
    bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .header-nav-sns {
    padding: 8.2051282051vw 0;
  }
}
@media screen and (min-width: 781px) {
  .scrolled .header-nav-sns {
    bottom: 25px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .scrolled .header-nav-sns {
    display: none;
  }
}
.header-nav-sns ul {
  display: flex;
  list-style: none;
}
@media screen and (min-width: 781px) {
  .header-nav-sns ul {
    gap: 16px;
  }
}
@media screen and (max-width: 780px) {
  .header-nav-sns ul {
    gap: 8.2051282051vw;
  }
}
.header-nav-sns ul li a {
  display: block;
}
@media screen and (min-width: 781px) {
  .header-nav-sns ul li a {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 780px) {
  .header-nav-sns ul li a {
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
.header-nav-sns ul li a img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .header-nav-sns ul li:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .header-nav-sns ul li:nth-child(6) {
    display: none;
  }
}

@media screen and (min-width: 781px) {
  .header-nav-close {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .header-nav-close {
    align-items: center;
    display: flex;
    letter-spacing: 0.05em;
  }
}
.header-nav-close img {
  height: auto;
  margin-right: 2.0512820513vw;
  width: 3.3333333333vw;
}

@media screen and (min-width: 781px) {
  .header-lang {
    align-items: center;
    background-color: #f8f8f5;
    display: flex;
    gap: 8px;
    padding: 8px 16px;
    position: absolute;
    right: 24px;
    top: 32px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 780px) {
  .header-lang {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    left: 5.1282051282vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 781px) {
  .scrolled .header-lang {
    right: 180px;
    top: 50%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .scrolled .header-lang {
    display: none;
  }
}

.header-lang-icon {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 780px) {
  .header-lang-icon {
    height: 4.1025641026vw;
    pointer-events: none;
    width: 4.1025641026vw;
  }
}

.header-lang-select {
  background: transparent;
  border: none;
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 780px) {
  .header-lang-select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 781px) {
  .header-lang-select:hover {
    opacity: 0.7;
  }
}
.header-lang-select:focus {
  outline: none;
}

.news-page-list {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 781px) {
  .news-page-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 780px) {
  .news-page-list {
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
  }
}

.news-page-item {
  background-color: #fff;
  display: flex;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 781px) {
  .news-page-item {
    align-items: center;
    gap: 24px;
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  .news-page-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.0256410256vw;
    padding: 5.1282051282vw 12.3076923077vw 5.1282051282vw 5.1282051282vw;
  }
}
@media screen and (min-width: 781px) {
  .news-page-item:hover {
    opacity: 0.7;
  }
  .news-page-item:hover .news-page-arrow {
    transform: translateX(8px);
  }
}
@media screen and (min-width: 781px) {
  .news-page-item:hover .news-page-text {
    text-decoration: none;
  }
}

.news-page-date {
  white-space: nowrap;
}
@media screen and (min-width: 781px) {
  .news-page-date {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-page-date {
    font-size: 3.5897435897vw;
  }
}

.news-page-text {
  flex: 1;
  margin: 0;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (max-width: 780px) {
  .news-page-text {
    font-size: 3.5897435897vw;
  }
}

.news-page-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 781px) {
  .news-page-arrow {
    height: 14px;
    width: 14px;
  }
}
@media screen and (max-width: 780px) {
  .news-page-arrow {
    height: 3.0769230769vw;
    position: absolute;
    right: 5.1282051282vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.0769230769vw;
  }
}
.news-page-arrow img {
  display: block;
  height: 100%;
  width: 100%;
}

.news-back-wrap {
  background-color: #fff;
}
@media screen and (min-width: 781px) {
  .news-back-wrap {
    display: flex;
    justify-content: center;
    padding: 100px 80px;
  }
}
@media screen and (max-width: 780px) {
  .news-back-wrap {
    display: flex;
    justify-content: center;
    padding: 10.2564102564vw 5.1282051282vw;
  }
}

@media screen and (min-width: 781px) {
  .article-container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 780px) {
  .article-container {
    padding: 0;
  }
}

@media screen and (min-width: 781px) {
  .article__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .article__header {
    margin-bottom: 7.6923076923vw;
  }
}

.article__meta {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 781px) {
  .article__meta {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 780px) {
  .article__meta {
    gap: 3.0769230769vw;
    margin-bottom: 2.0512820513vw;
  }
}

.article__date {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .article__date {
    font-size: 3.0769230769vw;
  }
}

.article__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 780px) {
  .article__terms {
    gap: 1.5384615385vw;
  }
}

.article__category {
  background-color: #33b4d3;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .article__category {
    font-size: 2.8205128205vw;
    padding: 0.7692307692vw 2.5641025641vw;
  }
}

.article__title {
  border-bottom: 1px solid #000;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 780px) {
  .article__title {
    font-size: 5.641025641vw;
    line-height: 1.6;
    padding-bottom: 0.8em;
  }
}

.article__thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}
.article__content {
  background-color: #fff;
}
@media screen and (min-width: 781px) {
  .article__content {
    margin-bottom: 0px;
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  .article__content {
    padding: 5.1282051282vw 5.1282051282vw;
  }
}
.article__content > *:first-child {
  margin-top: 0;
}
.article__content > *:last-child {
  margin-bottom: 0;
}
.article__content p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.5em;
}
.article__content p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 780px) {
  .article__content p {
    font-size: 3.5897435897vw;
  }
}
.article__content h2 {
  border-bottom: 2px solid #cccccc;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 2em 0 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 780px) {
  .article__content h2 {
    font-size: 5.1282051282vw;
    margin: 1.5em 0 0.8em;
  }
}
.article__content h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.8em 0 0.8em;
}
@media screen and (max-width: 780px) {
  .article__content h3 {
    font-size: 4.6153846154vw;
  }
}
.article__content h4 {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.5em 0 0.8em;
}
@media screen and (max-width: 780px) {
  .article__content h4 {
    font-size: 4.1025641026vw;
  }
}
.article__content a {
  color: #33b4d3;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 781px) {
  .article__content a:hover {
    opacity: 0.7;
  }
}
.article__content ul,
.article__content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
@media screen and (max-width: 780px) {
  .article__content ul,
  .article__content ol {
    padding-left: 6.1538461538vw;
  }
}
.article__content li {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 780px) {
  .article__content li {
    font-size: 3.8461538462vw;
  }
}
.article__content img {
  display: block;
  height: auto;
  margin: 1.5em auto;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .article__content img {
    margin: 1.2em auto;
  }
}
.article__content blockquote {
  background-color: #f2f2f2;
  border-left: 4px solid #33b4d3;
  margin: 2em 0;
  padding: 1.5em;
}
@media screen and (max-width: 780px) {
  .article__content blockquote {
    margin: 7.6923076923vw 0;
    padding: 5.1282051282vw;
  }
}
.article__content blockquote p {
  margin-bottom: 0;
}
.article__content .imgBlock {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .article__content .imgBlock {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin: 1.2em 0 1.5em;
  }
}
@media screen and (max-width: 780px) {
  .article__content .imgBlock {
    gap: 4.1025641026vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 1.2em 0 1.5em;
  }
}
.article__content .imgBlock img {
  margin: 0;
}
.article__content {
  /* 横幅にfitする画像 */
}
.article__content .photo {
  float: left;
  margin-right: 25px;
  width: 260px;
}
.article__content .imgContainer img {
  max-width: 100%;
}
.article__content .imgContainer .caption {
  font-size: 14px;
  margin-top: 0.5em;
}
@media screen and (max-width: 780px) {
  .article__content .imgContainer .caption {
    font-size: 2.5641025641vw;
    margin-top: 1.0256410256vw;
  }
}
.article__content .container.radius p {
  margin: 0;
}
.article__content .container.radius strong {
  color: #ff0000;
}

.article__notice {
  background: #FFFFFF;
  padding: 0 0 0;
}
@media screen and (max-width: 780px) {
  .article__notice {
    margin-top: 0;
    padding: 0;
  }
}
.article__notice p {
  color: #bd1234;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .article__notice p {
    font-size: 3.5897435897vw;
  }
}

.article__figure {
  margin: 1em 0 0;
}
.article__figure img {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .article__figure {
    margin: 7.6923076923vw 0;
  }
}

.article__caption {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .article__caption {
    font-size: 3.0769230769vw;
    margin-top: 3.0769230769vw;
    text-align: left;
  }
}

@media screen and (min-width: 781px) {
  .article__share {
    margin-bottom: 60px;
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  .article__share {
    margin-bottom: 10.2564102564vw;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.article__share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.article__share-title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .article__share-title {
    font-size: 3.5897435897vw;
    margin-bottom: 3.0769230769vw;
  }
}

.article__share-buttons {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 780px) {
  .article__share-buttons {
    gap: 2.5641025641vw;
  }
}

.article__share-button {
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 48px;
}
@media screen and (max-width: 780px) {
  .article__share-button {
    height: 11.2820512821vw;
    width: 11.2820512821vw;
  }
}
.article__share-button img {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 780px) {
  .article__share-button img {
    height: 5.1282051282vw;
    width: 5.1282051282vw;
  }
}
@media screen and (min-width: 781px) {
  .article__share-button:hover {
    background-color: #cccccc;
  }
}

.article__navigation {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 781px) {
  .article__navigation {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .article__navigation {
    gap: 4.1025641026vw;
    grid-template-columns: 1fr;
    margin-bottom: 10.2564102564vw;
  }
}

.article__nav-item--prev .article__nav-link {
  text-align: left;
}
.article__nav-item--next .article__nav-link {
  text-align: right;
}
@media screen and (max-width: 780px) {
  .article__nav-item--next .article__nav-link {
    text-align: left;
  }
}

.article__nav-link {
  background-color: #f2f2f2;
  display: block;
  padding: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 780px) {
  .article__nav-link {
    padding: 5.1282051282vw;
  }
}
@media screen and (min-width: 781px) {
  .article__nav-link:hover {
    background-color: #e6e6e6;
  }
}

.article__nav-label {
  color: #666666;
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .article__nav-label {
    font-size: 2.8205128205vw;
    margin-bottom: 1.5384615385vw;
  }
}

.article__nav-title {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .article__nav-title {
    font-size: 3.5897435897vw;
  }
}

.article__back {
  text-align: center;
}

@media screen and (min-width: 781px) {
  .privacy-policy__container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__container {
    padding: 0;
  }
}

.privacy-policy__content {
  background-color: #fff;
}
@media screen and (min-width: 781px) {
  .privacy-policy__content {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__content {
    padding: 10.2564102564vw 5.1282051282vw;
  }
}

@media screen and (min-width: 781px) {
  .privacy-policy__intro {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__intro {
    margin-bottom: 10.2564102564vw;
  }
}
.privacy-policy__intro p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .privacy-policy__intro p {
    font-size: 3.8461538462vw;
  }
}

.privacy-policy__main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .privacy-policy__main-title {
    font-size: 24px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__main-title {
    font-size: 5.1282051282vw !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 781px) {
  .privacy-policy__section {
    margin-top: 40px;
  }
  .privacy-policy__section:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__section {
    margin-top: 8.2051282051vw;
  }
  .privacy-policy__section:first-of-type {
    margin-top: 0;
  }
}

.privacy-policy__section-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 781px) {
  .privacy-policy__section-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__section-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 4.6153846154vw;
    line-height: 1.6;
    margin-bottom: 3.0769230769vw;
    padding-bottom: 2.5641025641vw;
  }
}

.privacy-policy__section-content p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 1em;
}
.privacy-policy__section-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .privacy-policy__section-content p {
    font-size: 3.8461538462vw;
  }
}
.privacy-policy__section-content a {
  color: #000;
  text-decoration: underline;
  text-underline-position: from-font;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 781px) {
  .privacy-policy__section-content a:hover {
    opacity: 0.7;
  }
}
.privacy-policy__section-content ul {
  list-style: disc;
  margin: 1em 0;
}
@media screen and (min-width: 781px) {
  .privacy-policy__section-content ul {
    padding-left: 2em;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__section-content ul {
    margin: 3.0769230769vw 0;
    padding-left: 6.1538461538vw;
  }
}
.privacy-policy__section-content li {
  font-size: 16px;
  line-height: 2;
  list-style: disc;
  margin-bottom: 0.5em;
}
.privacy-policy__section-content li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .privacy-policy__section-content li {
    font-size: 3.8461538462vw;
  }
}

.privacy-policy__en {
  color: #666;
  font-style: italic;
  margin-top: 1em !important;
}
@media screen and (min-width: 781px) {
  .privacy-policy__en {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__en {
    font-size: 3.3333333333vw;
  }
}

@media screen and (min-width: 781px) {
  .privacy-policy__notice {
    border-top: 1px solid #e6e6e6;
    margin-top: 48px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 780px) {
  .privacy-policy__notice {
    border-top: 1px solid #e6e6e6;
    margin-top: 10.2564102564vw;
    padding-top: 6.1538461538vw;
  }
}
.privacy-policy__notice p {
  color: #666;
  font-size: 14px;
  line-height: 2;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .privacy-policy__notice p {
    font-size: 3.3333333333vw;
  }
}

.product-detail-contents {
  background: #f8f8f5;
  padding: 120px 5%;
}
@media screen and (max-width: 780px) {
  .product-detail-contents {
    padding: 12.3076923077vw 5.1282051282vw 15.3846153846vw;
  }
}

.product-detail-logo {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .product-detail-logo {
    margin-bottom: 15.3846153846vw;
  }
}
.product-detail-logo img {
  height: auto;
  width: auto;
}
@media screen and (min-width: 781px) {
  .product-detail-logo img {
    max-width: 324px;
  }
}
@media screen and (max-width: 780px) {
  .product-detail-logo img {
    max-width: 51.2820512821vw;
  }
}
@media screen and (min-width: 781px) {
  .product-detail-logo--nayuta img {
    max-width: 504px;
  }
}
@media screen and (max-width: 780px) {
  .product-detail-logo--nayuta img {
    max-width: 69.7435897436vw;
  }
}

.product-detail-title {
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .product-detail-title {
    padding-bottom: 10.2564102564vw;
  }
}
.product-detail-title h3 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .product-detail-title h3 {
    font-size: 8.2051282051vw;
  }
}

.product-detail-description {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .product-detail-description {
    margin-bottom: 12.3076923077vw;
  }
}

.product-detail-description__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 40px;
}
@media screen and (max-width: 780px) {
  .product-detail-description__title {
    font-size: 6.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
}

.product-detail-description__body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  gap: 12px;
  line-height: 2;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .product-detail-description__body {
    font-size: 3.5897435897vw;
    gap: 4.1025641026vw;
    max-width: 100%;
    text-align: left;
  }
}
.product-detail-description__body p {
  margin: 0;
}
@media screen and (max-width: 780px) {
  .product-detail-description__body br {
    display: none;
  }
}

.product-detail-main {
  align-items: flex-start;
  display: flex;
  gap: 3%;
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 780px) {
  .product-detail-main {
    flex-direction: column;
    gap: 12.3076923077vw;
  }
}

.product-detail-gallery {
  display: flex;
  flex: 1 1 65%;
  flex-direction: column;
  gap: 100px;
  min-width: 0;
}
@media screen and (max-width: 780px) {
  .product-detail-gallery {
    flex: 1 1 100%;
    gap: 12.3076923077vw;
    width: 100%;
  }
}

.product-detail-gallery-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .product-detail-gallery-section {
    gap: 3.0769230769vw;
  }
}

.product-detail-gallery-main {
  position: relative;
}

.product-detail-gallery-slider {
  aspect-ratio: 944/630;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .product-detail-gallery-slider {
    aspect-ratio: 335/223;
  }
}
.product-detail-gallery-slider .swiper-slide {
  cursor: pointer;
  position: relative;
}
.product-detail-gallery-slider .swiper-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-detail-zoom-btn {
  background: transparent;
  border: none;
  bottom: 16px;
  cursor: pointer;
  height: 24px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 16px;
  width: 24px;
  z-index: 5;
}
@media screen and (max-width: 780px) {
  .product-detail-zoom-btn {
    bottom: 3.0769230769vw;
    height: 5.1282051282vw;
    right: 3.0769230769vw;
    width: 5.1282051282vw;
  }
}
.product-detail-zoom-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M14 14L20 20' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10 7V13M7 10H13' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.product-detail-gallery-caption {
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .product-detail-gallery-caption {
    font-size: 4.1025641026vw;
    margin-top: 2.0512820513vw;
  }
}

.product-detail-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 16px;
}
@media screen and (max-width: 780px) {
  .product-detail-gallery-thumbs {
    gap: 0.7179487179vw;
    padding-top: 3.0769230769vw;
  }
}

.product-detail-thumb {
  background: none;
  border: 2px solid transparent;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.3s ease;
  width: 75px;
}
@media screen and (max-width: 780px) {
  .product-detail-thumb {
    height: 9.7435897436vw;
    width: 14.358974359vw;
  }
}
.product-detail-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-detail-thumb.is-active {
  border-color: #000000;
}
.product-detail-thumb:hover:not(.is-active) {
  border-color: #666666;
}

.product-detail-specs {
  border-top: 1px solid #666666;
  display: flex;
  flex: 0 0 31%;
  flex-direction: column;
  gap: 24px;
  max-width: 448px;
  min-width: 320px;
  padding: 48px 0 0 0;
}
@media screen and (max-width: 780px) {
  .product-detail-specs {
    gap: 6.1538461538vw;
    max-width: 100%;
    min-width: 0;
    padding: 10.2564102564vw 0 0 0;
    width: 100%;
  }
}

.product-detail-spec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 780px) {
  .product-detail-spec {
    gap: 2.0512820513vw;
  }
}

.product-detail-spec__title {
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .product-detail-spec__title {
    font-size: 3.5897435897vw;
  }
}

.product-detail-spec__body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .product-detail-spec__body {
    font-size: 3.3333333333vw;
  }
}
.product-detail-spec__body p {
  margin: 0;
}
.product-detail-spec__body p:not(:last-child) {
  margin-bottom: 0;
}

.product-detail-price-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-detail-price-table__row {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .product-detail-price-table__row {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 780px) {
  .product-detail-price-table__row {
    gap: 0vw;
  }
}

.product-detail-price-table__label {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .product-detail-price-table__label {
    font-size: 3.3333333333vw;
  }
}

.product-detail-price-table__value {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 780px) {
  .product-detail-price-table__value {
    font-size: 3.3333333333vw;
  }
}

.product-detail-price-table__price {
  font-weight: 700;
}

.product-detail-order-btn {
  border-top: 1px solid #666666;
  margin-top: 24px;
  padding-top: 48px;
}
@media screen and (max-width: 780px) {
  .product-detail-order-btn {
    margin-top: 0;
    padding-top: 10.2564102564vw;
  }
}

.product-detail-related {
  border-top: 1px solid #666666;
  display: flex;
  gap: 3%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 1440px;
  padding-top: 100px;
}
@media screen and (max-width: 780px) {
  .product-detail-related {
    flex-direction: column;
    gap: 6.1538461538vw;
    margin-top: 12.3076923077vw;
    padding-top: 12.3076923077vw;
  }
}

.product-detail-related-item {
  background: #FFFFFF;
  color: inherit;
  display: flex;
  flex: 1;
  gap: 8%;
  max-width: 696px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 780px) {
  .product-detail-related-item {
    gap: 5.1282051282vw;
    max-width: 100%;
    width: 100%;
  }
}
.product-detail-related-item:hover {
  opacity: 0.8;
}
.product-detail-related-item:hover .product-detail-related-item__arrow::after {
  transform: translateX(4px);
}

.product-detail-related-item__image {
  aspect-ratio: 1/1;
  flex: 0 0 46%;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .product-detail-related-item__image {
    aspect-ratio: 1/1;
    flex: 0 0 40%;
  }
}
.product-detail-related-item__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.product-detail-related-item__image:hover img {
  transform: scale(1.05);
}

.product-detail-related-item__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.product-detail-related-item__series {
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.5;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 780px) {
  .product-detail-related-item__series {
    font-size: 3.5897435897vw;
  }
}

.product-detail-related-item__title {
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .product-detail-related-item__title {
    font-size: 6.1538461538vw;
  }
}

.product-detail-related-item__arrow {
  align-items: center;
  display: flex;
  height: clamp(18px, 1.5vw, 24px);
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 8%;
  top: 85%;
  transform: translateY(-50%);
  width: clamp(18px, 1.5vw, 24px);
}
@media screen and (max-width: 780px) {
  .product-detail-related-item__arrow {
    height: 5.1282051282vw;
    top: 85%;
    width: 5.1282051282vw;
  }
}
.product-detail-related-item__arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 1L13 5.5L8.5 10M12.5 5.5H1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(7.5px, 0.663vw, 10.616px);
  transition: transform 0.3s ease;
  width: clamp(10px, 0.875vw, 14px);
}
@media screen and (max-width: 780px) {
  .product-detail-related-item__arrow::after {
    height: 2.3076923077vw;
    width: 3.0769230769vw;
  }
}

.products-category-slider-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  left: 50%;
  margin-bottom: 100px;
  margin-left: -50vw;
  margin-right: -50vw;
  opacity: 0;
  position: relative;
  right: 50%;
  transition: opacity 0.4s ease;
  visibility: hidden;
  width: 100vw;
}
@media screen and (max-width: 780px) {
  .products-category-slider-section {
    margin-bottom: 60px;
  }
}
.products-category-slider-section.is-slider-ready {
  opacity: 1;
  visibility: visible;
}

.products-category-slider {
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}
.products-category-slider .swiper-wrapper {
  align-items: center;
  display: flex;
}
.products-category-slider .swiper-slide {
  height: auto;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  width: auto;
}
@media screen and (min-width: 781px) {
  .products-category-slider .swiper-slide {
    max-width: 944px;
  }
}
@media screen and (max-width: 780px) {
  .products-category-slider .swiper-slide {
    max-width: calc(100% - 10.2564102564vw);
  }
}
.products-category-slider .swiper-slide img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .products-category-slider .swiper-slide img {
    aspect-ratio: 944/629;
  }
}
@media screen and (max-width: 780px) {
  .products-category-slider .swiper-slide img {
    aspect-ratio: 335/223;
  }
}
.products-category-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.products-category-slider-button-prev,
.products-category-slider-button-next {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 48px;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .products-category-slider-button-prev,
  .products-category-slider-button-next {
    height: 8.2051282051vw;
    width: 8.2051282051vw;
  }
}
.products-category-slider-button-prev::after,
.products-category-slider-button-next::after {
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  content: "";
  height: 12px;
  transition: border-color 0.3s ease;
  width: 12px;
}
@media screen and (max-width: 780px) {
  .products-category-slider-button-prev::after,
  .products-category-slider-button-next::after {
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 2.0512820513vw;
    width: 2.0512820513vw;
  }
}
.products-category-slider-button-prev:hover,
.products-category-slider-button-next:hover {
  background: rgb(255, 255, 255);
}
.products-category-slider-button-prev.swiper-button-disabled,
.products-category-slider-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.products-category-slider-button-prev {
  left: calc(50% - 588px);
}
@media screen and (max-width: 780px) {
  .products-category-slider-button-prev {
    left: 0;
  }
}
.products-category-slider-button-prev::after {
  margin-left: 3px;
  transform: rotate(-135deg);
}

.products-category-slider-button-next {
  right: calc(50% - 588px);
}
@media screen and (max-width: 780px) {
  .products-category-slider-button-next {
    right: 0;
  }
}
.products-category-slider-button-next::after {
  margin-right: 3px;
  transform: rotate(45deg);
}

.products-category-slider-pagination {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 0;
  padding-top: 24px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .products-category-slider-pagination {
    flex-wrap: wrap;
    gap: 2px;
    padding: 0 5.1282051282vw;
    padding-top: 0;
  }
}
.products-category-slider-pagination .swiper-pagination-bullet {
  background: transparent;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  cursor: pointer;
  height: 32px;
  margin: 0 !important;
  opacity: 1;
  transition: border-color 0.3s ease;
  width: 48px;
}
@media screen and (max-width: 780px) {
  .products-category-slider-pagination .swiper-pagination-bullet {
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
.products-category-slider-pagination .swiper-pagination-bullet:hover {
  border-bottom-color: #666666;
}
.products-category-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom-color: #000000;
}

.products-category-text-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .products-category-text-section {
    margin-bottom: 15.3846153846vw;
  }
}

.products-category-text-section__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 780px) {
  .products-category-text-section__inner {
    gap: 7.6923076923vw;
  }
}

.products-category-text-section__title {
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  max-width: 544px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .products-category-text-section__title {
    font-size: 6.1538461538vw;
    line-height: 1.5;
    max-width: 100%;
  }
}

.products-category-text-section__title-jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.products-category-text-section__title-jp span {
  display: block;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 780px) {
  .products-category-text-section__title-jp span {
    margin-top: 0.5em;
  }
}

.products-category-text-section__body {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  gap: 12px;
  line-height: 2;
  max-width: 1192px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .products-category-text-section__body {
    font-size: 3.5897435897vw;
    gap: 4.1025641026vw;
    max-width: 100%;
    text-align: left;
  }
}
.products-category-text-section__body p {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .products-category-text-section__body br {
    display: none;
  }
}

.products-category-spec-section {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .products-category-spec-section {
    flex-direction: column;
    gap: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
  }
}

.products-category-spec-section__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 324px;
}
@media screen and (max-width: 780px) {
  .products-category-spec-section__item {
    width: 100%;
  }
}

.products-category-spec-section__title {
  border-bottom: 1px solid #666666;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .products-category-spec-section__title {
    font-size: 14px;
  }
}

.products-category-spec-section__body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .products-category-spec-section__body {
    font-size: 13px;
  }
}
.products-category-spec-section__body p {
  margin: 0;
}
.products-category-spec-section__body p:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .products-category-spec-section__body br {
    display: block;
  }
}

@media screen and (min-width: 781px) {
  .products-detail-slider-wrap {
    padding: 120px 80px;
  }
}
@media screen and (max-width: 780px) {
  .products-detail-slider-wrap {
    padding: 15.3846153846vw 5.1282051282vw;
  }
}

.products-detail-slider {
  overflow: hidden;
  width: 100%;
}
.products-detail-slider .swiper-wrapper {
  display: flex;
}
.products-detail-slider .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.products-detail-slider .swiper-slide img {
  height: auto;
  max-width: 944px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .products-detail-slider .swiper-slide img {
    height: 629px;
  }
}
@media screen and (max-width: 780px) {
  .products-detail-slider .swiper-slide img {
    height: auto;
  }
}

.products-detail-slider-pagination {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .products-detail-slider-pagination {
    padding-top: 32px;
  }
}
@media screen and (max-width: 780px) {
  .products-detail-slider-pagination {
    padding-top: 6.1538461538vw;
  }
}
.products-detail-slider-pagination .swiper-pagination-bullet {
  background: transparent;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  cursor: pointer;
  height: 32px;
  opacity: 1;
  transition: border-color 0.3s ease;
  width: 48px;
}
@media screen and (max-width: 780px) {
  .products-detail-slider-pagination .swiper-pagination-bullet {
    height: 7.1794871795vw;
    width: 10.2564102564vw;
  }
}
.products-detail-slider-pagination .swiper-pagination-bullet:hover {
  border-bottom-color: #666666;
}
.products-detail-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom-color: #000000;
}

.products-category-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.products-category-name {
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .products-category-name {
    font-size: 40px;
    margin-bottom: 100px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .products-category-name {
    font-size: 8.2051282051vw;
    margin-bottom: 12.3076923077vw;
  }
}
.products-category-name img {
  height: auto;
}
@media screen and (min-width: 781px) {
  .products-category-name img {
    width: 310px;
  }
}
@media screen and (max-width: 780px) {
  .products-category-name img {
    width: 51.2820512821vw;
  }
}
.products-category-name--nayuta img {
  height: auto;
}
@media screen and (min-width: 781px) {
  .products-category-name--nayuta img {
    width: 504px;
  }
}
@media screen and (max-width: 780px) {
  .products-category-name--nayuta img {
    width: 69.7435897436vw;
  }
}

@media screen and (min-width: 781px) {
  .products-category-section-wrap {
    display: flex;
    gap: 48px;
  }
}
.products-category-section {
  display: flex;
  max-width: 1440px;
  width: 100%;
}
.products-category-section.products-category-section--vertical {
  flex-direction: column;
}
@media screen and (min-width: 781px) {
  .products-category-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 780px) {
  .products-category-section {
    flex-direction: column;
    margin-bottom: 12.3076923077vw;
  }
}
.products-category-section:last-of-type {
  margin-bottom: 0;
}
.products-category-section:nth-child(odd) .products-category-image {
  order: 1;
}
.products-category-section:nth-child(odd) .products-category-text-wrap {
  order: 2;
}

@media screen and (min-width: 781px) {
  .products-category-image {
    width: 50%;
  }
  .products-category-section--vertical .products-category-image {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .products-category-image {
    width: 100%;
  }
}
.products-category-image img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .products-category-image img {
    height: 464px;
  }
}
.products-category-text-wrap {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .products-category-text-wrap {
    padding: 0 40px;
    width: 50%;
  }
  .products-category-section--vertical .products-category-text-wrap {
    padding: 128px 0;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .products-category-text-wrap {
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 5.1282051282vw;
    width: 100%;
  }
}

.products-category-text-logo {
  text-align: center;
}
@media screen and (min-width: 781px) {
  .products-category-text-logo {
    margin-bottom: 64px;
  }
}
.products-category-text-logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .products-category-text-logo--masaco {
    width: 52.8205128205vw;
  }
}
@media screen and (max-width: 780px) {
  .products-category-text-logo--nayuta {
    width: 69.2307692308vw;
  }
}

.products-category-text-name {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}
@media screen and (min-width: 781px) {
  .products-category-text-name {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .products-category-section--vertical .products-category-text-name {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 780px) {
  .products-category-text-name {
    font-size: 6.1538461538vw;
    margin-bottom: 2.0512820513vw;
  }
}

@media screen and (min-width: 781px) {
  .products-category-text-name-jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .products-category-text-name-jp {
    font-size: 3.5897435897vw;
  }
}

.page-footer-btns {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  position: relative;
}
@media screen and (min-width: 781px) {
  .page-footer-btns {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1500px) {
  .page-footer-btns {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media screen and (max-width: 780px) {
  .page-footer-btns {
    flex-direction: column-reverse;
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 5.1282051282vw;
  }
}
@media screen and (min-width: 781px) {
  .page-footer-btns .c-btn--center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 781px) and (max-width: 1500px) {
  .page-footer-btns .c-btn--center {
    position: static;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 781px) {
  .page-footer-btns .c-btn--right {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media screen and (min-width: 781px) and (max-width: 1500px) {
  .page-footer-btns .c-btn--right {
    position: static;
    transform: translate(0, 0);
  }
}

.repair-concept {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 780px) {
  .repair-concept {
    padding: 0;
  }
}
.repair-concept h2.section-title-under {
  margin: 0;
  padding: 40px 0 100px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .repair-concept h2.section-title-under {
    padding: 0 0 10.2564102564vw;
  }
}

@media screen and (min-width: 781px) {
  .repair-concept__intro {
    align-items: flex-start;
    display: flex;
    gap: 48px;
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .repair-concept__intro {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__intro {
    display: flex;
    flex-direction: column;
    gap: 6.1538461538vw;
    margin-bottom: 0;
    padding-bottom: 8.2051282051vw;
  }
}

@media screen and (min-width: 781px) {
  .repair-concept__intro-image {
    flex-shrink: 0;
    width: 576px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .repair-concept__intro-image {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__intro-image {
    width: 100%;
  }
}
.repair-concept__intro-image img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 781px) {
  .repair-concept__intro-text {
    flex: 1;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__intro-text {
    width: 100%;
  }
}
.repair-concept__intro-text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 780px) {
  .repair-concept__intro-text p {
    font-size: 3.5897435897vw;
    margin: 0 0 3.0769230769vw 0;
  }
}
.repair-concept__intro-text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 781px) {
  .repair-concept__description {
    margin-bottom: 48px;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__description {
    margin-bottom: 8.2051282051vw;
    margin-top: 0;
    padding: 0;
  }
}
.repair-concept__description p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 780px) {
  .repair-concept__description p {
    font-size: 3.5897435897vw;
    margin: 0 0 3.0769230769vw 0;
  }
}
.repair-concept__description p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 781px) {
  .repair-concept__details {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    display: flex;
    gap: 48px;
    padding: 48px 0;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__details {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    display: flex;
    flex-direction: column;
    gap: 8.2051282051vw;
    padding: 8.2051282051vw 0;
  }
}

@media screen and (min-width: 781px) {
  .repair-concept__detail-col {
    flex: 1;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__detail-col {
    width: 100%;
  }
}

@media screen and (min-width: 781px) {
  .repair-concept__detail-item {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__detail-item {
    margin-bottom: 3.0769230769vw;
  }
}
.repair-concept__detail-item:last-child {
  margin-bottom: 0;
}
.repair-concept__detail-item p {
  margin: 0;
}

.repair-concept__detail-title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .repair-concept__detail-title {
    font-size: 3.5897435897vw;
  }
}

.repair-concept__detail-text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .repair-concept__detail-text {
    font-size: 3.5897435897vw;
  }
}

.repair-concept__detail-note {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .repair-concept__detail-note {
    font-size: 3.0769230769vw;
  }
}

@media screen and (min-width: 781px) {
  .repair-concept__button {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
}
@media screen and (max-width: 780px) {
  .repair-concept__button {
    display: flex;
    justify-content: flex-start;
    margin-top: 12.3076923077vw;
  }
}

.sns-block {
  background-color: #f8f8f5;
}
@media screen and (min-width: 781px) {
  .sns-block {
    padding: 80px;
  }
}
@media screen and (max-width: 780px) {
  .sns-block {
    padding: 12.3076923077vw 5.1282051282vw;
  }
}
.sns-block ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 781px) {
  .sns-block ul {
    gap: 48px;
  }
}
@media screen and (max-width: 780px) {
  .sns-block ul {
    gap: 6.1538461538vw;
  }
}
.sns-block li {
  flex-shrink: 0;
}
.sns-block a {
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 781px) {
  .sns-block a:hover {
    opacity: 0.7;
  }
}
.sns-block a img {
  display: block;
}
@media screen and (min-width: 781px) {
  .sns-block a img {
    height: 32px;
    width: auto;
  }
}
@media screen and (max-width: 780px) {
  .sns-block a img {
    height: 7.1794871795vw;
    width: auto;
  }
}

@media screen and (min-width: 781px) {
  .thanks-section {
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 780px) {
  .thanks-section {
    padding: 12.3076923077vw 0 20.5128205128vw;
  }
}

@media screen and (min-width: 781px) {
  .thanks-container {
    padding: 0 40px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .thanks-container {
    padding: 0 5.1282051282vw;
    text-align: center;
  }
}

.thanks-title {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 48px 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .thanks-title {
    font-size: 6.1538461538vw;
    margin: 0 0 8.2051282051vw 0;
  }
}

@media screen and (min-width: 781px) {
  .thanks-message {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 780px) {
  .thanks-message {
    margin-bottom: 8.2051282051vw;
  }
}
.thanks-message p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 8px 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .thanks-message p {
    font-size: 3.5897435897vw;
    line-height: 2;
    margin: 0 0 2.0512820513vw 0;
  }
}
.thanks-message p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 781px) {
  .thanks-contact {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 780px) {
  .thanks-contact {
    margin-bottom: 6.1538461538vw;
  }
}

.thanks-contact-label {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 8px 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .thanks-contact-label {
    font-size: 3.0769230769vw;
    margin: 0 0 1.5384615385vw 0;
  }
}

.thanks-contact-value {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .thanks-contact-value {
    font-size: 3.5897435897vw;
  }
}

@media screen and (min-width: 781px) {
  .thanks-company {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .thanks-company {
    margin-bottom: 0;
  }
}
.thanks-company p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .thanks-company p {
    font-size: 3.5897435897vw;
  }
}

.main-visual-slider {
  position: relative;
  width: 100%;
}
.main-visual-slider .item-name {
  bottom: 136px;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .main-visual-slider .item-name {
    bottom: 10.2564102564vw;
    font-size: 4.1025641026vw;
  }
}
.main-visual-slider .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  padding: 28px 0 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .main-visual-slider .swiper-pagination {
    height: 6.6666666667vw;
    padding: 0vw 0 0vw;
  }
}
.main-visual-slider .swiper-horizontal > .swiper-pagination-bullets, .main-visual-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .main-visual-slider .swiper-pagination-custom, .main-visual-slider .swiper-pagination-fraction {
  bottom: 0;
}
.main-visual-slider .swiper-pagination-bullet {
  background-color: #ccc;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  height: 1px;
  opacity: 1;
  position: relative;
  width: 200px;
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .main-visual-slider .swiper-pagination-bullet {
    font-size: 1vw;
    width: 18%;
  }
}
@media screen and (max-width: 780px) {
  .main-visual-slider .swiper-pagination-bullet {
    bottom: 4.1025641026vw;
    width: 17.4358974359vw;
  }
}
.main-visual-slider .swiper-pagination-bullet span {
  left: 50%;
  position: absolute;
  text-align: left;
  top: -2.5em;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .main-visual-slider .swiper-pagination-bullet span {
    display: none;
  }
}
.main-visual-slider .swiper-pagination-bullet::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 0;
}
.main-visual-slider .swiper-pagination-bullet-active::after {
  animation: paginationActive 5s linear forwards;
}
@keyframes paginationActive {
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  .main-visual-slider .swiper-slide a:hover {
    opacity: 1;
  }
}

.information-bar {
  background-color: #f8f8f5;
}
@media screen and (min-width: 781px) {
  .information-bar {
    font-size: 14px;
    padding: 16px 0;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .information-bar {
    font-size: 3.0769230769vw;
    padding: 3.0769230769vw 0;
  }
}

.information-bar-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media screen and (max-width: 780px) {
  .information-bar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 4.1025641026vw;
  }
}

.information-bar-title {
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .information-bar-title {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .information-bar-title span {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .information-bar-text {
    margin-left: 0;
    margin-top: 4px;
    text-align: left;
  }
}

@media screen and (min-width: 781px) {
  .lead-section {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 780px) {
  .lead-section {
    padding-bottom: 10.2564102564vw;
    padding-top: 10.2564102564vw;
  }
}

.lead-section-inner {
  position: relative;
}
@media screen and (min-width: 781px) {
  .lead-section-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .lead-section-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (min-width: 781px) {
  .lead-section-text-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .lead-section-text-wrap {
    width: 100%;
  }
}

.lead-section-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 781px) {
  .lead-section-title {
    font-size: 40px;
  }
}
.lead-section-text {
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .lead-section-text {
    font-size: 16px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 780px) {
  .lead-section-text {
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
  }
}

.lead-section-img {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .lead-section-img {
    inset: -56px -8% 0 auto;
    margin-left: 40px;
    position: absolute;
    width: 67.7777777778%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .lead-section-img {
    display: none;
    margin: 32px 0 0 0;
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .lead-section-img {
    display: none;
    margin-top: 4.1025641026vw;
  }
}
.lead-section-img img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 780px) {
  .lead-section-img img {
    margin-left: -5.1282051282vw;
    max-width: calc(100% + 10.2564102564vw);
  }
}
@media screen and (min-width: 781px) {
  .lead-section-text-wrap .lead-section-img {
    display: none;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .lead-section-text-wrap .lead-section-img {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .lead-section-text-wrap .lead-section-img {
    display: block;
  }
}

.news-section {
  background-color: #f8f8f5;
}
.news-section-inner {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 324px auto;
}
@media screen and (max-width: 780px) {
  .news-section-inner {
    display: block;
  }
}

.news-section-title {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100% - 48px);
  justify-content: space-evenly;
  padding: 0 62px;
  text-align: center;
  width: 324px;
}
@media screen and (max-width: 780px) {
  .news-section-title {
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    margin-bottom: 4.1025641026vw;
    margin-left: -5.1282051282vw;
    padding: 10.2564102564vw 5.1282051282vw;
    width: calc(100% + 10.2564102564vw);
  }
}
.news-section-title a {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 780px) {
  .news-section-title a {
    top: 0;
    width: 20.5128205128vw;
  }
}

@media screen and (min-width: 781px) {
  .news-list {
    padding: 64px 0;
  }
}
@media screen and (max-width: 780px) {
  .news-list {
    padding: 4.1025641026vw 0 8.2051282051vw;
  }
}

.news-item {
  display: flex;
  font-size: 16px;
  margin: 12px 0;
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .news-item {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .news-item {
    flex-direction: column;
    font-size: 3.5897435897vw;
    margin: 3.0769230769vw 0;
  }
}
.news-item a {
  text-decoration: underline;
}
@media screen and (min-width: 781px) {
  .news-item a:hover {
    text-decoration: none;
  }
}

.news-item-date {
  margin-right: 24px;
}
@media screen and (max-width: 780px) {
  .news-item-date {
    margin-bottom: 1.0256410256vw;
    margin-right: 0;
  }
}

@media screen and (min-width: 781px) {
  .products-section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 780px) {
  .products-section {
    margin-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}

@media screen and (min-width: 781px) {
  .products-logo {
    margin-top: 100px;
    width: 248px;
  }
}
@media screen and (max-width: 780px) {
  .products-logo {
    margin-top: 16.4102564103vw;
    width: 52.8205128205vw;
  }
}

.products-brand-name {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 781px) {
  .products-brand-name {
    font-size: 32px;
  }
}
@media screen and (max-width: 780px) {
  .products-brand-name {
    font-size: 6.1538461538vw;
  }
}

.products-item-wrap {
  position: relative;
}
@media screen and (min-width: 781px) {
  .products-item-wrap {
    margin-top: 64px;
  }
}
@media screen and (max-width: 780px) {
  .products-item-wrap {
    margin-top: 20.5128205128vw;
  }
}

.products-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}
@media screen and (min-width: 781px) {
  .products-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    position: relative;
  }
}
@media screen and (max-width: 780px) {
  .products-list {
    gap: 10.2564102564vw;
    grid-template-columns: 1fr;
    margin-top: 10.2564102564vw;
  }
}
@media screen and (min-width: 781px) {
  .products-list--4col {
    gap: 48px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 780px) {
  .products-list--4col {
    gap: 4.1025641026vw;
    grid-template-columns: repeat(1, 1fr);
  }
}

.products-detail-btn {
  position: absolute;
  right: 0;
  top: 6px;
}
@media screen and (max-width: 780px) {
  .products-detail-btn {
    margin-top: 10.2564102564vw;
    position: static;
  }
}

.products-item {
  display: block;
}
.products-item:hover .products-item-title:after {
  transform: translateY(-50%) translateX(4px);
}

.products-item-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
}
.products-item-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.products-item-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 781px) {
  .products-item-title {
    font-size: 24px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 780px) {
  .products-item-title {
    font-size: 5.1282051282vw;
    margin-top: 4.1025641026vw;
  }
}
.products-item-title {
  position: relative;
}
.products-item-title:after {
  content: "→";
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.15s ease-in-out;
}
@media screen and (max-width: 780px) {
  .products-item-title:after {
    right: 0vw;
  }
}

@media screen and (max-width: 780px) {
  .products-detail-btn a {
    width: 100%;
  }
}

.information-section {
  background-color: #f7f7f7;
}
@media screen and (min-width: 781px) {
  .information-section {
    margin-top: 120px;
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 780px) {
  .information-section {
    padding-bottom: 20.5128205128vw;
    padding-top: 20.5128205128vw;
  }
}

@media screen and (min-width: 781px) {
  .information-wrap {
    align-items: center;
    display: flex;
    gap: 48px;
    margin-top: 64px;
  }
}

@media screen and (min-width: 781px) {
  .information-map {
    height: 480px;
    width: 65.5555555556%;
  }
}
@media screen and (max-width: 780px) {
  .information-map {
    height: 66.6666666667vw;
    margin-top: 16.4102564103vw;
    width: 100%;
  }
}

.information-text {
  flex: 1;
}
@media screen and (min-width: 781px) {
  .information-text {
    width: 26.1111111111%;
  }
}
@media screen and (max-width: 780px) {
  .information-text {
    padding-top: 4.1025641026vw;
  }
}
.information-text p {
  line-height: 2;
  margin-top: 1em;
}
.information-text p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 781px) {
  .information-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .information-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.information-text p a {
  text-decoration: underline;
}
@media screen and (min-width: 781px) {
  .information-text p a:hover {
    text-decoration: none;
  }
}
.information-text p.caution {
  color: #e6002d;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (min-width: 781px) {
  .information-text p.caution {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .information-text p.caution {
    font-size: 14px;
  }
}

.bg-section {
  height: 560px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .bg-section {
    height: 71.7948717949vw;
  }
}

.bg-section-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
@media screen and (min-width: 781px) {
  .bg-section-inner.pc {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .bg-section-inner.pc {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .bg-section-inner.sp {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .bg-section-inner.sp {
    display: block;
  }
}
.bg-section-inner .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 2s ease-in-out;
  width: 100vw;
  z-index: -1;
}
.bg-section-inner .bg-image.active {
  opacity: 1;
}

.sns-block {
  background-color: #f8f8f5;
}
@media screen and (min-width: 781px) {
  .sns-block {
    padding: 80px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .sns-block {
    padding: 10.2564102564vw 4.1025641026vw;
  }
}
.sns-block ul {
  align-items: center;
  display: flex;
  gap: 48px;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .sns-block ul {
    flex-wrap: wrap;
    gap: 8.2051282051vw;
  }
}
.sns-block li {
  list-style: none;
}
.sns-block a {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .sns-block a {
    height: 6.1538461538vw;
    width: auto;
  }
}
@media screen and (max-width: 780px) {
  .sns-block a img {
    height: 100%;
    width: auto;
  }
}

.page-title-wrap {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 781px) {
  .page-title-wrap {
    align-items: center;
    display: flex;
    height: 288px;
    justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .page-title-wrap {
    align-items: center;
    display: flex;
    height: 61.5384615385vw;
    justify-content: center;
  }
}
.page-title-wrap::before {
  background-image: url("../img/title-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
}

@media screen and (min-width: 781px) {
  .page-title-wrap--narrow {
    height: 192px;
  }
}
@media screen and (max-width: 780px) {
  .page-title-wrap--narrow {
    height: 34.8717948718vw;
  }
}
.page-title-wrap--narrow::before {
  background: none;
}

.page-title {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 781px) {
  .page-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 780px) {
  .page-title {
    font-size: 9.2307692308vw;
    line-height: 1.4;
  }
}

@media screen and (min-width: 781px) {
  .page-title-masaco img {
    width: 208px;
  }
}
@media screen and (max-width: 780px) {
  .page-title-masaco img {
    width: 37.1794871795vw;
  }
}

.under-contents {
  background-color: #f8f8f5;
}
@media screen and (min-width: 781px) {
  .under-contents {
    padding: 80px 80px 120px;
  }
}
@media screen and (max-width: 780px) {
  .under-contents {
    padding: 12.3076923077vw 5.1282051282vw;
  }
}

.under-contents-inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 781px) {
  .under-contents-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 780px) {
  .under-contents-inner {
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
  }
}

.breadcrumb {
  background-color: #f2f2f2;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
}
@media screen and (min-width: 781px) {
  .breadcrumb {
    align-items: center;
    display: flex;
    height: 48px;
    padding: 17px 80px;
  }
}
@media screen and (max-width: 780px) {
  .breadcrumb {
    font-size: 3.0769230769vw;
    height: auto;
    overflow-x: auto;
    padding: 3.0769230769vw 5.1282051282vw;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .breadcrumb ol {
    flex-wrap: nowrap;
  }
}
.breadcrumb li {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}
.breadcrumb li:not(:last-child)::after {
  color: #000;
  content: ">";
  margin-left: 0.5em;
}
@media screen and (max-width: 780px) {
  .breadcrumb li:last-child {
    padding-right: 5.1282051282vw;
  }
}
.breadcrumb li a {
  color: #000;
  text-decoration: underline;
  text-underline-position: from-font;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 781px) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
.breadcrumb li span[itemprop=name] {
  white-space: nowrap;
}

.c-btn {
  align-items: center;
  background: #1a1a1a;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  gap: 0.6em;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.85rem 3.25rem;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 16px;
  justify-content: center;
  position: relative;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  user-select: none;
}
.c-btn:hover {
  opacity: 0.92;
}
.c-btn:active {
  opacity: 0.88;
}
.c-btn:focus {
  outline: none;
}
.c-btn:focus-visible {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(0, 0, 0, 0.55);
}
.c-btn:disabled, .c-btn[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn--link::after {
  content: "→";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.15s ease-in-out;
}
.c-btn--link:hover::after {
  transform: translateY(-50%) translateX(4px);
}
.c-btn--more::after {
  content: "→";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.15s ease-in-out;
}
.c-btn--more:hover::after {
  transform: translateY(-50%) translateX(4px);
}
.c-btn--mail {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 781px) {
  .c-btn--mail {
    min-height: 64px;
    width: 324px;
  }
}
.c-btn--mail::before {
  background: url("../img/icon-btn-mail-w.svg") no-repeat;
  content: "";
  height: 20px;
  left: 1rem;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 20px;
}
.c-btn--back {
  background-color: #e6e6e6;
  color: #000;
  font-size: 18px;
  gap: 8px;
}
@media screen and (min-width: 781px) {
  .c-btn--back {
    height: 64px;
    padding: 20px 16px;
    width: 324px;
  }
}
@media screen and (max-width: 780px) {
  .c-btn--back {
    max-width: 100%;
    min-height: 12.3076923077vw;
    width: 66.6666666667vw;
  }
}
.c-btn--back::after {
  content: "←";
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.15s ease-in-out;
}
.c-btn--back:hover::after {
  transform: translateY(-50%) translateX(-4px);
}
.c-btn--dark {
  background-color: #1a1a1a;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .c-btn--sm {
    max-width: 100%;
    min-height: 48px;
    width: 200px;
  }
}
@media screen and (max-width: 780px) {
  .c-btn--sm {
    max-width: 100%;
    min-height: 12.3076923077vw;
    width: 43.5897435897vw;
  }
}
@media screen and (min-width: 781px) {
  .c-btn--md {
    max-width: 100%;
    min-height: 64px;
    width: 324px;
  }
}
@media screen and (max-width: 780px) {
  .c-btn--md {
    max-width: 100%;
    min-height: 12.3076923077vw;
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 781px) {
  .c-btn--lg {
    font-size: 24px;
    font-weight: 400;
    max-width: 100%;
    min-height: 80px;
    min-width: 448px;
  }
}
@media screen and (max-width: 780px) {
  .c-btn--lg {
    max-width: 100%;
    min-height: 16.4102564103vw;
    width: 100%;
  }
}
.c-btn--block {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .c-btn--block {
    justify-content: flex-end;
    padding: 0.85rem 3.25rem 0.85rem 3.5rem;
  }
}

.back-btn-wrap {
  background-color: #fff;
}
@media screen and (min-width: 781px) {
  .back-btn-wrap {
    display: flex;
    justify-content: center;
    padding: 100px 80px;
  }
}
@media screen and (max-width: 780px) {
  .back-btn-wrap {
    display: flex;
    justify-content: center;
    padding: 15.3846153846vw 5.1282051282vw;
  }
}

.btn {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  line-height: 1.4;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: 2px solid #33b4d3;
  outline-offset: 2px;
}
.btn[disabled], .btn[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.btn__icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.btn__icon .material-symbols-rounded {
  font-size: 20px;
  font-variation-settings: "wght" 300;
}
.btn__text {
  display: inline-block;
}
.btn--primary {
  background-color: #292929;
  border-color: #292929;
  color: #FFFFFF;
}
@media screen and (min-width: 781px) {
  .btn--primary:hover {
    background-color: rgb(66.5, 66.5, 66.5);
    border-color: rgb(66.5, 66.5, 66.5);
  }
  .btn--primary:active {
    background-color: rgb(53.75, 53.75, 53.75);
    border-color: rgb(53.75, 53.75, 53.75);
    transform: translateY(1px);
  }
}
.btn--secondary {
  background-color: #FFFFFF;
  border-color: #333333;
  color: #292929;
}
@media screen and (min-width: 781px) {
  .btn--secondary:hover {
    background-color: #f2f2f2;
    border-color: #333333;
  }
  .btn--secondary:active {
    background-color: #e6e6e6;
    border-color: #333333;
    transform: translateY(1px);
  }
}
.btn--tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #292929;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (min-width: 781px) {
  .btn--tertiary:hover {
    color: #5c5c5c;
    text-decoration-thickness: 2px;
  }
  .btn--tertiary:active {
    color: rgb(66.5, 66.5, 66.5);
    transform: translateY(1px);
  }
}
@media screen and (min-width: 781px) {
  .btn--large {
    font-size: 20px;
    height: 80px;
    min-width: 448px;
    padding: 20px 40px;
  }
  .btn--medium {
    font-size: 18px;
    height: 64px;
    min-width: 324px;
    padding: 20px 32px;
  }
  .btn--small {
    font-size: 16px;
    height: 48px;
    min-width: 200px;
    padding: 14px 24px;
  }
}
@media screen and (max-width: 780px) {
  .btn {
    width: 100%;
  }
  .btn--large {
    font-size: 4.6153846154vw;
    height: 64px;
    min-width: auto;
    padding: 5.1282051282vw 8.2051282051vw;
  }
  .btn--medium {
    font-size: 4.1025641026vw;
    height: 48px;
    min-width: auto;
    padding: 3.5897435897vw 6.1538461538vw;
  }
  .btn--small {
    font-size: 4.1025641026vw;
    height: 48px;
    min-width: auto;
    padding: 3.5897435897vw 5.1282051282vw;
  }
  .btn--xs {
    font-size: 3.5897435897vw;
    height: 40px;
    min-width: auto;
    padding: 2.5641025641vw 4.1025641026vw;
    width: auto;
  }
}
.btn--fluid {
  min-width: auto;
  width: auto;
}
@media screen and (max-width: 780px) {
  .btn--fluid {
    width: auto;
  }
}
.btn--has-icon {
  gap: 12px;
}
@media screen and (max-width: 780px) {
  .btn--has-icon {
    gap: 2.0512820513vw;
  }
}

.btn-arrow {
  align-items: center;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 48px;
}
@media screen and (max-width: 780px) {
  .btn-arrow {
    height: 11.2820512821vw;
    width: 11.2820512821vw;
  }
}
.btn-arrow .material-symbols-rounded {
  font-size: 24px;
  font-variation-settings: "wght" 300;
}
@media screen and (max-width: 780px) {
  .btn-arrow .material-symbols-rounded {
    font-size: 5.1282051282vw;
  }
}
.btn-arrow:focus {
  outline: none;
}
.btn-arrow:focus-visible {
  outline: 2px solid #33b4d3;
  outline-offset: 2px;
}
.btn-arrow--red-white {
  background-color: #e50120;
  border-color: #e50120;
  color: #FFFFFF;
}
@media screen and (min-width: 781px) {
  .btn-arrow--red-white:hover {
    background-color: rgb(203.6108695652, 0.8891304348, 28.452173913);
    border-color: rgb(203.6108695652, 0.8891304348, 28.452173913);
  }
}
.btn-arrow--gray-red {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #e50120;
}
@media screen and (min-width: 781px) {
  .btn-arrow--gray-red:hover {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
  }
}
.btn-arrow--gray-blue {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #33b4d3;
}
@media screen and (min-width: 781px) {
  .btn-arrow--gray-blue:hover {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
  }
}
.btn-arrow--blue-white {
  background-color: #33b4d3;
  border-color: #33b4d3;
  color: #FFFFFF;
}
@media screen and (min-width: 781px) {
  .btn-arrow--blue-white:hover {
    background-color: rgb(41.9596774194, 164.9778225806, 194.5403225806);
    border-color: rgb(41.9596774194, 164.9778225806, 194.5403225806);
  }
}
.btn-arrow--white-red {
  background-color: #FFFFFF;
  border-color: #b3b3b3;
  color: #e50120;
}
@media screen and (min-width: 781px) {
  .btn-arrow--white-red:hover {
    background-color: #f2f2f2;
    border-color: #999999;
  }
}

.button-gallery {
  padding: 60px 0;
}
@media screen and (max-width: 780px) {
  .button-gallery {
    padding: 40px 0;
  }
}
.button-gallery__title {
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .button-gallery__title {
    font-size: 32px;
  }
}
.button-gallery__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .button-gallery__section {
    margin-bottom: 40px;
  }
}
.button-gallery__section-title {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .button-gallery__section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.button-gallery__subsection {
  margin-bottom: 40px;
}
.button-gallery__subsection-title {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .button-gallery__subsection-title {
    font-size: 18px;
  }
}
.button-gallery__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 780px) {
  .button-gallery__grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.button-gallery__grid-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 780px) {
  .button-gallery__grid-horizontal {
    flex-direction: column;
    gap: 16px;
  }
}
.button-gallery__item {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
@media screen and (max-width: 780px) {
  .button-gallery__item {
    padding: 20px;
  }
}
.button-gallery__display {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 120px;
  padding: 20px;
}
@media screen and (max-width: 780px) {
  .button-gallery__display {
    min-height: 100px;
    padding: 16px;
  }
}
@media screen and (max-width: 780px) {
  .button-gallery__display .btn {
    max-width: 100%;
    width: auto;
  }
}
.button-gallery__label {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .button-gallery__label {
    font-size: 13px;
  }
}
.button-gallery__states {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .button-gallery__states {
    flex-direction: column;
    gap: 8px;
  }
}
.button-gallery__state {
  display: flex;
  flex: 1;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .button-gallery__state {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .button-gallery__state .btn {
    width: 100%;
  }
}
.button-gallery__arrows {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 780px) {
  .button-gallery__arrows {
    gap: 24px;
  }
}
.button-gallery__arrow-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.button-gallery__arrow-item .button-gallery__label {
  margin-bottom: 0;
}

.color-palette {
  padding: 40px 0;
}
.color-palette__header {
  margin-bottom: 40px;
}
.color-palette__title {
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.color-palette__description {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}
.color-palette__section {
  margin-bottom: 60px;
}
.color-palette__section-title {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}
.color-palette__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .color-palette__grid {
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
}
.color-palette__note {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-top: 40px;
  padding: 24px;
}
.color-palette__note p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.color-palette__contrast-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 780px) {
  .color-palette__contrast-info {
    gap: 8px;
  }
}
.color-palette__contrast-item {
  align-items: center;
  display: flex;
}
.color-palette__contrast-label {
  align-items: center;
  color: #4d4d4d;
  display: flex;
  font-size: 16px;
  gap: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .color-palette__contrast-label {
    font-size: 14px;
    gap: 8px;
  }
}
.color-palette__contrast-badge {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  padding: 4px 12px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .color-palette__contrast-badge {
    font-size: 12px;
    padding: 2px 8px;
  }
}
.color-palette__contrast-badge--white-3, .color-palette__contrast-badge--white-45 {
  background-color: #FFFFFF;
  border: 1px solid #b3b3b3;
  color: #1a1a1a;
}
.color-palette__contrast-badge--black-3, .color-palette__contrast-badge--black-45 {
  background-color: #1a1a1a;
  color: #FFFFFF;
}

.color-chip--vertical {
  display: flex;
  flex-direction: column;
  min-width: 108px;
}
@media screen and (max-width: 780px) {
  .color-chip--vertical {
    min-width: 80px;
  }
}
.color-chip--horizontal {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.color-chip__info {
  margin-bottom: 12px;
}
@media screen and (max-width: 780px) {
  .color-chip__info {
    margin-bottom: 8px;
  }
}
.color-chip__name {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media screen and (max-width: 780px) {
  .color-chip__name {
    font-size: 14px;
  }
}
.color-chip__value {
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .color-chip__value {
    font-size: 12px;
  }
}
.color-chip__opacity {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (max-width: 780px) {
  .color-chip__opacity {
    font-size: 12px;
  }
}
.color-chip__swatch {
  border: 1px solid #cccccc;
  border-radius: 8px;
  height: 160px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 108px;
}
@media screen and (max-width: 780px) {
  .color-chip__swatch {
    border-radius: 6px;
    height: 120px;
    width: 80px;
  }
}
@media screen and (min-width: 781px) {
  .color-chip__swatch:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
}
.color-chip--horizontal .color-chip__swatch {
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 780px) {
  .color-chip--horizontal .color-chip__swatch {
    height: 60px;
    width: 60px;
  }
}

.color-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 780px) {
  .color-chip-list {
    gap: 12px;
  }
}

@media screen and (min-width: 781px) {
  .form-section {
    margin: auto;
    max-width: 1200px;
    padding: 0;
  }
}

.form-header {
  text-align: center;
}
@media screen and (min-width: 781px) {
  .form-header {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 780px) {
  .form-header {
    padding: 0 0 12.3076923077vw;
  }
}

.form-title {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 780px) {
  .form-title {
    font-size: 6.1538461538vw;
    margin: 0 0 4.1025641026vw 0;
  }
}

.form-required-note {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .form-required-note {
    font-size: 3.5897435897vw;
  }
}

@media screen and (min-width: 781px) {
  .contact-form {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 780px) {
  .contact-form {
    width: 100%;
  }
}

@media screen and (min-width: 781px) {
  .form-group {
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
    display: flex;
    gap: 60px;
    padding: 32px 40px;
  }
}
@media screen and (max-width: 780px) {
  .form-group {
    border-bottom: 1px solid #b3b3b3;
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    padding: 6.1538461538vw 0;
  }
}
@media screen and (min-width: 781px) {
  .form-group:first-child {
    border-top: 1px solid #b3b3b3;
  }
}
@media screen and (max-width: 780px) {
  .form-group:first-child {
    border-top: 1px solid #b3b3b3;
  }
}

.form-label {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 781px) {
  .form-label {
    flex-shrink: 0;
    width: 140px;
  }
}
@media screen and (max-width: 780px) {
  .form-label {
    font-size: 3.5897435897vw;
    width: 100%;
  }
}

.form-required-mark {
  color: #e50120;
}

.form-input-group {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 781px) and (max-width: 920px) {
  .form-input-group {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 780px) {
  .form-input-group {
    gap: 4.1025641026vw;
    width: 100%;
  }
}
.form-input-group--vertical {
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 780px) {
  .form-input-group--vertical {
    gap: 4.1025641026vw;
  }
}

.form-input-wrapper {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 781px) {
  .form-input-wrapper {
    flex: 1;
  }
  .en .form-input-wrapper {
    display: grid;
  }
}
@media screen and (max-width: 780px) {
  .form-input-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 3.0769230769vw;
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  .form-input-wrapper--half {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1120px) {
  .form-input-wrapper--half {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .form-input-wrapper--half {
    width: 100%;
  }
}

.form-input-label {
  color: #000000;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .form-input-label {
    font-size: 3.5897435897vw;
  }
}

@media screen and (min-width: 781px) {
  .form-input-group--vertical .form-input-label {
    width: 144px;
  }
  .en .form-input-group--vertical .form-input-label {
    width: 240px;
  }
}

@media screen and (min-width: 781px) {
  .form-input-group--vertical .form-input-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 781px) {
  .form-input-group--vertical .form-input {
    flex: 1;
    width: 100%;
  }
}

.form-input {
  background: #FFFFFF;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  color: #000000;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  transition: border-color 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .form-input {
    font-size: 3.5897435897vw;
    padding: 3.0769230769vw 4.1025641026vw;
    width: 100%;
  }
}
.form-input::-webkit-input-placeholder {
  color: #999999;
}
.form-input:-ms-input-placeholder {
  color: #999999;
}
.form-input::placeholder {
  color: #999999;
}
.form-input:focus {
  border-color: #666666;
  outline: none;
}
.form-input--full {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .form-input--zip {
    max-width: 200px;
  }
}
@media screen and (max-width: 780px) {
  .form-input--zip {
    width: 100%;
  }
}

.form-select {
  background: #FFFFFF;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 15px 40px 15px 20px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7 9L3 5h8z' fill='%23000'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
@media screen and (min-width: 781px) {
  .form-select {
    max-width: 421px;
  }
}
@media screen and (max-width: 780px) {
  .form-select {
    background-position: right 3.0769230769vw center;
    font-size: 3.5897435897vw;
    padding: 3.0769230769vw 9.2307692308vw 3.0769230769vw 4.1025641026vw;
    width: 100%;
  }
}
.form-select:focus {
  border-color: #666666;
  outline: none;
}

.form-textarea {
  background: #FFFFFF;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  resize: vertical;
  transition: border-color 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .form-textarea {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-textarea:-ms-input-placeholder {
  color: #999999;
}
.form-textarea::placeholder {
  color: #999999;
}
.form-textarea:focus {
  border-color: #666666;
  outline: none;
}

.form-file {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .form-file {
    flex-wrap: wrap;
    gap: 3.0769230769vw;
  }
}

.form-file-input {
  display: none;
}

.form-file-button {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 12px 24px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .form-file-button {
    font-size: 3.0769230769vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
.form-file-button:hover {
  background: #333333;
}

.form-file-name {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .form-file-name {
    font-size: 3.5897435897vw;
  }
}

@media screen and (min-width: 781px) {
  .form-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0 0;
  }
}
@media screen and (max-width: 780px) {
  .form-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12.3076923077vw 0 0;
  }
}

.form-notice {
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .form-notice {
    margin-bottom: 48px;
    padding: 24px;
  }
}
@media screen and (max-width: 780px) {
  .form-notice {
    margin-bottom: 8.2051282051vw;
    padding: 5.1282051282vw;
  }
}
.form-notice p {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .form-notice p {
    font-size: 3.5897435897vw;
    gap: 1.5384615385vw;
  }
}
.form-notice p strong {
  color: #e6002d;
  font-weight: 700;
}

@media screen and (min-width: 781px) {
  .form-confirm-group {
    align-items: flex-start;
    border-bottom: 1px solid #b3b3b3;
    display: flex;
    gap: 60px;
    padding: 32px 40px;
  }
}
@media screen and (max-width: 780px) {
  .form-confirm-group {
    border-bottom: 1px solid #b3b3b3;
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    padding: 6.1538461538vw 0;
  }
}
@media screen and (min-width: 781px) {
  .form-confirm-group:first-child {
    border-top: 1px solid #b3b3b3;
  }
}
@media screen and (max-width: 780px) {
  .form-confirm-group:first-child {
    border-top: 1px solid #b3b3b3;
  }
}

.form-confirm-label {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 781px) {
  .form-confirm-label {
    flex-shrink: 0;
    width: 140px;
  }
}
@media screen and (max-width: 780px) {
  .form-confirm-label {
    font-size: 3.5897435897vw;
    width: 100%;
  }
}

.form-confirm-value {
  color: #000000;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .form-confirm-value {
    font-size: 3.5897435897vw;
    width: 100%;
  }
}
.form-confirm-value p {
  line-height: 2;
  margin: 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 0.875rem !important;
}

.wpcf7-spinner {
  margin-top: 0.5em !important;
}

.material-symbols-rounded {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
}
.icon--size-20 .material-symbols-rounded {
  font-size: 20px;
  font-variation-settings: "opsz" 20;
}
.icon--size-24 .material-symbols-rounded {
  font-size: 24px;
  font-variation-settings: "opsz" 24;
}
.icon--weight-200 .material-symbols-rounded {
  font-variation-settings: "wght" 200;
}
.icon--weight-300 .material-symbols-rounded {
  font-variation-settings: "wght" 300;
}

.icon-button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 48px;
}
@media screen and (max-width: 780px) {
  .icon-button {
    height: 44px;
    width: 44px;
  }
}
@media screen and (min-width: 781px) {
  .icon-button:hover {
    background-color: #e6e6e6;
    color: #1a1a1a;
  }
}
.icon-button:active {
  background-color: #cccccc;
}
.icon-button:focus-visible {
  outline: 2px solid #33b4d3;
  outline-offset: 2px;
}
.icon-button--primary {
  color: #33b4d3;
}
@media screen and (min-width: 781px) {
  .icon-button--primary:hover {
    background-color: rgba(51, 180, 211, 0.1);
  }
}
.icon-button--danger {
  color: #e50120;
}
@media screen and (min-width: 781px) {
  .icon-button--danger:hover {
    background-color: rgba(229, 1, 32, 0.1);
  }
}
.icon-button--close {
  color: #666666;
}
@media screen and (min-width: 781px) {
  .icon-button--close:hover {
    color: #1a1a1a;
  }
}

.tag {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1.4;
  padding: 4px 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .tag {
    font-size: 11px;
    padding: 3px 10px;
  }
}
.tag--info {
  background-color: #33b4d3;
  color: #FFFFFF;
}
.tag--class {
  background-color: #9b59b6;
  color: #FFFFFF;
}
.tag--event {
  background-color: #e74c3c;
  color: #FFFFFF;
}
.tag--workshop {
  background-color: #f39c12;
  color: #FFFFFF;
}
.tag--other {
  background-color: #7f7f7f;
  color: #FFFFFF;
}

.beginner-badge {
  align-items: center;
  background-color: #f4d22c;
  border-radius: 4px;
  color: #1a1a1a;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
}
.beginner-badge--S {
  font-size: 14px;
  height: 28px;
  width: 20px;
}
.beginner-badge--M {
  font-size: 24px;
  height: 48px;
  width: 48px;
}

.icon-gallery {
  padding: 60px 0;
}
@media screen and (max-width: 780px) {
  .icon-gallery {
    padding: 40px 0;
  }
}
.icon-gallery__title {
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__title {
    font-size: 32px;
  }
}
.icon-gallery__description {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__description {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.icon-gallery__description a {
  color: #33b4d3;
  text-decoration: none;
}
.icon-gallery__description a:hover {
  text-decoration: underline;
}
.icon-gallery__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__section {
    margin-bottom: 40px;
  }
}
.icon-gallery__section-title {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.icon-gallery__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
@media screen and (max-width: 780px) {
  .icon-gallery__grid {
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
.icon-gallery__item {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 780px) {
  .icon-gallery__item {
    padding: 16px;
  }
}
@media screen and (min-width: 781px) {
  .icon-gallery__item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
}
.icon-gallery__display {
  align-items: center;
  color: #4d4d4d;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  width: 48px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__display {
    height: 40px;
    margin-bottom: 8px;
    width: 40px;
  }
}
.icon-gallery__label {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .icon-gallery__label {
    font-size: 12px;
  }
}
.icon-gallery__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__sizes {
    gap: 24px;
  }
}
.icon-gallery__size-group {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.icon-gallery__size-group .icon-gallery__display {
  margin-bottom: 12px;
}
.icon-gallery__size-group .icon-gallery__label {
  color: #666666;
  font-size: 13px;
}
.icon-gallery__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__tags {
    gap: 8px;
  }
}
.icon-gallery__badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .icon-gallery__badges {
    gap: 12px;
  }
}

.modal-wrap {
  background-color: #fff;
  color: #000;
  margin: auto;
  overflow-y: auto;
}
@media screen and (min-width: 781px) {
  .modal-wrap {
    height: 45vw;
    padding: 2em;
    width: 800px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  .modal-wrap {
    height: calc(100vw - 10vw);
  }
}
@media screen and (max-width: 780px) {
  .modal-wrap {
    height: calc(100% - 5.1282051282vw);
    padding: 1em;
  }
}
.modal-wrap h2 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .modal-wrap h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .modal-wrap h2 {
    font-size: 6.1538461538vw;
  }
}
.modal-wrap h3 {
  font-weight: bold;
  margin-top: 1.5em;
}
@media screen and (min-width: 781px) {
  .modal-wrap h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .modal-wrap h3 {
    font-size: 6.1538461538vw;
  }
}
.modal-wrap p {
  margin-top: 1.5em;
}
@media screen and (min-width: 781px) {
  .modal-wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .modal-wrap p {
    font-size: 4.6153846154vw;
  }
}
.modal-wrap ol {
  margin-top: 2em;
}
.modal-wrap ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.3em;
  margin-top: 1em;
}
@media screen and (min-width: 781px) {
  .modal-wrap ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .modal-wrap ol li {
    font-size: 4.6153846154vw;
  }
}

.popup-modal-dismiss {
  text-align: center;
}

@media screen and (min-width: 781px) {
  .news-pagination, .pagination {
    padding-top: 24px;
  }
}
@media screen and (max-width: 780px) {
  .news-pagination, .pagination {
    padding-top: 6.1538461538vw;
  }
}

.news-pagination-list, .pagination-list {
  display: flex;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .news-pagination-list, .pagination-list {
    gap: 4.1025641026vw;
  }
}

@media screen and (min-width: 781px) {
  .gallery-pagination__item, .news-pagination-item, .pagination-item {
    height: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 780px) {
  .gallery-pagination__item, .news-pagination-item, .pagination-item {
    height: 10.2564102564vw;
    width: 10.2564102564vw;
  }
}
.gallery-pagination__item a, .news-pagination-item a, .pagination-item a,
.gallery-pagination__item span,
.news-pagination-item span,
.pagination-item span {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .gallery-pagination__item a, .news-pagination-item a, .pagination-item a,
  .gallery-pagination__item span,
  .news-pagination-item span,
  .pagination-item span {
    font-size: 4.1025641026vw;
  }
}
.gallery-pagination__item a, .news-pagination-item a, .pagination-item a {
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (min-width: 781px) {
  .gallery-pagination__item a:hover, .news-pagination-item a:hover, .pagination-item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.is-current.gallery-pagination__item span, .is-current.news-pagination-item span, .is-current.pagination-item span, .is-active.gallery-pagination__item span, .is-active.news-pagination-item span, .is-active.pagination-item span {
  background-color: #e6e6e6;
  text-decoration: none;
}

.pagination.pagination--top {
  margin-bottom: 48px;
}
@media screen and (max-width: 780px) {
  .pagination.pagination--top {
    margin-bottom: 10.2564102564vw;
  }
}
.pagination.pagination--bottom {
  margin-top: 48px;
}
@media screen and (max-width: 780px) {
  .pagination.pagination--bottom {
    margin-top: 10.2564102564vw;
  }
}

.gallery-pagination {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .gallery-pagination {
    gap: 4.1025641026vw;
  }
}
.gallery-pagination.gallery-pagination--top {
  margin-bottom: 48px;
}
@media screen and (max-width: 780px) {
  .gallery-pagination.gallery-pagination--top {
    margin-bottom: 10.2564102564vw;
  }
}
.gallery-pagination.gallery-pagination--bottom {
  margin-top: 48px;
}
@media screen and (max-width: 780px) {
  .gallery-pagination.gallery-pagination--bottom {
    margin-top: 10.2564102564vw;
  }
}

.defs {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

svg {
  display: block;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: #dee2e6;
  color: #212529;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .table {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .table {
    font-size: 3.5897435897vw;
  }
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem 0.5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table th {
  text-align: left;
}
@media screen and (min-width: 781px) {
  .table th {
    padding-left: 1.5em;
  }
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 781px) {
  .caption-top {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 780px) {
  .caption-top {
    font-size: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  border-color: #bacbe6;
  color: #000;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  border-color: #cbccce;
  color: #000;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  border-color: #bcd0c7;
  color: #000;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  border-color: #badce3;
  color: #000;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  border-color: #e6dbb9;
  color: #000;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  border-color: #dfc2c4;
  color: #000;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  border-color: #dfe0e1;
  color: #000;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  border-color: #373b3e;
  color: #fff;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}