/* --------------------------------------------------------
 Name:      「定番を着こなすメガネ」JINS TODAY - app.css
 Author:    FT_y.takeda
 Info:      「定番を着こなすメガネ」JINS TODAY
----------------------------------------------------------- */
@charset "UTF-8";
@font-face {
  font-family: JINS_NextLight;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/JINS_NextLight.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: JINS_NextRegular;
  font-style: normal;
  font-weight: 400;
  src:
    url('../fonts/JINS_NextRegular.woff') format('woff'),
    url('../fonts/JINS_NextRegular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: JINS_NextMedium;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/JINS_NextMedium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: JINS_NextBold;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/JINS_NextBold.otf') format('opentype');
  font-display: swap;
}
.fontJinsNextLight {
  font-family: JINS_NextLight;
}
.fontJinsNextRegular {
  font-family: JINS_NextRegular;
}
.fontJinsNextMedium {
  font-family: JINS_NextMedium;
}
.fontJinsNextBold {
  font-family: JINS_NextBold;
}
html {
  scrollbar-gutter: stable;
}
.jins-wrap .kv_text,
.jins-wrap .modal_text p,
.jins-wrap .product_number,
.jins-wrap .style_text p span {
  font-family: JINS_NextRegular;
}
.jins-wrap .modal_closeText,
.jins-wrap .modal_linkAnchorText,
.jins-wrap .modal_title p,
.jins-wrap .product_title p,
.jins-wrap .style_categoryText p,
.jins-wrap .style_title h3 {
  font-family: JINS_NextMedium;
}
.jins-wrap {
  overflow: hidden;
  position: relative;
}
.jins-wrap .breadcrumbs {
  margin: 0;
  padding: 0 !important;
  position: absolute;
  visibility: hidden;
}
.jins-wrap .breadcrumbs_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.jins-wrap .breadcrumbs_item {
  font-weight: 500;
  list-style: none;
}
.jins-wrap .breadcrumbs_item[data-item="item2"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: grey;
}
.jins-wrap .breadcrumbs_item[data-item="item2"]:before {
  background-image: url('data:image/svg+xml;utf8, <svg width="6" height="8" viewBox="0 0 6 8" xmlns="http://www.w3.org/2000/svg"><path d="M0.329254 0.375977L4.32925 3.87598L0.329254 7.37598" stroke="%23808080" fill="none"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.jins-wrap .breadcrumbs_link {
  text-decoration: none;
}
.jins-wrap .modal_text p,
.jins-wrap .product_number {
  font-family: JINS_NextRegular;
}
.jins-wrap .modal_closeText,
.jins-wrap .modal_linkAnchorText,
.jins-wrap .modal_title p,
.jins-wrap .product_title p {
  font-family: JINS_NextMedium;
}
.jins-wrap .productWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.jins-wrap .product_titleWrap {
  margin: 0 auto;
}
.jins-wrap .product_subTitle p {
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  line-height: 1;
}
.jins-wrap .product_subTitle p,
.jins-wrap .product_title p {
  color: #1e1e1e;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.jins-wrap .product_title p {
  font-weight: 500;
  line-height: 1.3;
}
.jins-wrap .product_mask {
  background: #f8f8f8;
  inset: 0;
  position: absolute;
}
.jins-wrap .product_line {
  background: #1e1e1e;
  width: 0;
}
.jins-wrap .product_text {
  opacity: 0;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}
.jins-wrap .product_text p {
  color: #1e1e1e;
  font-family: JINS_NextRegular;
  font-weight: 400;
  margin: 0 auto;
}
.jins-wrap .product_list {
  margin: 0;
  padding: 0;
}
.jins-wrap .product_item {
  cursor: pointer;
  list-style: none;
  position: relative;
}
.jins-wrap .product_number {
  color: #1e1e1e;
  position: absolute;
}
.jins-wrap .product_imageContent {
  position: relative;
}
.jins-wrap .product_imageWrap img {
  border: 1px solid transparent;
  width: 100%;
}
.jins-wrap .product_icon {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jins-wrap .product_icon img {
  height: 100%;
  width: 100%;
}
.jins-wrap .product_bottomText {
  font-family: Inter;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jins-wrap .modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.jins-wrap .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.jins-wrap .modal_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  z-index: 999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}
.jins-wrap .modal_list {
  margin: 0;
  padding: 0;
}
.jins-wrap .modal_item {
  list-style: none;
  width: auto;
}
.jins-wrap .modal_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  margin: 0;
  padding: 0;
}
.jins-wrap .modal_imageWrap img {
  width: 100%;
}
.jins-wrap .modal_textWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.jins-wrap .modal_title p {
  font-family: JINS_NextRegular;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.jins-wrap .modal_productImageWrap {
  margin: 0 auto;
}
.jins-wrap .modal_productImageWrap img {
  width: 100%;
}
.jins-wrap .modal_text p {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.jins-wrap .modal_text p span {
  font-family: JINS_NextRegular;
  font-weight: 400;
}
.jins-wrap .modal_linkWrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.jins-wrap .modal_linkAnchor,
.jins-wrap .modal_linkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.jins-wrap .modal_linkAnchor {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 999px;
  justify-content: flex-end;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jins-wrap .modal_linkAnchorText {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.jins-wrap .modal_linkAnchorText span {
  font-family: Zen Kaku Gothic New;
}
.jins-wrap .modal_linkAnchorIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.jins-wrap .modal_linkAnchorIcon svg {
  height: 100%;
  width: 100%;
}
.jins-wrap .modal_button-prev {
  cursor: pointer;
  position: absolute;
  z-index: 999;
}
.jins-wrap .modal_button-prev img {
  width: 100%;
}
.jins-wrap .modal_button-next {
  cursor: pointer;
  position: absolute;
  z-index: 999;
}
.jins-wrap .modal_button-next img {
  width: 100%;
}
.jins-wrap .modal_close {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
}
.jins-wrap .modal_close:hover .modal_closeIcon,
.jins-wrap .modal_close:hover .modal_closeText {
  opacity: 0.6;
}
.jins-wrap .modal_closeText {
  color: #fff;
  margin: 0;
  line-height: 1;
}
.jins-wrap .modal_closeIcon,
.jins-wrap .modal_closeText {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jins-wrap .modal_closeIcon img {
  width: 100%;
}
.jins-wrap .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.jins-wrap html.is-clipped {
  overflow: hidden;
}
.jins-wrap {
  background: #f8f8f8;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-family:
    noto_sans_jp_medium,
    Hiragino Kaku Gothic Pro,
    ヒラギノ角ゴ Pro W3,
    Meiryo,
    メイリオ,
    Osaka,
    ＭＳ Ｐゴシック,
    sans-serif;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  line-break: strict;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-wrap: anywhere;
  word-break: normal;
}
#section-contents .fadeIn {
  opacity: 0;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  -moz-transition:
    opacity 0.8s,
    transform 0.8s,
    -moz-transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s,
    -webkit-transform 0.8s,
    -moz-transform 0.8s;
  visibility: hidden;
}
#section-contents .fadeIn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
@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");
}
.jins-wrap :root {
  --swiper-theme-color: #007aff;
}
.jins-wrap .swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.jins-wrap .swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.jins-wrap .swiper-wrapper {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property:
    transform,
    -moz-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform,
    -moz-transform;
  width: 100%;
  z-index: 1;
}
.jins-wrap .swiper-android .swiper-slide,
.jins-wrap .swiper-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.jins-wrap .swiper-pointer-events {
  touch-action: pan-y;
}
.jins-wrap .swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.jins-wrap .swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property:
    transform,
    -moz-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform,
    -moz-transform;
  width: 100%;
}
.jins-wrap .swiper-slide-invisible-blank {
  visibility: hidden;
}
.jins-wrap .swiper-autoheight,
.jins-wrap .swiper-autoheight .swiper-slide {
  height: auto;
}
.jins-wrap .swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  -moz-transition-property:
    transform,
    height,
    -moz-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform,
    -moz-transform;
}
.jins-wrap .swiper-3d,
.jins-wrap .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.jins-wrap .swiper-3d .swiper-cube-shadow,
.jins-wrap .swiper-3d .swiper-slide,
.jins-wrap .swiper-3d .swiper-slide-shadow,
.jins-wrap .swiper-3d .swiper-slide-shadow-bottom,
.jins-wrap .swiper-3d .swiper-slide-shadow-left,
.jins-wrap .swiper-3d .swiper-slide-shadow-right,
.jins-wrap .swiper-3d .swiper-slide-shadow-top,
.jins-wrap .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.jins-wrap .swiper-3d .swiper-slide-shadow,
.jins-wrap .swiper-3d .swiper-slide-shadow-bottom,
.jins-wrap .swiper-3d .swiper-slide-shadow-left,
.jins-wrap .swiper-3d .swiper-slide-shadow-right,
.jins-wrap .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.jins-wrap .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.jins-wrap .swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.jins-wrap .swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.jins-wrap .swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.jins-wrap .swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.jins-wrap .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.jins-wrap .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.jins-wrap .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.jins-wrap .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.jins-wrap .swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.jins-wrap .swiper-centered > .swiper-wrapper:before {
  content: "";
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-box-ordinal-group: 10000;
  order: 9999;
}
.jins-wrap
  .swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  -moz-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.jins-wrap .swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.jins-wrap
  .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);
}
.jins-wrap .swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.jins-wrap .swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.jins-wrap .swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.jins-wrap
  .swiper-virtual.swiper-css-mode.swiper-horizontal
  .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.jins-wrap
  .swiper-virtual.swiper-css-mode.swiper-vertical
  .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
