@charset "UTF-8";
/* common */
.contentContainer {
  color: #8A8A8A;
}

.contentContainer img {
  vertical-align: top;
}

.footer-navigation {
  margin-top: 0 !important;
}

.fontNotoSansJp, .contentContainer {
  font-family: "Noto Sans Japanese";
}

.fontJinsNextLight {
  font-family: jins_next_ttlight;
}

.fontJinsNextRegular {
  font-family: jins_next_ttregular;
}

.fontJinsNextMedium {
  font-family: jins_next_ttmedium;
}

.fontJinsNextBold {
  font-family: jins_next_ttbold;
}

/* content */
/* ----------import---------- */
/* media-queries */
@media screen and (max-width: 767px) {
  .orientation_landscape .landscape {
    display: block;
  }
  .orientation_landscape .portrait {
    display: none;
  }
  .orientation_portrait .landscape {
    display: none;
  }
  .orientation_portrait .portrait {
    display: block;
  }
}
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

.sp-tb {
  display: none;
}

.tb-pc {
  display: none;
}

.js-media-queries {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .js-media-queries {
    font-family: "sp";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: block;
  }
  .js-media-queries {
    font-family: "tb";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media screen and (min-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media print {
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
}
/*! http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* modified */
.contentContainer {
  /*! HTML5 display-role reset for older browsers */
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.contentContainer html, .contentContainer body, .contentContainer div, .contentContainer span, .contentContainer applet, .contentContainer object, .contentContainer iframe,
.contentContainer h1, .contentContainer h2, .contentContainer h3, .contentContainer h4, .contentContainer h5, .contentContainer h6, .contentContainer p, .contentContainer blockquote, .contentContainer pre,
.contentContainer a, .contentContainer abbr, .contentContainer acronym, .contentContainer address, .contentContainer big, .contentContainer cite, .contentContainer code,
.contentContainer del, .contentContainer dfn, .contentContainer em, .contentContainer img, .contentContainer ins, .contentContainer kbd, .contentContainer q, .contentContainer s, .contentContainer samp,
.contentContainer small, .contentContainer strike, .contentContainer strong, .contentContainer sub, .contentContainer sup, .contentContainer tt, .contentContainer var,
.contentContainer b, .contentContainer u, .contentContainer i, .contentContainer center,
.contentContainer dl, .contentContainer dt, .contentContainer dd, .contentContainer ol, .contentContainer ul, .contentContainer li,
.contentContainer fieldset, .contentContainer form, .contentContainer label, .contentContainer legend,
.contentContainer table, .contentContainer caption, .contentContainer tbody, .contentContainer tfoot, .contentContainer thead, .contentContainer tr, .contentContainer th, .contentContainer td,
.contentContainer article, .contentContainer aside, .contentContainer canvas, .contentContainer details, .contentContainer embed,
.contentContainer figure, .contentContainer figcaption, .contentContainer footer, .contentContainer header, .contentContainer hgroup,
.contentContainer menu, .contentContainer nav, .contentContainer output, .contentContainer ruby, .contentContainer section, .contentContainer summary,
.contentContainer time, .contentContainer mark, .contentContainer audio, .contentContainer video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.contentContainer ul li,
.contentContainer ol li {
  list-style: none;
}
.contentContainer article, .contentContainer aside, .contentContainer details, .contentContainer figcaption, .contentContainer figure,
.contentContainer footer, .contentContainer header, .contentContainer hgroup, .contentContainer menu, .contentContainer nav, .contentContainer section {
  display: block;
}
.contentContainer body {
  line-height: 1;
}
.contentContainer ol, .contentContainer ul {
  list-style: none;
}
.contentContainer blockquote, .contentContainer q {
  quotes: none;
}
.contentContainer blockquote:before, .contentContainer blockquote:after,
.contentContainer q:before, .contentContainer q:after {
  content: "";
  content: none;
}
.contentContainer table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contentContainer *,
.contentContainer *:before,
.contentContainer *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contentContainer * {
  margin: 0;
  padding: 0;
  border: none;
}
.contentContainer *:focus {
  outline: none;
}
.contentContainer img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.inview {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.inview.is-inview {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.u-btn-line-motion {
  position: relative;
}
.u-btn-line-motion a {
  position: relative;
  display: inline-block;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.u-btn-line-motion a::before {
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.u-btn-line-motion a::before {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media screen and (min-width: 1024px) {
  .u-btn-line-motion a:hover {
    color: rgba(0, 0, 0, 0.6);
  }
  .u-btn-line-motion a:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 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: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999 !important;
  pointer-events: none;
  color: #fff;
}
.loader .loader__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  pointer-events: all;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.loader.is-loaded .loader__bg {
  height: 0 !important;
}
.loader.is-loaded .loader__circle {
  opacity: 0;
}

.loader__circle {
  position: absolute;
  bottom: 15%;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  -webkit-animation: loader-rotate 1s linear infinite;
          animation: loader-rotate 1s linear infinite;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .loader__circle {
    left: calc(50% - 25px);
  }
}

@-webkit-keyframes loader-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ----------fonts---------- */
/* ----------pages---------- */
/*
.commonImport-footer{
  position: fixed!important;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  @include sp{
    position: relative!important;
  }
}
*/
/*
  @include pc1440{
    box-shadow: 0 0 0 1px pink;
  }
  @include pc1280{
    box-shadow: 0 0 0 1px purple;
  }
  @include pc1140{
    box-shadow: 0 0 0 1px yellow;
  }
  @include pc1024{
    box-shadow: 0 0 0 1px green;
  }
  @include tb{
    box-shadow: 0 0 0 1px blue;
  }
  @include sp{
    box-shadow: 0 0 0 1px red;
  }
 */
.jinshome-keyvisual {
  margin-top: 70px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinshome-keyvisual {
    margin-top: 0px !important;
  }
}
.jinshome-keyvisual__photo {
  position: relative;
  width: 100%;
}
.jinshome-keyvisual__photo-glass {
  position: absolute;
  width: 20%;
  top: 48%;
  left: 26%;
  --r: 0deg;
  --jx: 0px;
  --jy: 0px;
  -webkit-transform: translate(var(--jx), var(--jy)) rotate(calc(190deg + var(--r)));
      -ms-transform: translate(var(--jx), var(--jy)) rotate(calc(190deg + var(--r)));
          transform: translate(var(--jx), var(--jy)) rotate(calc(190deg + var(--r)));
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jitter-move 0.8s steps(2, end) infinite, jitter-rot 1.2s steps(3, end) infinite, jitter-move2 1.6s steps(4, end) infinite;
          animation: jitter-move 0.8s steps(2, end) infinite, jitter-rot 1.2s steps(3, end) infinite, jitter-move2 1.6s steps(4, end) infinite;
  /* ---- 少しずつランダムにぶれる（X/Y） ---- */
  /* ---- 回転方向ランダム ---- */
  /* ---- 追加でランダム性（X/Y別軸） ---- */
}
@media screen and (max-width: 767px) {
  .jinshome-keyvisual__photo-glass {
    top: 46%;
    left: 24%;
  }
}
@-webkit-keyframes jitter-move {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(190deg);
            transform: translate(0px, 0px) rotate(190deg);
  }
  20% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(190.25deg);
            transform: translate(0.5px, -0.5px) rotate(190.25deg);
  }
  40% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(189.75deg);
            transform: translate(-0.5px, 0.5px) rotate(189.75deg);
  }
  60% {
    -webkit-transform: translate(1px, -0.25px) rotate(190.15deg);
            transform: translate(1px, -0.25px) rotate(190.15deg);
  }
  80% {
    -webkit-transform: translate(-1px, 0.5px) rotate(189.85deg);
            transform: translate(-1px, 0.5px) rotate(189.85deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(190deg);
            transform: translate(0px, 0px) rotate(190deg);
  }
}
@keyframes jitter-move {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(190deg);
            transform: translate(0px, 0px) rotate(190deg);
  }
  20% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(190.25deg);
            transform: translate(0.5px, -0.5px) rotate(190.25deg);
  }
  40% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(189.75deg);
            transform: translate(-0.5px, 0.5px) rotate(189.75deg);
  }
  60% {
    -webkit-transform: translate(1px, -0.25px) rotate(190.15deg);
            transform: translate(1px, -0.25px) rotate(190.15deg);
  }
  80% {
    -webkit-transform: translate(-1px, 0.5px) rotate(189.85deg);
            transform: translate(-1px, 0.5px) rotate(189.85deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(190deg);
            transform: translate(0px, 0px) rotate(190deg);
  }
}
@-webkit-keyframes jitter-rot {
  0% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  25% {
    -webkit-transform: rotate(190.75deg);
            transform: rotate(190.75deg);
  }
  50% {
    -webkit-transform: rotate(189.25deg);
            transform: rotate(189.25deg);
  }
  75% {
    -webkit-transform: rotate(190.4deg);
            transform: rotate(190.4deg);
  }
  100% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
}
@keyframes jitter-rot {
  0% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  25% {
    -webkit-transform: rotate(190.75deg);
            transform: rotate(190.75deg);
  }
  50% {
    -webkit-transform: rotate(189.25deg);
            transform: rotate(189.25deg);
  }
  75% {
    -webkit-transform: rotate(190.4deg);
            transform: rotate(190.4deg);
  }
  100% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
}
@-webkit-keyframes jitter-move2 {
  0% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(190deg);
            transform: translate(-0.5px, 0.5px) rotate(190deg);
  }
  25% {
    -webkit-transform: translate(0.5px, -1px) rotate(189.75deg);
            transform: translate(0.5px, -1px) rotate(189.75deg);
  }
  50% {
    -webkit-transform: translate(-1px, 0.25px) rotate(190.5deg);
            transform: translate(-1px, 0.25px) rotate(190.5deg);
  }
  75% {
    -webkit-transform: translate(1px, 0.75px) rotate(189.6deg);
            transform: translate(1px, 0.75px) rotate(189.6deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(190deg);
            transform: translate(0px, 0px) rotate(190deg);
  }
}
@keyframes jitter-move2 {
  0% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(190deg);
            transform: translate(-0.5px, 0.5px) rotate(190deg);
  }
  25% {
    -webkit-transform: translate(0.5px, -1px) rotate(189.75deg);
            transform: translate(0.5px, -1px) rotate(189.75deg);
  }
  50% {
    -webkit-transform: translate(-1px, 0.25px) rotate(190.5deg);
            transform: translate(-1px, 0.25px) rotate(190.5deg);
  }
  75% {
    -webkit-transform: translate(1px, 0.75px) rotate(189.6deg);
            transform: translate(1px, 0.75px) rotate(189.6deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(190deg);
            transform: translate(0px, 0px) rotate(190deg);
  }
}
.jinshome-keyvisual__title, .jinshome-keyvisual__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jinshome-keyvisual__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px !important;
}
.jinshome-keyvisual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .jinshome-keyvisual__title {
    padding-top: 30px !important;
  }
}
.jinshome-keyvisual__title-title {
  width: 460px;
  max-width: 50%;
}
.jinshome-keyvisual__title-newdesign {
  margin-left: 30px !important;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .jinshome-keyvisual__title-newdesign {
    margin-left: 20px !important;
    width: 18%;
  }
}
.jinshome-keyvisual__logo-logo {
  width: 460px;
  max-width: 50%;
}

.jinshome-lead {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}
@media screen and (max-width: 767px) {
  .jinshome-lead {
    padding-top: 60px !important;
    padding-bottom: 120px !important;
  }
}
.jinshome-lead__copy {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 200%;
  font-size: 36px !important;
  text-align: center;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .jinshome-lead__copy {
    font-size: 22px !important;
    text-align: center;
  }
}
.jinshome-lead__lead {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 200%;
  font-size: 16px !important;
  text-align: center;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .jinshome-lead__lead {
    font-size: 13px !important;
  }
}
.jinshome-lead__name {
  font-size: 16px !important;
  text-align: center;
}

.jinshome-bg {
  width: 100%;
  position: relative;
}
.jinshome-bg__head {
  line-height: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/jinshome-bg-head.png);
  background-repeat: repeat-x;
  background-size: 1000px 6px;
}
.jinshome-bg__body {
  line-height: 0;
  width: 100%;
  height: auto;
  background-image: url(../img/jinshome-bg-body.png);
  background-repeat: repeat;
  background-size: 1000px auto;
}
.jinshome-bg__foot {
  line-height: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/jinshome-bg-foot.png);
  background-repeat: repeat-x;
  background-size: 1000px 6px;
}

.jinshomme-feature {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature {
    padding-bottom: 100px !important;
  }
}
.jinshomme-feature.is-feature-1 {
  padding-top: 200px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature.is-feature-1 {
    padding-top: 0px !important;
  }
}
.jinshomme-feature.is-feature-2 {
  padding-top: 200px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature.is-feature-2 {
    padding-top: 0px !important;
  }
}
.jinshomme-feature.is-feature-3 {
  padding-top: 400px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature.is-feature-3 {
    padding-top: 0px !important;
  }
}
.jinshomme-feature__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jinshomme-feature__photo.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo {
    display: block;
  }
}
.jinshomme-feature__photo-cat {
  position: relative;
  width: 50%;
  overflow: hidden;
  z-index: 99;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-cat {
    width: 90%;
  }
}
.jinshomme-feature__photo-cat video {
  top: 0;
  line-height: 0;
  width: 90%;
  aspect-ratio: 1/1;
}
.jinshomme-feature__photo-cat-mask {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.jinshomme-feature__photo-cat-mask img {
  width: 100%;
}
.jinshomme-feature__photo-cat.is-feature-1 img {
  margin-left: -10%;
}
.jinshomme-feature__photo-cat.is-feature-2 {
  margin-left: auto !important;
  margin-right: -10% !important;
}
.jinshomme-feature__photo-cat.is-feature-3 img {
  margin-left: -10%;
}
.jinshomme-feature__photo-cat-glass {
  /* X/Y（系統1） */
  /* 回転だけ（基準角は外なので相対揺れ） */
  /* X/Y（系統2）。別変数にして合成 → 競合しない */
  /* 内側：揺れアニメーション */
  /* ---- 少しずつランダムにぶれる（X/Y） ---- */
  /* ---- 回転方向ランダム ---- */
  /* ---- 追加でランダム性（X/Y別軸） ---- */
}
.jinshomme-feature__photo-cat-glass.is-feature-1 {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 22%;
  width: 30%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg); /* ←基準角。ここは一切アニメしない */
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.jinshomme-feature__photo-cat-glass .is-feature-1__inner {
  display: block;
  --r: 0deg;
  --jx: 0px;
  --jy: 0px;
  --jx2: 0px;
  --jy2: 0px;
  /* 2系統の移動を加算して“競合しない”ようにする */
  -webkit-transform: translate(calc(var(--jx) + var(--jx2)), calc(var(--jy) + var(--jy2))) rotate(var(--r));
      -ms-transform: translate(calc(var(--jx) + var(--jx2)), calc(var(--jy) + var(--jy2))) rotate(var(--r));
          transform: translate(calc(var(--jx) + var(--jx2)), calc(var(--jy) + var(--jy2))) rotate(var(--r));
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jitter-cat-1-move 0.8s steps(2, end) infinite, jitter-cat-1-rot 1.2s steps(3, end) infinite, jitter-cat-1-move2 1.6s steps(4, end) infinite;
          animation: jitter-cat-1-move 0.8s steps(2, end) infinite, jitter-cat-1-rot 1.2s steps(3, end) infinite, jitter-cat-1-move2 1.6s steps(4, end) infinite;
}
@-webkit-keyframes jitter-cat-1-move {
  0% {
    --jx: 0px;
    --jy: 0px;
  }
  20% {
    --jx: 0.5px;
    --jy: -0.5px;
  }
  40% {
    --jx: -0.5px;
    --jy: 0.5px;
  }
  60% {
    --jx: 1px;
    --jy: -0.25px;
  }
  80% {
    --jx: -1px;
    --jy: 0.5px;
  }
  100% {
    --jx: 0px;
    --jy: 0px;
  }
}
@keyframes jitter-cat-1-move {
  0% {
    --jx: 0px;
    --jy: 0px;
  }
  20% {
    --jx: 0.5px;
    --jy: -0.5px;
  }
  40% {
    --jx: -0.5px;
    --jy: 0.5px;
  }
  60% {
    --jx: 1px;
    --jy: -0.25px;
  }
  80% {
    --jx: -1px;
    --jy: 0.5px;
  }
  100% {
    --jx: 0px;
    --jy: 0px;
  }
}
@-webkit-keyframes jitter-cat-1-rot {
  0% {
    --r: 0deg;
  }
  25% {
    --r: -0.75deg;
  }
  50% {
    --r: 0.75deg;
  }
  75% {
    --r: -0.4deg;
  }
  100% {
    --r: 0deg;
  }
}
@keyframes jitter-cat-1-rot {
  0% {
    --r: 0deg;
  }
  25% {
    --r: -0.75deg;
  }
  50% {
    --r: 0.75deg;
  }
  75% {
    --r: -0.4deg;
  }
  100% {
    --r: 0deg;
  }
}
@-webkit-keyframes jitter-cat-1-move2 {
  0% {
    --jx2: -0.5px;
    --jy2: 0.5px;
  }
  25% {
    --jx2: 0.5px;
    --jy2: -1px;
  }
  50% {
    --jx2: -1px;
    --jy2: 0.25px;
  }
  75% {
    --jx2: 1px;
    --jy2: 0.75px;
  }
  100% {
    --jx2: 0px;
    --jy2: 0px;
  }
}
@keyframes jitter-cat-1-move2 {
  0% {
    --jx2: -0.5px;
    --jy2: 0.5px;
  }
  25% {
    --jx2: 0.5px;
    --jy2: -1px;
  }
  50% {
    --jx2: -1px;
    --jy2: 0.25px;
  }
  75% {
    --jx2: 1px;
    --jy2: 0.75px;
  }
  100% {
    --jx2: 0px;
    --jy2: 0px;
  }
}
.jinshomme-feature__photo-cat-glass.is-feature-2 {
  position: absolute;
  z-index: 99;
  top: 26%;
  left: 22%;
  width: 50%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.jinshomme-feature__photo-cat-glass .is-feature-2__inner {
  display: block;
  --r: 0deg;
  --jx: 0px;
  --jy: 0px;
  --jx2: 0px;
  --jy2: 0px;
  -webkit-transform: translate(calc(var(--jx) + var(--jx2)), calc(var(--jy) + var(--jy2))) rotate(var(--r));
      -ms-transform: translate(calc(var(--jx) + var(--jx2)), calc(var(--jy) + var(--jy2))) rotate(var(--r));
          transform: translate(calc(var(--jx) + var(--jx2)), calc(var(--jy) + var(--jy2))) rotate(var(--r));
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jitter-cat-2-move 0.8s steps(2, end) infinite, jitter-cat-2-rot 1.2s steps(3, end) infinite, jitter-cat-2-move2 1.6s steps(4, end) infinite;
          animation: jitter-cat-2-move 0.8s steps(2, end) infinite, jitter-cat-2-rot 1.2s steps(3, end) infinite, jitter-cat-2-move2 1.6s steps(4, end) infinite;
}
@-webkit-keyframes jitter-cat-2-move {
  0% {
    --jx: 0px;
    --jy: 0px;
  }
  20% {
    --jx: 0.5px;
    --jy: -0.5px;
  }
  40% {
    --jx: -0.5px;
    --jy: 0.5px;
  }
  60% {
    --jx: 1px;
    --jy: -0.25px;
  }
  80% {
    --jx: -1px;
    --jy: 0.5px;
  }
  100% {
    --jx: 0px;
    --jy: 0px;
  }
}
@keyframes jitter-cat-2-move {
  0% {
    --jx: 0px;
    --jy: 0px;
  }
  20% {
    --jx: 0.5px;
    --jy: -0.5px;
  }
  40% {
    --jx: -0.5px;
    --jy: 0.5px;
  }
  60% {
    --jx: 1px;
    --jy: -0.25px;
  }
  80% {
    --jx: -1px;
    --jy: 0.5px;
  }
  100% {
    --jx: 0px;
    --jy: 0px;
  }
}
@-webkit-keyframes jitter-cat-2-rot {
  0% {
    --r: 0deg;
  }
  25% {
    --r: -0.75deg;
  }
  50% {
    --r: 0.75deg;
  }
  75% {
    --r: -0.4deg;
  }
  100% {
    --r: 0deg;
  }
}
@keyframes jitter-cat-2-rot {
  0% {
    --r: 0deg;
  }
  25% {
    --r: -0.75deg;
  }
  50% {
    --r: 0.75deg;
  }
  75% {
    --r: -0.4deg;
  }
  100% {
    --r: 0deg;
  }
}
@-webkit-keyframes jitter-cat-2-move2 {
  0% {
    --jx2: -0.5px;
    --jy2: 0.5px;
  }
  25% {
    --jx2: 0.5px;
    --jy2: -1px;
  }
  50% {
    --jx2: -1px;
    --jy2: 0.25px;
  }
  75% {
    --jx2: 1px;
    --jy2: 0.75px;
  }
  100% {
    --jx2: 0px;
    --jy2: 0px;
  }
}
@keyframes jitter-cat-2-move2 {
  0% {
    --jx2: -0.5px;
    --jy2: 0.5px;
  }
  25% {
    --jx2: 0.5px;
    --jy2: -1px;
  }
  50% {
    --jx2: -1px;
    --jy2: 0.25px;
  }
  75% {
    --jx2: 1px;
    --jy2: 0.75px;
  }
  100% {
    --jx2: 0px;
    --jy2: 0px;
  }
}
.jinshomme-feature__photo-cat-glass.is-feature-3 {
  position: absolute;
  z-index: 99;
  top: 26%;
  left: 30%;
  width: 45%;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  --r: 0deg;
  --jx: 0px;
  --jy: 0px;
  -webkit-transform: translate(var(--jx), var(--jy)) rotate(calc(10deg + var(--r)));
      -ms-transform: translate(var(--jx), var(--jy)) rotate(calc(10deg + var(--r)));
          transform: translate(var(--jx), var(--jy)) rotate(calc(10deg + var(--r)));
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jitter-cat-1-move 0.8s steps(2, end) infinite, jitter-cat-1-rot 1.2s steps(3, end) infinite, jitter-cat-1-move2 1.6s steps(4, end) infinite;
          animation: jitter-cat-1-move 0.8s steps(2, end) infinite, jitter-cat-1-rot 1.2s steps(3, end) infinite, jitter-cat-1-move2 1.6s steps(4, end) infinite;
  /* ---- 少しずつランダムにぶれる（X/Y） ---- */
  /* ---- 回転方向ランダム ---- */
  /* ---- 追加でランダム性（X/Y別軸） ---- */
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-cat-glass.is-feature-3 {
    top: 36%;
    left: 36%;
  }
}
@keyframes jitter-cat-1-move {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(10deg);
            transform: translate(0px, 0px) rotate(10deg);
  }
  20% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(10.25deg);
            transform: translate(0.5px, -0.5px) rotate(10.25deg);
  }
  40% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(9.75deg);
            transform: translate(-0.5px, 0.5px) rotate(9.75deg);
  }
  60% {
    -webkit-transform: translate(1px, -0.25px) rotate(10.15deg);
            transform: translate(1px, -0.25px) rotate(10.15deg);
  }
  80% {
    -webkit-transform: translate(-1px, 0.5px) rotate(9.85deg);
            transform: translate(-1px, 0.5px) rotate(9.85deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(10deg);
            transform: translate(0px, 0px) rotate(10deg);
  }
}
@keyframes jitter-cat-1-rot {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(10.75deg);
            transform: rotate(10.75deg);
  }
  50% {
    -webkit-transform: rotate(9.25deg);
            transform: rotate(9.25deg);
  }
  75% {
    -webkit-transform: rotate(10.4deg);
            transform: rotate(10.4deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes jitter-cat-1-move2 {
  0% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(10deg);
            transform: translate(-0.5px, 0.5px) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(0.5px, -1px) rotate(9.75deg);
            transform: translate(0.5px, -1px) rotate(9.75deg);
  }
  50% {
    -webkit-transform: translate(-1px, 0.25px) rotate(10.5deg);
            transform: translate(-1px, 0.25px) rotate(10.5deg);
  }
  75% {
    -webkit-transform: translate(1px, 0.75px) rotate(9.6deg);
            transform: translate(1px, 0.75px) rotate(9.6deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(10deg);
            transform: translate(0px, 0px) rotate(10deg);
  }
}
.jinshomme-feature__photo-glass {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass {
    width: 100%;
  }
}
.jinshomme-feature__photo-glass-photo {
  margin-top: -180px !important;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-photo {
    width: 80%;
    margin-top: -90px !important;
  }
  .jinshomme-feature__photo-glass-photo.is-feature-1 {
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: 0px !important;
  }
  .jinshomme-feature__photo-glass-photo.is-feature-2 {
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .jinshomme-feature__photo-glass-photo.is-feature-2 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-photo.is-feature-3 {
    width: 70%;
    margin-top: -180px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .jinshomme-feature__photo-glass-photo.is-feature-3 {
    width: 90%;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-text {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.jinshomme-feature__photo-glass-text.is-feature-1 {
  margin-top: -90px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jinshomme-feature__photo-glass-text.is-feature-1 {
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-text.is-feature-1 {
    margin-top: -30px !important;
  }
}
.jinshomme-feature__photo-glass-text.is-feature-2 {
  margin-top: 0px !important;
  z-index: 99;
  margin-left: 10vw !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jinshomme-feature__photo-glass-text.is-feature-2 {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-text.is-feature-2 {
    margin-left: 30px !important;
  }
}
.jinshomme-feature__photo-glass-text.is-feature-3 {
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-text.is-feature-3 {
    margin-left: auto;
  }
}
.jinshomme-feature__photo-glass-text-title {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 140%;
  font-size: 40px !important;
  line-height: 120%;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-text-title {
    line-height: 140%;
    font-size: 28px !important;
  }
}
.jinshomme-feature__photo-glass-text-text {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 140%;
  line-height: 180%;
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__photo-glass-text-text {
    font-size: 14px !important;
  }
}
.jinshomme-feature__illust {
  position: relative;
}
.jinshomme-feature__illust.is-feature-1 {
  width: 40%;
  margin-top: -180px;
  margin-left: 5vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__illust.is-feature-1 {
    margin-top: 0;
    width: 70%;
  }
}
.jinshomme-feature__illust.is-feature-2 {
  width: 30%;
  margin-top: 0px;
  margin-left: auto !important;
  margin-right: 20vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .jinshomme-feature__illust.is-feature-2 {
    width: 60%;
    margin-top: 0px;
  }
}
.jinshomme-feature__illust.is-feature-3 {
  width: 40%;
  margin-top: -40px;
  margin-left: auto !important;
  margin-right: 5vw;
  z-index: -1;
}
.is-feature-1 .jinshomme-feature__illust-comment {
  width: 240px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .is-feature-1 .jinshomme-feature__illust-comment {
    bottom: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .is-feature-1 .jinshomme-feature__illust-comment {
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-feature-1 .jinshomme-feature__illust-comment {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .is-feature-1 .jinshomme-feature__illust-comment {
    width: 180px;
    bottom: 30px;
  }
}
.is-feature-2 .jinshomme-feature__illust-comment {
  width: 240px;
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .is-feature-2 .jinshomme-feature__illust-comment {
    width: 200px;
    bottom: -60px;
  }
}

.jinshomme-lineup {
  margin-top: 500px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jinshomme-lineup {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup {
    margin-top: 100px !important;
  }
}
.jinshomme-lineup__title {
  width: 540px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__title {
    width: 80%;
  }
}
.jinshomme-lineup__title-home {
  background-image: url(../img/jinshome-lineup-home-illust.png);
  background-repeat: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__title-home {
    padding-top: 40px !important;
  }
}
.jinshomme-lineup__title-title {
  font-family: jins_next_ttmedium;
  font-size: 48px !important;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__title-title {
    font-size: 28px !important;
  }
}
.jinshomme-lineup__title-cat {
  width: 220px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__title-cat {
    width: 120px;
  }
}
.jinshomme-lineup__lead {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-size: 20px !important;
  text-align: center;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__lead {
    font-size: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.jinshomme-lineup__price {
  text-align: center;
}
.jinshomme-lineup__price .types {
  font-size: 20px !important;
  font-family: jins_next_ttmedium;
  letter-spacing: 0em;
  padding-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__price .types {
    display: block;
  }
  .jinshomme-lineup__price .types .char {
    padding-top: 4px !important;
  }
}
.jinshomme-lineup__price .price {
  font-size: 46px !important;
  font-family: jins_next_ttregular;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__price .price {
    font-size: 32px !important;
    display: block;
  }
  .jinshomme-lineup__price .price .char {
    padding-top: 4px !important;
  }
}
.jinshomme-lineup__note {
  font-family: "Noto Sans Japanese";
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 180% !important;
  width: 380px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__note {
    text-align: center;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.jinshomme-lineup__list-wrap {
  width: 100%;
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 120px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__list-wrap {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: block;
  }
}
.jinshomme-lineup__list {
  position: relative;
  width: 50%;
  padding: 60px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__list {
    width: 100%;
    padding: 30px 50px !important;
  }
}
.jinshomme-lineup__list-new {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 60px;
  left: 40px;
  z-index: 99;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__list-new {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 20px;
  }
}
.jinshomme-lineup__list-new-new {
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-animation: spin-right 30s linear infinite;
          animation: spin-right 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__list-new-new {
    width: 60px;
    height: 60px;
  }
}
.jinshomme-lineup__list-new-home {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spin-left 30s linear infinite;
          animation: spin-left 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__list-new-home {
    width: 60px;
    height: 60px;
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-left {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-left {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.jinshomme-lineup__list-item {
  position: relative;
}
.jinshomme-lineup__list-item-no {
  text-align: center;
  font-family: jins_next_ttregular;
  font-size: 16px !important;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
.jinshomme-lineup__list-thumb {
  margin-left: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  margin-top: -26px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jinshomme-lineup__list-thumb {
    margin-top: -27px !important;
    margin-left: -32px !important;
  }
}
@media screen and (max-width: 767px) {
  .jinshomme-lineup__list-thumb {
    margin-left: 0px !important;
  }
}
.jinshomme-lineup__list-thumb-item {
  width: 24px !important;
  height: 24px !important;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.jinshomme-lineup__list-thumb-item img {
  width: 18px !important;
  border-radius: 30px;
  border: 3px solid #E6E6E6;
}
.jinshomme-lineup__list-thumb-item.swiper-slide-thumb-active {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.jinshomme-lineup__list-thumb-item.swiper-slide-thumb-active img {
  border: 3px solid #fff;
}

.jinshome-review {
  position: relative;
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .jinshome-review {
    padding-top: 30px !important;
  }
}
.jinshome-review__list-item {
  width: 480px;
  background-image: url(../img/jinshome-review-home-illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 100/75;
}
@media screen and (max-width: 767px) {
  .jinshome-review__list-item {
    background-image: url(../img/jinshome-review-home-illust-sp.png);
    width: 70%;
    aspect-ratio: 100/120;
  }
}
.jinshome-review__list-item-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jinshome-review__list-item-review {
  display: block;
  position: relative;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 180%;
  font-size: 20px;
  color: #fff;
  padding-left: 50px !important;
  padding-right: 50px !important;
  margin-top: 10% !important;
}
@media screen and (max-width: 767px) {
  .jinshome-review__list-item-review {
    margin-top: 0% !important;
    font-size: 14px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.jinshome-review__list-item-name {
  display: block;
  position: absolute;
  width: 100%;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 180%;
  font-family: jins_next_ttregular;
  font-size: 20px;
  color: #fff;
  text-align: center;
  bottom: 30px;
}
.jinshome-review__pagination {
  text-align: center;
  margin-top: 40px !important;
}
.jinshome-review__pagination .swiper-pagination-bullet {
  background-color: #000;
}

/*
* Marquee
*/
.marquee__title {
  position: relative;
  padding-top: 90px !important;
}

.marquee__wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0px !important;
}
.marquee__wrapper .marquee__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  will-change: transform;
}
.marquee__wrapper .marquee {
  white-space: nowrap;
  width: 100%;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  margin: 0;
  will-change: transform;
}
.marquee__wrapper .marquee__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marquee__wrapper .marquee__line-title {
  padding-top: 5px !important;
  width: 100%;
  font-family: jins_next_ttmedium;
  font-size: 3vw !important;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #8A8A8A;
}
@media screen and (max-width: 767px) {
  .marquee__wrapper .marquee__line-title {
    font-size: 6vw !important;
  }
}

.jinshomme-lineup__list-item-glass img {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; /* フェード速度 */
}

.jinshomme-lineup__list-item-glass img {
  will-change: opacity;
}

.jinshome-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.jinshome-links__inner {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .jinshome-links__inner {
    padding-top: 60px !important;
    padding-bottom: 160px !important;
  }
}
.jinshome-links__links {
  position: relative;
}
.jinshome-links__links li {
  text-align: center;
  margin-bottom: 40px !important;
}
.jinshome-links__links li:after {
  content: "●";
}
.jinshome-links__links li:hover a {
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  color: #000;
  border-bottom: 3px solid #000;
}
.jinshome-links__links li:hover:after {
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  content: "●";
  color: #000;
}
.jinshome-links__links a {
  text-align: center;
  border-bottom: 3px solid #8a8a8a;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 140%;
  color: #8A8A8A;
  font-size: 24px !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .jinshome-links__links a {
    padding-bottom: 10px !important;
    border-bottom: 2px solid #8a8a8a;
    font-size: 20px !important;
  }
}
.jinshome-links__illust {
  position: absolute;
  left: 10%;
  bottom: -24px;
  width: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jinshome-links__illust {
    left: 5%;
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .jinshome-links__illust {
    left: 0%;
    width: 180px;
  }
}

.jinshomme-content {
  position: relative;
  width: 100%;
}
.jinshomme-content__title {
  font-family: jins_next_ttregular;
  font-size: 32px !important;
  line-height: 60%;
  text-align: center;
  padding-top: 40px !important;
}
.jinshomme-content__lead {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  color: #8A8A8A;
  text-align: center;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 140%;
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-content__lead {
    font-size: 20px !important;
    line-height: 180%;
    margin-top: 60px !important;
    margin-bottom: 0px !important;
  }
}
.jinshomme-content__lead .en {
  font-family: jins_next_ttmedium;
}
.jinshomme-content__lead .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#ECECEC)) 0 100%/100% 20px no-repeat;
  background: linear-gradient(#ECECEC, #ECECEC) 0 100%/100% 20px no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1;
  padding-bottom: 2px; /* ここで“見た目の距離”を調整 */
}

.jinshomme-recommend {
  position: relative;
}
.jinshomme-recommend__list {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  padding-bottom: 120px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__list {
    display: block;
    max-width: 100%;
    padding-bottom: 60px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.jinshomme-recommend__list-item {
  padding: 60px !important;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__list-item {
    width: 100%;
    padding: 30px 40px !important;
  }
}
.jinshomme-recommend__list-spec-wrap {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__list-spec-wrap {
    padding-bottom: 10px !important;
  }
}
.jinshomme-recommend__list-spec {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 140%;
  font-size: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__list-spec {
    font-size: 12px !important;
    padding-bottom: 20px !important;
  }
}
.jinshomme-recommend__list-spec-cat {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__list-spec-cat {
    width: 20%;
  }
}
.jinshomme-recommend__list-spec-no {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__list-spec-no {
    width: 60%;
  }
}
.jinshomme-recommend__list-spec-price {
  font-size: 18px !important;
  width: 25%;
  font-family: jins_next_ttregular;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__list-spec-price {
    font-family: jins_next_ttlight;
    font-size: 16px !important;
    width: 20%;
  }
}
.jinshomme-recommend__btn-wrap {
  width: 100%;
  max-width: 440px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__btn-wrap {
    max-width: 100%;
  }
}
.jinshomme-recommend__btn-buy, .jinshomme-recommend__btn-detail {
  position: relative;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 20px !important;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .jinshomme-recommend__btn-buy, .jinshomme-recommend__btn-detail {
    font-size: 16px !important;
  }
}
.jinshomme-recommend__btn-buy a, .jinshomme-recommend__btn-detail a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  border-radius: 100px;
  height: 100%;
}
.jinshomme-recommend__btn-buy {
  margin-bottom: 20px !important;
}
.jinshomme-recommend__btn-buy a {
  background-color: #8A8A8A;
  border: 1px solid #8A8A8A;
  color: #fff;
  -webkit-transition: all 200ms 0s ease-out;
  transition: all 200ms 0s ease-out;
}
.jinshomme-recommend__btn-buy a:after {
  position: absolute;
  content: "●";
  top: 0px;
  right: 20px;
  color: #fff;
}
.jinshomme-recommend__btn-buy a:hover {
  background-color: #fff;
  border: 1px solid #8A8A8A;
  color: #8A8A8A;
}
.jinshomme-recommend__btn-buy a:hover:after {
  color: #8A8A8A;
}
.jinshomme-recommend__btn-detail a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #8A8A8A;
  -webkit-transition: all 200ms 0s ease-out;
  transition: all 200ms 0s ease-out;
}
.jinshomme-recommend__btn-detail a:after {
  position: absolute;
  content: "●";
  top: 0px;
  right: 20px;
  color: #8A8A8A;
}
.jinshomme-recommend__btn-detail a:hover {
  background-color: #fff;
  border: 1px solid #8A8A8A;
  color: #8A8A8A;
}
.jinshomme-recommend__btn-detail a:hover:after {
  color: #8A8A8A;
}

/*
* SplitType
*/
.word {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 1;
  padding-bottom: 4px !important;
}

.char {
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: transfrom 0.2s;
  transition: transfrom 0.2s;
}

.fontJinsNextMedium .char {
  padding-top: 2px !important;
}

/*
* inview
*/
.inview {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.inview.is-inview {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}