.multiline,
.multiline-yellow {
  padding-bottom: 1px;
  background-position: 100% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.ie .multiline,
.ie .multiline-yellow {
  padding-bottom: 0;
  background: none;
  text-decoration: underline;
}

.multiline {
  background-image: linear-gradient(#000, #000);
}

.multiline-yellow {
  background-image: linear-gradient(#e9be25, #e9be25);
}

html {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 600;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select {
  -webkit-appearance: none;

  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

table {
  border-collapse: collapse;
}

:root {
  --clientWidth: var(--jsClientWidth, 100vw);
}

html {
  -webkit-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 100%;
  font-family: nimbus-sans,dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
  line-height: 1.6;
  background-color: #fff;
}

body::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-noise-white.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px auto;
  opacity: 0.35;
  transition: all 0.3s ease-out;
  transition-property: background;
  pointer-events: none;
}

body.home {
  transition: all 0.3s ease-out;
  transition-property: background;
}

.magazineMode body.home {
  background-color: #f1ecdc;
}

.magazineMode body.home::before {
  background-image: url(../img/bg-noise-beige.png);
}

.productSingleMode body{
  background-color: #000;
  color: #fff;
}

a {
  position: relative;
  outline: none;
  color: currentColor;
  text-decoration: none;
  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  border: none;
  border-style: none;
  vertical-align: top;

  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}

body {
  margin: 0;
}

section {
  position: relative;
}

ul,
ol {
  list-style: none;
}

li {
  position: relative;
}

.hover-fill-reverse {
  padding: 0.25em 0;
  background: linear-gradient(rgba(231,76,60,0.5), rgba(231,76,60,0.5)) 100% 100%/100% 100% no-repeat;
  text-decoration: none;
  transition: background 0.4s;
}

.hover-fill-reverse:hover {
  background: linear-gradient(rgba(231,76,60,0.5), rgba(231,76,60,0.5)) 100% 100%/0 100% no-repeat;
}

.color-yellow {
  color: #e9be25;
}

select,
input {
  -webkit-appearance: none;
  appearance: none;

  -moz-appearance: none;
}

input {
  width: 0;
  height: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.radio[for*="color"] {
  height: auto;
}

.radio input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.radio__name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #999;
  vertical-align: top;
}

[name*="color"] + .radio__name {
  height: auto;
  background: #333;
}

:checked + .radio__name {
  color: #151515;
}

:disabled + .radio__name {
  opacity: 0.3;
}

:checked + .radio__name,
:disabled + .radio__name {
  pointer-events: none;
}

:not(:disabled):not(:checked) + .radio__name {
  cursor: pointer;
  transition: color 0.2s ease-out;
}

.radio__name img {
  width: 100%;
  height: 100%;
  opacity: 0.3;

  -o-object-fit: cover;
  object-fit: cover;
}

.check {
  padding: 0 2px;
  cursor: pointer;
}

.check__name {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  opacity: 0.3;

  gap: 14px;
}

.check__name span {
  order: 3;
}

.check__name::before {
  display: block;
  order: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #f2f2f2;
  content: "";
}

:checked + .check__name {
  opacity: 1;
}

:checked + .check__name::before {
  background: #f2f2f2;
}

.check__name.-color::after {
  display: block;
  order: 2;
  width: 11px;
  height: 11px;
  background: #f2f2f2;
  content: "";
}

.check__name.-white::after {
  background: #fff;
}

.check__name.-gray::after {
  background: #b2b2b2;
}

.check__name.-black::after {
  background: #000;
}

.check__name.-beige::after {
  background: #fbdeb4;
}

.check__name.-blue::after {
  background: #0469b7;
}

.check__name.-yellow::after {
  background: #ffe563;
}

.check__name.-red::after {
  background: #f20213;
}

.check__name.-green::after {
  background: #21ad38;
}

.check__name.-orange::after {
  background: #f83;
}

.check__name.-brown::after {
  background: #9b661d;
}

.check__name.-purple::after {
  background: #b261bc;
}

.check__name.-pink::after {
  background: #ff999c;
}

.check__name.-other::after {
  border: 1px solid #f2f2f2;
  background: transparent;
}

.radioList label {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  cursor: pointer;
}

.mwform-errors {
  margin-top: 5px;
}

.mwform-error {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.basicMode {
  color: #000;
}

.basicMode body {
  color: #000;
}

.basicMode .header a {
  color: #fff;
}

.basicMode .hc-nav-trigger .trigger-icn {
  background: #fff;
}

.basicMode .hc-nav-trigger .trigger-icn::before,
.basicMode .hc-nav-trigger .trigger-icn::after {
  border-color: #fff;
}

.basicMode .footer a,
.basicMode .footer button {
  color: #fff;;
}

.basicMode .footer svg {
  fill: #fff;;
}

.campMode .sitelogo svg {
  fill: #fff;
}

/*.campMode .hc-nav-trigger .trigger-icn {
  background: #fff;
}

.campMode .hc-nav-trigger .trigger-icn::before,
.campMode .hc-nav-trigger .trigger-icn::after {
  border-color: #fff;
}*/

.campMode .footer svg {
  fill: #fff;
}

.magazineMode .sitelogo svg {
  fill: #000;
}

.magazineMode .hc-nav-trigger .trigger-icn {
  background: #000;
}

.magazineMode .hc-nav-trigger .trigger-icn::before,
.magazineMode .hc-nav-trigger .trigger-icn::after {
  border-color: #000;
}

.magazineMode .footer a,
.magazineMode .footer button {
  color: #fff;;
}

.magazineMode .footer svg {
  fill: #fff;;
}

.magazineMode .footer__menuGroup {
  border-color: #fff;;
}

.storyMode {
  color: #000;
}

.storyMode body {
  color: #000;
}

.storyMode .header a {
  color: #fff;
}

.storyMode .sitelogo svg {
  fill: #fff;
}

.storyMode .hc-nav-trigger .trigger-icn {
  background: #fff;
}

.storyMode .hc-nav-trigger .trigger-icn::before,
.storyMode .hc-nav-trigger .trigger-icn::after {
  border-color: #fff;
}

.storyMode .footer a,
.storyMode .footer button {
  color: #fff;
}

.storyMode .footer svg {
  fill: #fff;
}

.storyMode .footer__menuGroup {
  border-color: #fff;
}

.-blankPage body {
  color: #000;
}

.-blankPage .hc-nav-trigger .trigger-icn {
  background: #000;
}

.-blankPage .hc-nav-trigger .trigger-icn::before,
.-blankPage .hc-nav-trigger .trigger-icn::after {
  border-color: #000;
}

.-blankPage .footer a,
.-blankPage .footer button {
  color: #fff;
}

.-blankPage .footer svg {
  fill: #fff;
}

.-blankPage .footer__menuGroup {
  border-color: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background-image: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  outline: none;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000;
  content: "•";
  text-align: center;
  font-size: 6px;
  line-height: 20px;
  opacity: 0.25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  display: table;
  clear: both;
  content: "";
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  visibility: hidden;
  opacity: 0;
}

.tns-fadeIn {
  z-index: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tns-normal,
.tns-fadeOut {
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 310px;
  height: 10px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  display: table;
  clear: both;
  content: "";
}

.tns-t-ct > div {
  float: left;
  width: 1.42857%;
  width: calc(100% / 70);
  height: 10px;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  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") format("woff");
}

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

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

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

  -moz-appearance: none;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

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

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0,0,0,0.1);

  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

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

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

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

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

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

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

  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  position: relative;
  flex: 0 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  max-width: 100%;
  width: var(--carousel-slide-width, 60%);

  overscroll-behavior: contain;
  touch-action: pan-y;
}

.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
  transform: translate(-50%, -50%);
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  border: 0;
  border-radius: var(--carousel-button-border-radius, 50%);
  background: var(--carousel-button-bg, transparent);
  box-shadow: var(--carousel-button-shadow, none);
  color: var(--carousel-button-color, currentColor);
  cursor: pointer;
  transition: opacity 0.15s ease;
  pointer-events: all;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  opacity: 0.3;
  cursor: default;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;

  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;

  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  outline: none;
  color: var(--fancybox-color, #fff);
  transform-origin: top left;
  direction: ltr;

  -webkit-tap-highlight-color: transparent;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24,24,27,0.92));
}

.fancybox__carousel {
  position: relative;
  z-index: 10;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 48px 8px 8px 8px;
  max-width: 100%;
  width: 100%;
  outline: 0;

  overscroll-behavior: contain;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  flex: 0 0 0;
  margin: auto;
  content: "";
}

.fancybox__content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-self: center;
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  background: var(--fancybox-content-bg, #fff);
  color: var(--fancybox-content-color, #374151);
}

.fancybox__caption {
  visibility: visible;
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  padding: 1rem 0 0 0;
  max-width: 100%;
  color: var(--fancybox-color, currentColor);
  line-height: 1.375;
  cursor: auto;

  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: 8px;
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
  transform: translate(-50%, -50%);
}

.fancybox__slide .fancybox__spinner {
  z-index: 1053;
  cursor: pointer;
}

.fancybox__spinner svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
}

.fancybox__spinner svg circle {
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;

  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke: currentColor;
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255,255,255,0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ccc;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}

.fancybox__carousel .is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide:not(.has-image) .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__image {
  transform-origin: 0 0;

  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-image .fancybox__content {
  padding: 0;
  min-height: 1px;
  background: transparent;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;

  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;

  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  overflow: visible;
  min-height: 1px;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  max-height: 100%;
  width: 960px;
  height: 540px;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border-width: 0;
  white-space: nowrap;
}

.fancybox__thumbs {
  position: relative;
  flex: 0 0 auto;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  overflow: visible;
  box-sizing: content-box;
  margin: 0;
  padding: 8px 3px;
  width: var(--fancybox-thumbs-width, 96px);
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1,210,232,0.94));
  border-radius: 4px;
  content: "";
  opacity: 0;
  transition: opacity 0.15s ease;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.006) 8.1%, rgba(0,0,0,0.021) 15.5%, rgba(0,0,0,0.046) 22.5%, rgba(0,0,0,0.077) 29%, rgba(0,0,0,0.114) 35.3%, rgba(0,0,0,0.155) 41.2%, rgba(0,0,0,0.198) 47.1%, rgba(0,0,0,0.242) 52.9%, rgba(0,0,0,0.285) 58.8%, rgba(0,0,0,0.326) 64.7%, rgba(0,0,0,0.363) 71%, rgba(0,0,0,0.394) 77.5%, rgba(0,0,0,0.419) 84.5%, rgba(0,0,0,0.434) 91.9%, rgba(0,0,0,0.44) 100%);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0,0,0,0.4));
  opacity: var(--fancybox-opacity, 1);

  touch-action: none;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  padding: 0 10px;
  min-width: 72px;
  text-align: center;
  font-size: 17px;
  line-height: var(--carousel-button-height, 48px);

  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 3px;
  background: var(--fancybox-accent-color, rgba(1,210,232,0.94));
  transition-timing-function: linear;
  transition-property: transform;
  transform: scaleX(0);
  transform-origin: 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  position: relative;
  flex: 0 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  max-width: 100%;
  width: var(--carousel-slide-width, 60%);

  overscroll-behavior: contain;
  touch-action: pan-y;
}

.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
  transform: translate(-50%, -50%);
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  border: 0;
  border-radius: var(--carousel-button-border-radius, 50%);
  background: var(--carousel-button-bg, transparent);
  box-shadow: var(--carousel-button-shadow, none);
  color: var(--carousel-button-color, currentColor);
  cursor: pointer;
  transition: opacity 0.15s ease;
  pointer-events: all;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  opacity: 0.3;
  cursor: default;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;

  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
}

.panzoom__controls {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  transform: scale(0.75);
  transform-origin: top left;
}

.panzoom__button {
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: #eee;
  color: #222;
  cursor: pointer;
}

.panzoom__button svg {
  vertical-align: top;
  pointer-events: none;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.panzoom {
  position: relative;
  overflow: hidden;
}

.panzoom__content {
  max-width: 100%;
  max-height: 100%;
  transition: unset;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 0 0;

  -o-object-fit: contain;
  object-fit: contain;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.simplebar-wrapper {
  overflow: hidden;
  max-width: inherit;
  max-height: inherit;
  width: inherit;
  height: inherit;
}

.simplebar-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: auto !important;
  height: auto !important;
  direction: inherit;
}

.simplebar-offset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: inherit !important;
  margin: 0;
  padding: 0;
  resize: none !important;
  direction: inherit !important;
}

.simplebar-content-wrapper {
  position: relative;
  display: block;
  visibility: visible;
  box-sizing: border-box !important;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  direction: inherit;

  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:before,
.simplebar-content:after {
  display: table;
  content: " ";
}

.simplebar-placeholder {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  position: relative;
  z-index: -1;
  float: left;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
  overflow: hidden;
  box-sizing: inherit !important;
  margin: 0;
  padding: 0;
  max-width: 1px;
  max-height: 1px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  box-sizing: inherit;
  min-width: 1px;
  min-height: 1px;
  width: 1000%;
  height: 1000%;
  opacity: 0;
  pointer-events: none;
}

.simplebar-track {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;

  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  min-height: 10px;
  width: 7px;
}

.simplebar-scrollbar:before {
  position: absolute;
  right: 0;
  left: 0;
  border-radius: 7px;
  background: black;
  content: "";
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 2px;
  left: 2px;
  height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 2px;
  right: auto;
  left: 0;
  min-width: 10px;
  min-height: 0;
  width: auto;
  height: 7px;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  position: fixed;
  visibility: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 500px;
  height: 500px;
  opacity: 0;
  direction: rtl;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;

  scrollbar-width: none;
}

html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  position: fixed;
  overflow: visible;
  min-height: 100%;
  width: 100%;
}

.hc-offcanvas-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  height: 100%;
  text-align: left;
  opacity: 0;
  transition: all 0.2s ease;
  transition-property: visibility, opacity;
}

.-hcnav-opened .hc-offcanvas-nav {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.hc-offcanvas-nav .nav-container {
  position: fixed;
  top: 0;
  z-index: 9998;
  box-sizing: border-box;
  width: 100% !important;
  height: 100%;
  transition: all 0.2s ease;
  transition-property: transform, opacity, visibility;
  transform: translate3d(0, 0, 0) !important;
}

.hc-offcanvas-nav .nav-container:after {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  visibility: hidden;
  width: 40px;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
}

.hc-offcanvas-nav .nav-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;

  overscroll-behavior: none;
}

.hc-offcanvas-nav .nav-content {
  height: 100%;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}

.hc-offcanvas-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-offcanvas-nav li {
  position: relative;
  display: block;
}

.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}

.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 44px;
  cursor: pointer;
}

.hc-offcanvas-nav li:not(.custom-content) a.drawerMenu__link {
  justify-content: space-between;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed;
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}

.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}

.hc-offcanvas-nav .nav-item-wrapper.hide-level {
  opacity: 0.5;
}

.hc-offcanvas-nav .nav-item-link {
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: none;
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
  z-index: 10;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: visibility 0s ease 0.2s,opacity 0.2s ease;

  overscroll-behavior: none;
}

.hc-offcanvas-nav.disable-body::after {
  position: fixed;
}

.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  visibility: hidden;
  overflow: hidden;
  min-width: 0;
  max-height: 0;
  transition: height 0s ease 0.2s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  visibility: visible;
  overflow: visible;
  max-height: none;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  padding-top: 50px;
  height: calc( 100% - 60px);
  opacity: 0;
  transition: visibility 0.3s ease,opacity 0.3s ease,transform 0.6s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease,opacity 0.1s ease,transform 0.6s ease;
  transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.nav-position-left {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(40vw, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
  top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  transform: translate3d(0, 0, 0) !important;
}

.-hcnav-level-opened .hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  transform: translate3d(-40px, 0, 0) !important;
}

.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container:after {
  visibility: visible;
  opacity: 1;
}

.hc-offcanvas-nav.rtl {
  text-align: right;
  direction: rtl;
}

.hc-nav-trigger {
  z-index: 9980;
  display: none;
  min-height: 13px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hc-nav-trigger .trigger-icn {
  position: relative;
  margin-top: -1px;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease-out;
  transition-property: background;
}

html:not([class*="Mode"]) .hc-nav-trigger .trigger-icn {
  background: #000;
}

.hc-nav-trigger .trigger-icn,
.hc-nav-trigger .trigger-icn::before,
.hc-nav-trigger .trigger-icn::after {
  display: block;
}

.hc-nav-trigger .trigger-icn::before,
.hc-nav-trigger .trigger-icn::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  border-top: 1px solid #fff;
  background: transparent;
  content: "";
  transition: all 0.3s ease-out;
  transition-property: border-color;
}

html:not([class*="Mode"]) .hc-nav-trigger .trigger-icn::before,
html:not([class*="Mode"]) .hc-nav-trigger .trigger-icn::after {
  border-color: #000;
}

.hc-nav-trigger .trigger-icn::before {
  transform-origin: left top;
}

.hc-nav-trigger .trigger-icn::after {
  transform-origin: left bottom;
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0,0,0,0.3);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #fff;
}

.hc-offcanvas-nav .nav-content > h2,
.hc-offcanvas-nav .nav-content > h3,
.hc-offcanvas-nav .nav-content > h4,
.hc-offcanvas-nav .nav-content > h5,
.hc-offcanvas-nav .nav-content > h6 {
  padding: 20px 17px;
  color: #1b3958;
  font-weight: normal;
  font-size: 19px;
}

.hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h4:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h5:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h6:not(.nav-title):not(.level-title) {
  padding: 15px 17px;
  background: #336ca6;
  font-size: 16px;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  z-index: 1;
  border-bottom: 1px solid rgba(242,242,242,0.2);
  background: rgba(0,0,0,0);
  color: #000;
  font-size: 14px;
  transition: background 0.1s ease;
}

.hc-offcanvas-nav .nav-item-link:focus,
.hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within,
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within {
  z-index: 10;
}

.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled],
.hc-offcanvas-nav .nav-back a[disabled] {
  color: rgba(0,0,0,0.5);
}

.hc-offcanvas-nav div.nav-back + ul > li:first-child > .nav-item-wrapper>.nav-item-link {
  border-top: none !important;
}

.hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  border-bottom: 1px solid #2c5d8f;
  font-size: 14px;
}

.hc-offcanvas-nav .nav-highlight {
  background: #2e6296;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper>.nav-item-link {
  border-top: 0px;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link+a {
  border-top: 1px solid rgba(242,242,242,0.2);
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:not(:last-child) {
  border-bottom: 2px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h6 {
  margin-top: -2px;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > h2 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h3 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h4 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h5 + ul > li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h6 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper>.nav-item-link {
  border-top: 1px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title+h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title+h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close+h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h6 {
  border-top: 1px solid #2c5d8f;
}

.hc-offcanvas-nav li {
  color: #000;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child:not(.drawerMenu__link) {
  padding-right: 58px;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px;
}

.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37px;
  text-align: center;
  cursor: pointer;
  transition: background 0.1s ease;
}

.hc-offcanvas-nav .nav-back span {
  right: inherit;
  left: 0;
  width: 45px;
}

.hc-offcanvas-nav .nav-close-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hc-offcanvas-nav .nav-close-button span {
  position: relative;
  height: 1px;
  background: #000;
}

.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
  display: block;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  border-top: 1px solid #000;
  background: transparent;
  content: "";
  transition: all 0.3s ease-out;
  transition-property: border-color;
  transform-origin: 50% 50%;
}

.hc-offcanvas-nav .nav-close-button span::before {
  top: -6px;
}

.hc-offcanvas-nav .nav-close-button span::after {
  bottom: -6px;
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span {
  background: rgba(0,0,0,0);
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::before,
.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::after {
  left: 50%;
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::before {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

.-hcnav-opened .hc-offcanvas-nav .nav-close-button span::after {
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
}

.hc-offcanvas-nav .nav-content > .nav-close {
  position: relative;
  z-index: 2;
}

.hc-offcanvas-nav .nav-content > .nav-close a {
  z-index: 1;
  box-sizing: border-box;
  background: rgba(0,0,0,0);
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.hc-offcanvas-nav .nav-content > .nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-content > .nav-close a:hover {
  border: none;
}

.hc-offcanvas-nav .nav-content > .nav-close.has-label + ul {
  margin-top: -1px;
}

.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content > .nav-close {
  margin-bottom: -1px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
  position: absolute;
  top: -66px;
  right: 0;
  width: 45px;
  height: 66px;
  line-height: 66px;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 55px;
}

.hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  border-top: 0px;
  border-bottom: 1px solid rgba(242,242,242,0.2);
  background: transparent;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
  background: transparent;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}

.hc-offcanvas-nav a.nav-next {
  border-bottom: 1px solid #2c5d8f;
  border-left: 1px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin-left: -2px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #f2f2f2;
  border-left: 1.5px solid #f2f2f2;
  content: "";
  transform-origin: center;
}

.hc-offcanvas-nav .nav-next span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  transform: translate(-50%, -50%);
}

.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-right: -2px;
  margin-left: 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  background: transparent;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #2e6296;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom: 1px solid #295887;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  padding-left: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
  padding-left: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
  padding-left: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
  padding-left: calc(17px + 20px * 5);
}

.hc-offcanvas-nav.rtl a.nav-next {
  border-right: 1px solid #2c5d8f;
  border-left: none;
}

.hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label),
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-back span {
  right: auto;
  left: 0;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
  padding-right: 17px;
  padding-left: 58px;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 0;
  margin-left: 45px;
}

.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 5);
}

#drawerNav {
  display: none;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  padding-bottom: 41px;
}

.hc-offcanvas-nav h2 ~ ul > li.search .nav-custom-content {
  padding-top: 0;
}

.hc-offcanvas-nav.rtl .nav-item-link::before {
  margin-right: 0 !important;
  margin-left: 15px;
}

.hc-offcanvas-nav.rtl .nav-item.collections > .nav-item-wrapper .nav-item-link span {
  float: left;
}

.hc-offcanvas-nav li .custom-message {
  font-size: 12px;
}

.hc-offcanvas-nav li .custom-message a {
  color: #fff;
  font-size: 13px;
}

.hc-offcanvas-nav li .custom-message a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav li.add > .nav-item-wrapper a::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "add";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.new > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "fiber_new";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.cryptocurrency > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "local_atm";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.devices > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "devices";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.mobile > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "phone_android";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.television > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "desktop_windows";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.camera > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "camera_alt";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.magazines > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "import_contacts";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.store > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  content: "store";
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.collections > .nav-item-wrapper .nav-item-link span {
  float: right;
  margin-top: 2px;
  padding: 0 4px;
  height: 15px;
  border-radius: 2px;
  background: #ff635a;
  font-size: 70%;
  line-height: 15px;
}

.hc-offcanvas-nav li.collections > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.nolink > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav li.disabled > .nav-item-wrapper .nav-item-link::before {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
  vertical-align: top;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  line-height: 1;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
  position: relative;
  border-top: none;
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0 > .nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0 > .nav-content {
  padding-bottom: 0;
}

.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.15);
}

.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}

.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 10px;
  height: 100%;
  border-bottom: none;
  text-align: center;
}

.hc-offcanvas-nav ul.bottom-nav li svg {
  display: inline-block;
  vertical-align: middle;

  fill: #fff;
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
  width: 17px;
  height: 17px;
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
  width: 21px;
  height: 21px;
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
  width: 19px;
  height: 19px;
}

body.theme-default .hc-offcanvas-nav .second-nav {
  border-bottom: none !important;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modaal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  position: relative;
  display: table-cell;
  padding: 80px 25px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: block;
  padding: 0;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  color: #000;
  text-align: left;
  cursor: auto;
}

.modaal-container.is_loading {
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.modaal-fullscreen .modaal-container {
  overflow: auto;
  max-width: none;
  height: 100%;
}

.modaal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0,0,0,0);
  color: #fff;
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
}

.modaal-close:before,
.modaal-close:after {
  position: absolute;
  top: 14px;
  left: 23px;
  display: block;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  content: " ";
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  top: 10px;
  right: 10px;
  background: #afb7bc;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  display: inline-block;
  margin: 0 10px;
  border: none;
  background: transparent;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  border-radius: 3px;
  background: #555;
  color: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  margin: -6px !important;
  max-width: 800px !important;
  width: 1000px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-right: 140px;
  padding-left: 140px;
}

.modaal-image .modaal-container {
  max-width: 100%;
  width: auto;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  margin: 20px 0 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  background: rgba(0,0,0,0);
  color: #fff;
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  position: absolute;
  top: 16px;
  left: 25px;
  display: block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  content: " ";
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative;
  margin: auto 50px;
}

.modaal-video-container {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  max-width: 100%;
  max-width: 1300px;
  height: 0;
  background: #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block;
  width: 100%;
  height: 100%;
}

.modaal-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background: none;
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  position: absolute;
  margin-top: 4px;
  margin-left: 4px;
  width: 24px;
  height: 24px;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.container {
  width: 100%;
}