.jins-wrap :root {
  --swiper-navigation-size: 44px;
}
.jins-wrap .swiper-button-next,
.jins-wrap .swiper-button-prev {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
}
.jins-wrap .swiper-button-next.swiper-button-disabled,
.jins-wrap .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.jins-wrap .swiper-button-next:after,
.jins-wrap .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}
.jins-wrap .swiper-button-prev,
.jins-wrap .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.jins-wrap .swiper-button-prev:after,
.jins-wrap .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.jins-wrap .swiper-button-next,
.jins-wrap .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.jins-wrap .swiper-button-next:after,
.jins-wrap .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.jins-wrap .swiper-button-lock {
  display: none;
}
.jins-wrap .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.jins-wrap .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.jins-wrap .swiper-horizontal > .swiper-pagination-bullets,
.jins-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.jins-wrap .swiper-pagination-custom,
.jins-wrap .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.jins-wrap .swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.jins-wrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  transform: scale(0.33);
}
.jins-wrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.jins-wrap
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.jins-wrap
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  transform: scale(0.66);
}
.jins-wrap
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  transform: scale(0.33);
}
.jins-wrap
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  transform: scale(0.66);
}
.jins-wrap
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  transform: scale(0.33);
}
.jins-wrap .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
.jins-wrap button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.jins-wrap .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.jins-wrap .swiper-pagination-bullet:only-child {
  display: none !important;
}
.jins-wrap .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.jins-wrap .swiper-pagination-vertical.swiper-pagination-bullets,
.jins-wrap .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.jins-wrap
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.jins-wrap
  .swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.jins-wrap
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.jins-wrap
  .swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.jins-wrap
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.jins-wrap
  .swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    top 0.2s,
    -webkit-transform 0.2s;
  -moz-transition:
    transform 0.2s,
    top 0.2s,
    -moz-transform 0.2s;
  transition:
    transform 0.2s,
    top 0.2s;
  transition:
    transform 0.2s,
    top 0.2s,
    -webkit-transform 0.2s,
    -moz-transform 0.2s;
}
.jins-wrap
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.jins-wrap
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.jins-wrap
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.jins-wrap
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.jins-wrap
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.jins-wrap
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    left 0.2s,
    -webkit-transform 0.2s;
  -moz-transition:
    transform 0.2s,
    left 0.2s,
    -moz-transform 0.2s;
  transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s,
    -webkit-transform 0.2s,
    -moz-transform 0.2s;
}
.jins-wrap
  .swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    right 0.2s,
    -webkit-transform 0.2s;
  -moz-transition:
    transform 0.2s,
    right 0.2s,
    -moz-transform 0.2s;
  transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s,
    -webkit-transform 0.2s,
    -moz-transform 0.2s;
}
.jins-wrap .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.jins-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.jins-wrap
  .swiper-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  transform-origin: right top;
}
.jins-wrap .swiper-horizontal > .swiper-pagination-progressbar,
.jins-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal,
.jins-wrap
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.jins-wrap
  .swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.jins-wrap
  .swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.jins-wrap
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.jins-wrap .swiper-pagination-progressbar.swiper-pagination-vertical,
.jins-wrap .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.jins-wrap .swiper-pagination-lock {
  display: none;
}
.jins-wrap .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.jins-wrap .swiper-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.jins-wrap .swiper-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.jins-wrap .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.jins-wrap .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.jins-wrap .swiper-scrollbar-lock {
  display: none;
}
.jins-wrap .swiper-zoom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.jins-wrap .swiper-zoom-container > canvas,
.jins-wrap .swiper-zoom-container > img,
.jins-wrap .swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.jins-wrap .swiper-slide-zoomed {
  cursor: move;
}
.jins-wrap .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  -moz-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.jins-wrap .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.jins-wrap .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes swiper-preloader-spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.jins-wrap .swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.jins-wrap .swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.jins-wrap .swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jins-wrap .swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.jins-wrap .swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.jins-wrap .swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.jins-wrap .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.jins-wrap .swiper-fade .swiper-slide-active,
.jins-wrap .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.jins-wrap .swiper-cube {
  overflow: visible;
}
.jins-wrap .swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.jins-wrap .swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.jins-wrap .swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.jins-wrap .swiper-cube .swiper-slide-active,
.jins-wrap .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.jins-wrap .swiper-cube .swiper-slide-active,
.jins-wrap .swiper-cube .swiper-slide-next,
.jins-wrap .swiper-cube .swiper-slide-next + .swiper-slide,
.jins-wrap .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.jins-wrap .swiper-cube .swiper-slide-shadow-bottom,
.jins-wrap .swiper-cube .swiper-slide-shadow-left,
.jins-wrap .swiper-cube .swiper-slide-shadow-right,
.jins-wrap .swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.jins-wrap .swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.jins-wrap .swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.jins-wrap .swiper-flip {
  overflow: visible;
}
.jins-wrap .swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.jins-wrap .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.jins-wrap .swiper-flip .swiper-slide-active,
.jins-wrap .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.jins-wrap .swiper-flip .swiper-slide-shadow-bottom,
.jins-wrap .swiper-flip .swiper-slide-shadow-left,
.jins-wrap .swiper-flip .swiper-slide-shadow-right,
.jins-wrap .swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.jins-wrap .swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  -moz-transition-property:
    transform,
    opacity,
    height,
    -moz-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform,
    -moz-transform;
}
.jins-wrap .swiper-cards {
  overflow: visible;
}
.jins-wrap .swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  transform-origin: center bottom;
}
.footer-navigation {
  margin-top: 0 !important;
}
.jins-wrap {
  background-color: #f8f8f8;
}
.jins-wrap .kv_credit p {
  font-family: JINS_NextLight;
  font-weight: 300;
}
.jins-wrap .kv_text,
.jins-wrap .style_text p span {
  font-family: JINS_NextRegular;
}
.jins-wrap .style_categoryText p,
.jins-wrap .style_title h3 {
  font-family: JINS_NextMedium;
}
.jins-wrap .sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}
.jins-wrap .kv_inner {
  margin: 0 auto;
}
.jins-wrap .kv_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.jins-wrap .kv_titleTop {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.jins-wrap .kv_titleTop img {
  width: 100%;
}
.jins-wrap .kv_titleBottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.jins-wrap .kv_titleBottom img {
  width: 100%;
}
.jins-wrap .kv_mask {
  background: #f8f8f8;
  inset: 0;
  position: absolute;
  z-index: 2;
}
.jins-wrap .kv_textBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  opacity: 0;
}
.jins-wrap .kv_line {
  position: relative;
}
.jins-wrap .kv_line:after {
  border-top: 1px solid #000;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.jins-wrap .kv_text {
  margin: 0;
  letter-spacing: 0.5px;
}
.jins-wrap .kv_text span {
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.jins-wrap .kv_imageWrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  opacity: 0;
  overflow: hidden;
}
.jins-wrap .kv_image {
  opacity: 0;
  -webkit-transform: scale(1.1) rotate(0.5deg);
  -moz-transform: scale(1.1) rotate(0.5deg);
  transform: scale(1.1) rotate(0.5deg);
  width: 100%;
}
.jins-wrap .kv_credit {
  opacity: 0;
}
.jins-wrap .kv_credit p {
  text-align: end;
  letter-spacing: 0;
}
.jins-wrap .style {
  overflow: hidden;
}
.jins-wrap .style_inner {
  background-color: #eaeaea;
  position: relative;
  width: 100%;
}
.jins-wrap .style_title {
  margin: 0 auto;
}
.jins-wrap .style_title h3 {
  color: #1e1e1e;
  font-weight: 500;
  text-align: center;
}
.jins-wrap .style_titleSp {
  display: inline-block;
  margin-top: -3.8461538462vw;
  overflow: hidden;
  padding-left: 16.1538461538vw;
  position: relative;
}
.jins-wrap .style_line {
  background: #1e1e1e;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}
.jins-wrap .style_mask {
  background: #eaeaea;
  inset: 0;
  position: absolute;
}
.jins-wrap .style_text p {
  color: #1e1e1e;
  font-family: JINS_NextRegular;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.jins-wrap .style_text p span {
  font-weight: 400;
}
.jins-wrap .style_content {
  overflow: hidden;
  position: relative;
}
.jins-wrap .style_content,
.jins-wrap .style_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.jins-wrap .style_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: 0;
  overflow: hidden !important;
  padding: 0;
  will-change: transform;
}
@-webkit-keyframes scroll-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes scroll-x {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-x {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-moz-keyframes scroll-y {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes scroll-y {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes scroll-reverse-x {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scroll-reverse-x {
  0% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll-reverse-x {
  0% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes scroll-reverse-y {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes scroll-reverse-y {
  0% {
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll-reverse-y {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.jins-wrap .style_item {
  cursor: pointer;
  list-style: none;
  margin: 0 !important;
}
.jins-wrap .style_item img {
  border-radius: 10px;
  width: 100%;
}
.jins-wrap .style_item:hover {
  opacity: 0.6;
}
.jins-wrap .style_categorySwiper {
  position: absolute;
  z-index: 2;
}
.jins-wrap .style_categoryList {
  margin: 0;
  padding: 0;
}
.jins-wrap .style_categoryItem {
  list-style: none;
  width: auto !important;
}
.jins-wrap .style_anchorLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jins-wrap .style_categoryImage img {
  border-radius: 999px;
  width: 100%;
}
.jins-wrap .style_categoryText p {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.jins-wrap .style_categoryText p span {
  font-family: Zen Kaku Gothic New;
}
.jins-wrap .seasonal_imageWrap,
.jins-wrap .seasonal_imageWrap img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .jins-wrap .breadcrumbs {
    left: 3.1746031746vw;
    top: 1.5211640212vw;
  }
  .jins-wrap .breadcrumbs_item {
    font-size: 0.7936507937vw;
  }
  .jins-wrap .breadcrumbs_item[data-item="item2"]:before {
    height: 0.5291005291vw;
    margin-inline: 0.5291005291vw;
    width: 0.5291005291vw;
  }
  .jins-wrap .productWrap {
    -webkit-margin-before: 3.3068783069vw;
    gap: 1.38vw;
    margin-block-start: 3.3068783069vw;
  }
  .jins-wrap .product_inner {
    -webkit-padding-before: 1.9841269841vw;
    padding-block-start: 1.9841269841vw;
    -webkit-padding-after: 1.3227513228vw;
    padding-block-end: 1.3227513228vw;
  }
  .jins-wrap .product_titleWrap {
    width: 92.9232804233vw;
  }
  .jins-wrap .product_subTitle p {
    font-size: 0.9259259259vw;
  }
  .jins-wrap .product_title p {
    font-size: 2.5793650794vw;
    letter-spacing: 0.03em;
  }
  .jins-wrap .product_line {
    height: 0.0661375661vw;
  }
  .jins-wrap .product_text p {
    font-size: 1.1243386243vw;
    letter-spacing: 0;
    width: 92.9232804233vw;
    -webkit-margin-before: 0.9920634921vw;
    margin-block-start: 0.9920634921vw;
  }
  .jins-wrap .product_list {
    -webkit-margin-before: 2.3148148148vw;
    margin-block-start: 2.3148148148vw;
  }
  .jins-wrap .product_item:hover .product_imageWrap img {
    border-color: #1e1e1e;
    border-radius: 999px;
  }
  .jins-wrap .product_item:hover .product_bottomText,
  .jins-wrap .product_item:hover .product_icon {
    opacity: 1;
  }
  .jins-wrap .product_item.is-visible .product_imageWrap img {
    border-color: #1e1e1e;
    border-radius: 999px;
  }
  .jins-wrap .product_item.is-visible .product_bottomText,
  .jins-wrap .product_item.is-visible .product_icon {
    opacity: 1;
  }
  .jins-wrap .product_itemInner {
    padding-inline: 0.3306878307vw;
  }
  .jins-wrap .product_number {
    font-size: 1.5873015873vw;
    left: 1.1904761905vw;
    top: 0.5291005291vw;
  }
  .jins-wrap .product_imageWrap img {
    border-radius: 1.3227513228vw;
    -webkit-transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .jins-wrap .product_icon {
    bottom: 0.6613756614vw;
    right: 0.6613756614vw;
    width: 2.6455026455vw;
  }
  .jins-wrap .product_bottomText {
    font-size: 0.7275132275vw;
    width: 21.2962962963vw;
    -webkit-margin-before: 1.3227513228vw;
    margin-block-start: 1.3227513228vw;
  }
  .jins-wrap .modal_content {
    height: 38.0291005291vw;
    margin-inline: 1.1904761905vw;
    width: 65.0132275132vw;
  }
  .jins-wrap .modal_list {
    height: 34.65vw;
  }
  .jins-wrap .modal_item {
    padding-inline: 1.1904761905vw;
  }
  .jins-wrap .modal_wrap {
    gap: 1.3227513228vw;
    padding-block: 2.1164021164vw;
    padding-inline: 1.9841269841vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 62.5vw !important;
  }
  .jins-wrap .modal_imageWrap {
    width: 35.9126984127vw;
  }
  .jins-wrap .modal_imageWrap img {
    border-radius: 1.8518518519vw;
  }
  .jins-wrap .modal_textWrap {
    width: 19.8412698413vw;
  }
  .jins-wrap .modal_title p {
    font-size: 1.5873015873vw;
  }
  .jins-wrap .modal_productImageWrap {
    width: 10.9126984127vw;
    -webkit-margin-before: 2.6455026455vw;
    margin-block-start: 2.6455026455vw;
  }
  .jins-wrap .modal_text p {
    font-size: 0.7936507937vw;
    -webkit-margin-before: 1.3227513228vw;
    margin-block-start: 1.3227513228vw;
  }
  .jins-wrap .modal_text span::before {
    content: "　";
  }
  .jins-wrap .modal_linkWrap {
    -webkit-margin-before: 3.7037037037vw;
    margin-block-start: 3.7037037037vw;
  }
  .jins-wrap .modal_linkAnchor {
    gap: 1.6534391534vw;
    padding-block: 0.5291005291vw;
    width: 10.582010582vw;
    -webkit-padding-end: 0.9920634921vw;
    -moz-padding-end: 0.9920634921vw;
    padding-inline-end: 0.9920634921vw;
  }
  .jins-wrap .modal_linkAnchor:hover {
    background-color: #1e1e1e;
  }
  .jins-wrap .modal_linkAnchor:hover .modal_linkAnchorText {
    color: #fff;
  }
  .jins-wrap .modal_linkAnchor:hover .modal_linkAnchorIcon svg path {
    fill: #fff;
  }
  .jins-wrap .modal_linkAnchorText {
    font-size: 0.9259259259vw;
  }
  .jins-wrap .modal_linkAnchorText span {
    font-size: 0.5952380952vw;
  }
  .jins-wrap .modal_linkAnchorIcon {
    width: 0.8597883598vw;
  }
  .jins-wrap .modal_button-prev {
    left: 0;
    top: 16.0052910053vw;
    width: 2.6455026455vw;
  }
  .jins-wrap .modal_button-next {
    right: 0;
    top: 16.0052910053vw;
    width: 2.6455026455vw;
  }
  .jins-wrap .modal_close {
    gap: 0.3968253968vw;
  }
  .jins-wrap .modal_closeText {
    font-size: 1.0582010582vw;
  }
  .jins-wrap .modal_closeIcon {
    width: 0.7936507937vw;
  }
  #section-contents .u-pc {
    display: block;
  }
  #section-contents .u-sp {
    display: none !important;
  }
  .jins-wrap .kv_inner {
    width: 92.9232804233vw;
    -webkit-padding-before: 6.2169312169vw;
    padding-block-start: 6.2169312169vw;
    -webkit-padding-after: 4.9603174603vw;
    padding-block-end: 4.9603174603vw;
  }
  .jins-wrap .kv_content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .jins-wrap .kv_title {
    width: 47.619047619vw;
  }
  .jins-wrap .kv_titleTop {
    width: 31.0846560847vw;
  }
  .jins-wrap .kv_titleBottom {
    width: 47.619047619vw;
    -webkit-margin-before: 1.1904761905vw;
    margin-block-start: 1.1904761905vw;
  }
  .jins-wrap .kv_textBottom {
    -webkit-margin-before: 1.3227513228vw;
    margin-block-start: 1.3227513228vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .jins-wrap .kv_line {
    width: 16.11vw;
  }
  .jins-wrap .kv_line:after {
    height: 0.1322751323vw;
  }
  .jins-wrap .kv_text {
    font-size: 1.1904761905vw;
    letter-spacing: 0.03em;
  }
  .jins-wrap .kv_imageWrap {
    border: 2px solid #1e1e1e;
    border-radius: 1.3227513228vw;
    width: 41.9973544974vw;
  }
  .jins-wrap .kv_credit p {
    font-size: 0.625vw;
    -webkit-margin-before: 0.3968253968vw;
    margin-block-start: 0.3968253968vw;
  }
  .jins-wrap .style_inner {
    -webkit-padding-before: 3.9682539683vw;
    padding-block-start: 3.9682539683vw;
    -webkit-padding-after: 0.5291005291vw;
    border-top-left-radius: 2.6455026455vw;
    border-top-right-radius: 2.6455026455vw;
    padding-block-end: 0.5291005291vw;
  }
  .jins-wrap .style_title {
    width: 70.7671957672vw;
    -webkit-margin-after: 2.3148148148vw;
    margin-block-end: 2.3148148148vw;
  }
  .jins-wrap .style_title h3 {
    font-size: 4.6296296296vw;
    letter-spacing: 0.04em;
    -webkit-padding-before: 1.6534391534vw;
    padding-block-start: 1.6534391534vw;
    -webkit-padding-after: 0.6613756614vw;
    display: inline-block;
    overflow: hidden;
    padding-block-end: 0.6613756614vw;
    position: relative;
  }
  .jins-wrap .style_line {
    height: 2px;
  }
  .jins-wrap .style_text p {
    font-size: 1.3227513228vw;
    letter-spacing: 0.04em;
  }
  .jins-wrap .style_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 0.5291005291vw;
    -webkit-margin-before: 2.6455026455vw;
    margin-block-start: 2.6455026455vw;
  }
  .jins-wrap .style_list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .jins-wrap .style_list[data-item="slider1"] {
    -webkit-animation: scroll-reverse-x 35s linear infinite;
    -moz-animation: scroll-reverse-x 35s linear infinite;
    animation: scroll-reverse-x 35s linear infinite;
  }
  .jins-wrap .style_list[data-item="slider2"] {
    -webkit-animation: scroll-x 35s linear infinite;
    -moz-animation: scroll-x 35s linear infinite;
    animation: scroll-x 35s linear infinite;
  }
  .jins-wrap .style_item {
    padding-inline: 0.2645502646vw;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 12.5661375661vw;
  }
  .jins-wrap .style_categorySwiper {
    bottom: 2.1362433862vw;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .jins-wrap .style_categoryList {
    width: 63.8227513228vw;
  }
  .jins-wrap .style_anchorLink {
    border: 0.0661375661vw solid #1e1e1e;
    gap: 0.5291005291vw;
    height: 3.5052910053vw;
    padding-block: 0.2314814815vw;
    -webkit-padding-start: 0.2976190476vw;
    -moz-padding-start: 0.2976190476vw;
    padding-inline-start: 0.2976190476vw;
    -webkit-padding-end: 1.9841269841vw;
    -moz-padding-end: 1.9841269841vw;
    padding-inline-end: 1.9841269841vw;
  }
  .jins-wrap .style_anchorLink:hover {
    opacity: 0.8;
  }
  .jins-wrap .style_categoryImage {
    width: 2.8452380952vw;
  }
  .jins-wrap .style_categoryText p {
    font-size: 1.0582010582vw;
    -webkit-margin-before: 0.3306878307vw;
    margin-block-start: 0.3306878307vw;
  }
  .jins-wrap .style_categoryText p span {
    font-size: 0.6613756614vw;
  }
  .jins-wrap .seasonal_inner {
    -webkit-margin-before: 3.3068783069vw;
    margin-block-start: 3.3068783069vw;
  }
  .jins-wrap .seasonal_link {
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .jins-wrap .seasonal_link:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .jins-wrap .breadcrumbs {
    left: 6.4102564103vw;
    top: 2.5641025641vw;
  }
  .jins-wrap .breadcrumbs_item {
    font-size: 3.0769230769vw;
  }
  .jins-wrap .breadcrumbs_item[data-item="item2"]:before {
    height: 2.0512820513vw;
    margin-left: 2.0512820513vw;
    margin-right: 2.0512820513vw;
    width: 1.5384615385vw;
  }
  .jins-wrap .productWrap {
    gap: 9.7435897436vw;
    margin-top: 11.0256410256vw;
  }
  .jins-wrap .product_inner {
    padding-bottom: 7.6923076923vw;
    padding-top: 7.6923076923vw;
  }
  .jins-wrap .product_titleWrap {
    width: 82.5641025641vw;
  }
  .jins-wrap .product_subTitle p {
    font-size: 3.0769230769vw;
  }
  .jins-wrap .product_title p {
    font-size: 6.6666666667vw;
    padding-bottom: 0.5128205128vw;
  }
  .jins-wrap .product_line {
    height: 0.2564102564vw;
  }
  .jins-wrap .product_text p {
    font-size: 3.5897435897vw;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 2.0512820513vw;
    width: 82.5641025641vw;
  }
  .jins-wrap .product_list {
    margin-top: 3.5897435897vw;
  }
  .jins-wrap .product_itemInner {
    padding-left: 1.2820512821vw;
    padding-right: 1.2820512821vw;
  }
  .jins-wrap .product_number {
    font-size: 5.1282051282vw;
    left: 4.6153846154vw;
    top: 2.5641025641vw;
  }
  .jins-wrap .product_imageWrap {
    width: 82.5641025641vw;
  }
  .jins-wrap .product_imageWrap img {
    border-radius: 3.9743589744vw;
    -webkit-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .jins-wrap .product_icon {
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
    width: 9.2307692308vw;
  }
  .jins-wrap .product_bottomText {
    font-size: 2.8205128205vw;
    margin-top: 3.5897435897vw;
  }
  .jins-wrap .product .swiper-slide.swiper-slide-active .product_imageWrap img {
    border: 1px solid #1e1e1e;
    border-radius: 999px;
  }
  .jins-wrap .product .swiper-slide.swiper-slide-active .product_bottomText,
  .jins-wrap .product .swiper-slide.swiper-slide-active .product_icon {
    opacity: 1;
  }
  .jins-wrap .modal_content {
    height: 141.85vw;
    width: 97.9487179487vw;
  }
  .jins-wrap .modal_list {
    height: 132.62vw;
  }
  .jins-wrap .modal_item {
    padding-left: 1.5384615385vw;
    padding-right: 1.5384615385vw;
  }
  .jins-wrap .modal_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 0;
    padding: 5.641025641vw 5.1282051282vw 7.6923076923vw;
    width: 100%;
  }
  .jins-wrap .modal_imageWrap {
    width: 84.6153846154vw;
  }
  .jins-wrap .modal_imageWrap img {
    border-radius: 4.358974359vw;
  }
  .jins-wrap .modal_title p {
    font-size: 6.1538461538vw;
    margin-bottom: 1.2820512821vw;
  }
  .jins-wrap .modal_productImageWrap {
    width: 41.0256410256vw;
  }
  .jins-wrap .modal_text p {
    font-size: 3.5897435897vw;
    margin-top: 3.8461538462vw;
  }
  .jins-wrap .modal_linkWrap {
    margin-top: 5.1282051282vw;
  }
  .jins-wrap .modal_linkAnchor {
    gap: 5.8974358974vw;
    padding: 2.0512820513vw 3.8461538462vw 1.0256410256vw 7.1794871795vw;
    width: 38.4615384615vw;
  }
  .jins-wrap .modal_linkAnchorText {
    font-size: 3.5897435897vw;
  }
  .jins-wrap .modal_linkAnchorText span {
    font-size: 2.3076923077vw;
  }
  .jins-wrap .modal_linkAnchorIcon {
    width: 3.0769230769vw;
  }
  .jins-wrap .modal_button-prev {
    left: 0;
    top: 48.7179487179vw;
    width: 9.2307692308vw;
  }
  .jins-wrap .modal_button-next {
    right: 0;
    top: 48.7179487179vw;
    width: 9.2307692308vw;
  }
  .jins-wrap .modal_close {
    gap: 1.5384615385vw;
  }
  .jins-wrap .modal_closeText {
    font-size: 4.1025641026vw;
  }
  .jins-wrap .modal_closeIcon {
    width: 3.0769230769vw;
  }
  #section-contents .u-pc {
    display: none !important;
  }
  #section-contents .u-sp {
    display: block;
  }
  .jins-wrap .kv_inner {
    padding: 20vw 1.9230769231vw 5.1282051282vw;
  }
  .jins-wrap .kv_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
  .jins-wrap .kv_textWrap {
    padding-left: 2.5641025641vw;
  }
  .jins-wrap .kv_titleTop {
    width: 58.8948717949vw;
  }
  .jins-wrap .kv_titleBottom {
    margin-top: 1.2820512821vw;
    width: 89.7435897436vw;
  }
  .jins-wrap .kv_textBottom {
    gap: 2.3076923077vw;
    margin-top: 0.7692307692vw;
  }
  .jins-wrap .kv_line {
    width: 11.28vw;
  }
  .jins-wrap .kv_line:after {
    height: 0.5128205128vw;
  }
  .jins-wrap .kv_text {
    font-size: 3.08vw;
  }
  .jins-wrap .kv_imageWrap {
    border: 1px solid #1e1e1e;
    border-radius: 5.1282051282vw;
    width: 100%;
  }
  .jins-wrap .kv_credit p {
    font-size: 2.56vw;
    margin-top: 1.5384615385vw;
  }
  .jins-wrap .style_inner {
    border-top-left-radius: 5.1282051282vw;
    border-top-right-radius: 5.1282051282vw;
    padding-bottom: 2.0512820513vw;
    padding-top: 10.2564102564vw;
  }
  .jins-wrap .style_title {
    margin-bottom: 5.1282051282vw;
    width: 89.7435897436vw;
  }
  .jins-wrap .style_title h3 {
    font-size: 10.7692307692vw;
    letter-spacing: 0.02em;
    line-height: 1.1;
    padding-top: 8.9743589744vw;
    text-align: left;
  }
  .jins-wrap .style_line {
    height: 0.5128205128vw;
  }
  .jins-wrap .style_text p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.01em;
    margin: 0 auto;
    width: 94.8717948718vw;
  }
  .jins-wrap .style_content {
    gap: 1.5384615385vw;
    height: 186.1538461538vw;
    margin-top: 5.1282051282vw;
    padding-left: 1.9230769231vw;
    padding-right: 1.9230769231vw;
    width: 100vw;
  }
  .jins-wrap .style_list {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .jins-wrap .style_list[data-item="slider1"] {
    -webkit-animation: scroll-reverse-y 35s linear infinite;
    -moz-animation: scroll-reverse-y 35s linear infinite;
    animation: scroll-reverse-y 35s linear infinite;
  }
  .jins-wrap .style_list[data-item="slider2"] {
    -webkit-animation: scroll-y 35s linear infinite;
    -moz-animation: scroll-y 35s linear infinite;
    animation: scroll-y 35s linear infinite;
  }
  .jins-wrap .style_item {
    padding-top: 1.0256410256vw;
    width: 31.0256410256vw;
  }
  .jins-wrap .style_categorySwiper {
    bottom: 8.2820512821vw;
  }
  .jins-wrap .style_categoryList {
    width: 100vw;
  }
  .jins-wrap .style_anchorLink {
    border: 1px solid #1e1e1e;
    gap: 1.5384615385vw;
    padding: 0.7692307692vw 7.1794871795vw 0.7692307692vw 1.0256410256vw;
  }
  .jins-wrap .style_categoryImage {
    width: 9.4871794872vw;
  }
  .jins-wrap .style_categoryText p {
    font-size: 3.5897435897vw;
  }
  .jins-wrap .style_categoryText p span {
    font-size: 2.3076923077vw;
  }
  .jins-wrap .seasonal_inner {
    margin-top: 11.0256410256vw;
  }
}
@media print {
  .jins-wrap {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 1440px;
  }
}
/* header */
.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.header ul,
.header ol {
  list-style: none;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.header button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
.header img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #fff;
}
.header__outer {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__outer {
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__outer {
    padding: 22px 48px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    position: relative;
    gap: 24px;
    width: 100%;
    padding: 8px 8px 8px 24px;
  }
}
.header__logo-link {
  display: inline-block;
}
.header__logo {
  width: 86px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 70px;
  }
}
.header__hamburger {
  z-index: 50;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #e6e6e6 !important;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-line-wrap {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 15px;
}
.header__hamburger-line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.5px;
  background-color: #000;
}
.header__hamburger-line--top {
  top: 0;
  transition:
    transform 0.2s,
    top 0.2s;
}
.header__hamburger-line--middle {
  top: 50%;
  transition: opacity 0.2s;
  transform: translateY(-50%);
}
.header__hamburger-line--bottom {
  bottom: 0;
  transition:
    transform 0.2s,
    bottom 0.2s;
}
.header__hamburger.is-open .header__hamburger-line--top {
  top: 7px;
  transform: rotate(45deg);
}
.header__hamburger.is-open .header__hamburger-line--middle {
  opacity: 0;
}
.header__hamburger.is-open .header__hamburger-line--bottom {
  bottom: 6px;
  transform: rotate(-45deg);
}
.header__menu-sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(27, 27, 27, 0.5);
}
@media screen and (min-width: 768px) {
  .header__menu-sp {
    display: none;
  }
}
.header__menu-sp-inner {
  position: absolute;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  height: 100%;
  padding: 10px;
  overflow: auto;
  background-color: #fff;
}
.header__menu-sp-inner .header__link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 5px 20px;
  margin-top: 60px;
  font-family: JINS_NextMedium, sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
}
.header__menu-sp-inner .header__link-list li {
  width: 100%;
}
.header__menu-sp-inner .header__submenu {
  padding: 12px;
}
.header__menu-sp-inner .header__submenu a {
  font-family: JINS_NextLight, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
}
.header__menu-sp-inner .header__submenu a:hover {
  opacity: 0.7;
}
.header__link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.header__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__link:hover {
  opacity: 0.7;
}
.header__link-submenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 17px;
  cursor: pointer;
}
.header__link-text {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.header__submenu-link {
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__submenu-link:hover {
  opacity: 0.7;
}
.header__menu-pc {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .header__menu-pc {
    display: none;
  }
}
.header__menu-pc-inner .header__link-list {
  display: flex;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .header__menu-pc-inner .header__link-list {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding-right: 86px;
  }
}
.header__menu-pc-inner .header__submenu {
  position: relative;
  cursor: pointer;
}
.header__menu-pc-inner .header__submenu:hover::after,
.header__menu-pc-inner .header__submenu.is-open::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}
.header__submenu-header {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 0 32px 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#pcCollectionsSubmenu.header__submenu-header {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 64px;
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .header__submenu-header {
    display: none;
  }
}
.header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(27, 27, 27, 0.5);
  animation: fadeIn 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__overlay {
    display: none;
  }
}
.header__link-pc {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: fit-content;
}
.header__link-pc:hover {
  opacity: 0.7;
}
.header__link-pc:hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}
.header__link-submenu.is-open svg {
  transform: rotate(180deg);
}
/* footer */
.standard-footer *,
.standard-footer *::before,
.standard-footer *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.standard-footer ul,
.standard-footer ol {
  list-style: none;
}
.standard-footer a {
  color: inherit;
  text-decoration: none;
}
.standard-footer button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
.standard-footer img {
  display: block;
  max-width: 100%;
  height: auto;
}
.standard-footer {
  padding: 23px;
  font-family: JINS_Nextlight, sans-serif;
  letter-spacing: .02em;
  background-color: #fff;
}
.standard-footer__list-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.standard-footer__policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.standard-footer__policy-link {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}
.standard-footer__policy-link:hover {
  text-decoration: underline;
}
.standard-footer__copy {
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
}
.standard-footer__copy-text {
  font-family: JINS_NextLight, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.standard-footer__separator {
  font-size: 17px;
  line-height: 1.5;
  color: #000;
}