.dw {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.dw__title {
  border-bottom: 1px solid #000;
  font-weight: 300;
  font-size: 25px;
  font-family: nimbus-sans,sans-serif;
  line-height: 1.4;
}

.-magazine .dw__title{
  border: none;
}

.-magazine .dw__item a{
  min-height: auto !important;
}

.dw-magazine{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.dw-magazine__article{
  width: 100%;
}

.dw-magazine__link{
  flex-direction: column;
  align-items: stretch !important;
  transition: all 0.2s ease-out;
}

.dw__list {
  font-weight: 300;
}

.dw__child {
  width: 100%;
}

.dw__group:not(.-camp) .dw__child {
  display: flex;
  flex-wrap: wrap;
}

.dw__item {
  font-size: 13px;
}

.dw__group:not(.-camp) .dw__item:only-child {
  width: 100%;
}

.dw__group:not(.-social,.-about) .dw__item {
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.dw__group.-magazine{
  background-color: #000;
  color: #fff;
  padding: 25px;
}

.dw-magazine__thumb{
  width: 100%;
  aspect-ratio: 294/197;
  overflow:hidden;
}

.dw-magazine__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dw-magazine__number{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
  font-family: nimbus-sans, sans-serif;
  line-height: 1;
  width: 78px;
  gap: 10px;
}

.dw-magazine__numberIcon{
  display: block;
  width: 100%;
  height: 54px;
}

.dw-magazine__numberIcon svg{
  width: 100%;
  height: 100%;
  line-height: 1;
  display: block;
  fill: #fff;
}

.dw-magazine__numberText {
  white-space: nowrap;
  font-size: 20px;
}

.dw-magazine__title{
  border-top: 1px solid #fff;
  margin-top: 12px;
  padding-top: 24px;
  font-size: 15px;
}

.dw-magazine__author{
  margin-top: 20px;
}

.dw-magazine__authorTitle{
  font-size: 11px;
}

.dw-magazine__authorName{
  font-size: 17px;
}

.dw-feature{
  margin-top: 10px;
}

.dw-feature__link{
  flex-direction: column;
  transition: all 0.2s ease-out;
}

.dw-feature__group{
  width: 100%;
}

.dw-feature__Title{
  font-weight: 300;
  font-size: 25px;
}

.dw-feature__image{
  aspect-ratio: 345/232;
  display: block;
  width: 100%;
}

.dw-feature__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dw-camp-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dw__item-withIcon,
.dw__item-withBg {
  font-size: 17px;
}

.dw__item-withIcon:nth-child(3n) .dw__itemIcon {
  padding-right: 13px;
}

.dw__item-withIcon:nth-child(3n-1) .dw__itemIcon {
  padding-right: 11px;
}

.dw__item-withIcon a {
  display: flex;
  align-items: center;
  height: 100%;
}

.dw__item-withBg {
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.dw__item-withBg a {
  justify-content: center;
  width: 100%;
}

.dw__itemIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
}

[class*="table"] .dw__itemIcon img {
  margin-right: auto;
  margin-left: 10px;
}

[class*="accessory"] .dw__itemIcon img {
  margin-right: auto;
  margin-left: 0;
}

[class*="glove"] .dw__itemIcon img,
[class*="storage"] .dw__itemIcon img {
  margin-right: 6px;
  margin-left: auto;
}

.dw__itemTagname {
  color: #fff;
}

.dw__itemChild {
  font-size: 10px;
  line-height: 2.2;
}

.hc-offcanvas-nav li:not(.custom-content) .dw__itemChildLinks {
  display: block;
}

.dw__itemChildLinks span:not(:last-child)::after {
  content: "/";
}

.footer {
  font-size: 11px;
  background-color: #000;
  color: #fff;
}

.footer a,
.footer button {
  color: #fff;
  transition: all 0.3s ease-out;
  transition-property: color;
}

.footer svg {
  transition: all 0.3s ease-out;
  transition-property: fill;
}

.footer__menu {
  background-repeat: no-repeat;
}

.footer__menuGroup {
  border-top: 1px solid #fff;
  transition: all 0.3s ease-out;
  transition-property: border-color;
}

.footer__menuIndex {
  font-size: 13px;
}

.footer__menuItem a {
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 1;
}

.footer__expandButton {
  display: flex;
  align-items: center;

  gap: 6px;
}

.footer__expandIcon {
  width: 8px;
  height: 5px;
}

.footer__expandIconImage {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform: rotate(180deg);
}

.-opened .footer__expandIconImage {
  transform: rotate(0deg);
}

.footer__copyright {
  display: flex;
  font-size: 9px;
  line-height: 1.44444;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-out;
  transition-property: opacity, visibility;
  mix-blend-mode: difference;
}

.-scrolled .pagetop {
  visibility: visible;
  opacity: 1;
}

.pagetop__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.symbols {
  display: none;
}

.gNav {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-family: nimbus-sans,sans-serif;
}

.gNav__item {
  position: inherit;
}

.gNav__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gNav__link[href=""] {
  pointer-events: none;
}

.gNav__text {
  position: relative;
  line-height: 1;
}

.gNav__text:before {
  position: absolute;
  top: 0;
  right: -6px;
  display: block;
  visibility: hidden;
  border-radius: 100%;
  background: #00ffff;
  content: "";
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-property: opacity, visibility;
}

.-active .gNav__text:before {
  visibility: visible;
  opacity: 1;
}

.gNav__mega {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 101;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  background: transparent;
  opacity: 0;
  transition: 0s 1s;
  pointer-events: none;
}

html:not(.-hideHeaderBar) .gNav__mega.-debug,
html:not(.-hideHeaderBar) .gNav__item:hover .gNav__mega {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  pointer-events: auto;
}

.gNav__megaTitle {
  font-weight: 600;
}

.gNav__megaTitle:not(:last-child) {
  margin-bottom: 5px;
}

.gNav__megaList:not(:last-child) {
  margin-bottom: 32px;
}

.gNav__megaList-item {
  position: relative;
  visibility: hidden;
  background: #000;
  counter-increment: count;
  opacity: 0;
  transition: all 0.01s ease-out;
  transition-property: opacity, visibility;
}

.gNav__item:hover .gNav__megaList-item {
  visibility: visible;
  opacity: 1;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(1):not(:first-child) {
  transition-delay: 0s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(2):not(:first-child) {
  transition-delay: 0.045s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(3):not(:first-child) {
  transition-delay: 0.09s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(4):not(:first-child) {
  transition-delay: 0.135s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(5):not(:first-child) {
  transition-delay: 0.18s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(6):not(:first-child) {
  transition-delay: 0.225s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(7):not(:first-child) {
  transition-delay: 0.27s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(8):not(:first-child) {
  transition-delay: 0.315s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(9):not(:first-child) {
  transition-delay: 0.36s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(10):not(:first-child) {
  transition-delay: 0.405s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(11):not(:first-child) {
  transition-delay: 0.45s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(12):not(:first-child) {
  transition-delay: 0.495s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(13):not(:first-child) {
  transition-delay: 0.54s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(14):not(:first-child) {
  transition-delay: 0.585s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(15):not(:first-child) {
  transition-delay: 0.63s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(16):not(:first-child) {
  transition-delay: 0.675s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(17):not(:first-child) {
  transition-delay: 0.72s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(18):not(:first-child) {
  transition-delay: 0.765s;
}

.gNav__item:hover .gNav__megaList-item:nth-of-type(19):not(:first-child) {
  transition-delay: 0.81s;
}

.gNav__megaList-item:not(:last-child) {
  border-bottom: 1px solid rgba(242,242,242,0.2);
}

.gNav__megaList-link {
  display: flex;
  justify-content: space-between;
  padding: 6px 20px;
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  mix-blend-mode: difference;
}

html:not([class*="Mode"]) .header,
.header.-blendNormal {
  mix-blend-mode: normal;
}

body:not(.home) .header:not(.-blendNormal) {
  mix-blend-mode: difference;
}

.header a {
  transition: all 0.3s ease-out;
  transition-property: color, opacity;
  color: #fff;
}

.-openHeaderBar .header a {
  pointer-events: none;
}

.header__toggle {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.header__toggleText {
  margin-right: 5px;
}

.header__nav {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.sitelogo {
  position: fixed;
  top: 0;
  z-index: 9998;
}

.sitelogo:not(.-blendNormal) {
  mix-blend-mode: difference;
}

.sitelogo:after {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1;
  display: block;
  width: 1px;
  height: 100%;
  background: #eaeaea;
}

.sitelogo svg,
.sitelogo img {
  position: relative;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sitelogo svg {
  transition: all 0.3s ease-out;
  transition-property: fill;
  will-change: fill;
  fill: #fff;
}

html:not([class*="Mode"]) .sitelogo svg {
  fill: #fff;
}

.sitelogo__link {
  position: relative;
  position: absolute;
  top: 50%;
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translateY(-50%);
}

.magazineBanner {
  position: relative;
  background-color: #f3f2ed;
}

.magazineBanner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise-beige.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px auto;
  content: "";
  opacity: 0.3;
  pointer-events: none;
}

.magazineBanner__body {
  position: relative;
}

.magazineBanner__link {
  position: relative;
}

.magazineBanner__image {
  position: absolute;
  overflow: hidden;
  overflow: hidden;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.magazineBanner__image img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.magazineBanner__image img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.magazineBanner__more {
  position: absolute;
  z-index: 4;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.page {
  position: relative;
  transition: all 0.2s ease-out;
  transition-property: opacity, visibility;
}

.home .page {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  transition-property: opacity, visibility, -webkit-filter;
  transition-property: opacity, visibility, filter;
  transition-property: opacity, visibility, filter, -webkit-filter;
}

.-skip-loading .home .page,
.-loaded-kv-img .home .page {
  visibility: visible;
  opacity: 1;
}

.section.fadein-post {
  padding-top: 0;
}

.section__body {
  position: relative;
}

.section__headerLayerd {
  position: relative;
  z-index: 2;
}

.section__headingLayerd {
  line-height: 1;
}

.section__headingLayerd span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-feature-settings: "palt" 1;
}

.section__header {
  position: relative;
  z-index: 2;
}

.section__heading {
  line-height: 1;
}

.-toLeft .section__heading {
  position: relative;
  display: inline-block;
}

.-center .section__heading {
  text-align: center;
}

.section__heading span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-feature-settings: "palt" 1;
}

.filter {
  display: flex;
  align-items: baseline;
}

.filter__item a,
.filter__item span {
  color: #898989;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transition-property: color;
}

.filter__item a:hover,
.filter__item span:hover {
  color: #000;
}

.filter__item.-current a,
.filter__item.-current span {
  color: #000;
  pointer-events: none;
}

.article.-lockedPage {
  position: fixed;
  z-index: 1;
  width: 100%;
}

.article.-fixed {
  pointer-events: none;
}

.article__nav,
.article__profile,
.article__credit {
  position: relative;
  background: inherit;
}

.article__nav {
  z-index: 1;
  display: grid;
  border: 1px solid #eaeaea;
  border-right: 0;
  border-left: 0;
  background: #fff;

  grid-template-columns: 1fr 1fr;
}

.article__nav:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: calc( 100% - 58px);
  background: #eaeaea;
  content: "";
}

.article__navItem.-next {
  text-align: right;
}

.article__navItem.-share {
  height: 58px;
  border-top: 1px solid #eaeaea;

  grid-column: span 2;
}

.article__navLink {
  display: flex;
  flex-direction: column;
  height: 100%;

  gap: 10px;
}

.-share .article__navLink {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.article__navSummary {
  color: #999;
}

.article__navIcn {
  width: 18px;
  height: 20px;
}

.article__navIcn svg {
  width: 18px;
  height: 20px;
}

.article__navShare {
  line-height: 1;
}

.article__profile {
  position: relative;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-right: 0;
  border-left: 0;
  font-feature-settings: normal;
}

.article__profileBody {
  position: relative;
}

.article__profileBody:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
}

.article__profileBody:not(:first-child):before {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 200vw;
  height: 1px;
  background: #eaeaea;
  content: "";
}

.article__profileDetail {
  display: grid;
  font-size: 1.5rem;

  gap: 30px;
}

.article__profileDetail:only-child {
  grid-column: span 2;
}

.article__profileName {
  font-weight: 500;
}

.article__profileText {
  font-family: "Times New Roman","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
}

.article__profileLink {
  display: block;
  font-weight: 400;
  font-weight: 500;
  font-family: nimbus-sans,dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.article__credit {
  position: relative;
}

.article__creditBody {
  color: #ccc;
}

.about {
  position: relative;
  color: #000;
}

.about::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise-white.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px auto;
  content: "";
  opacity: 0.35;
  pointer-events: none;
}

.about__section {
  position: relative;
}

.about__title {
  background-image: linear-gradient(#000, #000);
  background-position: bottom left;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 300;
  transition: background-size 1.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about__title.-passed,
.-passed .slick-center .about__title,
.-passed .is-active-next .about__title,
.-entered .about__title {
  background-size: 100% 1px;
  text-decoration: none;
}

.about__body {
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.about__subTitle {
  font-weight: 500;
  line-height: 1.88235;
}

.about__detail {
  font-weight: 300;
  line-height: 2.2;
}

.about__detailMore {
  margin-top: 54px;
}

.about__banner {
  position: relative;
  width: 100%;
}

.about__bannerLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f3f2ed;
  transition: background 0.2s ease-out;

  gap: 1.79687vw;
}

.about__bannerLink > * {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.about__bannerLink:hover > * {
  opacity: 0.7;
}

.about__bannerText {
  font-weight: 300;
  line-height: 1;
}

.aboutHeader {
  font-feature-settings: normal;
}

.aboutHeader__sitename {
  line-height: 1;
}

.aboutHeader__sitenameImg {
  display: block;
  width: 100%;
}

.aboutHeader__sitenameImg img {
  width: 100%;
}

.aboutHeader__body {
  display: grid;
}

.aboutHeader__title {
  font-weight: 400;
  line-height: 1;
}

.aboutHeader__title span {
  color: #555;
}

.aboutHeader__subtitle {
  font-weight: 400;
  line-height: 1;
}

.aboutHeader__desc {
  width: 58.33%;
  line-height: 1.75;
}

.aboutHeader__img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner__body {
  position: relative;
  height: 100%;
}

.banner__link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 101%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;
  pointer-events: none;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner__bgPanel {
  display: block;
  width: 100%;
  height: 100%;
}

.banner__bgPanel img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.banner__title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  letter-spacing: -0.035em;
  font-weight: 300;
  line-height: 1;
}

.banner__titleSub.-ja {
  margin-bottom: 0;
  letter-spacing: 0;
}

.banner__titleMain.-jaMain {
  letter-spacing: -0.02em;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.banner__description {
  position: relative;
  letter-spacing: -0.035em;
  font-weight: 300;
  line-height: 1.4;
}

.banner__more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.relatedBanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relatedBanner__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}

.relatedBanner__text {
  position: relative;
  line-height: 1;
}

.relatedBanner__title {
  font-weight: 300;
}

.relatedBanner__summary {
  font-weight: 500;
}

.relatedBanner__logo {
  position: absolute;
  top: 50%;
  left: 50%;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.relatedBanner__logo svg {
  fill: #fff;
}

.btnMore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 30px;
  font-weight: 600;
  line-height: 1;
}

.btnMore.-darkYellow {
  border-color: #b48e07;
}

.btnMore.-colorYellow {
  color: #e9be25;
}

.btnMore.-black {
  border-color: #000;
}

.btnMore.-white {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.btnMore.-lineWhite {
  border-color: #fff;
  color: #fff;
}

.btnMore.-bgWhite {
  border-color: #000;
  background: #fff;
  color: #000;
}

.btnMore.-bgNone {
  border-color: #000;
  background: rgba(255,255,255,0);
  color: #000;
}

.btnMore.-lineBlack {
  border-color: #000;
  background: #fff;
}

.btnMore.-blackHvBlack {
  border-color: #000;
  color: #000;
}

.btnMore.-more {
  color: #000;
  font-weight: 400;
}

.btnMore.-small {
  min-width: 100px;
  height: 37px;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.btnMore.-disabled {
  color: #878a8d;
  font-weight: 400;
  pointer-events: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  height: 61px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 22px;
  line-height: 1;
}

.btn[disabled] {
  background-color: #898989;
  border: 1px solid #898989;
  color: #fff;
}

.btn.-text-small {
  font-weight: 600;
  font-size: 13px;
}

.btn.-black {
  background: #000;
  color: #fff;
}

.carousel {
  overflow: hidden;
}

.carousel.-newrelease .tns-ovh,
.carousel.-productDetail .tns-ovh {
  overflow: visible;
}

.carousel.-relatedProducts {
  background: #cdcbbf;
}

.carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 67px;
  padding: 0 40px;
  width: 100%;
}

.carousel__title {
  color: #000;
  font-weight: normal;
  font-weight: 300;
  line-height: 1;
  line-height: 1;
}

.carousel__title-en,
.carousel__title-ja {
  display: block;
}

.carousel__title-en {
  letter-spacing: -0.021em;
  font-size: 3rem;
  font-family: nimbus-sans,sans-serif;
}

.carousel__title-ja {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
}

.carousel__body {
  position: relative;
}

.carousel__arw {
  position: absolute;
  top: 0;
  z-index: 100;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.3s ease-out;
  transition-property: opacity;
}

.carousel__arw[data-controls] {
  cursor: pointer;
}

.-productDetail .carousel__arw {
  background: none;
}

._disabled .carousel__arw {
  visibility: hidden;
  opacity: 0;
}

.carousel__arw.-next {
  right: 0;
}

.carousel__arw.-prev {
  left: 0;
  transform: rotate(0);
}

.carousel__arw.-prev button {
  transform: rotate(180deg);
}

.carousel__arw[aria-disabled="true"],
.carousel__arw._disabled {
  opacity: 0;
  pointer-events: none;
}

.carousel__arwButton {
  position: absolute;
  top: 0;
  visibility: visible;
  background-image: url(../img/arw-line-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(0,0,0,0);
  opacity: 1;
}

.-productDetail .carousel__arwButton {
  background-image: url(../img/arw-line-white-small.svg);
}

.carousel.-newrelease .carousel__arwButton {
  background-image: url(../img/arw-line-black-release.svg);
}

.carousel__track {
  position: relative;
  z-index: 90;
  display: inline-flex;
  align-content: stretch;
  vertical-align: top;
  font-size: 1.5rem !important;
}

.carousel__link {
  width: 100%;
}

.carousel__img {
  width: 100%;
}

.carousel__img img {
  width: 100%;
}

.carousel__detail {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 120px;
  line-height: 1.33333;
}

.carousel__name:not(:first-child) {
  margin-top: 10px;
}

.carousel__name-main::before {
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 1px;
  background: #f2f2f2;
  content: "";
  vertical-align: middle;
}

.carousel__categories {
  margin-top: 8px;
  opacity: 0.5;
}

.carousel__price {
  margin-top: 10px;
}

.carousel__icon {
  margin-top: 10px;
}

.carousel__icon .itemIcon:not(.-new) {
  opacity: 0.4;
}

.carousel__icon .-new {
  color: #d30;
}

.newreleaseCarousel {
  font-weight: 500;
}

.newreleaseCarousel__title {
  margin-top: 16px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.0625;
}

.newreleaseCarousel__desc {
  line-height: 1.66667;
}

.newreleaseCarousel__img {
  overflow: hidden;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.newreleaseCarousel__img img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newreleaseCarousel__img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.newreleaseCarousel__moreButton {
  margin-top: 16px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 13px;
}

a:hover .newreleaseCarousel__moreButton {
  background: #000;
  color: #fff;
}

.categoryList {
  position: relative;
}

.categoryList__index {
  background-image: linear-gradient(#000, #000);
  background-position: bottom left;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 300;
  line-height: 1;
  transition: background-size 1.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categoryList__index.-passed,
.-passed .slick-center .categoryList__index,
.-passed .is-active-next .categoryList__index,
.-entered .categoryList__index {
  background-size: 100% 1px;
  text-decoration: none;
}

.categoryList__body {
  display: grid;
  flex-wrap: wrap;
}

.categoryList__item {
  display: flex;
  font-weight: 300;
}

.-filtered .categoryList__item:not(.-current) {
  opacity: 0.5;
}

.categoryList__link {
  display: flex;
  align-items: center;
}

.categoryList__link.-button {
  justify-content: center;
  align-self: center;
  border: 1px solid #000;
  font-size: 1.7rem;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color;
}

.categoryList__link.-button:hover {
  background: #000;
  color: #fff;
}

.categoryList__icon {
  display: flex;
  align-items: center;
}

.-sleeping_bag .categoryList__icon {
  justify-content: center;
}

.-current .categoryList__name span {
  background: linear-gradient(#000, #000) 100% 100%/100% 1px no-repeat;
}

.entry {
  position: relative;
}

.entry__taxonomy {
  margin-bottom: 14px;
  color: #000;
  letter-spacing: -0.021em;
  font-weight: 300;
  font-size: 2rem;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;
}

.entry__results {
  width: 100%;
  font-weight: 300;
  line-height: 1;
}

.entry__num {
  display: flex;
  border-right: 1px solid #000;
  color: #000;
}

.entry__filterItem:not(.-current) a {
  color: #cdcbbf;
  transition: color 0.3s ease-out;
}

.entry__filterItem:not(.-current) a:hover {
  color: #000;
}

.entry__filterLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.entry__list {
  display: flex;
  flex-wrap: wrap;
}

.entry__item.-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.entry__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.entry__thumb {
  overflow: hidden;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.entry__thumb img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry__thumb img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.entry__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.entry__info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 0;

  gap: 10px;
}

.entry__price,
.entry__status {
  line-height: 1;
}

.entry__price {
  font-size: 10px;
}

.entry__priceNum {
  font-size: 13px;
  font-family: nimbus-sans,sans-serif;
}

.entry__price span:not([class]) {
  margin-left: -3px;
}

.entry__status {
  color: #cdcbbf;
  font-size: 13px;
}

.anchorPoint {
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.expand__body {
  display: none;
}

.featurePost {
  position: relative;
  background-image: url(../img/bg-noise-magazine.jpg);
  background-position: center center;
  background-size: 100px auto;
  background-repeat: repeat;
}

.featurePost__body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.featurePost__logo {
  position: relative;
  z-index: 1;
  display: grid;

  grid-template-columns: auto 1fr;
}

.featurePost__logoText {
  vertical-align: top;

  grid-column: span 2;
}

.featurePost__logoImage {
  display: block;
  height: 12.34375vw;
}

.featurePost__logoImage img {
  width: 100%;
  height: 100%;
}

.featurePost__logoTime {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
}

.featurePost__detail {
  display: grid;

  grid-template-columns: 1fr auto;
}

.featurePost__number {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;

  grid-column: span 2;
}

.featurePost__numberText {
  white-space: nowrap;
}

.featurePost__title {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #000;
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;

  grid-column: span 2;
}

.featurePost__author {
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.featurePost__authorTitle {
  font-size: 11px;
}

.featurePost__authorName {
  font-size: 17px;
}

.featurePost__linkButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  letter-spacing: 0.1em;
}

.featurePost__visual {
  position: absolute;
  z-index: 0;
  transition: -webkit-clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);

  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.featurePost__visual.-passed {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.featurePost__visual img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.clock__text span {
  visibility: visible;
  opacity: 1;
}

.clock__text span._hide {
  visibility: hidden;
  opacity: 0;
}

.flexible {
  position: relative;
  width: 100%;
}

.productGallery .flexible {
  padding-bottom: 0;
}

.product .flexible:before {
  display: none;
}

.flexible a[href=""] {
  pointer-events: none;
}

.flexible img {
  width: 100%;
}

.flexible__section {
  position: relative;
  width: 100%;
}

.flexible__singleimage.-vertical {
  margin-right: auto;
  margin-left: auto;
}

.flexible__singleimage img,
.flexible__singleimage video {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.flexible__singleimage a {
  display: block;
  width: 100%;
  height: 100%;
}

.flexible__image img {
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.flexible__image a {
  display: block;
}

.flexible__image.-multi {
  display: grid;
}

.flexible__image.-multi.-full {
  margin-right: auto;
  margin-left: auto;
}

.flexible__image.-double {
  display: grid;

  grid-template-columns: 1fr 1fr;
}

.flexible__image.-double.-full {
  gap: 3.125vw;
}

.flexible__image.-multiVertical {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.flexible__imageBox {
  display: block;
  overflow: hidden;
  height: 100%;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.flexible__imageBox img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flexible__imageCaption {
  margin-top: 16px;
  line-height: 1.0625;
}

.flexible__moreButton {
  margin-top: 16px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--feature-color,#000);
  border-radius: 13px;
  color: var(--feature-color,#000);
}

.flexible__moreButton.comingsoon{
  width: 100px;
}

a:hover .flexible__moreButton {
  background-color: var(--feature-color,#000);
  color: var(--feature-bg,#fff);
}

a:hover .flexible__moreButton.comingsoon {
  background: none;
  color: #000;
}

.flexible__more {
  display: flex;
  justify-content: center;
}

.flexible__more .btnMore{
  border-color: currentColor;
  color: currentColor;
}

.halfSlider {
  width: 100%;
  height: 100%;
}

.halfSlider__body {
  align-items: stretch;
}

.halfSlider__item {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}

.halfSlider__item img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.halfSlider__controler {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

._lightMode .halfSlider__controler {
  color: #000;
}

._disableSlider .halfSlider__controler {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.halfSlider [class*="swiper-button"] {
  top: inherit;
  bottom: 0;
  background-repeat: no-repeat;
}

.halfSlider [class*="swiper-button"]:after {
  display: none;
}

.halfSlider .swiper-button-prev {
  left: 0;
  background-image: url(../img/arw-slide-left.svg);
}

._lightMode .halfSlider .swiper-button-prev {
  background-image: url(../img/arw-slide-left-black.svg);
}

.halfSlider .swiper-button-next {
  right: 0;
  background-image: url(../img/arw-slide-right.svg);
}

._lightMode .halfSlider .swiper-button-next {
  background-image: url(../img/arw-slide-right-black.svg);
}

.halfSlider .swiper-pagination {
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;
}

.halfSlider .swiper-pagination:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

._lightMode .halfSlider .swiper-pagination:after {
  background: #000;
}

.indexList__item {
  border-top: 1px solid rgba(242,242,242,0.2);
}

.indexList .indexList {
  padding-bottom: 56px;
}

.indexList__inner {
  display: grid;
}

.indexList__item:last-of-type .indexList__inner {
  padding-bottom: 0;
}

.indexList__heading-02,
.indexList__heading-03 {
  font-weight: 400;
  line-height: 1;
}

.indexList__category {
  color: #555;
  text-align: right;
}

.itemSlider {
  width: 100%;
  height: 100%;
}

.itemSlider__body {
  align-items: stretch;
}

.itemSlider__item {
  width: 100%;
  height: 100%;
}

.itemSlider__item img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.itemSlider__controler {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.itemSlider__controler._hide {
  visibility: hidden;
  opacity: 0;
}

._disableSlider .itemSlider__controler {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.itemSlider [class*="swiper-button"] {
  top: inherit;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
}

.itemSlider [class*="swiper-button"]:after {
  display: none;
}

.itemSlider .swiper-button-prev {
  left: 0;
  background-image: url(../img/arw-itemslide-left.svg);
}

.itemSlider .swiper-button-next {
  right: 0;
  background-image: url(../img/arw-itemslide-right.svg);
}

.itemSlider .swiper-pagination {
  bottom: 0;
  z-index: 1;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;
}

.itemSlider .swiper-pagination:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

._lightMode .itemSlider .swiper-pagination:after {
  background: #000;
}

.kv.-bgNoise {
  position: relative;
}

.kv.-bgNoise::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-noise-white.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px auto;
  content: "";
  opacity: 0.35;
  pointer-events: none;
}

.kv.-bgNoisePC {
  position: relative;
}

.kv__visual {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}

.kv.-singleKv .kv__visual {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kv__visualInner {
  position: relative;
  top: -1px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.kv__visualInner img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.kv__visualInner video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: inherit;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);

  -o-object-fit: cover;
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kv__visualPanel {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-property: opacity, visibility;
  pointer-events: none;
}

.kv__visualPanel[data-hover-img="first"] {
  visibility: visible;
  opacity: 1;
}

html.campMode .kv__visualPanel[data-hover-img="camp"] {
  visibility: visible;
  opacity: 1;
}

html.magazineMode .kv__visualPanel[data-hover-img="magazine"] {
  visibility: visible;
  opacity: 1;
}

.kv__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.kv__description {
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  font-family: nimbus-sans,sans-serif;
  line-height: 1.46154;
  transition: all 0.3s ease-out;
  transition-property: color;
}

.kv__description::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #000;
  content: "";
  transition: all 0.3s ease-out;
  transition-property: background-color;
}

html.campMode .kv__description::before {
  background-color: #000;
}

html.magazineMode .kv__description::before {
  background: #000;
}

.kv__heading {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.kv:not([class*="-"]) .kv__heading {
  padding-bottom: 0.625vh;
}

.-singleKv .kv__heading {
  text-align: center;
}

.kv__headingItem {
  position: relative;
}

.-singleKv .kv__headingItem {
  display: flex;
  justify-content: center;
}

.kv__headingItem.-camp:not([data-hover]) {
  color: #000;
}

.kv__headingItem.-camp:not([data-hover]) svg {
  fill: #000;
}

.kv__headingItem:not(:only-child):before {
  display: block;
  content: "";
}

.kv__headingItem:only-child {
  width: 100%;
}

.kv__headingLink {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.kv__headingText {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;
}

.kv__heading__item:only-child .kv__headingText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.-pageKv .kv__headingText {
  gap: 5px;
}

.kv__heading svg {
  transition: all 0.3s ease-out;
  transition-property: fill;
}

.kv__headingMenu {
  display: flex;
  align-items: flex-end;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.kv__headingArrow {
  position: relative;
}

.kv__headingSub,
.kv__headingMain {
  display: inline-block;
}

.kv__headingSub {
  position: relative;
  width: 100%;
}

.kv__headingSub:not(.-ja) {
  bottom: -10px;
  margin-left: 8px;
  font-size: 2.5rem;
}

.kv__headingSub.-ja {
  color: #cdcbbf;
  font-size: 1.7rem;
}

.-pageKv .kv__headingSub.-ja {
  font-size: 1.4rem;
}

.kv__headingMain {
  letter-spacing: -0.035em;
  font-size: 14rem;
}

.kv__headingSeason {
  display: flex;
  letter-spacing: -0.035em;
  font-weight: 300;
  line-height: 0.81818;
}

.kv__headingSeasonName {
  position: relative;
}

.kv__headingSeasonName:not(:first-child):before {
  position: absolute;
  position: absolute;
  top: 50%;
  display: block;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.kv:not(.-pageKv) .kv__arrow {
  display: none;
}

.-pageKv .kv__arrow {
  display: flex;
}

.-pageKv .kv__arrow svg {
  width: 3.69333vw;
  height: 2.03467vw;

  fill: #000;
}

.kv__scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2.26562vw 2vw;
}

.kv__scrollIcon {
  width: 2.09141vw;
  height: 1.61797vw;

  fill: #000;
}

.kvProduct__body {
  position: relative;
  display: flex;
  justify-content: center;
}

.kvProduct__body:not(:first-child) {
  border-top: 10px solid #000;
}

.kvProduct__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kvProduct__bg img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.kvProduct__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kvProduct__contents [class*=Input] {
  display: block !important;
  visibility: hidden;
  opacity: 0;
}

.kvProduct__contents [class*=Output] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kvProduct__mainTitle {
  position: relative;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 1;
}

.kvProduct__desc {
  position: relative;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
}

.kvProduct__desc-ja {
  position: relative;
  font-weight: 600;
}

.kvProduct__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.kvProduct__scrollText {
  -webkit-animation: scrollText 2.56s ease-in infinite;
  animation: scrollText 2.56s ease-in infinite;
}

.loop-kv {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.loop-kv .swiper-wrapper {
  transition-timing-function: linear;
}

.loop-kv__slide {
  position: relative;
}

.loop-kv__slideItem--1,
.loop-kv__slideItem--2,
.loop-kv__slideItem--3,
.loop-kv__slideItem--4,
.loop-kv__slideItem--5,
.loop-kv__slideItem--6,
.loop-kv__slideItem--7,
.loop-kv__slideItem--8,
.loop-kv__slideItem--9 {
  position: absolute;
}

[class^="loop-kv__slideItem"] img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.letter {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateX(2.5rem);

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.letter__l {
  display: block;
  overflow: visible;
}

.letter__w {
  display: inline-block;
  opacity: 0;
}

.letter__clone,
.letter__cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}

.letter__cover {
  opacity: 0.25;
}

.letter-visible {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, opacity;
  transform: translateX(0);
}

.home .heading .letter-visible {
  transition: all 0.4s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, opacity;
}

.letter-animated .letter__w {
  opacity: 1;
}

.linkArrow {
  padding-right: 16px;
  background: url(../img/arw-line-black.svg) center right/7px 11px no-repeat;
}

.linkShare {
  display: flex;
  align-items: flex-end;
  line-height: 1;

  gap: 12px;
}

.linkShare span:not([class]) {
  margin-bottom: 6px;
}

.linkShare svg {
  width: 23.25px;
  height: 29.351px;
  vertical-align: middle;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link.-memo {
  display: flex;
  align-items: center;
}

.link.-memo svg {
  width: 15px;
  height: 19px;
  vertical-align: middle;
}

.link.-memo span > span {
  background-image: linear-gradient(#000, #000);
  background-position: 100% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.linkList li:not(:first-child) {
  margin-top: 16px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  /*background: url(../img/bg-noise-04.jpg) center center/100px auto repeat #f7f7f7;*/
  background-color: #f7f7f7;
  pointer-events: none;
}

.loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 1.4s ease, opacity 1s ease;
  transform: scale(1.015);
  transform-origin: center center;
}

.-with-loading .loading__bg {
  opacity: 1;
  transform: scale(1);
}

.loading__icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  opacity: 1;
}

.loading__icon svg {
  vertical-align: middle;

  fill: #fff;
}

.loading__iconSub,
.loading__iconMain {
  line-height: 1;
  opacity: 0;
}

.loading__iconSub {
  font-weight: 700;
  font-family: nimbus-sans-extended,sans-serif;
}

.home .sitelogo,
.home header.header,
.home main.container,
.home footer.footer {
  visibility: hidden;
  opacity: 0;
}

.-skip-loading .home .sitelogo,
.-loaded-kv-img .home .sitelogo,
.-skip-loading .home header.header,
.-loaded-kv-img .home header.header,
.-skip-loading .home main.container,
.-loaded-kv-img .home main.container,
.-skip-loading .home footer.footer,
.-loaded-kv-img .home footer.footer {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
  transition-property: opacity, visibility;
}

.lowerLoading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  visibility: visible;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  background: url(../img/bg-noise-04.jpg) center top/100px auto repeat #f7f7f7;
  opacity: 1;
  transition: all 0.2s linear;
  transition-property: opacity, visibility, -webkit-filter;
  transition-property: opacity, visibility, filter;
  transition-property: opacity, visibility, filter, -webkit-filter;
  pointer-events: none;
}

.-wf-loaded .lowerLoading {
  visibility: hidden;
  opacity: 0;
}

.lowerLoading__icn {
  position: relative;
  width: 40px;
}

.lowerLoading__icn:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.circular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  -webkit-animation: loading-rotate 2.2s ease infinite;
  animation: loading-rotate 2.2s ease infinite;

  will-change: transform;
}

.path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite, loading-color 6s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite, loading-color 6s ease-in-out infinite;

  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  will-change: stroke-dasharray, stroke-dashoffset, stroke;
}

.ie .path {
  stroke-dasharray: 100, 200;
  stroke-dashoffset: -5px;
  stroke: #16609f;
}

.lowerpage main.container,
.lowerpage footer.footer {
  opacity: 0;
  transition: all 0.15s linear;
  transition-property: opacity;
}

.-wf-loaded .lowerpage main.container,
.-wf-loaded .lowerpage footer.footer {
  opacity: 1;
}

[id*="modal"] {
  display: none;
}

.-hasGuideModal .modaal-guide {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transform: translate(0, 1%);
}

.-opened-fullscreen .-hasGuideModal .modaal-guide {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.-hasGuideModal .modaal-guide .modaal-inner-wrapper {
  display: flex;
  justify-content: center;
}

.-hasGuideModal .modaal-guide .modaal-container {
  display: flex;
  margin: inherit;
}

.-hasGuideModal .modaal-guide .modaal-content {
  width: 100%;
}

.-hasGuideModal .modaal-guide .modaal-content-container {
  padding: 0;
  height: 100%;
}

.-hasCartModal .modaal-cart {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transform: translate(0, 1%);
}

.-opened-fullscreen .-hasCartModal .modaal-cart {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.-hasCartModal .modaal-cart .modaal-inner-wrapper {
  display: flex;
  justify-content: center;
}

.-hasCartModal .modaal-cart .modaal-container {
  display: flex;
  margin: inherit;
}

.-hasCartModal .modaal-cart .modaal-content {
  width: 100%;
}

.-hasCartModal .modaal-cart .modaal-content-container {
  padding: 0;
  height: 100%;
}

.-hasMappingModal .modaal-mapping {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transform: translate(0, 1%);
}

.-opened-fullscreen .-hasMappingModal .modaal-mapping {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.-hasMappingModal .modaal-mapping .modaal-inner-wrapper {
  display: flex;
  justify-content: center;
}

.-hasMappingModal .modaal-mapping .modaal-container {
  display: flex;
  margin: inherit;
}

.-hasMappingModal .modaal-mapping .modaal-content {
  width: 100%;
}

.-hasMappingModal .modaal-mapping .modaal-content-container {
  padding: 0;
  height: 100%;
}

.modaal-fullscreen {
  z-index: 100001;
}

.modaal-fullscreen .modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background: #fff;
}

.modaal-fullscreen .modaal-close::before,
.modaal-fullscreen .modaal-close::after {
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  border-radius: 0;
  background: #000;
  content: " ";
  transition: background 0.2s ease-in-out;
}

.modaal-overlay {
  z-index: 9999;
  transition: opacity 0.2s ease;
}

.-opened-fullscreen .modaal-overlay {
  opacity: 0.23 !important;
}

.guideModal__body {
  height: 100%;
}

.guideModal__content {
  width: 100%;
  height: 100%;
  font-feature-settings: normal;
}

.guideModal__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
}

.guideModal__detail {
  line-height: 2;
}

.guideModal__detail a {
  text-decoration: underline;
}

.guideModal__detail a:hover {
  text-decoration: none;
}

.cartModal__body {
  height: 100%;
}

.cartModal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-feature-settings: normal;
}

.cartModal__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
}

.cartModal__detail {
  line-height: 2;
}

.cartModal__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mappingModal__body {
  height: 100%;
}

.mappingModal__content {
  width: 100%;
  height: 100%;
  font-feature-settings: normal;
}

.mappingModal__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
}

.mappingModal__detail {
  line-height: 2;
}

.mappingModal__detail a {
  text-decoration: underline;
}

.mappingModal__detail a:hover {
  text-decoration: none;
}

.mappingModal__detailInner {
  height: 100%;
}

.productMapping {
  width: 100%;
  height: 100%;
}

.productMapping img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}

.modaal-kv .modaal-content-container {
  padding: 0;
  background: #000;
}

.modaal-kv .modaal-content {
  position: relative;
  z-index: 1000;
}

.modaal-kv .modaal-close {
  z-index: 1001;
}

.modaal-kv .swiper-zoom-container {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

.modaal-kv .swiper-button-next {
  right: 0;
}

.modaal-kv .swiper-button-prev {
  left: 0;
}

.modaal-kv .swiper-button-prev svg {
  transform: rotate(180deg);
}

.modaal-kv [class*="swiper-button"] {
  position: absolute;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.modaal-kv [class*="swiper-button"]::after {
  display: none;
}

.modaal-kv [class*="swiper-button"] svg {
  width: 11px;
  height: 20px;

  fill: #eaeaea;
}

.modalKv__container {
  opacity: 0;
  transition: opacity 0.2s 0.1s linear;
}

.-loaded-slides .modalKv__container {
  opacity: 1;
}

.modalKv__slide iframe {
  pointer-events: none;
}

.modalKv__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.modalKv__videoButton {
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 20px;
  width: 55px;
  height: 60px;
}

.modalKv__videoButton svg {
  width: 15px;
  height: 20px;

  -o-object-fit: contain;
  object-fit: contain;
  fill: #eaeaea;
}

.otherCategories {
  background: #000;
  color: #fff;
}

.otherCategories__heading {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
}

.otherCategories__item {
  position: relative;
}

.otherCategories__link {
  display: block;
  width: 100%;
  height: 100%;
}

.otherCategories__thumb {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.otherCategories__thumb img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.otherCategories__thumb img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.otherCategories__text {
  color: #fff;
  font-weight: 300;
  line-height: 1;
}

.otherCategories__title {
  position: relative;
  letter-spacing: -0.035em;
}

.otherCategories__description {
  margin-top: 0.23438vw;
  font-size: 1.6rem;
}

.page404 {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 800px;
  font-family: nimbus-sans,sans-serif;
  font-feature-settings: normal;
  line-height: 1;
}

.page404__title {
  color: #898989;
  font-weight: 400;
}

.page404__text {
  display: flex;
}

.page404__desc {
  color: #000;
  font-weight: 300;
}

.page404__back {
  color: #000;
}

.page404__back a {
  color: #000;
}

.product {
  position: relative;
  color: #fff;
}

.product:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg-noise-white.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px auto;
  opacity: 0.35;
  pointer-events: none;
}

.productColor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 6px 3px;
}

.productColor__item {
  cursor: pointer;
}

.productColor__image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  border-radius: 100%;
}

.productColor__image.-transparent {
  border-color: #ddd;
}

:checked + .productColor__image {
  border-color: #000;
}

.productColor__image img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.productColor__hiddenElem {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.productDetail {
  position: relative;
  color: #fff;
}

.productDetail__heading {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  line-height: 1.4;
}

.productDetail__leadTitle {
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.productDetail__leadVisual img {
  width: 100%;
}

.productDetail__leadDescription {
  font-size: 13px;
  line-height: 2.23077;
}

.carousel.-productDetail {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-property: opacity, visibility;
}

.carousel.-productDetail.-loaded {
  visibility: visible;
  opacity: 1;
}

.productCarousel {
  display: flex;
  flex-direction: column;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.productCarousel__title {
  font-weight: 600;
}

.productCarousel__title span {
  display: block;
}

.productCarousel__img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.productCarousel__description {
  font-size: 13px;
}

.productGallery {
  position: relative;
  color: #fff;
}

.productGallery__title {
  position: relative;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  line-height: 1.4;
}

.productInfo {
  position: relative;
  font-size: 13px;
  background-color: #fff;
  color: #000;
}

.productInfo:before {
  position: absolute;
  top: 0;
  display: block;
  height: 1px;
  background: #000;
  content: "";
}

.productTip + .productInfo::before {
  display: none;
}

.productInfo__kv picture,
.productInfo__kv figure {
  display: block;
  width: 100%;
  height: 100%;
}

.productInfo__kv img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.productInfo__name {
  display: flex;
  flex-direction: column;
}

.productInfo__nameSub {
  font-weight: 300;
  font-size: 12px;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
  line-height: 2.16667;
}

.productInfo__attribute {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  line-height: 1;
}

.productInfo__attributeList {
  display: flex;
  flex-wrap: wrap;
}

.productInfo__attributeItem {
  margin-left: 16px;
}

.productInfo__attributeItem:not(:only-child) a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
  height: 19px;
  border-radius: 20px;
  background: #fff;
  color: #c7c7c7;
}

.productInfo__attributeItem:not(:only-child).-current {
  color: #000;
}

.productInfo__attributeItem:not(:only-child).-current a {
  color: #000;
  pointer-events: none;
}

.productInfo__attributeItem:not(:only-child):not(.-current) a {
  transition: color 0.2s ease-out;
}

.productInfo__attributeItem:not(:only-child):not(.-current) a:hover {
  color: #a0a0a0;
}

.productInfo__attributeItem:only-child {
  background-image: linear-gradient(#000, #000);
  background-position: 100% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.productInfo__attributeItem:only-child a {
  pointer-events: none;
}

.productInfo__price {
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.productInfo__priceNum {
  font-size: 30px;
}

.productInfo__priceTax {
  font-size: 12px;
}

.productInfo__order {
  display: grid;

  grid-template-columns: 1fr 1fr;
}

.productInfo__orderBlock {
  border-top: 1px solid #000;
}

.productInfo__orderBlock.-full {
  grid-column: span 2;
}

.productInfo__orderIndex {
  display: flex;
  align-items: baseline;
  line-height: 1;

  gap: 16px;
}

.productInfo__orderIndex-selected {
  color: #2c372f;
  font-size: 12px;
}

.productInfo__orderContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 6px;
  text-align: center;
  font-size: 19px;
  line-height: 1;

  gap: 12px;
}

.-qty .productInfo__orderContent {
  font-size: 22px;
}

.productInfo__orderContent-notes {
  font-weight: 300;
  font-size: 13px;
}

.productInfo__orderContent-notes a {
  color: #898989;
}

.productInfo__submit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.productInfo__submitModal {
  display: flex;
  justify-content: center;
  width: 100%;

  gap: 10px;
}

.productInfo__submitModal-item {
  display: flex;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  font-size: 15px;
}

.productInfo__submitLink {
  min-width: 80%;
  text-align: center;
}

.productInfo__detailTitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 400;
}

.productInfo__detailTitle-sub {
  color: #898989;
  font-weight: 300;
}

.productInfo__detailTitle-sub a {
  color: #898989;
}

.productInfo__group:last-child {
  border-bottom: 1px solid #000;
}

.productInfo__groupIndex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  border-top: 1px solid #000;
  font-weight: 500;
  font-size: 15px;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
  cursor: pointer;
}

.productInfo__groupIndex-icon {
  position: relative;
  margin-right: 18px;
  width: 17px;
  height: 17px;
}

.productInfo__groupIndex-icon::before,
.productInfo__groupIndex-icon::after {
  position: absolute;
  display: block;
  background: #000;
  content: "";
}

.productInfo__groupIndex-icon::before {
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
}

.productInfo__groupIndex-icon::after {
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  opacity: 1;
  transition: opacity 0.1s linear;
}

.-opened .productInfo__groupIndex-icon::after {
  opacity: 0;
}

.productInfo__groupBody {
  padding-top: 6px;
  padding-bottom: 40px;
}

.productInfo__list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;

  gap: 18px 0;
}

.productInfo__listIndex {
  font-weight: 500;
  line-height: 1.84615;
}

.productInfo__listIndex._tableIndex {
  align-self: flex-start;
  padding-top: 2px;
}

.productInfo__listText {
  width: calc( 100% - 90px);
  font-weight: 300;
  font-size: 12px;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
  line-height: 2;
}

.productInfo__list.specTable {
  display: block;
}
.productInfo__image img{
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.productInfo__memoImage img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.productInfo__memoImage p:not(:last-child) img {
  margin-bottom: 10px;
}

.productInfo__noteText {
  font-feature-settings: normal;
}

.productInfo__noteText:not(:first-child) {
  margin-top: 16px;
}

.productInfo__size {
  display: flex;
  justify-content: center;
  align-items: center;
}

.productInfo__sizeItem {
  min-width: 35px;
}

.buyButton {
  position: fixed;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  transition-property: opacity, visibility;
}

.-scrolled .buyButton {
  visibility: visible;
  opacity: 1;
}

.buyButton.-hide {
  visibility: hidden;
  opacity: 0;
}

.buyButton__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  background: rgba(255,255,255,0.8);
  color: #000;
  font-size: 2rem;
}

.productIntro {
  position: relative;
}

.productIntro:not(.-withBorder) {
  padding-top: 90px;
  padding-bottom: 100px;
}

.productIntro__inner {
  position: relative;
}

.productIntro__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}

.productIntro__title {
  position: relative;
  font-weight: 500;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.productIntro__title:not(.-small) {
  font-size: 26px;
  line-height: 1.42308;
}

.productIntro__description {
  position: relative;
}

.productIntro__descriptionTitle {
  border-bottom: 1px solid #fff;
  letter-spacing: -0.005em;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  font-feature-settings: "palt" 1;
}

.productIntro__descriptionMore {
  display: block;
  margin-top: 38px;
  text-align: center;
}

.productTip {
  position: relative;
  color: #fff;
}

.productTip__heading {
  position: relative;
  padding-bottom: 6px;
  font-weight: 300;
  line-height: 1.4;
}

.productTip__heading::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  opacity: 1;
  transition: opacity 0.5s ease;
}

.-showed .productTip__heading::after {
  opacity: 0;
  transition-delay: 0s;
}

.productTip__expandButton {
  position: absolute;
  top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 25px;
}

.productTip__expandButtonIcon {
  width: 17px;
  height: 1px;
  background: #000;
}

.productTip__expandButton::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  background: #000;
  content: "";
  opacity: 1;
  transition: opacity 0.1s linear;
}

.productTip__expandButton.-opened::before {
  opacity: 0;
}

.productTip__body {
  background: #000;
}

.productTip__bodyInner {
  display: flex;
  flex-wrap: wrap;
}

.productTip__contents {
  overflow-x: visible;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.productTip__contents:only-child {
  width: 100%;
}

.productTip__contentsDetail {
  overflow-y: auto;
  direction: ltr;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-color: #fff #fff;
  scrollbar-width: thin;
}

.productTip__contents:only-child .productTip__contentsDetail {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.productTip__contentsDetail::-webkit-scrollbar {
  width: 5px;
}

.productTip__contentsDetail::-webkit-scrollbar-track {
  background-image: linear-gradient(#fff, #fff);
  background-position: center top;
  background-size: 1px 100%;
  background-repeat: no-repeat;
}

.productTip__contentsDetail::-webkit-scrollbar-thumb {
  position: relative;
  right: -1px;
  border-radius: 5px;
  background-color: #fff;
}

.productTip__contentsTitle {
  line-height: 1.53846;
}

.productTip__contents:only-child .productTip__contentsTitle {
  padding-right: 0;
  width: 50%;
}

.productTip__contentsTitle span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.productTip__contents:only-child .productTip__contentsTitle span {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.productTip__contentsText {
  font-size: 13px;
  line-height: 2.23077;
}

.hook-clip {
  transition: -webkit-clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);

  will-change: clip-path;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.hook-clip.-passed {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.reveal-fade-text {
  visibility: hidden;
  opacity: 0;
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition-property: opacity, visibility;

  will-change: visibility, opacity;
}

.reveal-fade-text._fadeDelay {
  transition-delay: 0.5s;
}

.reveal-fade-text.-passed {
  visibility: visible;
  opacity: 1;
}

.reveal,
.reveal-switching {
  visibility: hidden;
  opacity: 0;

  will-change: transform, visibility, opacity;
}

.reveal.-passed,
.reveal-switching.-passed {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-fade {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;

  will-change: visibility, opacity;
}

.reveal-fade.-passed {
  visibility: visible;
  opacity: 1;
}

.reveal-tile {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.1s ease,visibility 0.1s ease;

  will-change: transform, visibility, opacity;
}

.reveal-tile.-passed-tile {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-size-sized {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.1s ease,visibility 0.1s ease;

  will-change: transform, visibility, opacity;
}

.reveal-size-sized.-passed-tile-sized {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-size-small {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0s linear,visibility 0s linear;

  will-change: transform, visibility, opacity;
}

.-showed-small .reveal-size-small {
  visibility: visible;
  opacity: 1;
}

.-hidden {
  display: none;
}

.share {
  padding-top: 60px;
  width: 100%;
  height: 100%;
}

.share__body {
  background: #fff;
}

.share__buttons {
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.share__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 500;
}

.share__buttonIcon {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share__buttonText {
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.share__copylink {
  display: grid;
  margin-top: 34px;
  border: 1px solid #707070;
  border-right: 0;
  border-left: 0;

  grid-template-columns: 1fr auto;
}

.share__copylinkText,
.share__copylinkButton {
  color: #000;
}

.share__copylinkText {
  overflow: hidden;
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.share__copylinkButton {
  font-weight: 600;
}

.share__copylinkButton span {
  font-weight: 500;
}

.shoplist {
  position: relative;
  color: #000;
}

.shoplist__section {
  position: relative;
}

.shoplist__title {
  color: #000;
  font-weight: 300;
  line-height: 1;
}

.shoplist__description {
  font-weight: 500;
}

.shoplist__description:not(:first-child) {
  margin-top: 16px;
}

.shoplist__infoText {
  font-weight: 500;
  font-size: 13px;
}

.shoplist__infoText:not(:last-child) {
  margin-bottom: 26px;
}

.shoplist__infoLink {
  display: flex;
  flex-wrap: wrap;
}

.specTable img,
.stripeTable img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.specTable p:not(:last-child) img,
.stripeTable p:not(:last-child) img {
  margin-bottom: 10px;
}

.specTable table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.specTable tr:first-child {
  border-bottom: 1px solid #000;
}

.specTable tr:nth-of-type(2) th,
.specTable tr:nth-of-type(2) td {
  padding-top: 4px;
}

.specTable tr:last-child th,
.specTable tr:last-child td {
  padding-bottom: 2px;
}

.specTable th:first-child,
.specTable td:first-child {
  padding-left: 0;
}

.specTable th {
  text-align: left;
  font-weight: 400;
}

.stripeTable {
  font-weight: 500;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.stripeTable table {
  width: 100%;
  table-layout: fixed;
}

.stripeTable tr:nth-child(odd) {
  background: #fff;
}

.stripeTable th,
.stripeTable td {
  padding: 3px 5px;
}

.stripeTable th:last-child,
.stripeTable td:last-child {
  text-align: center;
}

.stripeTable th {
  text-align: left;
  font-weight: 400;
}

.storeCategory {
  background: #000;
  /*background-image: url(../img/bg-noise-yellow.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px auto;*/
  color: #fff;
}

.storeCategory a {
  color: #fff;
}

.storeCategory__body {
  position: relative;
}

.storeCategory__header {
  margin-bottom: 60px;
}

.storeCategory__heading {
  margin-left: -6px;
  letter-spacing: -0.035em;
  font-weight: 300;
}

.storeCategory__summary {
  letter-spacing: -0.003em;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storeCategory__contents {
  position: relative;
  width: 100%;
}

.storeCategory__group {
  width: 100%;
  color: #fff;
  transition-property: color;
}

.storeCategory__group a {
  color: #fff;
  border-color: #fff;
}

.storeCategory__groupImage {
  z-index: 0;
  display: block;
  transition-property: visibility, opacity;
}

.storeCategory__groupInner {
  z-index: 1;
}

.storeCategory__groupInner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f3f2ed;
}

.storeCategory__title {
  letter-spacing: -0.035em;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 0.91538;
  cursor: default;
}

.storeCategory__description {
  position: relative;
  font-weight: 300;
  line-height: 1;
  cursor: default;
}

.storeCategory__more {
  display: flex;
  flex-wrap: wrap;
}

.storeVariety {
  position: relative;
  color: #000;
}

.storeVariety._overflowHidden:not(._overflowVisible) {
  overflow: hidden;
}

.storeVariety a {
  color: #000;
}

.storeVariety__body {
  position: relative;
}

.storeVariety__title {
  font-weight: 300;
}

.storeVariety__titleEn,
.storeVariety__titleJa {
  display: block;
}

.storeVariety__titleEn {
  letter-spacing: -0.035em;
}

.storeVariety__titleJa {
  margin-top: 16px;
  color: #cdcbbf;
  font-weight: 500;
  line-height: 1;
}

.storeVariety__list {
  position: relative;
}

.storeVariety__listItem {
  position: relative;

  overflow-wrap: normal;
}

.storeVariety__listItem.-comingsoon {
  background: #000;
}

.storeVariety__listItem.-comingsoon::after {
  position: absolute;
  color: #fff;
  content: "Coming Soon";
  letter-spacing: -0.035em;
  font-weight: 300;
  line-height: 1;
}

.storeVariety__link {
  position: relative;
  display: block;
}

.-comingsoon .storeVariety__link {
  pointer-events: none;
}

.storeVariety__linkBg {
  display: block;
  overflow: hidden;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.storeVariety__linkBg img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-comingsoon .storeVariety__linkBg {
  opacity: 0.27;
}

.storeVariety__linkBg img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.storeVariety__linkName {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  color: #fff;
  font-weight: 300;
}

.storeVariety__linkNameMain {
  letter-spacing: -0.035em;
  line-height: 0.73;
}

.storeVariety__linkNameSub {
  line-height: 1;
}

.storyArticles__outer {
  background: #f8f8f8;
}

.storyArticles__scale {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  visibility: hidden;
  align-items: center;
  height: 100vh;
  text-align: right;
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-property: opacity, visibility;

  mix-blend-mode: exclusion;
}

.storyArticles__scale._show {
  visibility: visible;
  opacity: 1;
}

.storyArticles__scaleList {
  display: flex;
  flex-direction: column;
}

.storyArticles__scaleItem {
  position: relative;
  height: 1px;
}

.storyArticles__scaleItem::before,
.storyArticles__scaleItem::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 1px;
  content: "";
}

.storyArticles__scaleItem::before {
  background: #fff;
}

.storyArticles__scaleItem span {
  position: absolute;
  top: 50%;
  display: block;
  visibility: hidden;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-property: opacity, visibility;
  transform: translateY(-50%);
}

.storyArticles__scaleItem._current span {
  visibility: visible;
  opacity: 1;
}

.storyCredit__item {
  border-top: 1px solid #000;
}

.storyCredit__title {
  font-weight: 300;
}

.storyCredit__name {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storyCredit__nameSub {
  font-size: 12px;
}

.storyCredit__nameMain {
  font-size: 17px;
}

.storyCredit__image img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.storyCredit__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 300;
  font-size: 12px;
  line-height: 2.08333;
}

.storyCredit__link {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.storyCredit__linkButton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  border: 1px solid #000;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
}

.storyEntry {
  position: relative;
  background-image: url(../img/bg-noise-hashtag.jpg);
  background-position: center center;
  background-size: 100px auto;
  background-repeat: repeat;
}

.storyEntry__body {
  position: relative;
}

.storyEntry__navList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.storyEntry__navItem {
  font-family: nimbus-sans,sans-serif;
}

.storyEntry__navLink {
  color: #aaa;
  transition: color 0.2s ease-out;
}

._current .storyEntry__navLink {
  background-image: linear-gradient(#000, #000);
  background-position: 100% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
}

.storyEntry__navLink:hover {
  color: #000;
}

.storyEntry__image {
  overflow: hidden;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.storyEntry__image img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.storyEntry__image img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.storyEntry__num,
.storyEntry__tag,
.storyEntry__title,
.storyEntry__author {
  position: relative;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-property: opacity;

  will-change: opacity;
}

.-entered .storyEntry__num,
.-entered .storyEntry__tag,
.-entered .storyEntry__title,
.-entered .storyEntry__author {
  opacity: 1;
}

.storyEntry__num {
  position: relative;
  padding-bottom: 10px;
  font-size: 13px;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;
  transition-delay: 0.2s;
}

.storyEntry__num::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(#000, #000);
  background-position: bottom left;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  content: "";
  text-decoration: none;
  transition: background-size 1.2s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.storyEntry__num::after.-passed,
.-passed .slick-center .storyEntry__num::after,
.-passed .is-active-next .storyEntry__num::after,
.-entered .storyEntry__num::after {
  background-size: 100% 1px;
  text-decoration: none;
}

.-entered .storyEntry__num::after {
  background-size: 100% 1px;
  text-decoration: none;
}

.storyEntry__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  font-weight: 300;
  font-size: 13px;
  transition-delay: 0.5s;

  gap: 10px;
}

.storyEntry__tag a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  height: 28px;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.storyEntry__tag a[href=""] {
  pointer-events: none;
}

.storyEntry__detail {
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storyEntry__title {
  font-weight: 500;
  font-size: 17px;
  transition-delay: 0.7s;
}

.storyEntry__author {
  display: flex;
  flex-direction: column;
  line-height: 1.45;
  transition-delay: 0.9s;
}

.storyEntry__authorSub {
  font-weight: 600;
  font-size: 11px;
}

.storyEntry__authorMain {
  font-weight: 500;
  font-size: 15px;
}

.storyEntry__more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.storyEntry__moreButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 54px;
  border-radius: 30px;
  background: #fff;
  font-size: 15px;
}

.storySingle {
  position: relative;
  background-image: url(../img/bg-noise-magazine.jpg);
  background-position: center center;
  background-size: 100px auto;
  background-repeat: repeat;
}

.storyKv {
  position: relative;
}

.storyKv__body {
  position: relative;
  opacity: 0;
  transition: opacity 1.1s ease-out 0.6s;

  will-change: opacity;
}

.-wf-loaded .storyKv__body {
  opacity: 1;
}

.storyKv__number,
.storyKv__arrow,
.storyKv__title,
.storyKv__author,
.storyKv__detailArrow {
  position: relative;
  opacity: 0;
  transition-property: opacity;

  will-change: opacity;
}

.-wf-loaded .storyKv__number,
.-wf-loaded .storyKv__arrow,
.-wf-loaded .storyKv__title,
.-wf-loaded .storyKv__author,
.-wf-loaded .storyKv__detailArrow {
  opacity: 1;
}

.storyKv__detail {
  position: relative;
  display: flex;
  flex-direction: column;
}

.storyKv__detailText {
  position: relative;
}

.storyKv__detailArrow svg {
  width: 3.59531vw;
  height: 4.63516vw;
  vertical-align: bottom;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.storyKv__number {
  display: inline-flex;
  flex-direction: column;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
}

.storyKv__title {
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storyKv__title::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}

.-wf-loaded .storyKv__title::after {
  background-size: 100% 1px;
  text-decoration: none;
}

.storyKv__author {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storyKv__authorSub {
  font-size: 11px;
}

.storyKv__authorName {
  font-size: 17px;
}

.storyKv__arrow {
  position: absolute;
}

.storyKv__arrow svg {
  width: 6.09867vw;
  height: 7.84vw;
  vertical-align: bottom;
}

.storyKv__visual {
  overflow: hidden;
}

.storyKv__visualImage {
  position: relative;
  transition: transform 1.6s ease 0.6s;
  transform: scale(1.02);

  will-change: transform;
}

.-wf-loaded .storyKv__visualImage {
  transform: scale(1);
}

.storyKv__visualImageBg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.storyKv__visual img {
  width: 100%;
  height: 100%;

  will-change: transform;
  -o-object-fit: cover;
  object-fit: cover;
}

.storyMoment__detailInner {
  height: 100%;
}

.storyMoment__tag a[href=""] {
  pointer-events: none;
}

.storyMoment__title {
  font-weight: 600;
  font-size: 17px;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storyMoment__text {
  font-weight: 300;
  font-size: 13px;
  line-height: 2.23077;
}

.storyMoment__controler {
  width: 100%;
  height: 50%;
}

._disableSlider .storyMoment__controler {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.storyMoment__controler [class*="swiper-button"] {
  top: inherit;
  bottom: 0;
  width: 50%;
  background-repeat: no-repeat;
}

.storyMoment__controler [class*="swiper-button"]:after {
  display: none;
}

.storyMoment__controler .swiper-button-prev {
  left: 0;
  background-image: url(../img/arw-slide-left-black.svg);
}

.storyMoment__controler .swiper-button-next {
  right: 0;
  background-image: url(../img/arw-slide-right-black.svg);
}

.storyMoment__controler .swiper-pagination {
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;
}

.storyMoment__controler .swiper-pagination:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  background: #000;
  content: "";
  transform: translateY(-50%);
}

.momentSlider {
  min-height: 54.6875vw;
  height: 100%;
}

.momentSlider__item {
  width: 100%;
  height: 100%;
}

.momentSlider__item img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.storySection {
  overflow: hidden;
  background-position: center center;
  background-size: 100px auto;
  background-repeat: repeat;
}

.storySection._story-0 {
  background-image: url(../img/time-bg/noise-10.jpg);
}

.storySection._story-1 {
  background-image: url(../img/time-bg/noise-12.jpg);
}

.storySection._story-2 {
  background-image: url(../img/time-bg/noise-14.jpg);
}

.storySection._story-3 {
  background-image: url(../img/time-bg/noise-16.jpg);
}

.storySection._story-4 {
  background-image: url(../img/time-bg/noise-18.jpg);
}

.storySection._story-5 {
  background-image: url(../img/time-bg/noise-20.jpg);
}

.storySection._story-6 {
  background-image: url(../img/time-bg/noise-22.jpg);
}

.storySection._story-7 {
  background-image: url(../img/time-bg/noise-24.jpg);
}

.storySection._story-8 {
  background-image: url(../img/time-bg/noise-02.jpg);
}

.storySection._story-9 {
  background-image: url(../img/time-bg/noise-04.jpg);
}

.storySection._story-10 {
  background-image: url(../img/time-bg/noise-06.jpg);
}

.storySection._story-11 {
  background-image: url(../img/time-bg/noise-08.jpg);
}

.storySection._darkMode {
  color: #fff;
}

.storySection._darkMode a {
  color: #fff;
}

.storySection._lightMode::before {
  display: none;
}

.storySection__body {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.storySection__detail {
  text-align: center;
}

.storySection__detail:only-child {
  display: flex;

  grid-column: span 2;
}

.storySection__detail:only-child .storySection__detailInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.storySection__time {
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 1;
}

.storySection__tag {
  display: flex;
  justify-content: center;
  font-family: nimbus-sans,sans-serif;

  gap: 44px;
}

.storySection__tag a {
  text-decoration: underline;
}

.storySection__tag a:hover {
  text-decoration: none;
}

.storySection__tag a[href=""] {
  pointer-events: none;
}

.storySection__title {
  font-weight: 600;
  font-size: 17px;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storySection__text {
  text-align: left;
  font-weight: 300;
  font-size: 13px;
  line-height: 2.23077;
}

.storySlider._otherStory {
  background: #f3f2ed;
}

.storySlider__item {
  flex-shrink: inherit;
}

.storySlider__link {
  width: 100%;
}

.storySlider picture {
  display: block;
}

.storySlider__image {
  position: relative;
  overflow: hidden;
  opacity: 0.5;
  transition: all 800ms ease-in-out;
  transition-property: opacity, left;

  will-change: opacity, left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform;
}

.storySlider__image img {
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;

  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-current .storySlider__image,
.is-active-next .storySlider__image {
  opacity: 1;
}

.storySlider__image img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.storySlider__detail {
  box-sizing: border-box;
  opacity: 0;
  transition: opacity, 0.3s ease-out;
}

.slick-current .storySlider__detail,
.is-active-next .storySlider__detail {
  opacity: 1;
}

.storySlider__number,
.storySlider__tag,
.storySlider__title,
.storySlider__author,
.storySlider__more {
  position: relative;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
  transition-property: opacity;

  will-change: opacity;
}

.-passed .slick-current .storySlider__number,
.-passed .is-active-next .storySlider__number,
.-passed .slick-current .storySlider__tag,
.-passed .is-active-next .storySlider__tag,
.-passed .slick-current .storySlider__title,
.-passed .is-active-next .storySlider__title,
.-passed .slick-current .storySlider__author,
.-passed .is-active-next .storySlider__author,
.-passed .slick-current .storySlider__more,
.-passed .is-active-next .storySlider__more {
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}

.storySlider__number {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  font-weight: 300;
}

.storySlider__tag {
  font-weight: 300;
}

.storySlider__tagInner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 14px;

  gap: 5px;
}

.storySlider__tagLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #fff;
}

.storySlider__tagLink[href=""] {
  pointer-events: none;
}

.storySlider__title {
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storySlider__author {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storySlider__authorSub {
  font-size: 11px;
}

.storySlider__authorName {
  font-size: 17px;
}

.storySlider__more {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  font-weight: 300;
}

._otherStory .storySlider__more {
  padding-bottom: 20px;
}

.storySlider__nav {
  display: flex;
  justify-content: center;
}

.storySlider__navButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 30px;
  background: rgba(255,255,255,0);
}

.storySlider .slick-arrow {
  z-index: 10;
  height: 100%;
}

.storySlider .slick-arrow::before {
  display: none;
}

.storySlider .slick-prev {
  left: 0;
}

.storySlider .slick-next {
  right: 0;
}

.pointer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1px;
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-property: opacity, visibility;
  pointer-events: none;
}

.pointer._hover {
  visibility: visible;
  opacity: 1;
  transition-timing-function: ease-in;
}

.pointer__body {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000;
  transition: transform 0.2s ease-out;
  transform: scale(0.5);
}

._hover .pointer__body {
  transform: scale(1);
}

.pointer__text {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 15px;
  font-size: 13px;
  transition: color 0.3s ease;
}

._next .pointer__text,
._prev .pointer__text {
  color: rgba(255,255,255,0);
}

.pointer__text:before,
.pointer__text:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: auto 25px;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  transition: all 0.2s ease;
  transition-property: opacity, visibility;
}

.pointer__text:before {
  background-image: url(../img/arw-slide-left.svg);
}

._prev .pointer__text:before {
  visibility: visible;
  opacity: 1;
}

.pointer__text:after {
  background-image: url(../img/arw-slide-right.svg);
}

._next .pointer__text:after {
  visibility: visible;
  opacity: 1;
}

.storyTopCarousel {
  position: relative;
  overflow: hidden;
}

.storyTopCarousel__body {
  position: relative;
  display: flex;
  pointer-events: none;
}

.storyTopCarousel__wrapper.swiper-wrapper {
  padding-left: 19.53125vw;
  transition-timing-function: linear;
}

.storyTopCarousel__item {
  overflow: hidden;
  opacity: 1;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.storyTopCarousel__item img {
  width: 101%;
  height: 101%;
  transition: opacity 0.2s ease-out;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover .storyTopCarousel__item img {
  opacity: 0.7;
}

.infiniteSlider:not(._secondLap) .swiper-slide-duplicate-next + .swiper-slide-duplicate,
.infiniteSlider:not(._secondLap) .swiper-slide-duplicate.swiper-slide-prev,
.infiniteSlider:not(._secondLap) .swiper-slide-duplicate {
  opacity: 0;
  transition: all 0s linear;
  transition-property: opacity;
}

.storyTop {
  position: relative;
}

.storyTop__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition: all 0.5s;
  transition-property: opacity, visibility;

  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  mix-blend-mode: exclusion;
}

._visible .storyTop__header {
  visibility: visible;
  opacity: 1;
}

._hidden .storyTop__header {
  visibility: hidden;
  opacity: 0;
}

.storyTop__headerInner {
  display: grid;
  color: #fff;
  white-space: nowrap;

  gap: 1.64062vw;
}

.storyTop__headerTitle,
.storyTop__headerDescription {
  letter-spacing: -0.02em;
  font-weight: 300;
  font-family: nimbus-sans,sans-serif;
  line-height: 0.84;
}

.storyTop__headerTitle {
  position: relative;
}

.storyTop__headerTitleText {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s;
  transition-property: opacity, visibility;
}

.storyTop__headerTitleText._current,
.storyTop__headerTitleText._visible {
  visibility: visible;
  opacity: 1;
}

.storyTopSection {
  position: relative;
  background-color: #f3f2ed;
  background-position: center center;
  background-size: 100px auto;
  background-repeat: repeat;
}

.storyTopSection._bgNoiseWhite {
  background-image: url(../img/bg-noise-04.jpg);
}

.storyTopSection._bgNoiseBeige {
  background-image: url(../img/bg-noise-magazine.jpg);
}

.storyTopSection__hashName,
.storyTopSection__summary {
  font-weight: 300;
}

.storyTopSection__hashName {
  letter-spacing: -0.02em;
  font-family: nimbus-sans,sans-serif;
  line-height: 0.6;
}

.storyTopSection__more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.storyTopSection__moreButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 30px;
}

.storyTopAbout {
  position: relative;
  display: flex;
  justify-content: flex-end;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.storyTopAbout__body {
  letter-spacing: -0.022em;
}

.hook-storyAbout {
  background: rgba(255,0,0,0.1);
}

.postTag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-weight: 500;
}

.attention {
  position: relative;
  display: inline-block;
}

.attention:before {
  position: absolute;
  left: 0;
  content: "※";
}

.toggleBox {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.toggleBox.-processing {
  opacity: 0.6;
  transition: opacity 0.1s ease-out;
}

[data-view-name] {
  visibility: visible;
  opacity: 1;
}

[data-view-name]:not(.-current) {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.page-template-page-variety-child .container,
.page-template-page-variety-child_lazysizes .container,
.page-template-page-variety-child_onload .container {
  background-color: var(--feature-bg,#fff);
  color: var(--feature-color,#000);
}

.variety__header {
  position: relative;
}

.variety__headerInner {
  position: relative;
}

.-withBorder .variety__headerInner {
  background-image: linear-gradient(#000, #000);
  background-position: top left;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 1.5s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.-withBorder .variety__headerInner.-passed,
.-passed .slick-center .-withBorder .variety__headerInner,
.-passed .is-active-next .-withBorder .variety__headerInner,
.-entered .-withBorder .variety__headerInner {
  background-size: 100% 1px;
  text-decoration: none;
}

.variety__title {
  position: relative;
  font-weight: 500;
  font-family: dnp-shuei-gothic-kin-std,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue","Helvetica","Arial",YuGothic,"Yu Gothic","Meiryo",sans-serif;
}

.variety__description {
  position: relative;
  font-weight: 300;
  line-height: 2.2;
}

.variety__descriptionMore {
  display: block;
  text-align: center;
}

.variety__description span:not([class]):last-child {
  display: block;
}

.variety__contents {
  display: flex;
  flex-wrap: wrap;
}

.variety__group {
  position: relative;
  width: 100%;
}

.variety__group:nth-child(odd) {
  background: #f3f2ed;
}

.variety__group:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg-noise-white.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px auto;
  content: "";
  opacity: 0.35;
  pointer-events: none;
}

.variety__groupInner {
  position: relative;
  display: flex;
  align-items: stretch;
}

.variety__groupThumb,
.variety__groupText {
  position: relative;
}

.variety__groupThumb img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.variety__groupText {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.variety__groupDescription {
  font-weight: 500;
  line-height: 1.70588;
}

.variety__groupDescription:not([class*=color]) {
  color: #000;
}

.variety__groupSeason {
  display: flex;
  letter-spacing: -0.035em;
  font-weight: 300;
  line-height: 0.90909;
}

.variety__groupSeasonItem {
  position: relative;
  display: flex;
}

.variety__groupSeasonItem:not(.-current) {
  color: #cdcbbf;
}

.variety__groupSeasonName {
  position: relative;
}

.variety__groupSeasonName:not(:first-child):before {
  position: absolute;
  position: absolute;
  top: 50%;
  display: block;
  height: 1px;
  background: #cdcbbf;
  content: "";
  transform: translateY(-50%);
}

.variety__groupSeasonItem.-current .variety__groupSeasonName:not(:first-child):before {
  background: #000;
}

.variety__groupTitle {
  letter-spacing: -0.046em;
  font-weight: 300;
  line-height: 1;
}

.variety__groupTitle.-wide {
  letter-spacing: -0.035em;
  line-height: 0.75;
}

.variety__groupTitle.-small {
  letter-spacing: -0.035em;
  font-size: 10rem;
}

.variety__groupTitle span {
  letter-spacing: -0.035em;
}

.-justify-end .variety__groupMore {
  margin-top: 1.875vw;
}

.topMagazine {
  position: relative;
  background-color: #ECEBE6;
}

.topMagazine._overflowHidden:not(._overflowVisible) {
  overflow: hidden;
}

.topMagazine__image {
  display: block;
  aspect-ratio: 256/320;
  overflow: hidden;
}

.topMagazine__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topMagazine__title {
  font-weight: 300;
}

.topMagazine__titleEn {
  letter-spacing: -0.035em;
}

.topMagazine__detail {
  box-sizing: border-box;
  transition: opacity, 0.3s ease-out;
}

.topMagazine__number {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
  font-family: nimbus-sans, sans-serif;
  line-height: 1;
  width: 56px;
  gap: 10px;
}

.topMagazine__numberIcon {
  display: block;
  width: 100%;
}

.topMagazine__numberText {
  white-space: nowrap;
  font-size: 14px;
}

.topMagazine__listTitle {
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Meiryo", sans-serif;
}

.topMagazine__author {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-family: dnp-shuei-gothic-kin-std, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Meiryo", sans-serif;
}

.topMagazine__authorSub {
  font-size: 12px;
}

.topMagazine__authorName {
  font-size: 17px;
}

.topImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simpleParallax{
  height: 100%;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media (hover: hover) {
  .panzoom__button:hover {
    background: #ccc;
  }
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 0;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media screen and (min-width: 1025px) {
  button:hover .multiline,
  button:hover .multiline-yellow,
  button:focus .multiline,
  button:focus .multiline-yellow,
  .multiline:hover,
  .multiline-yellow:hover,
  a:hover .multiline,
  a:hover .multiline-yellow,
  .multiline:focus,
  .multiline-yellow:focus,
  a:focus .multiline,
  a:focus .multiline-yellow,
  [class$="__link"]:hover .multiline,
  [class$="__link"]:hover .multiline-yellow,
  [class*="icnLink"]:hover .multiline,
  [class*="icnLink"]:hover .multiline-yellow {
    text-decoration: none;
    -webkit-animation: line 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: line 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .ie button:hover .multiline,
  .ie button:hover .multiline-yellow,
  .ie button:focus .multiline,
  .ie button:focus .multiline-yellow,
  .ie .multiline:hover,
  .ie .multiline-yellow:hover,
  .ie a:hover .multiline,
  .ie a:hover .multiline-yellow,
  .ie .multiline:focus,
  .ie .multiline-yellow:focus,
  .ie a:focus .multiline,
  .ie a:focus .multiline-yellow,
  .ie [class$="__link"]:hover .multiline,
  .ie [class$="__link"]:hover .multiline-yellow,
  .ie [class*="icnLink"]:hover .multiline,
  .ie [class*="icnLink"]:hover .multiline-yellow {
    background: none;
    text-decoration: none;
  }

  .section__body:not(.-entry):not(.-post) {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1197px;
    width: 100%;
  }

  .section__body.-entry,
  .section__body.-post {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
  }

  .section__headerLayerd,
  .section__header.-layered,
  .section__header.-archiveHeader {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
  }

  .section__header:not(.-layered) {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
  }

  html.-blankPage,
  body.-blankPage {
    min-height: 100%;
    height: 100%;
  }

  html {
    font-size: 0.78125vw;
  }

  .for-sps {
    display: none !important;
  }

  .for-sp {
    display: none !important;
  }

  .sp-modal[data-fancybox] {
    pointer-events: none;
  }

  select {
    width: 0;
    height: 0;
  }

  :not(:disabled):not(:checked) + .radio__name:hover {
    color: #575757;
  }

  .check__name:hover {
    opacity: 1;
  }

  .radioList {
    display: flex;
    flex-wrap: wrap;
  }

  .radioList li {
    width: 50%;
  }

  .radioList li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }

  .hc-offcanvas-nav .nav-container {
    min-height: calc(100vh - -90px);
  }

  .hc-offcanvas-nav .nav-content ul {
    padding-bottom: 44px;
  }

  .hc-nav-trigger .trigger-icn {
    width: 30px;
  }

  .hc-nav-trigger .trigger-icn::before {
    top: -6px;
  }

  .hc-nav-trigger .trigger-icn::after {
    bottom: -6px;
  }

  .hc-offcanvas-nav .nav-item-link,
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav .nav-back a {
    padding: 40px 40px 120px;
  }

  .hc-offcanvas-nav .nav-close-button {
    padding: 0 35px;
  }

  .hc-offcanvas-nav .nav-close-button span {
    width: 30px;
  }

  .hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
    height: 70px;
  }

  .-blankPage .container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100%;
    height: 100%;
  }

  .dw__body {
    display: flex;
    flex-wrap: wrap;
    gap: 97px 2px;
    padding-right: 28.4%;
    position: relative;
  }

  .dw__group {
    display: flex;
    flex-direction: column;
    width: calc((100% - 4px) / 3);
  }

  .dw__group.-camp {
    width: 100%;
  }

  .dw__group.-magazine{
    position: absolute;
    right: 0;
    top: 0;
    width: 24.75%;
    padding: 32px 24px 46px;
  }

  .dw-magazine{
    gap: 0;
  }

  .dw-magazine__article{
    margin-top: 27px;
  }

  .dw-magazine__thumb{
    aspect-ratio: 250/220;
  }

  .dw-magazine__numberIcon{
    display: block;
    width: 100%;
    height: 54px;
  }

  .dw-magazine__numberText {
    white-space: nowrap;
    font-size: 20px;
  }

  .dw-magazine__title{
    border-top: 1px solid #fff;
    margin-top: 12px;
    padding-top: 24px;
    font-size: 15px;
  }

  .dw-magazine__author{
    margin-top: 20px;
  }

  .dw-magazine__authorTitle{
    font-size: 11px;
  }

  .dw-magazine__authorName{
    font-size: 17px;
  }

  .dw-camp-wrapper{
    width: 63.8%;
    gap: 12px 8px;
  }

  .dw-feature{
    width: 32.2%;
    margin-top: 8px;
  }

  .dw-feature__group{
    margin-bottom: 10px;
  }

  .dw-feature__link:hover .dw-feature__Title,
  .dw-feature__link:hover .dw-feature__image{
    opacity: 0.4;
  }

  .dw-feature__image{
    aspect-ratio: 277/220;
    transition: all 0.2s ease-out;
  }

  .dw-feature__subTitle{
    font-size: 13px;
  }

  .dw-feature__Title{
    font-size: 24px;
    transition: all 0.2s ease-out;
  }

  .dw__title {
    margin-bottom: 4px;
  }

  .dw__list {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;
  }

  .-camp .dw__list,
  .-magazine .dw__list {
    flex-grow: 1;
    gap: 12px 8px;
  }

  .-camp .dw__list{
    justify-content: space-between;
  }

  .dw__child {
    gap: 8px;
  }

  .-camp .dw__child {
    display: grid;
    height: calc( 100% - (44px + 8px));

    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 32px 8px;
  }

  .dw__group.-camp .dw__item {
    width: calc((100% - 16px) / 3);
  }

  .dw__group:not(.-camp, .-shop) .dw__item {
    width: calc((100% - 8px) / 2);
  }

  .dw__group.-about .dw__item,
  .dw__group.-social .dw__item {
    font-size: 16px;
  }

  .dw__item-withIcon {
    line-height: 1.35294;
  }

  .dw__item-withIcon a {
    transition: color 0.2s ease-out;

    gap: 6px;
  }

  .dw__item-withIcon a:hover {
    color: rgba(0,0,0,0.4);
  }

  .dw__item-withBg {
    width: calc((100% - 8px) / 2);
  }

  .dw__item-withBg {
    transition: background-size 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);

    will-change: background;
  }

  .dw__item-withBg:hover {
    background-size: 102% auto;
  }

  .dw__item-withBg.-people {
    background-image: url(../img/dw-thumb-people-fixed.jpg);
  }

  .dw__item-withBg.-activity {
    background-image: url(../img/dw-thumb-activity-fixed.jpg);
  }

  .dw__item-withBg.-food {
    background-image: url(../img/dw-thumb-food-fixed.jpg);
  }

  .dw__item-withBg.-moment {
    background-image: url(../img/dw-thumb-moment-fixed.jpg);
  }

  .dw__item-withBg a {
    height: 120px;
  }

  .dw__item a {
    transition: color 0.2s ease-out;
  }

  .dw__item a:hover {
    color: rgba(0,0,0,0.4);
  }

  .-magazine .dw__item a:hover {
    color: rgba(256,256,256,0.8);
  }

  .dw-magazine__link:hover{
    opacity: 0.8;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer {
    padding-top: 40px;
    width: 100%;
  }

  .cartpage .footer {
    padding-top: 0;
  }

  .footer__menu {
    padding: 20px 0;
  }

  .footer__menuBody {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 7px;
  }

  .footer__menuIndex {
    display: flex;
    align-items: center;
    height: 25px;
    transition: all 0.3s ease-out;
    transition-property: color;
  }

  .footer__menuContents {
    margin-top: 8px;
    font-size: 11px;
  }

  .footer__menuItem:not(:first-child) {
    margin-top: 10px;
  }

  .footer__expandBody {
    margin-left: 23px;
    padding-top: 8px;
  }

  .footer__expandItem:not(:first-child) {
    padding-top: 8px;
  }

  .footer__copyright {
    align-items: center;
    height: 43px;
  }

  .pagetop__link {
    padding: 3.96094vw 2vw;
  }

  .pagetop__icon {
    width: 2.09141vw;
    height: 1.97656vw;
  }

  .gNav {
    padding-right: 20px;
    height: 70px;

    gap: 50px;
  }

  .gNav__link {
    padding: 0 7.5px;
    font-size: 20px;
    line-height: 1.4;
  }

  .gNav__text {
    display: inline-block;
    -webkit-text-size-adjust: 100%;
    line-height: 1;

    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  .gNav__text:before {
    width: 7px;
    height: 7px;
  }

  .gNav__megaList:hover .gNav__megaList-link {
    opacity: 0.2;
  }

  .gNav__megaList-item:hover .gNav__megaList-link {
    opacity: 1;
  }

  .header {
    height: 70px;
  }

  .header__toggle {
    padding: 0 35px;
    height: 70px;
  }

  .sitelogo {
    left: 35px;
    width: 187px;
    height: 70px;
  }

  .sitelogo__link {
    justify-content: center;
    align-items: center;
    height: 22px;
    transition: all 0.3s ease-out;
    transition-property: opacity;

    gap: 15px;
  }

  .sitelogo__img {
    width: 47px;
    height: 22px;
  }

  .sitelogo__type {
    width: 123px;
    height: 16px;
  }

  .magazineBanner__link {
    display: block;
    height: 42.1875vw;
  }

  .magazineBanner__text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
  }

  .magazineBanner__text svg {
    width: 33.98vw;
  }

  a:hover .magazineBanner__image img {
    transform: scale(1.03);
  }

  .magazineBanner__image.-image01 {
    top: 5.1563vw;
    left: 0;
    width: 24.53125vw;
    z-index: 3;
  }

  .magazineBanner__image.-image02 {
    top: 0;
    left: 27.1875vw;
    width: 27.3367vw;
    z-index: 2;
  }

  .magazineBanner__image.-image03 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48.203125vw;
    z-index: 1;
  }

  .magazineBanner__more {
    display: none;
  }

  .-blankPage .page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc( 100% - 60px);
  }

  .cartpage .page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }

  .section.index-works {
    padding-top: 80px;
  }

  .section__body {
    padding-bottom: 150px;
  }

  .section__body.-post {
    padding-bottom: 100px;
  }

  .page-price .section__body {
    padding-bottom: 70px;
  }

  .section__headingLayerd {
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 2.6rem;
  }

  .section__headingLayerd span {
    top: -3px;
    padding: 0 0 6px;
  }

  .-withPaddingTop .section__headingLayerd span {
    padding-top: 10px;
  }

  .section__header.-withSummary {
    display: flex;
    align-items: center;
  }

  .section__header.-toLeft {
    margin-bottom: 50px;
  }

  .section__heading {
    font-size: 2.6rem;
  }

  .-layered .section__heading {
    position: absolute;
    top: 0;
    left: 30px;
  }

  .-toLeft .section__heading {
    left: -30px;
  }

  .section__heading span {
    padding: 0 0 6px;
  }

  .-layered .section__heading span {
    top: -3px;
  }

  .-withPaddingTop .section__heading span {
    padding-top: 10px;
  }

  .filter__item {
    margin-right: 20px;
    font-size: 1.3rem;
  }

  .filter__item a,
  .filter__item span {
    display: inline-block;
    padding: 3px 0;
  }

  .-blankPage .article {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
  }

  .article__profile + .article__nav {
    margin-top: 200px;
  }

  .article__navItem:not(.-share) {
    padding: 20px;
    height: 180px;
  }

  .article__navLink {
    justify-content: center;
    font-size: 1.5rem;
  }

  .article__navName {
    font-size: 2rem;
  }

  .article__profile {
    padding: 40px 0;
  }

  .article__profile:not(:first-child) {
    margin-top: 240px;
  }

  .article__profileBody {
    display: grid;
    align-items: start;
    margin: 0 auto;
    max-width: 920px;

    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .article__profileDetail {
    line-height: 2;
  }

  .article__profileDetail:only-child {
    width: 920px;
  }

  .article__profileLink {
    margin-top: 12px;
  }

  .article__credit {
    display: flex;
    justify-content: center;
    padding: 40px 0 120px;
  }

  .article__creditBody {
    width: 920px;
    font-size: 1.5rem;
    line-height: 1.66667;
  }

  .about__section {
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .about__title {
    font-size: 30px;
  }

  .about__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 34px;

    gap: 42px;
  }

  .about__subTitle {
    font-size: 17px;
  }

  .about__detail {
    width: 46.875vw;
    font-size: 15px;
  }

  .about__detailImage {
    padding-top: 8px;
  }

  .about__detailImage:not(:last-child) {
    margin-bottom: 36px;
  }

  .about__detailText:last-child {
    padding-bottom: 60px;
  }

  .about__banner {
    height: 18.98438vw;
  }

  .about__bannerLink:hover {
    background: #f7f6f4;
  }

  .about__bannerLogo {
    width: 11.09375vw;
    height: 5.07812vw;
  }

  .about__bannerText {
    font-size: 2.2rem;
  }

  .aboutHeader__sitename {
    padding: 20px 20px 0;
  }

  .aboutHeader__body {
    margin-top: 170px;

    grid-template-columns: 1fr 1fr;
  }

  .aboutHeader__text {
    padding: 0 20px;
  }

  .aboutHeader__title {
    font-size: 6rem;
  }

  .aboutHeader__subtitle {
    margin-top: 80px;
    font-size: 3rem;
  }

  .aboutHeader__desc {
    margin-top: 40px;
    min-width: 560px;
    font-size: 2rem;
  }

  .aboutHeader__img {
    margin-top: 24px;
  }

  .banner:not(.-half) {
    height: 42.1875vw;
  }

  .banner.-half {
    height: 21.09375vw;
  }

  a:hover .banner__bg {
    transform: scale(1.02);
  }

  .banner__bg.-camp.lazyloaded {
    background-image: url(../img/banner-footer-camp-fixed.jpg);
  }

  .banner__bg.-tent {
    background-image: url(../img/banner-footer-tent-fixed.jpg);
  }

  .banner__bg.-variety.lazyloaded {
    background-image: url(../img/banner-footer-variety-fixed.jpg);
  }

  .banner__titleSub {
    margin-bottom: -0.396vw;
    text-align: center;
    font-size: 2.5rem;
  }

  .banner__titleSub.-ja {
    margin-top: -1.09375vw;
    padding-bottom: 1.09375vw;
    font-size: 1.7rem;
  }

  .banner__titleMain {
    text-align: center;
    font-size: 10rem;
  }

  .banner__titleMain.-jaMain {
    margin-bottom: 1.09375vw;
    font-size: 5.8rem;
    line-height: 1.29;
  }

  .banner__description {
    font-size: 2.5rem;
  }

  .banner__more {
    bottom: 5.234375vw;
  }

  .relatedBanner__link {
    padding: 22px 30px 30px;
    height: 21.09375vw;
  }

  .relatedBanner__title {
    font-size: 3rem;
  }

  .relatedBanner__summary {
    margin-top: 0.78125vw;
    font-size: 1.4rem;
  }

  .relatedBanner__logo {
    margin-top: calc((-5.20156vw + 0.78125vw) / 2);
    margin-left: calc(-26.5875vw / 2);
  }

  .relatedBanner__logo svg {
    width: 26.5875vw;
    height: 5.20156vw;
  }

  .btnMore {
    min-width: 168px;
    height: 60px;
    font-size: 13px;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color;
  }

  .btnMore:hover,
  a:hover .btnMore {
    background-color: #000;
    color: #fff;
  }

  .btnMore.-darkYellow:hover {
    border-color: #fff;
    background-color: #fff;
    color: #b48e07;
  }

  .btnMore.-colorYellow:hover,
  a:hover .btnMore.-colorYellow {
    color: #fff;
  }

  .btnMore.-black:hover,
  a:hover .btnMore.-black {
    background: #000;
    color: #fff;
  }

  .btnMore.-white:hover,
  a:hover .btnMore.-white {
    border-color: #000;
    background: #000;
    color: #fff;
  }

  .btnMore.-lineWhite:hover,
  a:hover .btnMore.-lineWhite {
    background: #fff;
    color: #000;
  }

  .btnMore.-bgNone:hover,
  a:hover .btnMore.-bgNone {
    background: rgba(0,0,0,0);
    color: #fff;
  }

  .btnMore.-lineBlack:hover {
    background: #000;
    color: #fff;
  }

  .btnMore.-blackHvBlack:hover,
  a:hover .btnMore.-blackHvBlack {
    background: #000;
    color: #fff;
  }

  .btnMore.-more {
    font-size: 16px;
  }

  .btnMore.-medium {
    min-width: 250px;
  }

  .btnMore.-small {
    font-weight: 500;
    font-size: 11px;
  }

  .btnMore.-disabled {
    font-size: 16px;
  }

  .btn:not([disabled]) {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color;
  }

  .btn.tnfc-cart:hover,
  .btn.-text-small:hover {
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
  }

  .btn.-black:hover {
    background: #484848;
    color: #fff;
  }

  .carousel:not([class*="-"]) {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .carousel.-newrelease {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .-newrelease .carousel__body {
    padding-right: 20px;
    padding-left: 14.0625vw;
  }

  .-productDetail .carousel__body {
    padding-right: 20px;
    padding-left: 40px;
  }

  .carousel__arw {
    width: 7.96875vw;
    height: 100%;
  }

  .-productDetail .carousel__arw {
    width: 7.42188vw;
  }

  .carousel__arwButton {
    width: 100%;
    height: 32.8125vw;
  }

  .-newrelease .carousel__arwButton {
    height: 26.95312vw;
  }

  .carousel.-newrelease .carousel__item {
    width: 20.7vw;
    font-size: 20px;
  }

  .carousel.-productDetail .carousel__item {
    width: 27.34375vw;
    font-size: 20px;
  }

  .carousel.-productDetail .carousel__item:not(.tns-item) {
    margin-right: 1.5625vw;
  }

  .carousel__detail {
    padding-right: 10px;
    padding-left: 10px;
  }

  .newreleaseCarousel__desc {
    margin-top: 42px;
  }

  a:hover .newreleaseCarousel__img img {
    transform: scale(1.03);
  }

  .newreleaseCarousel__img {
    height: 26.95312vw;
  }

  .newreleaseCarousel__moreButton {
    height: 25px;
    font-size: 11px;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color;
  }

  .categoryList {
    margin-top: 52px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .categoryList__index {
    margin-bottom: 45px;
    padding-bottom: 12px;
    font-size: 3rem;
  }

  .categoryList__contents {
    padding: 0 100px;
  }

  .categoryList__body {
    gap: 2.34375vw 2.96875vw;
    grid-template-columns: repeat(5, minmax(12.1875vw, 1fr));
  }

  .categoryList__item {
    font-size: 1.9rem;
    line-height: 1.05263;
  }

  .categoryList__link.-button {
    margin-right: auto;
    margin-left: 0;
    width: 11.09375vw;
    height: 4.0625vw;
    border-radius: 2.34375vw;
  }

  .-tent_tarp .categoryList__link {
    gap: 0.54688vw;
  }

  .-table_chair .categoryList__link {
    gap: 0.15625vw;
  }

  .-cutlery .categoryList__link {
    gap: 0.15625vw;
  }

  .-sleeping_bag .categoryList__link {
    gap: 0.54688vw;
  }

  .-footwear .categoryList__link {
    gap: 0.15625vw;
  }

  .categoryList__icon {
    width: 5.85938vw;
    height: 4.92188vw;
  }

  .-tent_tarp .categoryList__icon img {
    height: 3.51562vw;
  }

  .-tent_accessory .categoryList__icon img {
    height: 4.29688vw;
  }

  .-bag_storage .categoryList__icon {
    padding-left: 0.78125vw;
  }

  .-bag_storage .categoryList__icon img {
    height: 4.60938vw;
  }

  .-table_chair .categoryList__icon {
    padding-left: 0.78125vw;
  }

  .-table_chair .categoryList__icon img {
    height: 5vw;
  }

  .-cutlery .categoryList__icon {
    padding-left: 0.85938vw;
  }

  .-cutlery .categoryList__icon img {
    height: 4.53125vw;
  }

  .-sleeping_bag .categoryList__icon img {
    height: 4.84375vw;
  }

  .-glove .categoryList__icon {
    padding-left: 0.54688vw;
  }

  .-glove .categoryList__icon img {
    height: 4.29688vw;
  }

  .-apparel .categoryList__icon img {
    height: 4.53125vw;
  }

  .-footwear .categoryList__icon img {
    height: 3.90625vw;
  }

  .entry {
    padding-top: 6.79687vw;
    padding-right: 40px;
    padding-left: 40px;
  }

  .entry__taxonomy {
    display: none;
  }

  .entry__results {
    display: flex;
    margin-bottom: 6.25vw;
    font-size: 20px;

    gap: 12px;
  }

  .entry__num {
    padding-right: 12px;
    width: 114px;

    gap: 12px;
  }

  .entry__filter {
    display: grid;
    width: calc( 100% - 114px);

    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  }

  .entry__list {
    padding: 0 65px 100px;

    gap: 2.34375vw;
  }

  .entry__item {
    width: calc((100% - 7.03125vw)/4);
  }

  .entry__item.-more {
    padding: 70px 0 0;
  }

  a:hover .entry__thumb img {
    transform: scale(1.03);
  }

  .entry__thumb {
    height: 26.95312vw;
  }

  .entry__text {
    margin-top: 14px;

    gap: 10px;
  }

  .entry__name {
    font-size: 16px;
    line-height: 1.125;
  }

  .featurePost {
    padding-top: 76px;
    padding-left: 40px;
    min-height: 100vh;
  }

  .featurePost__body {
    justify-content: space-between;
    min-height: calc( 100vh - 76px);
  }

  .featurePost__logoText {
    width: 67.5vw;
    height: 13.20312vw;
  }

  .featurePost__logoImage {
    margin-top: -2.57812vw;
    width: 12.34375vw;
    height: 12.34375vw;
  }

  .featurePost__logoTime {
    padding-left: 2.65625vw;
    font-size: 10rem;
    line-height: 10rem;
  }

  .featurePost__detail {
    padding-top: 6.64062vw;
    padding-bottom: 2.34375vw;
    width: 39.0625vw;
  }

  .featurePost__number {
    font-size: 20px;

    gap: 10px;
  }

  .featurePost__title {
    font-size: 17px;
    line-height: 1.70588;
  }

  .featurePost__title:not(:last-child) {
    margin-bottom: 43px;
  }

  .featurePost__authorName {
    margin-top: 3px;
  }

  .featurePost__linkButton {
    width: 103px;
    height: 103px;
    font-size: 13px;
    transition: all 0.2s ease-out;
    transition-property: color, background;
  }

  .featurePost__linkButton:hover {
    background: #000;
    color: #fff;
  }

  .featurePost__visual {
    right: 0;
    bottom: 0;
    min-height: 663px;
    width: 55.3125vw;
    height: 82.875vh;
  }

  .flexible {
    padding-bottom: 150px;
  }

  .flexible__section:not(:first-child) {
    margin-top: 150px;
  }

  .flexible__section:not([class*="single"]).-narrow {
    margin-right: auto;
    margin-left: auto;
    width: 67.578vw;
  }

  .flexible__section:not([class*="single"]).-narrow.-variety {
    width: 72.265625vw;
  }

  .flexible__singleimage.-full {
    height: 58.59375vw;
  }

  .flexible__singleimage:not(.-full) {
    padding: 0 40px;
    height: 54.6875vw;
  }

  .flexible__singleimage.-vertical.-variety:not(.-full) {
    height: 70.3125vw;
  }

  .flexible__singleimage.-vertical {
    width: 49.21875vw;
  }

  .flexible__singleimage.-vertical.-variety {
    width: 57.03125vw;
  }

  .flexible__image.-multi:not(.-full) {
    gap: 0.9375vw 2.34375vw;
    grid-template-columns: 46.09375vw 19.14062vw;
  }

  .flexible__image.-multi.-variety:not(.-full) {
    gap: 0.9375vw 2.34375vw;
    grid-template-columns: 50.78125vw 19.14062vw;
  }

  .flexible__image.-multi:not(.-full).-rightMain {
    grid-template-columns: 19.14062vw 46.09375vw;
  }

  .flexible__image.-multi.-variety:not(.-full).-rightMain {
    grid-template-columns: 19.14062vw 50.78125vw;
  }

  .flexible__image.-multi.-full {
    padding: 0 40px;

    grid-template-columns: 59.2% 37.5%;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
  }

  .flexible__image.-multi.-full.-rightMain {
    grid-template-columns: 37.5% 59.2%;
  }

  .flexible__image.-double {
    gap: 3.90625vw;
  }

  .flexible__image.-multiVertical {
    width: 83.59375vw;

    gap: 2.34375vw;
  }

  .flexible__imageItem.-large {
    grid-row: span 2;
  }

  .-multi .flexible__imageItem:last-child {
    align-self: flex-end;
  }

  .-multiVertical .flexible__imageItem {
    width: calc( (100% - 2.34375vw * 3) / 4);
  }

  a:hover .flexible__imageBox img {
    transform: scale(1.03);
  }

  .-multiVertical .flexible__imageBox {
    height: 26.953125vw;
  }

  .flexible__image:not(.-full).-multi .flexible__imageBox {
    height: 26.953125vw;
  }

  .flexible__image:not(.-full) .-large .flexible__imageBox {
    height: 62.5vw;
  }

  .flexible__image:not(.-full).-variety .-large .flexible__imageBox {
    height: 70.3125vw;
  }

  .flexible__imageCaption {
    font-size: 16px;
  }

  .-double.-full .flexible__imageCaption {
    padding: 0 10px;
  }

  .flexible__moreButton {
    height: 25px;
    font-size: 11px;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color;
  }

  .flexible__moreButton.comingsoon {
    font-size: 13px;
  }

  .flexible__more .btnMore:hover{
    background-color: var(--feature-color,#000);
    color: var(--feature-bg,#fff);
  }

  .halfSlider [class*="swiper-button"] {
    padding: 1.95312vw 2.73438vw;
    width: 50%;
    height: 100%;
    background-size: auto 2.22188vw;
  }

  .halfSlider .swiper-button-prev {
    background-position: left 2.73438vw bottom 1.95312vw;
  }

  .halfSlider .swiper-button-next {
    background-position: right 2.73438vw bottom 1.95312vw;
  }

  .halfSlider .swiper-pagination {
    height: 6.01562vw;
    font-size: 2rem;
  }

  .halfSlider .swiper-pagination [class*="swiper-pagination"] {
    width: 3.04688vw;
  }

  .halfSlider .swiper-pagination:after {
    height: 1.25vw;
  }

  .indexList__inner {
    padding: 20px;

    grid-template-columns: 50% 29.167vw auto;
  }

  .indexList__heading-02 {
    letter-spacing: -0.03em;
    font-size: 6rem;
  }

  .indexList__heading-03 {
    font-size: 3rem;
  }

  .itemSlider [class*="swiper-button"] {
    padding: 1.95312vw 1.71875vw;
    background-size: auto 3.35938vw;
  }

  .itemSlider .swiper-button-prev {
    background-position: left 1.71875vw center;
  }

  .itemSlider .swiper-button-next {
    background-position: right 1.71875vw center;
  }

  .itemSlider .swiper-pagination {
    height: 6.01562vw;
    font-size: 2rem;
  }

  .itemSlider .swiper-pagination [class*="swiper-pagination"] {
    width: 3.04688vw;
  }

  .itemSlider .swiper-pagination:after {
    height: 1.25vw;
  }

  .kv {
    height: 100vh;
  }

  .kv.-bgNoisePC::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bg-noise-white.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: 100px auto;
    content: "";
    opacity: 0.35;
    pointer-events: none;
  }

  .kv:not([class*="-"]) .kv__visual {
    width: 70vw;
    height: 90.7vh;
  }

  .kv[class*="-"] .kv__visual {
    width: 78.125vw;
    height: 86.25vh;
  }

  .kv__body {
    justify-content: flex-end;
    padding: 0 40px;
    height: 100vh;
  }

  .kv__description {
    padding-top: 13px;
    padding-bottom: 43px;
  }

  .kv__description::before {
    width: 11.17vw;
  }

  .kv__heading {
    gap: 6.2vw;
  }

  .-pageKv .kv__heading {
    padding-bottom: 1vh;
  }

  .-singleKv .kv__heading {
    padding-bottom: 4.75vh;
  }

  .-lowerPage .kv__heading {
    padding-bottom: calc(var(--vh, 1vh) * 2.875);
  }

  .kv__headingItem.-camp:hover {
    color: #000;
  }

  .kv__headingItem.-camp:hover svg {
    fill: #000;
  }

  .kv__headingItem._magazine:hover {
    color: #000;
  }

  .kv__headingItem._magazine:hover svg {
    fill: #000;
  }

  .kv__headingItem:not(:only-child).-camp {
    width: 48.38vw;
  }

  .kv__headingItem:not(:only-child).-camp:before {
    padding-top: 22.58%;
  }

  .kv__headingItem:not(:only-child)._magazine {
    width: 39.1vw;
  }

  .kv__headingItem:not(:only-child)._magazine:before {
    padding-top: 28%;
  }

  .kv__headingLink {
    gap: 14px;
  }

  .kv__headingText {
    margin-left: -6px;
  }

  .kv__heading svg {
    fill: #fff;
  }

  .kv__headingMenu {
    width: 100%;
  }

  .kv__headingArrow {
    top: 30px;
    width: 11px;
    height: 14px;
  }

  .-singleKv .kv__headingMain {
    line-height: 0.8;
  }

  .kv__headingSeason {
    font-size: 2.2rem;

    gap: 2.34375vw;
  }

  .kv__headingSeasonName:not(:first-child):before {
    left: calc(-1.25vw + ((-2.34375vw - -1.25vw) / 2));
    width: 1.25vw;
  }

  .-pageKv .kv__arrow {
    display: none;
  }

  .kvProduct {
    margin-top: -120px;
  }

  .kvProduct__body.-main {
    padding-top: 120px;
    min-height: calc( 100vh - 70px);
  }

  .kvProduct__body.-secondary {
    height: calc( (var(--vh, 1vh) * 100) - 60px);
  }

  .kvProduct__contents {
    padding: 0 20px;
  }

  .kvProduct__mainTitle {
    font-size: 12rem;
  }

  .kvProduct__desc {
    font-size: 6rem;
  }

  .kvProduct__desc-ja {
    margin-top: 14px;
    font-size: 5rem;
    line-height: 0.8;
  }

  .kvProduct__scroll {
    height: 60px;
  }

  .loop-kv__slide{
    width: 190vw;
  }

  .loop-kv__slideItem--1{
    width: 42.5rem;
    max-height: 74.125vh;
    aspect-ratio: 425/593;
    bottom: calc( 50 * 100vh / 800 );
    left: 0;
  }

  .loop-kv__slideItem--2{
    width: 27.4rem;
    max-height: 50vh;
    aspect-ratio:274/345;
    top: 0;
    left: calc( 466 * 100vw / 1280 );
  }

  .loop-kv__slideItem--3{
    width: 20.8rem;
    max-height: 50vh;
    aspect-ratio: 208/262;
    bottom: calc( 14 * 100vh / 800 );
    left: calc( 625 * 100vw / 1280 );
  }

  .loop-kv__slideItem--4{
    width: 17rem;
    max-height: 50vh;
    aspect-ratio: 170/216;
    top: calc( 231 * 100vh / 800 );
    left: calc( 897.39 * 100vw / 1280 );
  }

  .loop-kv__slideItem--5{
    width: 17rem;
    max-height: 50vh;
    aspect-ratio: 170/216;
    top: calc( 231 * 100vh / 800 );
    left: calc( 1080.7 * 100vw / 1280 );
  }

  .loop-kv__slideItem--6{
    width: 20.8rem;
    max-height: 50vh;
    aspect-ratio: 208/262;
    top: 0;
    left: calc( 1528.06 * 100vw / 1280 );
  }

  .loop-kv__slideItem--7{
    width: 56.6rem;
    max-height: 56.625vh;
    aspect-ratio: 566/453;
    bottom: 0;
    left: calc( 1333.18 * 100vw / 1280 );
  }

  .loop-kv__slideItem--8{
    width: 13.4rem;
    max-height: 50vh;
    aspect-ratio: 134/172;
    bottom: calc( 59.8 * 100vh / 800 );
    left: calc( 1959.58 * 100vw / 1280 );
  }

  .loop-kv__slideItem--9{
    width: 34.4rem;
    max-height: 50vh;
    aspect-ratio: 344/436;
    top: calc( 80.86 * 100vh / 800 );
    left: calc( 2046.48 * 100vw / 1280 );
  }

  .link.-memo svg {
    margin-right: 15px;
  }

  .link.-memo span > span {
    padding-bottom: 3px;
  }

  .loading__bg {
    background-image: url(../img/basecamp_loading-s25_pc.webp);
  }

  .loading__icon {
    gap: 7.26563vw;
  }

  .loading__iconSub svg {
    width: 21.6875vw;
    height: 1.3960vw;
  }

  .loading__iconMain svg {
    width: 58.7914vw;
    height: 7.3125vw;
  }

  .lowerLoading {
    height: 100vh;
  }

  .-hasGuideModal .modaal-guide .modaal-inner-wrapper {
    align-items: center;
  }

  .-hasGuideModal .modaal-guide .modaal-container {
    width: 847px;
    height: 407px;
  }

  .-hasCartModal .modaal-cart .modaal-inner-wrapper {
    align-items: center;
  }

  .-hasCartModal .modaal-cart .modaal-container {
    width: 847px;
    height: 407px;
  }

  .-hasMappingModal .modaal-mapping .modaal-inner-wrapper {
    align-items: center;
  }

  .-hasMappingModal .modaal-mapping .modaal-container {
    width: 93.75%;
    height: 87.5%;
  }

  .modaal-fullscreen .modaal-close {
    width: 90px;
    height: 90px;
  }

  .modaal-fullscreen .modaal-close::before,
  .modaal-fullscreen .modaal-close::after {
    top: calc( (90px - 40px) / 2);
    left: calc( 90px / 2);
  }

  .guideModal__ttl {
    padding: 0 40px;
    height: 90px;
  }

  .guideModal__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .guide {
    padding: 0 40px;
  }

  .cartModal__content {
    gap: 45px;
  }

  .cartModal__ttl {
    padding: 0 40px;
  }

  .cartModal__ttl br {
    display: none;
  }

  .cartModal__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .cartModal__link {
    gap: 50px;
  }

  .mappingModal__ttl {
    padding: 0 40px;
    height: 90px;
  }

  .mappingModal__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    height: calc(100% - 90px - 20px);
    font-size: 14px;
  }

  .modaal-kv .swiper-zoom-container,
  .modaal-kv .swiper-zoom-container img {
    transition-duration: 0.4s !important;
  }

  .modaal-kv .swiper-zoom-container.-has-square {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  .modaal-kv .swiper-zoom-container img {
    height: calc(var(--vh, 1vh) * 100);

    -o-object-fit: cover;
    object-fit: cover;
  }

  .modaal-kv [class*="swiper-button"] {
    width: 90px;
    height: calc( 100% - 90px*3);
  }

  .modalKv__slide iframe {
    -o-object-fit: unset;
    object-fit: unset;
  }

  .modalKv__video {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .modalKv__videoButton {
    top: 0;
  }

  .otherCategories {
    padding: 60px 40px 78px;
  }

  .otherCategories__body {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .otherCategories__item {
    width: 41.875vw;
  }

  a:hover .otherCategories__thumb img {
    transform: scale(1.03);
  }

  .otherCategories__thumb {
    overflow: hidden;
    width: 36.32812vw;
    height: 25vw;
  }

  .otherCategories__title {
    margin-top: -2.34375vw;
    font-size: 6rem;
  }

  .page404 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .page404__title {
    font-size: 24px;
  }

  .page404__text {
    justify-content: space-between;
    align-items: baseline;
    margin-top: 32px;
  }

  .page404__desc {
    font-size: 60px;
  }

  .page404__back {
    margin-top: 10px;
    font-size: 24px;
  }

  .productColor {
    padding: 18px 0 40px;
  }

  .productDetail {
    margin-top: 150px;
  }

  .productDetail__heading {
    margin: 0 40px 40px;
    font-size: 30px;
  }

  .productDetail__lead {
    display: grid;
    margin-right: 40px;
    margin-bottom: 78px;
    margin-left: auto;
    width: 65.625vw;

    grid-template-columns: 23.75vw 39.0625vw;
    gap: 2.8125vw;
  }

  .productDetail__leadTitle {
    margin-top: calc((-37px - -23px) / 2);
    font-size: 21px;
    line-height: 1.7619;
  }

  .productDetail__leadVisual {
    grid-row: span 2;
  }

  .productDetail__leadDescription {
    margin-top: auto;
    margin-bottom: calc((-29px - -13px) / 2);
  }

  .productCarousel__title {
    font-size: 17px;
    line-height: 1.76471;
  }

  .productCarousel__title p {
    padding-top: 25px;
  }

  .productCarousel__img {
    height: 32.8125vw;
  }

  .productCarousel__description {
    margin-top: 19px;
    line-height: 2;
  }

  .productGallery {
    margin-top: 150px;
  }

  .productGallery__title {
    margin: 0 40px 40px;
    padding-bottom: 6px;
    font-size: 30px;
  }

  .productInfo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 150px;
    padding: 0 40px 100px;
    padding-top: 40px;
  }

  .productInfo:before {
    left: 40px;
    width: calc( 100% - 80px);
  }

  .productTip + .productInfo {
    margin-top: 75px;
    padding-top: 75px;
  }

  .productInfo__kv {
    width: 50%;
    height: 51.5625vw;
  }

  .productInfo__body {
    padding-left: 10.15625vw;
    width: 50%;
  }

  .productInfo__outline {
    padding-top: 55px;
  }

  .productInfo__nameMain {
    font-weight: 400;
    font-size: 45px;
    line-height: 0.86667;
  }

  .productInfo__nameSub {
    margin-top: 2px;
  }

  .productInfo__attribute {
    margin-top: 8px;
    min-height: 19px;
  }

  .productInfo__attributeItem:only-child {
    padding-bottom: 3px;
  }

  .productInfo__price {
    margin-top: 70px;
  }

  .productInfo__order {
    margin-top: 80px;

    gap: 22px 10px;
  }

  .productInfo__orderIndex {
    margin-top: 13px;
  }

  .productInfo__submitButton:not(:first-child) {
    margin-top: 46px;
  }

  .productInfo__submitLink {
    margin-top: 28px;
  }

  .productInfo__submitShare {
    margin-top: 25px;
  }

  .productInfo__detail {
    margin-top: 60px;
  }

  .productInfo__detailTitle {
    padding-bottom: 20px;
  }

  .productInfo__detailTitle-main {
    font-size: 15px;
  }

  .productInfo__detailTitle-sub {
    font-size: 13px;
  }

  .productInfo__list:not(:first-child) {
    margin-top: 27px;
  }

  .productInfo__listIndex {
    width: 90px;
  }

  .buyButton {
    right: 5.625vw;
    bottom: 3.67188vw;
  }

  .buyButton__link {
    width: 10.39062vw;
    height: 2.73438vw;
    font-size: 2rem;
  }

  .productIntro {
    padding-right: 40px;
    padding-left: 40px;
  }

  .productIntro.-withBorder {
    padding-top: 98px;
  }

  .productIntro__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
  }

  .productIntro__title,
  .productIntro__description {
    width: 50%;
  }

  .productIntro__title.-small {
    font-size: 17px;
    line-height: 2.17647;
  }

  .productIntro__descriptionTitle {
    margin-bottom: 5.07812vw;
    padding-bottom: 9.14062vw;
    font-size: 8rem;
    line-height: 0.9375;
  }

  .productIntro__descriptionText {
    padding-right: 5.46875vw;
    font-size: 15px;
    line-height: 2.2;
  }

  .productTip:not(:first-child) {
    margin-top: 150px;
  }

  .productTip__heading {
    margin: 0 40px;
    font-size: 30px;
  }

  .productTip__expandButton {
    right: 40px;
  }

  .productTip__bodyInner {
    height: 46.875vw;
  }

  .productTip__slide {
    width: 50%;
    height: 46.875vw;
  }

  .productTip__contents {
    padding-top: 49px;
    padding-right: 47px;
    padding-left: 47px;
    width: 50%;
  }

  .productTip__contentsDetail {
    padding-top: 45px;
    padding-bottom: 45px;
    max-height: 40.625vw;
    width: calc(100% - 4px);
    height: 100%;
  }

  .productTip__contentsTitle {
    margin-bottom: 92px;
    padding-right: 80px;
    font-weight: 500;
    font-size: 26px;
  }

  .productTip__contentsTitle span {
    padding-bottom: 4px;
  }

  .productTip__contentsText {
    padding-right: 80px;
  }

  .productTip__contents:only-child .productTip__contentsText {
    width: 50%;
  }

  .reveal,
  .reveal-switching {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.3s linear,visibility 0.3s linear;
    transform: translate3d(0, 40px, 0);
  }

  .reveal-pc {
    visibility: hidden;
    opacity: 0;
    transition: transform 0.6s 0.1s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.3s 0.1s linear,visibility 0.3s 0.1s linear;
    transform: translate3d(0, 50px, 0);

    will-change: transform, visibility, opacity;
  }

  .reveal-pc.-passed {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .reveal-tile {
    transform: translate3d(0, 120px, 0);
  }

  .reveal-size-sized {
    transform: translate3d(0, 120px, 0);
  }

  .reveal-size-small:nth-child(1) {
    transition-delay: 0s;
  }

  .reveal-size-small:nth-child(2) {
    transition-delay: 0.03s;
  }

  .reveal-size-small:nth-child(3) {
    transition-delay: 0.06s;
  }

  .reveal-size-small:nth-child(4) {
    transition-delay: 0.09s;
  }

  .reveal-size-small:nth-child(5) {
    transition-delay: 0.12s;
  }

  .reveal-size-small:nth-child(6) {
    transition-delay: 0.15s;
  }

  .reveal-size-small:nth-child(7) {
    transition-delay: 0.18s;
  }

  .reveal-size-small:nth-child(8) {
    transition-delay: 0.21s;
  }

  .reveal-size-small:nth-child(9) {
    transition-delay: 0.24s;
  }

  .reveal-size-small:nth-child(10) {
    transition-delay: 0.27s;
  }

  .reveal-size-small:nth-child(11) {
    transition-delay: 0.3s;
  }

  .reveal-size-small:nth-child(12) {
    transition-delay: 0.33s;
  }

  .reveal-size-small:nth-child(13) {
    transition-delay: 0.36s;
  }

  .reveal-size-small:nth-child(14) {
    transition-delay: 0.39s;
  }

  .reveal-size-small:nth-child(15) {
    transition-delay: 0.42s;
  }

  .reveal-size-small:nth-child(16) {
    transition-delay: 0.45s;
  }

  .reveal-size-small:nth-child(17) {
    transition-delay: 0.48s;
  }

  .reveal-size-small:nth-child(18) {
    transition-delay: 0.51s;
  }

  .reveal-size-small:nth-child(19) {
    transition-delay: 0.54s;
  }

  .reveal-size-small:nth-child(20) {
    transition-delay: 0.57s;
  }

  .reveal-size-small:nth-child(21) {
    transition-delay: 0.6s;
  }

  .reveal-size-small:nth-child(22) {
    transition-delay: 0.63s;
  }

  .reveal-size-small:nth-child(23) {
    transition-delay: 0.66s;
  }

  .reveal-size-small:nth-child(24) {
    transition-delay: 0.69s;
  }

  .reveal-size-small:nth-child(25) {
    transition-delay: 0.72s;
  }

  .reveal-size-small:nth-child(26) {
    transition-delay: 0.75s;
  }

  .reveal-size-small:nth-child(27) {
    transition-delay: 0.78s;
  }

  .reveal-size-small:nth-child(28) {
    transition-delay: 0.81s;
  }

  .reveal-size-small:nth-child(29) {
    transition-delay: 0.84s;
  }

  .reveal-size-small:nth-child(30) {
    transition-delay: 0.87s;
  }

  .reveal-size-small:nth-child(31) {
    transition-delay: 0.9s;
  }

  .reveal-size-small:nth-child(32) {
    transition-delay: 0.93s;
  }

  .reveal-size-small:nth-child(33) {
    transition-delay: 0.96s;
  }

  .reveal-size-small:nth-child(34) {
    transition-delay: 0.99s;
  }

  .reveal-size-small:nth-child(35) {
    transition-delay: 1.02s;
  }

  .reveal-size-small:nth-child(36) {
    transition-delay: 1.05s;
  }

  .reveal-size-small:nth-child(37) {
    transition-delay: 1.08s;
  }

  .reveal-size-small:nth-child(38) {
    transition-delay: 1.11s;
  }

  .reveal-size-small:nth-child(39) {
    transition-delay: 1.14s;
  }

  .reveal-size-small:nth-child(40) {
    transition-delay: 1.17s;
  }

  .reveal-size-small:nth-child(41) {
    transition-delay: 1.2s;
  }

  .reveal-size-small:nth-child(42) {
    transition-delay: 1.23s;
  }

  .reveal-size-small:nth-child(43) {
    transition-delay: 1.26s;
  }

  .reveal-size-small:nth-child(44) {
    transition-delay: 1.29s;
  }

  .reveal-size-small:nth-child(45) {
    transition-delay: 1.32s;
  }

  .reveal-size-small:nth-child(46) {
    transition-delay: 1.35s;
  }

  .reveal-size-small:nth-child(47) {
    transition-delay: 1.38s;
  }

  .reveal-size-small:nth-child(48) {
    transition-delay: 1.41s;
  }

  .reveal-size-small:nth-child(49) {
    transition-delay: 1.44s;
  }

  .reveal-size-small:nth-child(50) {
    transition-delay: 1.47s;
  }

  .reveal-size-small:nth-child(51) {
    transition-delay: 1.5s;
  }

  .reveal-size-small:nth-child(52) {
    transition-delay: 1.53s;
  }

  .reveal-size-small:nth-child(53) {
    transition-delay: 1.56s;
  }

  .reveal-size-small:nth-child(54) {
    transition-delay: 1.59s;
  }

  .reveal-size-small:nth-child(55) {
    transition-delay: 1.62s;
  }

  .reveal-size-small:nth-child(56) {
    transition-delay: 1.65s;
  }

  .reveal-size-small:nth-child(57) {
    transition-delay: 1.68s;
  }

  .reveal-size-small:nth-child(58) {
    transition-delay: 1.71s;
  }

  .reveal-size-small:nth-child(59) {
    transition-delay: 1.74s;
  }

  .reveal-size-small:nth-child(60) {
    transition-delay: 1.77s;
  }

  .reveal-size-small:nth-child(61) {
    transition-delay: 1.8s;
  }

  .reveal-size-small:nth-child(62) {
    transition-delay: 1.83s;
  }

  .reveal-size-small:nth-child(63) {
    transition-delay: 1.86s;
  }

  .reveal-size-small:nth-child(64) {
    transition-delay: 1.89s;
  }

  .reveal-size-small:nth-child(65) {
    transition-delay: 1.92s;
  }

  .reveal-size-small:nth-child(66) {
    transition-delay: 1.95s;
  }

  .reveal-size-small:nth-child(67) {
    transition-delay: 1.98s;
  }

  .reveal-size-small:nth-child(68) {
    transition-delay: 2.01s;
  }

  .reveal-size-small:nth-child(69) {
    transition-delay: 2.04s;
  }

  .reveal-size-small:nth-child(70) {
    transition-delay: 2.07s;
  }

  .reveal-size-small:nth-child(71) {
    transition-delay: 2.1s;
  }

  .reveal-size-small:nth-child(72) {
    transition-delay: 2.13s;
  }

  .reveal-size-small:nth-child(73) {
    transition-delay: 2.16s;
  }

  .reveal-size-small:nth-child(74) {
    transition-delay: 2.19s;
  }

  .reveal-size-small:nth-child(75) {
    transition-delay: 2.22s;
  }

  .reveal-size-small:nth-child(76) {
    transition-delay: 2.25s;
  }

  .reveal-size-small:nth-child(77) {
    transition-delay: 2.28s;
  }

  .reveal-size-small:nth-child(78) {
    transition-delay: 2.31s;
  }

  .reveal-size-small:nth-child(79) {
    transition-delay: 2.34s;
  }

  .reveal-size-small:nth-child(80) {
    transition-delay: 2.37s;
  }

  .reveal-size-small:nth-child(81) {
    transition-delay: 2.4s;
  }

  .reveal-size-small:nth-child(82) {
    transition-delay: 2.43s;
  }

  .reveal-size-small:nth-child(83) {
    transition-delay: 2.46s;
  }

  .reveal-size-small:nth-child(84) {
    transition-delay: 2.49s;
  }

  .reveal-size-small:nth-child(85) {
    transition-delay: 2.52s;
  }

  .reveal-size-small:nth-child(86) {
    transition-delay: 2.55s;
  }

  .reveal-size-small:nth-child(87) {
    transition-delay: 2.58s;
  }

  .reveal-size-small:nth-child(88) {
    transition-delay: 2.61s;
  }

  .reveal-size-small:nth-child(89) {
    transition-delay: 2.64s;
  }

  .reveal-size-small:nth-child(90) {
    transition-delay: 2.67s;
  }

  .reveal-size-small:nth-child(91) {
    transition-delay: 2.7s;
  }

  .reveal-size-small:nth-child(92) {
    transition-delay: 2.73s;
  }

  .reveal-size-small:nth-child(93) {
    transition-delay: 2.76s;
  }

  .reveal-size-small:nth-child(94) {
    transition-delay: 2.79s;
  }

  .reveal-size-small:nth-child(95) {
    transition-delay: 2.82s;
  }

  .reveal-size-small:nth-child(96) {
    transition-delay: 2.85s;
  }

  .reveal-size-small:nth-child(97) {
    transition-delay: 2.88s;
  }

  .reveal-size-small:nth-child(98) {
    transition-delay: 2.91s;
  }

  .reveal-size-small:nth-child(99) {
    transition-delay: 2.94s;
  }

  .share__button {
    min-width: 168px;
    height: 60px;

    gap: 10px;
  }

  .share__buttonIcon {
    width: 22px;
    height: 22px;
  }

  .share__copylinkText,
  .share__copylinkButton {
    height: 36px;
  }

  .share__copylinkButton {
    width: 160px;
  }

  .shoplist {
    padding-bottom: 275px;
  }

  .shoplist::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bg-noise-white.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: 100px auto;
    content: "";
    opacity: 0.35;
    pointer-events: none;
  }

  .shoplist__section {
    display: grid;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    width: 75vw;

    grid-template-columns: 1fr 1fr;
    gap: 0.78125vw;
  }

  .shoplist__image {
    order: 2;
  }

  .shoplist__detail {
    display: flex;
    flex-direction: column;
    order: 1;
    justify-content: space-between;
    padding-left: 40px;
  }

  .shoplist__title {
    letter-spacing: -0.021em;
    font-size: 43px;
  }

  .shoplist__description {
    font-size: 17px;
    line-height: 1.70588;
  }

  .shoplist__info {
    margin-top: 30px;
  }

  .shoplist__infoLink {
    gap: 24px;
  }

  .specTable th,
  .specTable td {
    padding: 0 18px;
  }

  .specTable th:last-child,
  .specTable td:last-child {
    padding-right: 100px;
  }

  .stripeTable th:first-child,
  .stripeTable td:first-child {
    width: 152px;
  }

  .stripeTable th:last-child,
  .stripeTable td:last-child {
    padding-right: 72px;
  }

  .storeCategory__body {
    padding: 90px 40px 73px;
  }

  .storeCategory__heading {
    font-size: 9.2rem;
    line-height: 1;
  }

  .storeCategory__summary {
    margin-top: 12px;
    font-size: 13px;
    line-height: 2.23077;
  }

  .storeCategory__group {
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
  }

  .storeCategory__group a {
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
  }

  .storeCategory__group a:hover{
    background-color: #fff;
    color: #000;
  }

  .storeCategory__group:hover .storeCategory__groupImage {
    visibility: visible;
    opacity: 1;
  }

  .storeCategory__groupImage {
    position: absolute;
    top: 50%;
    right: 0;
    visibility: hidden;
    width: 58.33%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transform: translateY(-50%);
  }

  .storeCategory__groupInner {
    position: relative;
    padding-right: 47.25%;
  }

  .storeCategory__groupInner::after {
    width: 52.75%;
  }

  .storeCategory__group:not(:last-child) .storeCategory__groupInner::after {
    content: "";
  }

  .storeCategory__title {
    font-size: 13rem;
  }

  .storeCategory__description {
    margin-top: -5px;
    font-size: 16px;
  }

  .storeCategory__more {
    padding-top: 17px;
    padding-bottom: 17px;

    gap: 13px;
  }

  .storeVariety__body {
    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .storeVariety__text {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
    background: #fff;
  }

  .storeVariety__textInner {
    padding-top: 90px;
    padding-bottom: calc(90px + 0.625vw);
    padding-left: 40px;
  }

  .storeVariety__titleEn {
    font-size: 9.2rem;
    line-height: 0.84783;
  }

  .storeVariety__titleJa {
    font-size: 17px;
  }

  .storeVariety__description {
    margin-top: 46px;
    max-width: 31.25vw;
    font-size: 13px;
    line-height: 2.23077;
  }

  .storeVariety__more {
    margin-top: 60px;
  }

  .storeVariety__listItem:not(:last-child) {
    margin-bottom: 6px;
  }

  .storeVariety__listItem.-comingsoon::after {
    top: 2.03125vw;
    right: 1.875vw;
    font-size: 3rem;
  }

  a:hover .storeVariety__linkBg img {
    transform: scale(1.03);
  }

  .storeVariety__linkBg {
    height: 33.59375vw;
  }

  .storeVariety__linkName {
    padding-bottom: 2.65625vw;
    padding-left: 2.34375vw;
  }

  .storeVariety__linkNameMain {
    font-size: 5rem;
  }

  .storeVariety__linkNameSub {
    width: 1.7em;
    font-size: 2.2rem;
  }

  .storyArticles__scaleList {
    gap: 24px;
  }

  .storyArticles__scaleItem::before {
    width: 16px;
  }

  .storyArticles__scaleItem span {
    right: 50px;
  }

  .storyCredit {
    padding: 120px 40px 10px;
  }

  .storyCredit__item {
    display: grid;
    padding-top: 34px;
    padding-bottom: 50px;

    grid-template-columns: 12.26562vw 25.625vw 28.90625vw 1fr;
  }

  .storyCredit__item dd {
    border-left: 1px solid #000;
  }

  .storyCredit__title,
  .storyCredit__name,
  .storyCredit__text {
    padding-right: 18px;
    padding-left: 18px;
  }

  .storyCredit__title {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .storyCredit__nameSub {
    margin-top: 4px;
  }

  .storyCredit__image {
    padding-right: 10px;
    padding-left: 10px;
  }

  .storyCredit__text {
    padding-right: 0;

    gap: 18px;
  }

  .storyCredit__linkButton {
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color;
  }

  .storyCredit__linkButton:hover {
    background: #000;
    color: #fff;
  }

  .storyEntry {
    padding: 70px 0 50px;
  }

  .storyEntry__body {
    padding: 0 5.07812vw;
  }

  .storyEntry__nav {
    padding: 100px 0 90px;
  }

  .storyEntry__navList {
    gap: 20px 5.85938vw;
  }

  .storyEntry__navItem {
    font-size: 30px;
  }

  .storyEntry__list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 4.6875vw 2.34375vw;
  }

  .storyEntry__link {
    display: grid;

    grid-template-columns: 20.3125vw 1fr;
    gap: 1.25vw;
  }

  a:hover .storyEntry__image img {
    transform: scale(1.03);
  }

  .storyEntry__image {
    height: 25.85938vw;
  }

  .storyEntry__num,
  .storyEntry__tag,
  .storyEntry__title,
  .storyEntry__author {
    transition-duration: 0.5s;
  }

  .storyEntry__tag a:hover {
    opacity: 0.7;
  }

  .storyEntry__detail {
    margin-top: 30px;
  }

  .storyEntry__author {
    margin-top: 20px;

    gap: 2px;
  }

  .storyKv__body {
    display: grid;
    min-height: 100vh;

    grid-template-columns: 25.3125vw 1fr;
    gap: 1.5625vw;
  }

  .storyKv__number,
  .storyKv__arrow,
  .storyKv__title,
  .storyKv__author,
  .storyKv__detailArrow {
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
  }

  .storyKv__detail {
    order: 1;
    padding-bottom: 2.65625vw;
    padding-left: 40px;
  }

  .storyKv__detail::before {
    display: block;
    width: 1px;
    height: 38vh;
    content: "";
  }

  .storyKv__detailArrow {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 1.71875vw;
    transition-delay: 1.9s;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .storyKv__number {
    margin-left: 0;
    font-size: 20px;
    transition-delay: 1.2s;

    gap: 8px;
  }

  .storyKv__title {
    margin-top: 9px;
    padding-top: 14px;
    font-size: 17px;
    line-height: 1.70588;
    transition-delay: 1.5s;
  }

  .storyKv__title::after {
    background-image: linear-gradient(#000, #000);
    background-position: top left;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size 1.6s 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .storyKv__title::after.-passed,
  .-passed .slick-center .storyKv__title::after,
  .-passed .is-active-next .storyKv__title::after,
  .-entered .storyKv__title::after {
    background-size: 100% 1px;
    text-decoration: none;
  }

  .storyKv__author {
    margin-top: 30px;
    transition-delay: 1.7s;
  }

  .storyKv__arrow {
    display: none;
  }

  .storyKv__visual {
    order: 2;
    height: 100%;
  }

  .storyKv__visualImage {
    width: 100%;
    height: 100%;
  }

  .storyKv__visualImageBg {
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0px, 0px);

    will-change: transform;
  }

  .storyMoment {
    padding: 33px 40px;
  }

  .storyMoment__body {
    display: grid;
    border-right: 1px solid #000;
    border-left: 1px solid #000;

    grid-template-columns: 50% 50%;
  }

  .storyMoment__detail {
    padding-right: 6.64062vw;
    padding-left: 8.20312vw;
  }

  .storyMoment__detailInner {
    position: relative;
    padding-top: 50px;
  }

  .storyMoment__tag {
    font-size: 20px;
  }

  .storyMoment__tag a {
    text-decoration: underline;
  }

  .storyMoment__tag a:hover {
    text-decoration: none;
  }

  .storyMoment__title {
    margin-top: 56px;
  }

  .storyMoment__text {
    margin-top: 30px;
  }

  .storyMoment__controler {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .storyMoment__controler [class*="swiper-button"] {
    height: 100%;
    background-size: auto 2.22188vw;
  }

  .storyMoment__controler .swiper-button-prev {
    background-position: left bottom;
  }

  .storyMoment__controler .swiper-button-next {
    background-position: right bottom;
  }

  .storyMoment__controler .swiper-pagination {
    height: 2.22188vw;
    font-size: 2rem;
  }

  .storyMoment__controler .swiper-pagination [class*="swiper-pagination"] {
    width: 3.04688vw;
  }

  .storyMoment__controler .swiper-pagination:after {
    height: 1.25vw;
  }

  .storyMoment__slide {
    padding-right: 20px;
  }

  .storySection {
    min-height: 100vh;
  }

  .storySection__body {
    display: grid;
    min-height: 100vh;

    grid-template-columns: 50% 50%;
  }

  .storySection__body[style*="background-image"] {
    position: relative;
    min-height: calc(100vh + 4px);
  }

  .storySection__slide {
    height: 100%;
  }

  .storySection__detail:not(:only-child) {
    padding-right: 85px;
  }

  .storySection__detail:only-child {
    justify-content: flex-end;
  }

  .storySection__detail:not(:only-child) .storySection__detailInner {
    padding: 120px 64px 60px;
  }

  .storySection__detail:only-child .storySection__detailInner {
    width: 50%;
  }

  .storySection__time {
    font-size: 70px;
  }

  .storySection__tag {
    margin-top: 30px;
    font-size: 20px;
  }

  .storySection__title {
    margin-top: 80px;
  }

  .storySection__text {
    margin-top: 38px;
  }

  .storySlider__heading {
    padding: 66px 40px 0;
    font-weight: 300;
    font-size: 22px;
  }

  .storySlider__container {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .storySlider__heading + .storySlider__container {
    margin-top: 40px;
    margin-bottom: 90px;
  }

  .storySlider__item {
    margin-right: 3.4375vw;
    margin-left: 3.4375vw;
    width: 60.07813vw;
  }

  ._otherStory .storySlider__item {
    margin-right: 4.53125vw;
    margin-left: 4.53125vw;
    width: 49.6875vw;
  }

  .storySlider__link {
    display: flex;
  }

  ._otherStory .storySlider__link {
    gap: 2.34375vw;
  }

  a:hover .storySlider__image img {
    transform: scale(1.03);
  }

  .storySlider__image {
    left: calc(60.07813vw / 2);
    width: calc(60.07813vw / 2);
    height: 36.875vw;
  }

  ._otherStory .storySlider__image {
    left: 27.89063vw;
    width: 21.79688vw;
    height: 27.10938vw;
  }

  .slick-current .storySlider__image,
  .is-active-next .storySlider__image {
    left: 0;
  }

  .slick-current + .slick-slide .storySlider__image,
  .is-active-next + .slick-slide .storySlider__image {
    left: 1%;
  }

  .storySlider__detail {
    padding: 0 2.1875vw 0 1.64062vw;
    width: calc(60.07813vw / 2);
  }

  ._otherStory .storySlider__detail {
    padding: 0;
    width: 25.54688vw;
  }

  .-passed .slick-current .storySlider__number,
  .-passed .is-active-next .storySlider__number,
  .-passed .slick-current .storySlider__tag,
  .-passed .is-active-next .storySlider__tag,
  .-passed .slick-current .storySlider__title,
  .-passed .is-active-next .storySlider__title,
  .-passed .slick-current .storySlider__author,
  .-passed .is-active-next .storySlider__author,
  .-passed .slick-current .storySlider__more,
  .-passed .is-active-next .storySlider__more {
    transition-delay: 800ms;
  }

  .storySlider__number {
    font-size: 20px;

    gap: 8px;
  }

  .storySlider__tag {
    margin-top: 8px;
    font-size: 15px;
  }

  .storySlider__tag {
    margin-top: 6px;
    font-size: 14px;
  }

  .-passed .slick-current .storySlider__tag,
  .-passed .is-active-next .storySlider__tag {
    transition-delay: 1000ms;
  }

  .storySlider__tagInner {
    background-image: linear-gradient(#000, #000);
    background-position: top left;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size 1.2s 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .storySlider__tagInner.-passed,
  .-passed .slick-center .storySlider__tagInner,
  .-passed .is-active-next .storySlider__tagInner,
  .-entered .storySlider__tagInner {
    background-size: 100% 1px;
    text-decoration: none;
  }

  .storySlider__tagLink {
    padding: 0 18px;
    height: 35px;
    font-size: 15px;
  }

  .storySlider__title {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.70588;
  }

  ._otherStory .storySlider__title {
    margin-top: 33px;
  }

  .-passed .slick-current .storySlider__title,
  .-passed .is-active-next .storySlider__title {
    transition-delay: 1200ms;
  }

  .storySlider__author {
    margin-top: 44px;
  }

  .-passed .slick-current .storySlider__author,
  .-passed .is-active-next .storySlider__author {
    transition-delay: 1400ms;
  }

  .-passed .slick-current .storySlider__more,
  .-passed .is-active-next .storySlider__more {
    transition-delay: 1600ms;
  }

  .storySlider__more {
    display: none;
  }

  .storySlider__nav {
    padding-bottom: 106px;
  }

  .storySlider__navButton {
    width: 147px;
    height: 54px;
    font-weight: 300;
    font-size: 15px;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: color, background-color, border-color;
  }

  .storySlider__navButton:hover {
    background: #000;
    color: #fff;
  }

  .storySlider .slick-arrow {
    width: calc((100% - 60.07813vw) / 2);
  }

  .pointer__body {
    width: 103px;
    height: 103px;
  }

  .storyTopCarousel__container {
    margin-bottom: 50px;
  }

  .storyTopCarousel__item {
    width: 24.6875vw;
    height: 15.3125vw;
  }

  .storyTop__header {
    left: 40px;
  }

  .storyTop__headerInner {
    padding-top: 90px;
  }

  .storyTop__headerTitle,
  .storyTop__headerDescription {
    font-size: 2.5rem;
  }

  .storyTop__headerTitle {
    min-width: 1.64062vw;
  }

  .storyTop__headerTitleText {
    padding-left: 0.46875vw;
  }

  .storyTopSection {
    min-height: 30.85938vw;
  }

  .storyTopSection__body {
    padding: 90px 0;
  }

  .storyTopSection__hashName,
  .storyTopSection__summary {
    padding-left: 19.53125vw;
  }

  .storyTopSection__summary {
    margin-bottom: 42px;
    font-size: 15px;
  }

  .storyTopSection__hashName {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .storyTopSection__more {
    padding-top: 130px;
    padding-bottom: 90px;
  }

  .storyTopSection__moreButton {
    width: 183px;
    height: 54px;
    font-size: 15px;
    transition-timing-function: ease-out;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color;
  }

  .storyTopSection__moreButton:hover {
    background: #000;
    color: #fff;
  }

  .storyTopAbout {
    padding: 0 40px;
  }

  .storyTopAbout__body {
    min-height: 17.1875vw;
    width: 37.10938vw;
    font-size: 15px;
    line-height: 2.2;
  }

  .postTag {
    padding: 0 10px;
    height: 19px;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
  }

  .ie .postTag {
    padding-top: 0.26667em;
  }

  .attention {
    padding-left: 16px;
    font-size: 1.4rem;
  }

  textarea + .attention {
    margin-top: 14px;
  }

  .notes-gray {
    font-size: 1.4rem;
  }

  textarea + .notes-gray {
    margin-top: 14px;
  }

  .variety__header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .variety__header:not(.-withBorder) {
    padding-top: 90px;
    padding-bottom: 145px;
  }

  .variety__header.-withBorder {
    padding-top: 98px;
    padding-bottom: 80px;
  }

  .variety__headerInner {
    display: flex;
    justify-content: space-between;
  }

  .-withBorder .variety__headerInner {
    padding-top: 30px;
  }

  .variety__title,
  .variety__description {
    width: 50%;
  }

  .variety__title {
    font-size: 23px;
    line-height: 1.82609;
  }

  .variety__description {
    font-size: 15px;
  }

  .variety__descriptionMore {
    margin-top: 70px;
  }

  .-withBorder .variety__description span:not([class]):last-child {
    padding-bottom: 70px;
  }

  .variety__group:not(.-half) {
    width: 100%;
  }

  .variety__group.-half {
    width: 50%;
  }

  .variety__groupInner {
    height: 55.546vw;
  }

  .variety__groupImgLink {
    position: absolute;
    top: calc(50% - (49.76562vw / 2));
    right: 0;
  }

  .variety__groupBgLink {
    color:#fff;
  }

  .variety__groupThumb {
    display: block;
    overflow: hidden;
    width: 49.765vw;
    height: 49.76562vw;
    /*transform: translateY(-50%);*/
  }

  .variety__groupThumb.-wide {
    width: 66.64062vw;
  }

  .variety__groupThumb.-full {
    position: absolute;
    top: inherit;
    width: 100%;
    height: 100.1%;
    transform: translateY(0);
  }

  .variety__groupThumb img {
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1);
    transform-origin: center center;
  }

  a:hover .variety__groupThumb img {
    transform:scale(1.03);
  }

  .variety__groupText {
    padding-top: 2.89vw;
    padding-bottom: 2.89vw;
    padding-left: 40px;
  }

  .variety__groupText.-justify-center {
    justify-content: center;
  }

  .variety__groupText.-justify-end {
    justify-content: flex-end;
  }

  .variety__groupDescription {
    font-size: 17px;
  }

  .-justify-center .variety__groupDescription {
    position: absolute;
    top: 2.89vw;
    left: 40px;
  }

  .-justify-end .variety__groupDescription {
    margin-top: 0;
    margin-bottom: auto;
  }

  .variety__groupSeason {
    font-size: 2.2rem;

    gap: 2.34vw;
  }

  .variety__groupSeasonItem {
    gap: 2.65625vw;
  }

  .variety__groupSeasonName:not(:first-child):before {
    left: calc(-1.25vw + ((-2.65625vw - -1.25vw) / 2));
    width: 1.25vw;
  }

  .-justify-center .variety__groupHeader {
    margin-top: 9.375vw;
  }

  .variety__groupTitle {
    margin-left: -0.546875vw;
    font-size: 14rem;
  }

  .variety__groupTitle span {
    margin-left: 0.625vw;
    font-size: 2.2rem;
  }

  .-justify-center .variety__groupMore {
    margin-top: 4.6875vw;
  }

  .topMagazine__body {
    display: flex;
    justify-content: flex-end;
  }

  .topMagazine__text {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
    width: 50%;
  }

  .topMagazine__textInner {
    padding-top: 75px;
    padding-bottom: calc(75px + 0.625vw);
    padding-left: 40px;
  }

  .topMagazine__titleEn {
    font-size: 9.2rem;
    line-height: 0.84783;
  }

  .topMagazine__description {
    margin-top: 46px;
    max-width: 31.25vw;
    font-size: 13px;
    line-height: 2.23077;
  }

  .topMagazine__text .topMagazine__more {
    margin-top: 60px;
  }

  .topMagazine__list {
    width: 50%;
    padding: 75px 40px calc(75px + 0.625vw) 0;
  }

  .topMagazine__listItem:not(:last-of-type) {
    margin-bottom: 19px;
  }

  .topMagazine__link {
    display: flex;
    justify-content: space-between;
  }

  .topMagazine__image {
    width: 18.2vw;
  }

  .topMagazine__detail {
    width: 26.2vw;
  }

  .topMagazine__number {
    width: 78px;
  }

  .topMagazine__numberText {
    font-size: 20px;
  }

  .topMagazine__listTitle {
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 24px;
    font-size: 17px;
  }

  .topMagazine__author {
    margin-top: 24px;
  }

  .topMagazine__authorSub {
    font-size: 11px;
  }

  .topMagazine__listmore {
    display: flex;
    justify-content: flex-end;
    margin-top: 9px;
  }

  .topMagazine__listmoreButton.btnMore {
    height: 35px;
    min-width: 115px;
  }

  .topImage{
    width: 100%;
    aspect-ratio: 1.6;
  }
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media screen and (max-width: 1194px) {
  .aboutHeader__desc {
    margin-top: 20px;
    min-width: inherit;
    width: 100%;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    background: rgba(0,0,0,0.7);
    transform: none;
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    right: 20px;
    left: auto;
  }

  .modaal-gallery-prev {
    right: auto;
    left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .multiline,
  .multiline-yellow {
    padding-bottom: 2px;
  }

  .section__body:not(.-entry):not(.-post) {
    margin-right: 25px;
    margin-left: 25px;
  }

  .section__body.-entry,
  .section__body.-post {
    margin-right: 25px;
    margin-left: 25px;
  }

  .section__headerLayerd,
  .section__header.-layered,
  .section__header.-archiveHeader {
    margin-right: 25px;
    margin-left: 25px;
  }

  .section__header:not(.-layered) {
    margin-right: 25px;
    margin-left: 25px;
  }

  html.-lockedPage,
  body.-lockedPage {
    position: fixed;
    z-index: 1;
    width: 100%;
  }

  html {
    font-size: 2.6666666667vw;
  }

  html.-fancy-modal-opened {
    overflow: hidden;
  }

  .-fancy-modal-opened body {
    overflow: hidden;
  }

  .for-sps {
    display: none !important;
  }

  .for-pc {
    display: none !important;
  }

  .radioList li:not(:first-child) {
    margin-top: 5px;
  }

  .mwform-error {
    font-weight: 600;
  }

  .hc-offcanvas-nav.is-ios * {
    cursor: pointer !important;
  }

  .hc-offcanvas-nav .nav-container {
    min-height: calc(var(--vh, 1vh) * 100 - 60px);
    max-height: calc(var(--vh, 1vh) * 100);
  }

  .hc-offcanvas-nav li:not(.custom-content) a:not(:only-child) {
    min-height: inherit;
  }

  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-offcanvas-nav.nav-levels-overlap .nav-content {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .hc-nav-trigger .trigger-icn {
    width: 20px;
  }

  .hc-nav-trigger .trigger-icn::before {
    top: -5px;
  }

  .hc-nav-trigger .trigger-icn::after {
    bottom: -5px;
  }

  .hc-offcanvas-nav .nav-item-link,
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav .nav-back a {
    padding: 15px 15px 0;
  }

  .hc-offcanvas-nav .nav-close-button {
    padding: 0 15px;
  }

  .hc-offcanvas-nav .nav-close-button span {
    width: 20px;
  }

  .hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
    height: 60px;
  }

  .dw__group {
    width: 100%;
  }

  .dw__group:not(:last-child,.-magazine) {
    padding-bottom: 35px;
  }

  .dw__group:last-child {
    padding-bottom: 60px;
  }

  .dw__list {
    display: flex;
    flex-wrap: wrap;

    gap: 20px;
  }

  .-support .dw__list {
    gap: 0 20px;
  }

  .-camp .dw__child {
    display: flex;
    flex-wrap: wrap;

    gap: 20px;
  }

  .-magazine .dw__child {
    gap: 7px;
  }

  .dw__item.-fullSp {
    width: 100%;
  }

  .dw__item-withIcon {
    width: calc((100% - 20px) / 2);
    line-height: 1.11765;
  }

  .dw__item-withIcon a {
    gap: 8px;
  }

  .dw__item-withBg {
    width: calc((100% - 7px) / 2);
  }

  .dw__item-withBg.-people {
    background-image: url(../img/dw-thumb-people-fixed-sp.jpg);
  }

  .dw__item-withBg.-activity {
    background-image: url(../img/dw-thumb-activity-fixed-sp.jpg);
  }

  .dw__item-withBg.-food {
    background-image: url(../img/dw-thumb-food-fixed-sp.jpg);
  }

  .dw__item-withBg.-moment {
    background-image: url(../img/dw-thumb-moment-fixed-sp.jpg);
  }

  .dw__item-withBg a {
    height: 27.75vw;
  }

  .dw__itemChildLinks {
    min-height: inherit !important;
  }

  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer {
    position: relative;
    padding-top: 24px;
  }

  .footer__menuGroup {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 6.5px 0 15px;
  }

  .footer__menuIndex {
    width: 27.82%;
  }

  .footer__menuContents {
    width: calc(100% - 27.82%);
  }

  .footer__menuItem:not(:first-child) {
    margin-top: 8px;
  }

  .footer__expandBody {
    padding-top: 8px;
    padding-left: 23px;
  }

  .footer__expandItem:not(:first-child) {
    padding-top: 2px;
  }

  .footer__copyright {
    padding: 30px 0 15px;
  }

  .pagetop__link {
    padding: 6.93333vw 5.06667vw;
  }

  .pagetop__icon {
    width: 7.13867vw;
    height: 6.74667vw;
  }

  .gNav {
    height: 60px;
  }

  .gNav__link {
    padding: 0 8px;
    font-size: 15px;
    line-height: 1.4;
  }

  .gNav__item:last-child .gNav__link {
    padding-right: 0;
  }

  .gNav__text:before {
    width: 6px;
    height: 6px;
  }

  .header {
    height: 60px;
  }

  .header__toggle {
    padding: 0 15px;
    height: 60px;
  }

  .header .toggleBtn.-current {
    background: #055437;
  }

  .header .toggleTarget {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    transition-property: opacity, visibility;
  }

  .header .toggleTarget.-opened {
    visibility: visible;
    opacity: 1;
  }

  .sitelogo {
    left: 15px;
    width: 48px;
    height: 60px;
  }

  .sitelogo__link {
    flex-direction: column;
    justify-content: center;
    height: 100%;

    gap: 5px;
  }

  .sitelogo__img {
    width: 48px;
    height: 22px;
  }

  .sitelogo__type {
    width: 48px;
    height: 9px;
  }

  .magazineBanner__link {
    display: block;
    height: 106.66667vw;
  }

  .magazineBanner__text {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .magazineBanner__text svg {
    width: 58.66667vw;
    height: 11.46667vw;
  }

  .magazineBanner__image.-image01 {
    top: 10.6667vw;
    left: 0;
    z-index: 3;
    width: 34.1333vw;
    height: 47.84267vw;
  }

  .magazineBanner__image.-image02 {
    top: 0;
    right: 15px;
    z-index: 2;
    width: 45.8427vw;
  }

  .magazineBanner__image.-image03 {
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 82.93333vw;
    height: 54.66667vw;
  }

  .section.index-works {
    padding-top: 25px;
  }

  .section__body {
    padding-bottom: 62px;
  }

  .page-price .section__body {
    padding-bottom: 35px;
  }

  .section__headingLayerd {
    position: relative;
    left: -10px;
    margin-bottom: 15px;
    font-size: 2.1rem;
  }

  .section__headingLayerd span {
    padding: 0 0 6px;
  }

  .section__header.-toLeft {
    margin-bottom: 27px;
  }

  .section__heading {
    font-size: 2.1rem;
  }

  .-layered .section__heading {
    position: relative;
    left: -10px;
    margin-bottom: 15px;
  }

  .-toLeft .section__heading {
    left: -10px;
  }

  .section__heading span {
    padding: 0 0 6px;
  }

  .filter {
    flex-wrap: wrap;
    margin-top: 14px;
    padding-right: 14px;
  }

  .filter__item {
    width: 25%;
    font-size: 1.2rem;
  }

  .filter__item a,
  .filter__item span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 22px;
  }

  .article__navItem.-prev {
    padding-right: 20px;
    padding-left: 10px;
  }

  .article__navItem.-next {
    padding-right: 10px;
    padding-left: 20px;
  }

  .article__navItem:not(.-share) {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 170px;
  }

  .article__navSummary {
    font-size: 1.2rem;
    line-height: 1.66667;
  }

  .article__profile {
    padding: 40px 10px;
  }

  .article__profile:not(:first-child) {
    margin-top: 120px;
  }

  .article__profileDetail {
    line-height: 1.66667;
  }

  .article__profileLink {
    margin-top: 30px;
  }

  .article__profileFigure:not(:first-child) {
    margin-top: 32px;
  }

  .article__credit {
    padding: 40px 10px;
  }

  .article__creditBody {
    font-size: 1.2rem;
    line-height: 1.66667;
  }

  .about__section {
    padding-bottom: 78px;
  }

  .about__section:first-child {
    padding-top: 47px;
  }

  .about__title {
    margin-right: 15px;
    margin-left: 15px;
    letter-spacing: -0.021em;
    font-size: 25px;
  }

  .about__body {
    padding-top: 26px;
  }

  .about__header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about__subTitle {
    font-size: 15px;
  }

  .about__detail {
    padding-top: 20px;
    font-size: 13px;
  }

  .about__detailImage:not(:last-child) {
    margin-bottom: 28px;
  }

  .about__detailText {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about__detailMore {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about__banner {
    height: 53.33333vw;
  }

  .about__bannerLogo {
    width: 32.8vw;
    height: 14.93333vw;
  }

  .about__bannerText {
    font-size: 2rem;
  }

  .aboutHeader__sitename {
    padding: 16px 10px 0;
  }

  .aboutHeader__body {
    margin-top: 60px;
  }

  .aboutHeader__text {
    order: 2;
    margin-top: 60px;
    padding: 0 50px 0 10px;
  }

  .aboutHeader__title {
    font-size: 3rem;
  }

  .aboutHeader__subtitle {
    margin-top: 60px;
    font-size: 2rem;
  }

  .aboutHeader__img {
    order: 1;
  }

  .banner:not(.-half) {
    height: 106.66667vw;
  }

  .banner.-half {
    height: 53.33333vw;
  }

  .banner__bg.-camp.lazyloaded {
    background-image: url(../img/banner-footer-camp-fixed-sp.jpg);
  }

  .banner__bg.-tent {
    background-image: url(../img/banner-footer-tent-fixed-sp.jpg);
  }

  .banner__bg.-variety.lazyloaded {
    background-image: url(../img/banner-footer-variety-fixed-sp.jpg);
  }

  .banner__title {
    display: grid;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;

    grid-template-columns: auto;
  }

  .banner__titleSub {
    font-size: 2rem;
  }

  .-variety + .banner__title .banner__titleSub {
    text-align: left;
  }

  .banner__titleSub.-ja {
    padding-bottom: 2.13333vw;
    font-size: 1.3rem;
  }

  .banner__titleMain {
    display: inline-block;
    text-align: center;
    font-size: 6rem;
  }

  .-variety + .banner__title .banner__titleMain {
    text-align: left;
  }

  .banner__titleMain.-jaMain {
    margin-bottom: 3.73333vw;
    font-size: 3.6rem;
    line-height: 1.105;
  }

  .banner__description {
    margin-top: 1.06667vw;
    padding-right: 1.33333vw;
    padding-left: 1.33333vw;
    text-align: center;
    font-size: 2rem;
  }

  .banner__more {
    bottom: 50px;
  }

  .relatedBanner__link {
    padding: 17px 15px 15px;
    height: 53.33333vw;
  }

  .relatedBanner__title {
    font-size: 2rem;
  }

  .relatedBanner__summary {
    margin-top: 2.66667vw;
    font-size: 1.1rem;
  }

  .relatedBanner__logo {
    margin-top: calc((-11.464vw + 2.66667vw) / 2);
    margin-left: calc(-58.59467vw / 2);
  }

  .relatedBanner__logo svg {
    width: 58.59467vw;
    height: 11.464vw;
  }

  .btnMore {
    min-width: 117px;
    height: 37px;
    font-size: 11px;
  }

  .btnMore.-more {
    min-width: 100px;
    font-size: 13px;
  }

  .btnMore.-medium {
    min-width: 160px;
  }

  .btnMore.-small {
    font-weight: 600;
    font-size: 12px;
  }

  .btnMore.-disabled {
    font-size: 13px;
  }

  [class*="cartModal"] .btn {
    width: 61.33333vw;
    height: 12vw;
  }

  .carousel {
    position: relative;
  }

  .carousel:not([class*="-"]) {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .carousel.-newrelease {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .-newrelease .carousel__header {
    margin-bottom: 42px;
    padding: 0 15px;
  }

  .-newrelease .carousel__body {
    padding-left: 0;
  }

  .carousel__arw {
    width: 13.86667vw;
    height: 74.66667vw;
    background-size: 3.73333vw;
  }

  .-newrelease .carousel__arw {
    width: 13.33333vw;
  }

  .-productDetail .carousel__arw {
    width: 16vw;
    height: 100%;
  }

  .carousel__arwButton {
    width: 100%;
    background-size: 4vw auto;
  }

  .-productDetail .carousel__arwButton {
    height: 62.66667vw;
  }

  .-newrelease .carousel__arwButton {
    height: 74.66667vw;
  }

  .carousel.-newrelease .carousel__item {
    padding-right: 0 !important;
    padding-left: 15px;
    width: calc(53.33333vw + 1em);
    font-size: 15px;
  }

  .carousel.-newrelease .carousel__item:first-child {
    padding-left: 15px;
  }

  .carousel.-newrelease .carousel__item:last-child {
    padding-right: 15px !important;
    width: calc(53.33333vw + 1em * 2);
  }

  .carousel.-productDetail .carousel__item {
    padding-right: 9px !important;
    padding-left: 15px;
    width: calc((100vw - 15px) / 2 + 12px);
    font-size: 15px;
  }

  .carousel.-productDetail .carousel__item:first-child {
    padding-left: 15px;
  }

  .carousel.-productDetail .carousel__item:last-child {
    padding-right: 15px !important;
    width: calc((100vw - 15px) / 2 + 18px);
  }

  .carousel__more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .newreleaseCarousel__desc {
    margin-top: 20px;
  }

  .newreleaseCarousel__img {
    height: 62.933333vw;
  }

  .newreleaseCarousel__moreButton {
    height: 24px;
    font-size: 10px;
  }

  .categoryList {
    margin-top: 42px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .categoryList__index {
    margin-bottom: 45px;
    padding-bottom: 8px;
    font-size: 2rem;
  }

  .categoryList__body {
    gap: 4.8vw 4.8vw;
    grid-template-columns: repeat(2, minmax(13.33333vw, 1fr));
  }

  .categoryList__item {
    font-size: 1.7rem;
    line-height: 1.11765;
  }

  .categoryList__item:first-child {
    justify-content: center;
    padding-bottom: 20px;

    grid-column: span 2;
  }

  .categoryList__link {
    gap: 2.4vw;
  }

  .categoryList__link.-button {
    width: 37.86667vw;
    height: 13.86667vw;
    border-radius: 8vw;
  }

  .-tent_tarp .categoryList__link {
    gap: 2.4vw;
  }

  .-table_chair .categoryList__link {
    gap: 0.53333vw;
  }

  .-cutlery .categoryList__link {
    gap: 0.53333vw;
  }

  .-sleeping_bag .categoryList__link {
    gap: 1.86667vw;
  }

  .-footwear .categoryList__link {
    gap: 0.53333vw;
  }

  .categoryList__icon {
    justify-content: center;
    height: 16.97067vw;
  }

  .categoryList__item:nth-child(odd) .categoryList__icon {
    width: 17.06667vw;
  }

  .categoryList__item:nth-child(even) .categoryList__icon {
    width: 20.20267vw;
  }

  .-tent_tarp .categoryList__icon img {
    height: 12vw;
  }

  .-tent_accessory .categoryList__icon img {
    height: 14.4vw;
  }

  .-bag_storage .categoryList__icon img {
    height: 15.73333vw;
  }

  .-table_chair .categoryList__icon img {
    height: 16.8vw;
  }

  .-cutlery .categoryList__icon img {
    height: 15.2vw;
  }

  .-sleeping_bag .categoryList__icon img {
    height: 16.26667vw;
  }

  .-glove .categoryList__icon img {
    height: 14.66667vw;
  }

  .-apparel .categoryList__icon img {
    height: 15.46667vw;
  }

  .-footwear .categoryList__icon img {
    height: 13.33333vw;
  }

  .entry {
    padding-top: 23.2vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .entry__results {
    display: grid;
    margin-bottom: 11.73333vw;
    font-size: 1.7rem;

    grid-template-columns: 26.4vw 1fr;
    gap: 8px;
  }

  .entry__num {
    padding-right: 7px;

    gap: 7px;
  }

  .entry__filter {
    display: flex;
    justify-content: space-around;
  }

  .entry__list {
    gap: 0 2.4vw;
  }

  .entry__item {
    width: calc((100% - 2.4vw)/2);
  }

  .entry__link {
    padding-bottom: 36px;
  }

  .entry__thumb {
    height: 62.66667vw;
  }

  .entry__text {
    margin-top: 12px;

    gap: 5px;
  }

  .entry__name {
    font-size: 13px;
    line-height: 1.23077;
  }

  .featurePost {
    padding-top: calc(60px + 6px);
    padding-right: 15px;
    padding-bottom: 24px;
    padding-left: 15px;
  }

  .featurePost__logoText {
    width: 92vw;
    height: 18.13333vw;
  }

  .featurePost__logoImage {
    margin-top: -3.73333vw;
    width: 16.8vw;
    height: 16.8vw;
  }

  .featurePost__logoTime {
    margin-top: -1.33333vw;
    margin-right: 0;
    margin-left: auto;
    font-size: 5.5rem;
    line-height: 4rem;
  }

  .featurePost__number {
    justify-content: flex-end;
    width: 18.31467vw;
    height: 90.93333vw;
    font-size: 18px;

    gap: 2.13333vw;
  }

  .featurePost__title {
    font-size: 20px;
    line-height: 1.5;
  }

  .featurePost__author {
    padding-top: 6.4vw;
    padding-bottom: 6.66667vw;
  }

  .featurePost__linkButton {
    position: relative;
    margin-top: -1.33333vw;
    width: 24.8vw;
    height: 24.8vw;
    font-weight: 300;
    font-size: 11px;
  }

  .featurePost__visual {
    top: 34.13333vw;
    right: -15px;
    width: 73.6vw;
    height: 86.93333vw;
  }

  .flexible {
    padding-bottom: 90px;
  }

  .flexible__section:not(:first-child) {
    margin-top: 90px;
  }

  .flexible__section:not([class*="single"]).-narrow {
    padding-right: 15px;
    padding-left: 15px;
  }

  .flexible__singleimage.-full {
    height: 74.66667vw;
  }

  .flexible__singleimage:not(.-full) {
    padding: 0 15px;
    height: 68.8vw;
  }

  .flexible__singleimage.-vertical {
    height: 122.66667vw;
  }

  .flexible__image.-multi {
    grid-template-columns: 1fr 1fr;
  }

  .flexible__image.-multi:not(.-full) {
    gap: 2.4vw;
  }

  .flexible__image.-multi.-variety:not(.-full) {
    gap: 30px 2.4vw;
  }

  .flexible__image.-multi.-full {
    padding: 0 15px;

    gap: 2.4vw;
  }

  .flexible__image.-double {
    gap: 2.4vw;
  }

  .flexible__image.-multiVertical {
    flex-wrap: wrap;
    padding: 0 15px;
    width: 100%;

    gap: 5.33333vw 2.4vw;
  }

  .flexible__image.-multiVertical.-variety {
    gap: 30px 2.4vw;
  }

  .-multi.-rightMain .flexible__imageItem {
    order: 1;
  }

  .flexible__imageItem.-large {
    grid-column: span 2;
  }

  .-rightMain .flexible__imageItem.-large {
    order: 3;
  }

  .-multiVertical .flexible__imageItem {
    width: calc( (100% - 2.4vw ) / 2);
  }

  .-multiVertical .flexible__imageBox {
    height: 62.93333vw;
  }

  .-multiVertical.-variety .flexible__imageBox {
    height: 63.0853333vw;
  }

  .flexible__image:not(.-full).-multi .flexible__imageBox,
  .flexible__image.-full.-multi .flexible__imageBox {
    height: 62.93333vw;
  }

  .flexible__image:not(.-full) .-large .flexible__imageBox,
  .flexible__image.-full .-large .flexible__imageBox {
    height: 122.66667vw;
  }

  .flexible__imageCaption {
    font-size: 13px;
    line-height: 1.076923;
  }

  .-double.-full .flexible__imageCaption {
    padding: 0 10px;
  }

  .flexible__moreButton {
    padding-top: 2px;
    height: 24px;
    font-size: 10px;
    line-height: 1;
  }

  .flexible__moreButton.comingsoon {
    font-size: 13px;
  }

  .halfSlider [class*="swiper-button"] {
    padding: 0;
    width: 50%;
    height: 100%;
    background-size: 6.66667vw auto;
  }

  .halfSlider .swiper-button-prev {
    background-position: left 1.6vw bottom 2.66667vw;
  }

  .halfSlider .swiper-button-next {
    background-position: right 1.6vw bottom 2.66667vw;
  }

  .halfSlider .swiper-pagination {
    height: 12.53333vw;
    font-size: 1.2rem;
  }

  .storyArticles .halfSlider .swiper-pagination {
    height: 9.6vw;
  }

  .halfSlider .swiper-pagination [class*="swiper-pagination"] {
    width: 10.4vw;
  }

  .halfSlider .swiper-pagination:after {
    height: 4.26667vw;
  }

  .indexList__inner {
    align-items: flex-start;
    padding: 10px 10px 56px;

    gap: 36px 0;
    grid-template-columns: 1fr auto;
  }

  .indexList .indexList .indexList__inner {
    padding-left: 50px;
  }

  .indexList__heading-02,
  .indexList__heading-03 {
    order: 1;
  }

  .indexList__heading-02 {
    font-size: 3rem;
  }

  .indexList__heading-03 {
    letter-spacing: -0.02em;
    font-size: 2rem;
  }

  .indexList__category {
    order: 2;
    line-height: 1;
  }

  .indexList__desc {
    order: 3;
    color: #999;

    grid-column: span 2;
  }

  .itemSlider [class*="swiper-button"] {
    padding: 6.66667vw 4vw;
    background-size: 4vw auto;
  }

  .itemSlider .swiper-button-prev {
    background-position: left 4vw center;
  }

  .itemSlider .swiper-button-next {
    background-position: right 4vw center;
  }

  .itemSlider .swiper-pagination {
    height: 12.53333vw;
    font-size: 1.2rem;
  }

  .itemSlider .swiper-pagination [class*="swiper-pagination"] {
    width: 10.4vw;
  }

  .itemSlider .swiper-pagination:after {
    height: 4.26667vw;
  }

  .kv {
    height: calc(var(--vh, 1vh) * 100);
  }

  .kv.-singleKv {
    height: calc( var(--vh, 1vh) * 90.79422);
  }

  .kv.-pageKv.-lowerPage {
    height: calc( var(--vh, 1vh) * 83.03249);
  }

  .kv.-varietyPage.-lowerPage {
    height: calc( var(--vh, 1vh) * 86.10108);
  }

  .kv:not([class*="-"]) .kv__visual {
    width: 80vw;
    height: calc( var(--vh, 1vh) * 85);
  }

  .kv[class*="-"] .kv__visual {
    width: 78.13vw;
    height: calc( var(--vh, 1vh) * 78.51986);
  }

  .kv.-singleKv .kv__visual {
    width: 100%;
  }

  .kv__visualInner video {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s 0.3s linear;
  }

  .-skip-loading .kv__visualInner video,
  .-loaded-kv-img .kv__visualInner video {
    visibility: visible;
    opacity: 1;
  }

  .kv__body {
    padding: 60px 15px 25px;
    height: calc( var(--vh, 1vh) * 100);
  }

  .kv:not([class*="-"]) .kv__body {
    justify-content: space-between;
  }

  .-pageKv .kv__body {
    justify-content: end;
    padding-bottom: 0;
  }

  .-pageKv.-lowerPage .kv__body {
    height: calc( var(--vh, 1vh) * 83.03249);
  }

  .-varietyPage.-lowerPage .kv__body {
    padding-bottom: calc( var(--vh, 1vh) * 3.85802);
    height: calc( var(--vh, 1vh) * 86.10108);
  }

  .-singleKv .kv__body {
    justify-content: flex-end;
    padding: 0;
    height: calc( var(--vh, 1vh) * 83.03249);
  }

  .kv__description {
    margin-top: 30px;
    padding-top: 10px;
  }

  .kv__description::before {
    width: 27.2vw;
  }

  .kv__heading {
    flex-direction: column;
  }

  .-lowerPage .kv__heading {
    margin-top: auto;
    margin-bottom: 0;
  }

  .kv__headingItem {
    margin-top: 16px;
  }

  .kv__headingItem:not(:only-child).-camp {
    width: 100%;
  }

  .kv__headingItem:not(:only-child).-camp:before {
    padding-top: 24.73vw;
  }

  .kv__headingItem:not(:only-child)._magazine {
    width: 100%;
  }

  .kv__headingItem:not(:only-child)._magazine:before {
    padding-top: 24.88vw;
  }

  .kv__headingLink {
    gap: 3.46vw;
  }

  .kv__headingText {
    margin-left: -1.06667vw;
  }

  .kv__heading svg {
    fill: #000;
  }

  .-camp .kv__headingMenu {
    width: 85.33vw;
  }

  ._magazine .kv__headingMenu {
    width: 68.52vw;
  }

  .kv__headingArrow {
    top: 5.54vw;
    width: 10px;
    height: 13px;
  }

  .-pageKv .kv__headingSub:not(.-ja) {
    bottom: -6px;
    margin-left: 0.88vw;
    font-size: 1.9rem;
  }

  .-pageKv .kv__headingMain {
    font-size: 7rem;
  }

  .-singleKv .kv__headingMain {
    font-size: 6rem;
    line-height: 0.91667;
    line-height: 1;
  }

  .-lowerPage .kv__headingMain {
    font-size: 6.5rem;
    line-height: 0.84615;
  }

  .kv__headingSeason {
    margin-bottom: 5px;
    font-size: 1.9rem;

    gap: 8vw;
  }

  .kv__headingSeasonName:not(:first-child):before {
    left: calc(-4.26667vw + ((-8vw - -4.26667vw) / 2));
    width: 4.26667vw;
  }

  .-pageKv .kv__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc( var(--vh, 1vh) * 4.15162);
    height: calc( var(--vh, 1vh) * 15.70397);
  }

  .kvProduct {
    margin-top: -50px;
  }

  .kvProduct__body:not(:first-child) {
    border-width: 5px;
  }

  .kvProduct__body.-main {
    padding-top: 50px;
    height: calc( (var(--vh, 1vh) * 100) - 140px);
  }

  .kvProduct__body.-secondary {
    height: calc( 100vh - 70px);
  }

  .kvProduct__contents {
    padding: 0 10px;
  }

  .kvProduct__mainTitle {
    font-size: 4.5rem;
  }

  .kvProduct__desc {
    font-size: 3rem;
  }

  .kvProduct__desc-ja {
    margin-top: 10px;
    font-size: 2.5rem;
    line-height: 1;
  }

  .kvProduct__scroll {
    height: 55px;
    font-size: 1.2rem;
    line-height: 1;
  }

  .loop-kv__slide{
    width: 350vw;
  }

  .loop-kv__slideItem--1{
    width: 28.8rem;
    aspect-ratio: 288/436.5;
    bottom: 0;
    left: 0;
  }

  .loop-kv__slideItem--2{
    width: 17.911rem;
    aspect-ratio:179.11/225;
    top: calc(5 * 100vh / 554 );
    left: calc( 304.6 * 100vw / 375 );
  }

  .loop-kv__slideItem--3{
    width: 14.045rem;
    aspect-ratio: 140.45/171.86;
    top: calc(313.37 * 100vh / 554 );
    left: calc( 375 * 100vw / 375 );
  }

  .loop-kv__slideItem--4{
    width: 8.556rem;
    aspect-ratio: 85.56/109.68;
    top: calc( 158.6 * 100vh / 554 );
    left: calc( 546.83 * 100vw / 375 );
  }

  .loop-kv__slideItem--5{
    width: 8.556rem;
    aspect-ratio: 85.56/109.68;
    top: calc( 158.6 * 100vh / 554 );
    left: calc( 637.37 * 100vw / 375 );
  }

  .loop-kv__slideItem--6{
    width: 17.911rem;
    aspect-ratio: 179.11/225;
    top: 0;
    left: calc( 770.3 * 100vw / 375 );
  }

  .loop-kv__slideItem--7{
    width: 27.352rem;
    aspect-ratio: 273.52/218.81;
    bottom: 0;
    left: calc( 596 * 100vw / 375 );
  }

  .loop-kv__slideItem--8{
    width:8.556rem;
    aspect-ratio: 85.56/109.68;
    top: calc( 413.2 * 100vh / 554 );
    left: calc( 931.78 * 100vw / 375 );
  }

  .loop-kv__slideItem--9{
    width: 27.892rem;
    aspect-ratio: 278.92/357.57;
    top: calc( 37.6 * 100vh / 554 );
    left: calc( 997.88 * 100vw / 375 );
  }

  .link.-memo svg {
    margin-right: 10px;
  }

  .link.-memo span > span {
    padding-bottom: 1px;
  }

  .loading__bg {
    background-image: url(../img/basecamp_loading-s25_sp.webp);
  }

  .loading__icon {
    gap: 8vw;
  }

  .loading__iconSub svg {
    width: 40vw;
    height: 2.66667vw;
  }

  .loading__iconMain svg {
    width: 66.66667vw;
    height: 12.8vw;
  }

  .lowerLoading {
    height: calc(var(--vh, 1vh) * 100);
  }

  .-hasGuideModal .modaal-guide .modaal-inner-wrapper {
    align-items: flex-end;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .-hasGuideModal .modaal-guide .modaal-container {
    height: calc(var(--vh, 1vh) * 100 - 33.06667vw);
  }

  .-hasCartModal .modaal-cart .modaal-inner-wrapper {
    align-items: flex-end;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .-hasCartModal .modaal-cart .modaal-container {
    height: calc(var(--vh, 1vh) * 100 - 33.06667vw);
  }

  .-hasMappingModal .modaal-mapping .modaal-inner-wrapper {
    align-items: flex-end;
    padding: 30px 20px;
  }

  .-hasMappingModal .modaal-mapping .modaal-container {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .modaal-fullscreen .modaal-close {
    width: 63px;
    height: 63px;
  }

  .modaal-fullscreen .modaal-close::before,
  .modaal-fullscreen .modaal-close::after {
    top: calc( (63px - 40px) / 2);
    left: calc( 63px / 2);
  }

  .guideModal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 34px;
  }

  .guide {
    padding: 0 20px;
    font-size: 14px;
  }

  .cartModal__content {
    gap: 65px;
  }

  .cartModal__ttl {
    height: 63px;
  }

  .cartModal__detailInner {
    padding: 0 10px;
  }

  .cartModal__link {
    flex-direction: column;

    gap: 30px;
  }

  .mappingModal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 34px;
  }

  .mappingModal__detail {
    padding-right: 15px;
    padding-left: 15px;
  }

  .modaal-kv .swiper-zoom-container img {
    max-height: calc(var(--vh, 1vh) * 100);

    -o-object-fit: contain;
    object-fit: contain;
  }

  .modaal-kv .swiper-zoom-container img.-vertical {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
  }

  .modaal-kv [class*="swiper-button"] {
    width: 63px;
    height: calc( 100% - 63px*2);
  }

  .-horizontal-position .modalKv__video {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .-vertical-position .modalKv__video {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .modalKv__videoButton {
    bottom: 0;
  }

  .otherCategories {
    padding: 40px 15px 47px;
  }

  .otherCategories__link {
    padding-top: 9.06667vw;
    padding-bottom: 9.86667vw;
  }

  .otherCategories__thumb {
    width: 77.33333vw;
    height: 77.33333vw;
  }

  .otherCategories__text {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .otherCategories__title {
    margin-top: -7.46667vw;
    font-size: 5rem;
    line-height: 0.96;
  }

  .page404 {
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 125.33vw;

    gap: 24px;
  }

  .page404__title {
    font-size: 18px;
  }

  .page404__text {
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 24px;
  }

  .page404__desc {
    font-size: 40px;
  }

  .page404__back {
    width: 100%;
    font-size: 18px;
  }

  .productColor {
    padding: 10px 0 36px;
  }

  .productDetail {
    margin-top: 75px;
  }

  .productDetail__heading {
    margin: 0 15px 12px;
    letter-spacing: -0.021em;
    font-size: 20px;
  }

  .productDetail__lead {
    margin: 0 15px 86.5px;
  }

  .productDetail__leadTitle {
    min-height: 16vw;
    font-size: 17px;
    line-height: 1.76471;
  }

  .productDetail__leadVisual {
    margin-top: 4.26667vw;
  }

  .productDetail__leadDescription {
    margin-top: 8.53333vw;
  }

  .productCarousel__title {
    font-size: 13px;
    line-height: 1.61539;
  }

  .productCarousel__title p {
    padding-top: 2.66667vw;
  }

  .productCarousel__img {
    height: 62.66667vw;
  }

  .productCarousel__description {
    margin-top: 2.66667vw;
    font-size: 12px;
    line-height: 2;
  }

  .productGallery {
    margin-top: 75px;
  }

  .productGallery__title {
    margin: 0 15px 18px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .productInfo {
    margin-top: 75px;
    padding: 0 15px 80px;
    padding-top: 20px;
  }

  .productInfo:before {
    left: 15px;
    width: calc( 100% - 30px);
  }

  .productTip + .productInfo {
    margin-top: 37px;
    padding-top: 37px;
  }

  .productInfo__kv {
    height: 101.33333vw;
  }

  .productInfo__kv picture,
  .productInfo__kv figure {
    height: 100%;
  }

  .productInfo__outline {
    padding-top: 33px;
  }

  .productInfo__nameMain {
    font-weight: 300;
    font-size: 40px;
    line-height: 0.875;
  }

  .productInfo__nameSub {
    margin-top: 10px;
  }

  .productInfo__attribute {
    margin-top: 4px;
    font-size: 13px;
  }

  .productInfo__price {
    margin-top: 30px;
  }

  .productInfo__order {
    margin-top: 46px;

    gap: 18px 25px;
  }

  .productInfo__orderIndex {
    margin-top: 10px;
  }

  .productInfo__submitButton:not(:first-child) {
    margin-top: 78px;
  }

  .productInfo__submitLink {
    margin-top: 45px;
  }

  .productInfo__submitShare {
    margin-top: 33px;
  }

  .productInfo__detail {
    margin-top: 80px;
  }

  .productInfo__detailTitle {
    padding-bottom: 26px;
    line-height: 1;
  }

  .productInfo__detailTitle-main {
    font-size: 20px;
  }

  .productInfo__detailTitle-sub {
    font-size: 10px;
  }

  .productInfo__list:not(:first-child) {
    margin-top: 20px;
  }

  .productInfo__listIndex {
    width: 85px;
  }

  .buyButton {
    right: 19.2vw;
    bottom: 5.6vw;
  }

  .buyButton__link {
    width: 26.66667vw;
    height: 9.33333vw;
    font-size: 12px;
  }

  .productIntro {
    padding-right: 15px;
    padding-left: 15px;
  }

  .productIntro.-withBorder {
    padding-top: 0;
  }

  .productIntro__inner {
    padding-top: 25px;
  }

  .productIntro__title.-small {
    font-size: 15px;
    line-height: 1.8;
  }

  .productIntro__descriptionTitle {
    margin-bottom: 22px;
    padding: 23px 0 29px;
    font-size: 42px;
    line-height: 1.14286;
  }

  .productIntro__descriptionText {
    font-size: 13px;
    line-height: 2.23077;
  }

  .productTip:not(:first-child) {
    margin-top: 75px;
  }

  .productTip__heading {
    margin: 0 15px;
    font-size: 20px;
  }

  .productTip__expandButton {
    right: 15px;
  }

  .productTip__bodyInner {
    flex-direction: column;
    height: 204.26667vw;

    gap: 10.66667vw;
  }

  .productTip__slide {
    width: 100%;
    height: 93.86667vw;
  }

  .productTip__contents {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }

  .productTip__contentsDetail {
    max-height: 88.8vw;
    width: calc(100% - 4px);
    height: 100%;
  }

  .productTip__contentsTitle {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px;
  }

  .productTip__contentsTitle span {
    padding-bottom: 2px;
  }

  .productTip__contentsText {
    padding-right: 20px;
  }

  .reveal,
  .reveal-switching {
    transition: transform 0.5s ease-out, opacity 0.3s linear, visibility 0.3s linear;
    transform: translate3d(0, 20px, 0);
  }

  .reveal-sp {
    visibility: hidden;
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.2s linear, visibility 0.2s linear;
    transform: translate3d(0, 20px, 0);

    will-change: transform, visibility, opacity;
  }

  .reveal-sp.-passed {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .reveal-tile {
    transform: translate3d(0, 40px, 0);
  }

  .reveal-size-sized {
    transform: translate3d(0, 40px, 0);
  }

  .reveal-size-small:nth-child(1) {
    transition-delay: 0s;
  }

  .reveal-size-small:nth-child(2) {
    transition-delay: 0.05s;
  }

  .reveal-size-small:nth-child(3) {
    transition-delay: 0.1s;
  }

  .reveal-size-small:nth-child(4) {
    transition-delay: 0.15s;
  }

  .reveal-size-small:nth-child(5) {
    transition-delay: 0.2s;
  }

  .reveal-size-small:nth-child(6) {
    transition-delay: 0.25s;
  }

  .reveal-size-small:nth-child(7) {
    transition-delay: 0.3s;
  }

  .reveal-size-small:nth-child(8) {
    transition-delay: 0.35s;
  }

  .reveal-size-small:nth-child(9) {
    transition-delay: 0.4s;
  }

  .reveal-size-small:nth-child(10) {
    transition-delay: 0.45s;
  }

  .reveal-size-small:nth-child(11) {
    transition-delay: 0.5s;
  }

  .reveal-size-small:nth-child(12) {
    transition-delay: 0.55s;
  }

  .reveal-size-small:nth-child(13) {
    transition-delay: 0.6s;
  }

  .reveal-size-small:nth-child(14) {
    transition-delay: 0.65s;
  }

  .reveal-size-small:nth-child(15) {
    transition-delay: 0.7s;
  }

  .reveal-size-small:nth-child(16) {
    transition-delay: 0.75s;
  }

  .reveal-size-small:nth-child(17) {
    transition-delay: 0.8s;
  }

  .reveal-size-small:nth-child(18) {
    transition-delay: 0.85s;
  }

  .reveal-size-small:nth-child(19) {
    transition-delay: 0.9s;
  }

  .reveal-size-small:nth-child(20) {
    transition-delay: 0.95s;
  }

  .reveal-size-small:nth-child(21) {
    transition-delay: 1s;
  }

  .reveal-size-small:nth-child(22) {
    transition-delay: 1.05s;
  }

  .reveal-size-small:nth-child(23) {
    transition-delay: 1.1s;
  }

  .reveal-size-small:nth-child(24) {
    transition-delay: 1.15s;
  }

  .reveal-size-small:nth-child(25) {
    transition-delay: 1.2s;
  }

  .reveal-size-small:nth-child(26) {
    transition-delay: 1.25s;
  }

  .reveal-size-small:nth-child(27) {
    transition-delay: 1.3s;
  }

  .reveal-size-small:nth-child(28) {
    transition-delay: 1.35s;
  }

  .reveal-size-small:nth-child(29) {
    transition-delay: 1.4s;
  }

  .reveal-size-small:nth-child(30) {
    transition-delay: 1.45s;
  }

  .reveal-size-small:nth-child(31) {
    transition-delay: 1.5s;
  }

  .reveal-size-small:nth-child(32) {
    transition-delay: 1.55s;
  }

  .reveal-size-small:nth-child(33) {
    transition-delay: 1.6s;
  }

  .reveal-size-small:nth-child(34) {
    transition-delay: 1.65s;
  }

  .reveal-size-small:nth-child(35) {
    transition-delay: 1.7s;
  }

  .reveal-size-small:nth-child(36) {
    transition-delay: 1.75s;
  }

  .reveal-size-small:nth-child(37) {
    transition-delay: 1.8s;
  }

  .reveal-size-small:nth-child(38) {
    transition-delay: 1.85s;
  }

  .reveal-size-small:nth-child(39) {
    transition-delay: 1.9s;
  }

  .reveal-size-small:nth-child(40) {
    transition-delay: 1.95s;
  }

  .reveal-size-small:nth-child(41) {
    transition-delay: 2s;
  }

  .reveal-size-small:nth-child(42) {
    transition-delay: 2.05s;
  }

  .reveal-size-small:nth-child(43) {
    transition-delay: 2.1s;
  }

  .reveal-size-small:nth-child(44) {
    transition-delay: 2.15s;
  }

  .reveal-size-small:nth-child(45) {
    transition-delay: 2.2s;
  }

  .reveal-size-small:nth-child(46) {
    transition-delay: 2.25s;
  }

  .reveal-size-small:nth-child(47) {
    transition-delay: 2.3s;
  }

  .reveal-size-small:nth-child(48) {
    transition-delay: 2.35s;
  }

  .reveal-size-small:nth-child(49) {
    transition-delay: 2.4s;
  }

  .reveal-size-small:nth-child(50) {
    transition-delay: 2.45s;
  }

  .reveal-size-small:nth-child(51) {
    transition-delay: 2.5s;
  }

  .reveal-size-small:nth-child(52) {
    transition-delay: 2.55s;
  }

  .reveal-size-small:nth-child(53) {
    transition-delay: 2.6s;
  }

  .reveal-size-small:nth-child(54) {
    transition-delay: 2.65s;
  }

  .reveal-size-small:nth-child(55) {
    transition-delay: 2.7s;
  }

  .reveal-size-small:nth-child(56) {
    transition-delay: 2.75s;
  }

  .reveal-size-small:nth-child(57) {
    transition-delay: 2.8s;
  }

  .reveal-size-small:nth-child(58) {
    transition-delay: 2.85s;
  }

  .reveal-size-small:nth-child(59) {
    transition-delay: 2.9s;
  }

  .reveal-size-small:nth-child(60) {
    transition-delay: 2.95s;
  }

  .reveal-size-small:nth-child(61) {
    transition-delay: 3s;
  }

  .reveal-size-small:nth-child(62) {
    transition-delay: 3.05s;
  }

  .reveal-size-small:nth-child(63) {
    transition-delay: 3.1s;
  }

  .reveal-size-small:nth-child(64) {
    transition-delay: 3.15s;
  }

  .reveal-size-small:nth-child(65) {
    transition-delay: 3.2s;
  }

  .reveal-size-small:nth-child(66) {
    transition-delay: 3.25s;
  }

  .reveal-size-small:nth-child(67) {
    transition-delay: 3.3s;
  }

  .reveal-size-small:nth-child(68) {
    transition-delay: 3.35s;
  }

  .reveal-size-small:nth-child(69) {
    transition-delay: 3.4s;
  }

  .reveal-size-small:nth-child(70) {
    transition-delay: 3.45s;
  }

  .reveal-size-small:nth-child(71) {
    transition-delay: 3.5s;
  }

  .reveal-size-small:nth-child(72) {
    transition-delay: 3.55s;
  }

  .reveal-size-small:nth-child(73) {
    transition-delay: 3.6s;
  }

  .reveal-size-small:nth-child(74) {
    transition-delay: 3.65s;
  }

  .reveal-size-small:nth-child(75) {
    transition-delay: 3.7s;
  }

  .reveal-size-small:nth-child(76) {
    transition-delay: 3.75s;
  }

  .reveal-size-small:nth-child(77) {
    transition-delay: 3.8s;
  }

  .reveal-size-small:nth-child(78) {
    transition-delay: 3.85s;
  }

  .reveal-size-small:nth-child(79) {
    transition-delay: 3.9s;
  }

  .reveal-size-small:nth-child(80) {
    transition-delay: 3.95s;
  }

  .reveal-size-small:nth-child(81) {
    transition-delay: 4s;
  }

  .reveal-size-small:nth-child(82) {
    transition-delay: 4.05s;
  }

  .reveal-size-small:nth-child(83) {
    transition-delay: 4.1s;
  }

  .reveal-size-small:nth-child(84) {
    transition-delay: 4.15s;
  }

  .reveal-size-small:nth-child(85) {
    transition-delay: 4.2s;
  }

  .reveal-size-small:nth-child(86) {
    transition-delay: 4.25s;
  }

  .reveal-size-small:nth-child(87) {
    transition-delay: 4.3s;
  }

  .reveal-size-small:nth-child(88) {
    transition-delay: 4.35s;
  }

  .reveal-size-small:nth-child(89) {
    transition-delay: 4.4s;
  }

  .reveal-size-small:nth-child(90) {
    transition-delay: 4.45s;
  }

  .reveal-size-small:nth-child(91) {
    transition-delay: 4.5s;
  }

  .reveal-size-small:nth-child(92) {
    transition-delay: 4.55s;
  }

  .reveal-size-small:nth-child(93) {
    transition-delay: 4.6s;
  }

  .reveal-size-small:nth-child(94) {
    transition-delay: 4.65s;
  }

  .reveal-size-small:nth-child(95) {
    transition-delay: 4.7s;
  }

  .reveal-size-small:nth-child(96) {
    transition-delay: 4.75s;
  }

  .reveal-size-small:nth-child(97) {
    transition-delay: 4.8s;
  }

  .reveal-size-small:nth-child(98) {
    transition-delay: 4.85s;
  }

  .reveal-size-small:nth-child(99) {
    transition-delay: 4.9s;
  }

  .share__body {
    font-size: 1.2rem;
  }

  .share__button {
    height: 57px;

    gap: 6px;
  }

  .productOutline .share__button {
    height: 60px;
  }

  .share__buttonIcon {
    width: 14px;
    height: 14px;
  }

  .share__copylinkText,
  .share__copylinkButton {
    height: 27px;
  }

  .productOutline .share__copylinkText,
  .productOutline .share__copylinkButton {
    height: 27px;
  }

  .share__copylinkButton {
    width: calc( 90vw / 3);
  }

  .shoplist {
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 70px;
    border-top: 1px solid #000;
  }

  .shoplist__section {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .shoplist__detail {
    margin-top: 18px;
  }

  .shoplist__title {
    letter-spacing: -0.046em;
    font-size: 30px;
  }

  .shoplist__description {
    font-size: 13px;
    line-height: 1.76923;
  }

  .shoplist__info {
    margin-top: 10px;
  }

  .shoplist__infoLink {
    gap: 14px;
  }

  .specTable table {
    font-size: 12px;
  }

  .specTable th,
  .specTable td {
    min-width: 45px;
  }

  .specTable th:first-child,
  .specTable td:first-child {
    padding-right: 0;
    width: 85px;
  }

  .specTable th:not(:first-child),
  .specTable td:not(:first-child) {
    text-align: center;
  }

  .stripeTable th,
  .stripeTable td {
    width: 50%;
  }

  .stripeTable th:last-child,
  .stripeTable td:last-child {
    padding-right: 30px;
  }

  .storeCategory__body {
    padding: 60px 15px 56px;
  }

  .storeCategory__heading {
    font-size: 6.5rem;
    line-height: 0.84615;
  }

  .storeCategory__summary {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2.16667;
  }

  .storeCategory__summary br {
    display: none;
  }

  .storeCategory__group {
    position: relative;
    transition-timing-function: ease;
    transition-duration: 0.4s;
  }

  .storeCategory__group a {
    transition-timing-function: ease;
    transition-duration: 0.4s;
  }

  .storeCategory__group.-entered {
    color: #fff;
  }

  .storeCategory__group.-entered a {
    border-color: #fff;
    color: #fff;
  }

  .storeCategory__groupImage {
    visibility: hidden;
    margin-right: 0;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 77.33333vw;
    width: 66.66667vw;
    opacity: 0;
    transition-timing-function: ease;
    transition-duration: 0.4s;
  }

  .-entered .storeCategory__groupImage {
    visibility: visible;
    opacity: 1;
  }

  .storeCategory__groupInner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vw;
    width: 100%;
    height: 100%;
  }

  .storeCategory__groupInner::after {
    width: 100%;
    content: "";
  }

  .storeCategory__title {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 6rem;
  }

  .storeCategory__description,
  .storeCategory__more {
    margin-top: 0;
    margin-bottom: 0;
  }

  .storeCategory__description {
    font-size: 14px;
  }

  .storeCategory__more {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;

    gap: 6px;
  }

  .-entered .storeCategory__more {
    opacity: 1;
    pointer-events: auto;
  }

  .storeVariety {
    padding-bottom: 12px;
  }

  .storeVariety__textInner {
    padding: 60px 15px 46px;
  }

  .storeVariety__titleEn {
    font-size: 6.5rem;
    line-height: 0.84615;
  }

  .storeVariety__titleJa {
    font-size: 14px;
  }

  .storeVariety__description {
    margin-top: 36px;
    letter-spacing: -0.003em;
    font-size: 12px;
    line-height: 2.16667;
  }

  .storeVariety__description br {
    display: none;
  }

  .storeVariety__more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31.73333vw;
  }

  .storeVariety__list {
    padding: 0 15px;
  }

  .storeVariety__listItem:not(:last-child) {
    margin-bottom: 15px;
  }

  .storeVariety__listItem.-comingsoon::after {
    top: 15px;
    right: 12px;
    font-size: 2rem;
  }

  .storeVariety__linkBg {
    height: 64vw;
  }

  .storeVariety__linkName {
    padding-bottom: 20px;
    padding-left: 15px;

    gap: 6px;
  }

  .storeVariety__linkNameMain {
    font-size: 2.5rem;
  }

  .storeVariety__linkNameSub {
    font-size: 2rem;
  }

  .storyArticles__scale {
    flex-direction: column;
    padding-top: 29.33333vw;
  }

  .storyArticles__scaleList {
    gap: 20px;
  }

  .storyArticles__scaleItem::before {
    width: 12px;
  }

  .storyArticles__scaleItem span {
    right: 18px;
  }

  .storyCredit {
    padding-right: 15px;
    padding-left: 15px;
  }

  .storyCredit__item {
    padding-top: 16px;
    padding-bottom: 60px;
  }

  .storyCredit__title {
    font-size: 25px;
    line-height: 1;
  }

  .storyCredit__name {
    padding-top: 30px;
  }

  .storyCredit__nameMain:not(:first-child) {
    margin-top: 2px;
  }

  .storyCredit__image {
    margin-top: 12px;
    height: 69.33333vw;
  }

  .storyCredit__text {
    margin-top: 26px;

    gap: 24px;
  }

  .storyEntry {
    padding: 60px 0 50px;
  }

  .storyEntry__body {
    padding: 0 15px;
  }

  .storyEntry__nav {
    padding: 40px 20px 30px;
  }

  .storyEntry__navList {
    gap: 0 5.33333vw;
  }

  .storyEntry__navItem {
    font-size: 25px;
  }

  .storyEntry__list {
    display: flex;
    flex-direction: column;

    gap: 46px;
  }

  .storyEntry__link {
    display: flex;
    flex-direction: column;

    gap: 5.06667vw;
  }

  .storyEntry__image {
    height: 114.66667vw;
  }

  .storyEntry__num,
  .storyEntry__tag,
  .storyEntry__title,
  .storyEntry__author {
    transition-duration: 0.4s;
  }

  .storyEntry__detail {
    margin-top: 18px;
  }

  .storyEntry__author {
    margin-top: 14px;

    gap: 3px;
  }

  .storyKv__number,
  .storyKv__arrow,
  .storyKv__title,
  .storyKv__author,
  .storyKv__detailArrow {
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
  }

  .storyKv__detail {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: -6.13333vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .storyKv__detailArrow {
    display: none;
  }

  .storyKv__number {
    margin-left: -0.8vw;
    width: 18.368vw;
    font-size: 18px;
    line-height: 1;
    transition-delay: 0.8s;

    gap: 10px;
  }

  .storyKv__title {
    margin-top: 20px;
    padding-top: 12px;
    font-size: 20px;
    line-height: 1.5;
    transition-delay: 1s;
  }

  .storyKv__title::after {
    background-image: linear-gradient(#000, #000);
    background-position: top left;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size 1.2s 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .storyKv__title::after.-passed,
  .-passed .slick-center .storyKv__title::after,
  .-passed .is-active-next .storyKv__title::after,
  .-entered .storyKv__title::after {
    background-size: 100% 1px;
    text-decoration: none;
  }

  .storyKv__author {
    margin-top: 24px;
    padding-bottom: 55px;
    transition-delay: 1.2s;
  }

  .storyKv__arrow {
    top: 40px;
    right: 0;
    transition-delay: 1s;
  }

  .storyKv__visual {
    margin-right: 0;
    margin-left: auto;
    width: 86.4vw;
    height: 108vw;
  }

  .storyKv__visualImage {
    width: 86.4vw;
    height: 108vw;
  }

  .storyKv__visualImageBg {
    width: 86.4vw;
    height: 108vw;
  }

  .storyMoment {
    padding: 62px 36px;
  }

  .storyMoment__body {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .storyMoment__detail {
    z-index: 1;
    order: 2;
  }

  .storyMoment__detailInner {
    display: flex;
    flex-direction: column;
  }

  .storyMoment__tag {
    position: absolute;
    top: -8.26667vw;
    left: -2.93333vw;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .storyMoment__title {
    order: 2;
    margin-top: 20px;
  }

  .storyMoment__text {
    order: 2;
    margin-top: 18px;
  }

  .storyMoment__controler {
    position: relative;
    order: 1;
    height: 16.8vw;
  }

  ._disableSlider .storyMoment__controler {
    display: none;
  }

  .storyMoment__controler [class*="swiper-button"] {
    padding: 0;
    height: 16.8vw;
    background-size: 6.66667vw auto;
  }

  .storyMoment__controler .swiper-button-prev {
    background-position: left center;
  }

  .storyMoment__controler .swiper-button-next {
    background-position: right center;
  }

  .storyMoment__controler .swiper-pagination {
    height: 16.8vw;
    font-size: 1.6rem;
  }

  .storyMoment__controler .swiper-pagination [class*="swiper-pagination"] {
    width: 10.4vw;
  }

  .storyMoment__controler .swiper-pagination:after {
    height: 4.26667vw;
  }

  .storyMoment__slide {
    position: relative;
    z-index: 0;
    order: 1;
    height: 101.33333vw;
  }

  .storySection {
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .storySection__body {
    padding: 20px 15px;
    min-height: 100vh;
  }

  .storySection__slide {
    height: 114.66667vw;
  }

  .storySection__detail:only-child {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 40px);
  }

  .storySection__detail:not(:only-child) .storySection__detailInner {
    padding: 24px 20px 0;
  }

  .storySection__time {
    font-size: 5rem;
  }

  .storySection__tag {
    margin-top: 18px;
    font-size: 14px;
  }

  .storySection__title {
    margin-top: 30px;
  }

  .storySection__text {
    margin-top: 19px;
    padding-bottom: 36px;
  }

  .storySlider__heading {
    padding: 47px 15px 36px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
  }

  .storySlider__item {
    margin-right: 5.86667vw;
    margin-left: 5.86667vw;
    width: 68.26667vw;
  }

  .storySlider__image {
    width: 100%;
    height: 85.33333vw;
  }

  .storySlider__detail {
    padding-top: 8px;
    width: 100%;
  }

  .-passed .slick-current .storySlider__number,
  .-passed .is-active-next .storySlider__number,
  .-passed .slick-current .storySlider__tag,
  .-passed .is-active-next .storySlider__tag,
  .-passed .slick-current .storySlider__title,
  .-passed .is-active-next .storySlider__title,
  .-passed .slick-current .storySlider__author,
  .-passed .is-active-next .storySlider__author,
  .-passed .slick-current .storySlider__more,
  .-passed .is-active-next .storySlider__more {
    transition-delay: 300ms;
  }

  .storySlider__number {
    width: 15.2vw;
    font-size: 14px;

    gap: 3px;
  }

  .-passed .slick-current .storySlider__tag,
  .-passed .is-active-next .storySlider__tag {
    transition-delay: 500ms;
  }

  .storySlider__tagInner {
    background-image: linear-gradient(#000, #000);
    background-position: top left;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size 1s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .storySlider__tagInner.-passed,
  .-passed .slick-center .storySlider__tagInner,
  .-passed .is-active-next .storySlider__tagInner,
  .-entered .storySlider__tagInner {
    background-size: 100% 1px;
    text-decoration: none;
  }

  .storySlider__tagLink {
    padding: 0 16px;
    height: 30px;
    font-size: 14px;
  }

  .storySlider__title {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.55556;
  }

  .-passed .slick-current .storySlider__title,
  .-passed .is-active-next .storySlider__title {
    transition-delay: 700ms;
  }

  .storySlider__author {
    margin-top: 12px;
  }

  .-passed .slick-current .storySlider__author,
  .-passed .is-active-next .storySlider__author {
    transition-delay: 900ms;
  }

  .-passed .slick-current .storySlider__more,
  .-passed .is-active-next .storySlider__more {
    transition-delay: 1100ms;
  }

  .storySlider__nav {
    padding-bottom: 52px;
  }

  .storySlider__navButton {
    width: 117px;
    height: 37px;
    font-weight: 600;
    font-size: 11px;
  }

  .storySlider .slick-arrow {
    width: calc((100% - 68.26667vw) / 2);
  }

  .pointer {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .storyTopCarousel__container {
    margin-bottom: 29px;
  }

  .storyTopCarousel__item {
    width: 44.26667vw;
    height: 27.46667vw;
  }

  .storyTop__header {
    top: 9.6vw;
    left: 15px;
  }

  .storyTop__headerInner {
    padding-top: 36px;
  }

  .storyTop__headerTitle,
  .storyTop__headerDescription {
    font-size: 1.5rem;
  }

  .storyTop__headerTitleText {
    padding-left: 1.6vw;
  }

  .storyTopSection._bgNoiseGray-sp {
    background-image: url(../img/bg-noise-magazine-sp.jpg);
    background-size: 100px auto;
  }

  .storyTopSection__body {
    padding: 36px 0;
  }

  .storyTopSection__hashName,
  .storyTopSection__summary {
    padding-left: 16vw;
  }

  .storyTopSection__summary {
    margin-bottom: 32px;
    padding-right: 15px;
    font-size: 13px;
  }

  .storyTopSection__hashName {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .storyTopSection__more {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .storyTopSection__moreButton {
    width: 117px;
    height: 37px;
    font-size: 11px;
  }

  .storyTopAbout {
    padding: 0 15px;
  }

  .storyTopAbout__body {
    margin-top: -1.6vw;
    padding-left: 12vw;
    min-height: 10.15625vw;
    font-size: 13px;
    line-height: 2.23077;
  }

  .hook-storyAbout {
    position: absolute;
    top: 50%;
    height: 50%;
  }

  .postTag {
    box-sizing: border-box;
    padding: 1px 8px 0;
    height: 15px;
    font-size: 0.9rem;
  }

  .attention {
    padding-left: 14px;
    font-size: 1.2rem;
  }

  textarea + .attention {
    margin-top: 8px;
  }

  .notes-gray {
    font-size: 1.2rem;
  }

  textarea + .notes-gray {
    margin-top: 8px;
  }

  .variety__header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .variety__header:not(.-withBorder) {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .variety__header.-withBorder {
    padding-top: 34px;
    padding-bottom: 72px;
  }

  .-withBorder .variety__headerInner {
    padding-top: 28px;
  }

  .variety__title {
    font-size: 17px;
    line-height: 2;
  }

  .variety__description {
    padding-top: 28px;
    font-size: 13px;
  }

  .-withBorder .variety__description {
    padding-top: 20px;
  }

  .variety__descriptionMore {
    margin-top: 48px;
  }

  .variety__description span:not([class]):last-child {
    padding-bottom: 48px;
  }

  .variety__groupInner {
    flex-direction: column;
    padding: 30px 15px 15px;
    width: 100%;
  }

  .variety__groupImgLink {
    order: 2;
    margin-top: 27px;
    height: 68.53333vw;
  }

  .variety__groupBgLink {
    color:#fff;
  }

  .variety__groupThumb.-full {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }

  .variety__groupText {
    order: 1;
  }

  .variety__groupText.-justify-center,
  .variety__groupText.-justify-end {
    justify-content: flex-start;
  }

  .-full + .variety__groupText {
    height: 116vw;
  }

  .variety__groupDescription {
    margin-bottom: 37px;
    font-size: 12px;
  }

  .-justify-center .variety__groupDescription {
    margin-bottom: 43px;
  }

  .-full + [class*="-justify"] .variety__groupDescription {
    margin-bottom: 22px;
  }

  .variety__groupSeason {
    margin-bottom: 10px;
    font-size: 1.8rem;

    gap: 8vw;
  }

  .variety__groupSeasonItem {
    gap: 8vw;
  }

  .variety__groupSeasonName:not(:first-child):before {
    left: calc(-4.26667vw + ((-8vw - -4.26667vw) / 2));
    width: 4.26667vw;
  }

  .variety__groupTitle {
    font-size: 6rem;
  }

  .variety__groupTitle.-wide {
    font-size: 8rem;
  }

  [class*="-justify"] .variety__groupTitle {
    font-size: 6rem;
  }

  .variety__groupTitle span {
    margin-left: 1.06667vw;
    font-size: 2rem;
  }

  .variety__groupMore {
    margin-top: 30px;
  }

  .-justify-center .variety__groupMore {
    margin-top: 13.33333vw;
  }

  .-full + [class*="-justify"] .variety__groupMore {
    margin-top: 10.66667vw;
  }

  .topMagazine__textInner {
    padding: 64px 16px 88px;
  }

  .topMagazine__titleEn {
    font-size: 6.5rem;
    line-height: 0.84615;
  }

  .topMagazine__description {
    margin-top: 17px;
    letter-spacing: -0.003em;
    font-size: 12px;
    line-height: 2;
  }

  .topMagazine__listItem {
    width: calc(100vw - 76px);
    padding: 0 22px;
    box-sizing: border-box;
  }

  .topMagazine__detail {
    padding-top: 8px;
  }

  .topMagazine__listTitle {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.55556;
  }

  .topMagazine__author {
    margin-top: 12px;
  }

  .topMagazine__listmore {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-weight: 300;
  }

  .topMagazine__more {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    font-weight: 300;
  }

  .topImage{
    width: 100%;
    aspect-ratio: 0.6769;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen and (max-width: 375px) {
  .for-sps {
    display: block !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

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

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes loading-color {
  100%,
  0% {
    stroke: #000;
  }

  20% {
    stroke: rgba(0,0,0,0.5);
  }

  40% {
    stroke: #000;
  }

  60% {
    stroke: rgba(0,0,0,0.5);
  }

  80% {
    stroke: #000;
  }
}

@keyframes loading-color {
  100%,
  0% {
    stroke: #000;
  }

  20% {
    stroke: rgba(0,0,0,0.5);
  }

  40% {
    stroke: #000;
  }

  60% {
    stroke: rgba(0,0,0,0.5);
  }

  80% {
    stroke: #000;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes scrollText {
  0%,
  20% {
    transform: translateY(4rem);
  }

  45%,
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-4rem);
  }
}

@keyframes scrollText {
  0%,
  20% {
    transform: translateY(4rem);
  }

  45%,
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-4rem);
  }
}

@-webkit-keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }

  50% {
    background-position: right bottom;
    background-size: 0% 1px;
  }

  51% {
    background-position: left bottom;
    background-size: 0% 1px;
  }

  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

@keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }

  50% {
    background-position: right bottom;
    background-size: 0% 1px;
  }

  51% {
    background-position: left bottom;
    background-size: 0% 1px;
  }

  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

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

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

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes fancybox-zoomInUp {
  from {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}

@keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}

@keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

@-webkit-keyframes loop-container {
  0% {
    padding-left: 19.53125vw;
  }

  to {
    padding-left: 0;
  }
}

@keyframes loop-container {
  0% {
    padding-left: 19.53125vw;
  }

  to {
    padding-left: 0;
  }
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(200%);
  }

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

@keyframes loop {
  0% {
    transform: translateX(200%);
  }

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

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-300%);
  }
}
