@charset "UTF-8";
/* media-queries */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
@media screen and (max-width: 767px) {
  .orientation_landscape .landscape {
    display: block;
  }
  .orientation_landscape .portrait {
    display: none;
  }
  .orientation_portrait .landscape {
    display: none;
  }
  .orientation_portrait .portrait {
    display: block;
  }
}
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

.sp-tb {
  display: none;
}

.tb-pc {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .js-media-queries {
    font-family: "sp";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: block;
  }
  .js-media-queries {
    font-family: "tb";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media screen and (min-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media print {
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
}
/*
Project: OCS

Century Gothic Pro Regular
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
Century Gothic Pro Italic
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: italic;
Century Gothic Pro Bold
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
Century Gothic Pro Bold Italic
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: italic;
*/
@font-face {
  font-family: "Century Gothic Paneuropean";
  src: url("/feature/ocs/men/assets/css/fonts/CenturyGothicPaneuropeanThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic Paneuropean";
  src: url("/feature/ocs/men/assets/css/fonts/CenturyGothicPaneuropeanLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic Paneuropean";
  src: url("/feature/ocs/men/assets/css/fonts/CenturyGothicPaneuropeanRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic Paneuropean";
  src: url("/feature/ocs/men/assets/css/fonts/CenturyGothicPaneuropeanSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic Paneuropean";
  src: url("/feature/ocs/men/assets/css/fonts/CenturyGothicPaneuropeanBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*! http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul li,
ol li {
  list-style: none;
}

/*! HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

* {
  margin: 0;
  padding: 0;
  border: none;
}

*:focus {
  outline: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  line-height: 0;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: justify;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

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

a:link, a:visited {
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  background: #fff;
  color: #000;
  line-height: 0;
}
body a {
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 0 !important;
  }
}

.u-mouse-cursor,
.u-mouse-follower {
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .u-mouse-cursor,
  .u-mouse-follower {
    display: none;
  }
}

.u-mouse-cursor {
  width: 2px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 101;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-property: width height;
  transition-property: width height;
}
.u-mouse-cursor.is-active {
  background-color: white;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
}

.u-mouse-follower {
  width: 2px;
  height: 2px;
  border: 0.5px solid #000;
  z-index: 100;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  -webkit-transition-property: width height;
  transition-property: width height;
}
.u-mouse-follower.is-active {
  width: 160px;
  height: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

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

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

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

@keyframes loader-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
header {
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header.is-absolute {
  position: absolute;
  top: 0;
}
header .header-logo {
  width: 169px;
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 140px;
  }
}
.footer {
  text-align: center;
  padding-top: 0px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__logo {
  width: 169px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 180px;
  }
}
.footer__copyright {
  font-family: "Century Gothic Paneuropean";
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 140%;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-family: "Century Gothic Paneuropean";
    font-size: 8px;
    letter-spacing: 0.2em;
    line-height: 140%;
    font-weight: 600;
  }
}

.footer-pagetop {
  width: 60px;
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 99999 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.footer-pagetop.is-scroll {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .footer-pagetop:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer-pagetop {
    width: 50px;
    right: 1px;
    bottom: 30px;
  }
}

#map * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none !important;
  outline: none !important;
}

.ocs-storelocator-module {
  background-color: #fff;
}
.ocs-storelocator-module.is-storelocator-menu-black {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator-module {
    padding-top: 20px;
  }
}

.ocs-storelocator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 600px;
  text-align: left;
  width: calc(100% - 0px);
  height: calc(100vh - 120px);
}
.ocs-storelocator.is-2buy {
  height: calc(100vh - 560px);
}
@media screen and (max-width: 767px) {
  .ocs-storelocator {
    display: block;
    width: 100%;
    height: calc(100vh - 30px);
    padding-bottom: 60px;
    min-height: 600px !important;
  }
}
.ocs-storelocator.is-filter {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator.is-filter {
    height: 100vh;
  }
}
.ocs-storelocator__menu {
  width: 400px;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__menu {
    width: 100%;
    padding-top: 60px;
  }
}
.is-storelocator-menu-black .ocs-storelocator__menu {
  background-color: #000;
  color: #fff !important;
}
.is-storelocator-menu-black .ocs-storelocator__menu .ocs-storelocator__location-item-name {
  color: #fff !important;
}
.ocs-storelocator__menu-title {
  font-family: YakuHanJP, "Noto Sans JP", "Lucida Grande", sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: -30px;
  left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ocs-storelocator__menu-title {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__menu-title {
    display: none;
  }
}
.ocs-storelocator__list {
  overflow-y: auto;
  height: 100%;
  padding: 0px 30px 30px 30px;
  font-family: YakuHanJP, "Noto Sans JP", "Lucida Grande", sans-serif;
  font-weight: 400;
  /* スクロールバーのトラックのスタイル */
  /* スクロールバーのつまみのスタイル */
  /* つまみにホバーしたときのスタイル */
  /* スクロールバーの全体のスタイル */
}
.ocs-storelocator__list .scrollbar-track, .ocs-storelocator__list::-webkit-scrollbar-track {
  background: #f1f1f1; /* トラックの背景色 */
  border-radius: 0px; /* 角の丸み */
}
.ocs-storelocator__list .scrollbar-thumb, .ocs-storelocator__list::-webkit-scrollbar-thumb {
  background-color: #ccc; /* つまみの色 */
  border-radius: 0px; /* つまみの角の丸み */
  border: 0px solid #f1f1f1; /* つまみの内側に余白を作る */
}
.ocs-storelocator__list .scrollbar-thumb:hover, .ocs-storelocator__list::-webkit-scrollbar-thumb:hover {
  background: #000; /* つまみにホバーしたときの色 */
}
.ocs-storelocator__list::-webkit-scrollbar {
  width: 6px; /* スクロールバーの幅 */
  height: 6px; /* 水平方向のスクロールバーの高さ */
}
.ocs-storelocator__list .note {
  border: none;
  font-size: 13px;
  font-family: YakuHanJP, "Noto Sans JP", "Lucida Grande", sans-serif;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__list .note {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__list {
    display: none;
    position: absolute;
    z-index: 9;
    margin-top: 64px;
    width: 100%;
    left: 0;
    height: 80vh;
    background-color: #fff;
    padding: 20px 20px 30px 20px;
  }
  .ocs-storelocator__list.is-listview {
    display: block;
  }
}
.is-filter .ocs-storelocator__list {
  height: calc(100% - 10px);
}
@media screen and (max-width: 767px) {
  .is-filter .ocs-storelocator__list {
    height: 100vh;
  }
}
.ocs-storelocator__list-btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-btn-close--black.svg);
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .ocs-storelocator__list-btn-close {
    display: none;
  }
}
.ocs-storelocator__map {
  width: calc(100% - 400px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__map {
    width: 100%;
    min-height: 600px !important;
  }
}
.ocs-storelocator__search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px 0px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__search-container {
    padding: 0px 20px 0px 20px;
  }
}
.ocs-storelocator__search-container.is-filter {
  padding: 20px 30px 0px 30px;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__search-container.is-filter {
    padding: 0px 20px 0px 20px;
  }
}
.ocs-storelocator__search-input {
  width: calc(100% - 60px);
  font-size: 13px;
  font-family: YakuHanJP, "Noto Sans JP", "Lucida Grande", sans-serif;
  font-weight: 400;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  border-right: none;
  padding: 14px;
  background-color: #fff;
}
.ocs-storelocator__search-input:focus {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  border-right: none;
}
.ocs-storelocator__search-errormessage {
  border: none;
  font-size: 13px;
  font-family: YakuHanJP, "Noto Sans JP", "Lucida Grande", sans-serif;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px !important;
  line-height: 140%;
}
.ocs-storelocator .ocs-storelocator__search-btn-center,
.ocs-storelocator .ocs-storelocator__search-btn-center--on,
.ocs-storelocator .ocs-storelocator__search-btn-center--off {
  width: 60px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-left: none;
  border-right: 1px solid #D5D5D5;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.ocs-storelocator .ocs-storelocator__search-btn-center:before,
.ocs-storelocator .ocs-storelocator__search-btn-center--on:before,
.ocs-storelocator .ocs-storelocator__search-btn-center--off:before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #D5D5D5;
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 0;
}
.ocs-storelocator .ocs-storelocator__search-btn-center {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-root--white.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
.ocs-storelocator .ocs-storelocator__search-btn-center--on {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-root--black.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
.ocs-storelocator .ocs-storelocator__search-btn-center--off {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-root--white.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
.ocs-storelocator__location-title {
  display: none;
}
.ocs-storelocator__location-item {
  cursor: pointer;
  padding: 10px 30px 10px 40px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-arrow--black.svg);
  background-repeat: no-repeat;
  background-size: 12px 9px;
  background-position: top 16px right 10px;
}
.is-storelocator-menu-black .ocs-storelocator__location-item {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-arrow--white.svg);
}
@media screen and (min-width: 1024px) {
  .ocs-storelocator__location-item {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .ocs-storelocator__location-item:hover {
    background-color: #f5f5f5;
  }
  .is-storelocator-menu-black .ocs-storelocator__location-item:hover {
    background-color: rgba(245, 245, 245, 0.2);
  }
}
.ocs-storelocator__location-item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  padding-bottom: 0px;
}
.ocs-storelocator__location-item-name .is-small {
  font-size: 12px;
}
.ocs-storelocator__location-item-name2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  padding-bottom: 4px;
}
.ocs-storelocator__location-item-name2 .is-small {
  font-size: 12px;
}
.ocs-storelocator__location-item-address {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #888;
}
.ocs-storelocator__location-item.is-direct-boutique {
  position: relative;
}
.ocs-storelocator__location-item.is-direct-boutique:before {
  content: "";
  width: 30px;
  height: 40px;
  display: inline-block;
  margin-left: -40px;
  position: absolute;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-marker-ocs--black.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top 2px center;
}
.is-storelocator-menu-black .ocs-storelocator__location-item.is-direct-boutique:before {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-marker-ocs--white.svg);
}
.ocs-storelocator__buttons {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: calc(100% - 400px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__buttons {
    top: 70px;
    width: 100%;
  }
  .ocs-storelocator__buttons.is-listview {
    background-color: #fff;
  }
}
.ocs-storelocator__buttons-inner {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
  .ocs-storelocator__buttons-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ocs-storelocator__buttons-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 940px;
  }
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__buttons-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 940px;
    /* スクロールバーのトラックのスタイル */
    /* スクロールバーのつまみのスタイル */
    /* つまみにホバーしたときのスタイル */
    /* スクロールバーの全体のスタイル */
  }
  .ocs-storelocator__buttons-inner .scrollbar-track, .ocs-storelocator__buttons-inner::-webkit-scrollbar-track {
    background: #f1f1f1; /* トラックの背景色 */
    border-radius: 0px; /* 角の丸み */
  }
  .ocs-storelocator__buttons-inner .scrollbar-thumb, .ocs-storelocator__buttons-inner::-webkit-scrollbar-thumb {
    background-color: #000; /* つまみの色 */
    border-radius: 0px; /* つまみの角の丸み */
    border: 0px solid #f1f1f1; /* つまみの内側に余白を作る */
  }
  .ocs-storelocator__buttons-inner .scrollbar-thumb:hover, .ocs-storelocator__buttons-inner::-webkit-scrollbar-thumb:hover {
    background: #000; /* つまみにホバーしたときの色 */
  }
  .ocs-storelocator__buttons-inner::-webkit-scrollbar {
    width: 1px; /* スクロールバーの幅 */
    height: 1px; /* 水平方向のスクロールバーの高さ */
  }
  .ocs-storelocator__buttons-inner.is-filter {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
  }
}
.ocs-storelocator__buttons #showAllMarkersButton {
  background: #000;
  color: #fff;
}
.ocs-storelocator__buttons #showAllMarkersButton.is-active {
  background: #000;
  color: #fff;
}
.ocs-storelocator__buttons-button, .ocs-storelocator__buttons-filter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 5px;
  padding: 9px 28px;
  min-height: 33px;
  background: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 20px;
  font-family: "Century Gothic Paneuropean";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.ocs-storelocator__buttons-button.is-active, .ocs-storelocator__buttons-filter.is-active {
  background: #000;
  color: #fff;
}
.ocs-storelocator__buttons-button.is-hidden, .ocs-storelocator__buttons-filter.is-hidden {
  display: none !important;
}
.ocs-storelocator__buttons-button.ja, .ocs-storelocator__buttons-filter.ja {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
}
.ocs-storelocator__buttons-button.is-masters, .ocs-storelocator__buttons-filter.is-masters {
  padding: 7px 24px 7px 44px;
}
.ocs-storelocator__buttons-button.is-masters:before, .ocs-storelocator__buttons-filter.is-masters:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -24px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-mc--black.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
.ocs-storelocator__buttons-button.is-masters.is-active:before, .ocs-storelocator__buttons-filter.is-masters.is-active:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -24px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-mc--white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
.ocs-storelocator__buttons-button.is-showlist, .ocs-storelocator__buttons-filter.is-showlist {
  padding: 7px 2px 7px 34px;
}
.ocs-storelocator__buttons-button.is-showlist:before, .ocs-storelocator__buttons-filter.is-showlist:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -24px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-storelist-list--black.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
.ocs-storelocator__buttons-button.is-showlist.is-active:before, .ocs-storelocator__buttons-filter.is-showlist.is-active:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -24px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-storelist-list--white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__buttons-button, .ocs-storelocator__buttons-filter {
    -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
  }
}
.ocs-storelocator__custom-infowindow {
  position: absolute;
  top: 66px;
  left: 420px;
  width: 400px;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 80px);
  pointer-events: none;
  z-index: 10;
  color: #000;
}
@media screen and (max-width: 399px) {
  .ocs-storelocator__custom-infowindow {
    top: 140px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 160px);
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .ocs-storelocator__custom-infowindow {
    top: 140px;
    left: calc((100% - 320px) / 2);
    width: 320px;
    height: calc(100% - 160px);
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
}
.ocs-storelocator__custom-infowindow.is-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: auto;
}
.ocs-storelocator__custom-infowindow-inner {
  width: 400px;
  background: rgb(255, 255, 255);
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__custom-infowindow-inner {
    width: 100%;
  }
}
.ocs-storelocator__custom-infowindow-inner .shop-swiper-wrap {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__custom-infowindow-inner .shop-swiper-wrap {
    width: 100%;
  }
}
.ocs-storelocator__custom-infowindow-btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-btn-close--black.svg);
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .ocs-storelocator__custom-infowindow-btn-close {
    -webkit-transition: all 200ms 0s ease-out;
    transition: all 200ms 0s ease-out;
  }
  .ocs-storelocator__custom-infowindow-btn-close:hover {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.ocs-storelocator__custom-infowindow-logo-mc {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  z-index: 99;
}
.ocs-storelocator__store {
  line-height: 0;
  padding: 0px;
  font-family: YakuHanJP, "Noto Sans JP", "Lucida Grande", sans-serif;
}
.ocs-storelocator__store-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ocs-storelocator__store-nav-mc {
  width: 70px !important;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__store-nav-mc {
    padding-top: 12px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .ocs-storelocator__store-nav-mc {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .ocs-storelocator__store-nav-mc:hover {
    opacity: 0.5;
  }
}
.ocs-storelocator__store-nav-tel, .ocs-storelocator__store-nav-root {
  width: 60px !important;
  font-size: 11px;
  line-height: 180%;
  text-align: center;
  font-weight: 500;
  width: 100px !important;
  padding-top: 10px;
  padding-bottom: 20px;
}
.ocs-storelocator__store-nav-tel span, .ocs-storelocator__store-nav-root span {
  display: block;
  width: 54px !important;
  height: 40px !important;
  margin-left: auto;
  margin-right: auto;
}
.ocs-storelocator__store-nav-tel span {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-tel--white.svg);
  background-size: 25px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ocs-storelocator__store-nav-root span {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-root--white.svg);
  background-size: 25px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ocs-storelocator__store-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 30px 30px 30px;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 588px);
  min-height: 170px !important;
  /* スクロールバーのトラックのスタイル */
  /* スクロールバーのつまみのスタイル */
  /* つまみにホバーしたときのスタイル */
  /* スクロールバーの全体のスタイル */
}
.ocs-storelocator__store-inner div, .ocs-storelocator__store-inner p, .ocs-storelocator__store-inner dl {
  width: 100%;
}
.ocs-storelocator__store-inner a {
  color: #000 !important;
}
.is-filter .ocs-storelocator__store-inner {
  height: calc(100vh - 426px);
  min-height: 190px;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__store-inner {
    height: calc(100vh - 470px);
  }
}
.ocs-storelocator__store-inner .scrollbar-track, .ocs-storelocator__store-inner::-webkit-scrollbar-track {
  background: #f1f1f1; /* トラックの背景色 */
  border-radius: 0px; /* 角の丸み */
}
.ocs-storelocator__store-inner .scrollbar-thumb, .ocs-storelocator__store-inner::-webkit-scrollbar-thumb {
  background-color: #ccc; /* つまみの色 */
  border-radius: 0px; /* つまみの角の丸み */
  border: 0px solid #f1f1f1; /* つまみの内側に余白を作る */
}
.ocs-storelocator__store-inner .scrollbar-thumb:hover, .ocs-storelocator__store-inner::-webkit-scrollbar-thumb:hover {
  background: #000; /* つまみにホバーしたときの色 */
}
.ocs-storelocator__store-inner::-webkit-scrollbar {
  width: 6px; /* スクロールバーの幅 */
  height: 6px; /* 水平方向のスクロールバーの高さ */
}
.ocs-storelocator__store-name {
  padding-top: 50px;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px !important;
  margin-bottom: 0 !important;
}
.ocs-storelocator__store-name small {
  font-weight: 500;
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__store-name {
    font-size: 15px;
  }
}
.ocs-storelocator__store-name2 {
  padding-top: 0px;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px !important;
  margin-bottom: 0 !important;
}
.ocs-storelocator__store-name2 small {
  font-weight: 500;
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .ocs-storelocator__store-name2 {
    font-size: 12px;
  }
}
.ocs-storelocator__store-address {
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 20px;
}
.ocs-storelocator__store-address1, .ocs-storelocator__store-address2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #999;
  margin-bottom: 4px;
}
.ocs-storelocator__store-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #f5f5f5;
}
.ocs-storelocator__store-define dt, .ocs-storelocator__store-define dd {
  line-height: 180%;
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ocs-storelocator__store-define dt {
  width: 70px;
  font-weight: 700;
}
.ocs-storelocator__store-define dd {
  width: calc(100% - 70px);
  font-weight: 400;
}
.ocs-storelocator__store-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #f5f5f5;
  line-height: 180%;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px !important;
  font-weight: 400;
}
.ocs-storelocator__store-message b {
  font-weight: 700;
}
.ocs-storelocator__store small {
  display: inline;
  font-size: 11px;
}
.ocs-storelocator__store-products {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
}
.ocs-storelocator__store-products-icon {
  display: inline-block !important;
  width: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  margin: 4px;
  padding: 5px 16px;
  background: #000;
  color: #fff;
  border-radius: 20px;
  font-family: "Century Gothic Paneuropean";
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 700;
  text-transform: uppercase;
}
.ocs-storelocator__store-products-icon.is-masters {
  padding: 5px 20px 5px 36px;
}
.ocs-storelocator__store-products-icon.is-masters:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -24px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-mc--white.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left center;
}
.ocs-storelocator__store-products-icon.is-masters.is-active:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -24px;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-icon-mc--white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
.ocs-storelocator__store-button--showall {
  cursor: pointer;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-top: 20px;
  width: 100%;
}

.shop-swiper-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.shop-swiper-wrap .swiper-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.shop-swiper-wrap .swiper-slide {
  cursor: pointer;
  position: relative;
}
.shop-swiper-wrap .swiper-button-prev,
.shop-swiper-wrap .swiper-button-next {
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .shop-swiper-wrap .swiper-button-prev,
  .shop-swiper-wrap .swiper-button-next {
    display: none;
  }
}
.shop-swiper-wrap .swiper-button-prev {
  left: -15px;
  background-image: url(/feature/ocs/men/assets/img/btn-shop-prev-white.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shop-swiper-wrap .swiper-button-prev:hover {
  left: -20px;
}
.shop-swiper-wrap .swiper-button-prev::after {
  display: none;
}
.shop-swiper-wrap .swiper-button-next {
  right: -15px;
  background-image: url(/feature/ocs/men/assets/img/btn-shop-next-white.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shop-swiper-wrap .swiper-button-next:hover {
  right: -20px;
}
.shop-swiper-wrap .swiper-button-next::after {
  display: none;
}
.shop-swiper-wrap .swiper-pagination {
  position: absolute;
  bottom: 0px !important;
  width: 60% !important;
  margin-left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 0;
  z-index: 99999;
  position: relative;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: none;
}
.shop-swiper-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.shop-swiper-wrap .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 7px;
  left: 0;
  background: #fff;
}
.shop-swiper-wrap:hover .swiper-button-prev,
.shop-swiper-wrap:hover .swiper-button-next {
  opacity: 1;
}
.shop-swiper-wrap .swiper-button-prev {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-btn-prev--black.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.shop-swiper-wrap .swiper-button-next {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-storelocator-btn-next--black.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Century Gothic Paneuropean", sans-serif;
  width: 100%;
}
body a {
  color: #000;
}
@media screen and (min-width: 1024px) {
  body a:hover {
    color: #666;
  }
}

section {
  position: relative;
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
  }
}

.onward-ocs-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0B0B0B;
  color: #fff;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .onward-ocs-sidebar {
    display: none;
  }
}
.onward-ocs-sidebar__text {
  position: fixed;
  z-index: 0;
  margin-top: 180px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Century Gothic Paneuropean";
  font-size: 9px;
  letter-spacing: 0.25em;
  line-height: 120%;
  text-align: left;
}
.onward-ocs-sidebar__text.is-crosset {
  margin-top: 80px;
}
.onward-ocs-sidebar__text-1 {
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.8;
}

.ocs-floating-banner202507 {
  position: fixed;
  width: 420px;
  z-index: 9;
  right: 0;
  bottom: 40px;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  opacity: 0 !important;
  right: -400px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .ocs-floating-banner202507 {
    width: 420px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .ocs-floating-banner202507 {
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ocs-floating-banner202507 {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner202507 {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0px !important;
  }
}
.ocs-floating-banner202507.is-visible {
  opacity: 1 !important;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner202507.is-visible {
    bottom: 0px;
    right: 0;
  }
}
.ocs-floating-banner202507.is-disabled {
  opacity: 0 !important;
  right: -400px;
}
.ocs-floating-banner202507__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ocs-floating-banner202507__banner {
  line-height: 0;
}
.ocs-floating-banner202507__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  left: -15px;
  background-color: #BB1F22;
  padding: 6px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner202507__close {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
  }
}
.ocs-floating-banner202507__close img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner202507__close img {
    width: 15px;
    height: 15px;
  }
}
.ocs-floating-banner202507__close.is-hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ocs-floating-banner {
  position: fixed;
  width: 270px;
  z-index: 9;
  right: 0;
  bottom: 40px;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  opacity: 0 !important;
  right: -400px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .ocs-floating-banner {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .ocs-floating-banner {
    width: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ocs-floating-banner {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner {
    width: 150px;
    bottom: 80px !important;
  }
}
.ocs-floating-banner.is-visible {
  opacity: 1 !important;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner.is-visible {
    bottom: 0px;
    right: 0;
  }
}
.ocs-floating-banner.is-disabled {
  opacity: 0 !important;
  right: -400px;
}
.ocs-floating-banner__inner {
  position: relative;
}
.ocs-floating-banner__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  left: -15px;
  background-color: #BB1F22;
  padding: 6px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner__close {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
  }
}
.ocs-floating-banner__close img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .ocs-floating-banner__close img {
    width: 15px;
    height: 15px;
  }
}
.ocs-floating-banner__close.is-hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#campaign2buy {
  padding-top: 60px;
}

.onward-ocs-shop {
  width: 100%;
}
.onward-ocs-shop__title {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  text-align: center;
  padding-bottom: 16px;
}

.onward-ocs-shop-2025-2buy__campaign-brands {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-shop-2025-2buy__campaign-brands {
    padding-bottom: 0;
  }
}
.onward-ocs-shop-2025-2buy__campaign {
  background-color: #f5f5f5;
  padding-top: 32px;
  padding-bottom: 24px;
}
.onward-ocs-shop-2025-2buy__campaign-title {
  width: 80%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}
.onward-ocs-shop-2025-2buy__campaign-text {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  color: #BB1F22;
  text-align: center;
}
.onward-ocs-shop-2025-2buy__brands-title {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-shop-2025-2buy__brands-title {
    padding-top: 20px;
    font-size: 14px;
  }
}
.onward-ocs-shop-2025-2buy__brands-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .onward-ocs-shop-2025-2buy__brands-brands {
    width: 80%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .onward-ocs-shop-2025-2buy__brands-brands {
    width: 85%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-shop-2025-2buy__brands-brands {
    width: 70%;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-shop-2025-2buy__brands-brands {
    width: 80%;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-shop-2025-2buy__brands-brands {
    width: 85%;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10%;
  }
}
.onward-ocs-shop-2025-2buy__brands-logo {
  width: 14.28571429%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-shop-2025-2buy__brands-logo {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-shop-2025-2buy__brands-logo {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-shop-2025-2buy__brands-logo {
    width: 40%;
    padding-bottom: 20px;
  }
}
.onward-ocs-shop-2025-2buy__brands-note {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: -20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-shop-2025-2buy__brands-note {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-shop-2025-2buy__brands-note {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.onward-ocs-shop-2025-2buy__brands-note a {
  text-decoration: underline;
}

.onward-ocs-kv-2025-2buy {
  width: 100%;
  overflow: hidden;
  background-image: url(/feature/ocs/men/assets/img/onward-ocs-202504-styling-kv-bg.jpg);
  background-size: cover;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-kv-2025-2buy {
    aspect-ratio: 1000/1000;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-kv-2025-2buy {
    aspect-ratio: 1000/1400;
  }
}
.onward-ocs-kv-2025-2buy__title-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-kv-2025-2buy__title-wrap {
    aspect-ratio: 1000/1000;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-kv-2025-2buy__title-wrap {
    aspect-ratio: 1000/1400;
  }
}
.onward-ocs-kv-2025-2buy__title {
  width: 960px;
  max-width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-kv-2025-2buy__title {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-kv-2025-2buy__title {
    max-width: 95%;
  }
}
.onward-ocs-kv-2025-2buy .js-scroll-left {
  margin-left: -100vw;
}
.onward-ocs-kv-2025-2buy__inner {
  margin-top: -18vh;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.onward-ocs-kv-2025-2buy__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.onward-ocs-kv-2025-2buy__photos-photo--all {
  width: 160vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-kv-2025-2buy__photos-photo--all {
    width: 250vw;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-kv-2025-2buy__photos-photo--all {
    width: 320vw;
  }
}
.onward-ocs-kv-2025-2buy__photos-photo {
  width: 18vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.onward-ocs-top-keyvisual {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  line-height: 0;
}
.onward-ocs-top-keyvisual__area {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-keyvisual__area {
    aspect-ratio: 1000/1000;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-keyvisual__area {
    aspect-ratio: 1000/1400;
  }
}
.onward-ocs-top-keyvisual__area .swiper-slide {
  overflow: hidden;
}
.onward-ocs-top-keyvisual__area a {
  position: relative;
  display: block;
}
.onward-ocs-top-keyvisual__kvtext {
  position: absolute;
  top: 0;
  left: 30px;
  width: 200px;
  height: 60px;
  z-index: 99999999;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-family: "Century Gothic Paneuropean";
  font-size: 9px;
  letter-spacing: 0.25em;
  line-height: 60px;
  text-align: left;
}
.onward-ocs-top-keyvisual__kvtext-kv {
  color: #fff;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-keyvisual__kvtext {
    display: none;
  }
}
.onward-ocs-top-keyvisual__info-swiper {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}
.onward-ocs-top-keyvisual__swiper,
.onward-ocs-top-keyvisual .swiper-wrapper,
.onward-ocs-top-keyvisual .swiper-container,
.onward-ocs-top-keyvisual .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
.onward-ocs-top-keyvisual .swiper-slide img {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  line-height: 0;
}
.onward-ocs-top-keyvisual__side {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: #0B0B0B;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-keyvisual__side {
    display: none;
  }
}
.onward-ocs-top-keyvisual__swiper-fraction {
  font-family: "Century Gothic Paneuropean";
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 180%;
  position: absolute;
  right: 16px;
  bottom: 190px;
  z-index: 9999;
  color: #666;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-keyvisual__swiper-fraction {
    bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-keyvisual__swiper-fraction {
    left: 150px;
    bottom: 70px;
  }
}
.onward-ocs-top-keyvisual__swiper-nav-btn {
  position: relative;
  width: 60px;
  position: absolute;
  z-index: 9999;
  bottom: -4vw;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-keyvisual__swiper-nav-btn {
    bottom: -8.5vw;
  }
}
.onward-ocs-top-keyvisual__swiper-nav-pagination {
  position: relative;
  width: 60px;
  height: calc(30vw - 180px);
  position: absolute;
  top: 220px;
  z-index: 9999999;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-keyvisual__swiper-nav-pagination {
    height: calc(48vw - 0px);
  }
}
.onward-ocs-top-keyvisual__swiper-nav-bar {
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px;
  height: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: white;
}
.onward-ocs-top-keyvisual__swiper-nav-bar.is-progress {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.onward-ocs-top-keyvisual__swiper-nav-bar.is-pause {
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.onward-ocs-top-keyvisual__swiper-nav-bar-base {
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.onward-ocs-top-keyvisual .swiper-slide {
  position: relative;
}
.onward-ocs-top-keyvisual .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.onward-ocs-top-keyvisual .swiper-top-button-pause {
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-btn-pause--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.onward-ocs-top-keyvisual .swiper-top-button-pause:focus {
  outline: 4px solid #999;
}
.onward-ocs-top-keyvisual .swiper-top-button-pause.is-pause {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-btn-play--white.svg);
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-keyvisual .swiper-top-button-pause {
    width: 45px;
    height: 45px;
  }
}
.onward-ocs-top-keyvisual .swiper-top-button-prev,
.onward-ocs-top-keyvisual .swiper-top-button-next {
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-keyvisual .swiper-top-button-prev,
  .onward-ocs-top-keyvisual .swiper-top-button-next {
    width: 45px;
    height: 45px;
  }
}
.onward-ocs-top-keyvisual .swiper-top-button-prev button,
.onward-ocs-top-keyvisual .swiper-top-button-next button {
  mix-blend-mode: difference !important;
}
.onward-ocs-top-keyvisual .swiper-top-button-prev:focus,
.onward-ocs-top-keyvisual .swiper-top-button-next:focus {
  outline: 4px solid #999;
}
.onward-ocs-top-keyvisual .swiper-top-button-prev.swiper-button-disabled,
.onward-ocs-top-keyvisual .swiper-top-button-next.swiper-button-disabled {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.onward-ocs-top-keyvisual .swiper-top-button-prev {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-btn-prev--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.onward-ocs-top-keyvisual .swiper-top-button-next {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-btn-next--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.onward-ocs-top-keyvisual .swiper-top-fraction {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 60px;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 60px;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-keyvisual .swiper-top-fraction {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 45px;
    font-weight: 400;
    width: 50px;
    height: 45px;
  }
}

.onward-ocs-top-nav {
  position: relative;
  width: calc(100% - 200px);
  margin-top: -4.8vw;
  margin-left: auto;
  margin-right: 60px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-nav {
    width: 100%;
  }
}
.onward-ocs-top-nav__inner {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 6px;
  padding-bottom: 6px;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-nav__inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-nav__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
  }
}
.onward-ocs-top-nav__item {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-nav__item {
    width: 50%;
  }
}

.onward-ocs-top-about {
  text-align: center;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.onward-ocs-top-about__title {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__title {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.onward-ocs-top-about__title-ja {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__title-ja {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 140%;
    font-weight: 400;
    font-weight: 600;
  }
}
.onward-ocs-top-about__p {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 220%;
  font-weight: 400;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__p {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 220%;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
}
.onward-ocs-top-about__3column {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__3column {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.onward-ocs-top-about__3column-column {
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__3column-column {
    width: 100%;
  }
}
.onward-ocs-top-about__column-icon {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__column-icon {
    width: 50%;
  }
}
.onward-ocs-top-about__column-heading {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  text-align: center !important;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__column-heading {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 180%;
    font-weight: 400;
    font-weight: 600;
  }
}
.onward-ocs-top-about__column-text {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 200%;
  font-weight: 400;
  font-weight: 500;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-about__column-text {
    padding-bottom: 60px;
  }
}
.onward-ocs-top-about__shop-btn {
  text-align: center;
  padding-bottom: 90px;
}
.onward-ocs-top-about__shop-btn a {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 220%;
  font-weight: 400;
  font-weight: 600;
  height: 50px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.onward-ocs-202507-2buy {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.onward-ocs-202507-2buy.is-top {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy {
    padding-top: 60px;
  }
}
.onward-ocs-202507-2buy__heading {
  width: 720px;
  max-width: 80%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__heading {
    max-width: 100%;
  }
}
.onward-ocs-202507-2buy__text {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  color: #BB1F22;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.onward-ocs-202507-2buy__text.is-page-shop {
  padding-top: 10px;
}
.onward-ocs-202507-2buy__text-sub {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 500;
  color: #BB1F22;
  text-align: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  opacity: 0.6 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__text-sub {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__text-sub {
    padding-bottom: 40px;
  }
}
.onward-ocs-202507-2buy__text-sub.is-page-shop {
  padding-bottom: 0px;
}
.onward-ocs-202507-2buy__brands-title {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  color: #000;
  color: #BB1F22;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__brands-title {
    padding-top: 30px;
    font-size: 14px;
  }
}
.onward-ocs-202507-2buy__brands-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .onward-ocs-202507-2buy__brands-brands {
    width: 80%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .onward-ocs-202507-2buy__brands-brands {
    width: 85%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-202507-2buy__brands-brands {
    width: 80%;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__brands-brands {
    width: 80%;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__brands-brands {
    width: 85%;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10%;
  }
}
.onward-ocs-202507-2buy__brands-logo {
  width: 14.28571429%;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-202507-2buy__brands-logo {
    width: 16%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__brands-logo {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__brands-logo {
    width: 40%;
    padding-bottom: 20px;
  }
}
.onward-ocs-202507-2buy__btn.is-matome {
  margin-top: 90px;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.onward-ocs-202507-2buy__btn.is-shop {
  margin-top: 0px;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.onward-ocs-202507-2buy__btn-external {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 54px;
  text-align: center;
  background-color: #BB1F22;
}
.is-matome .onward-ocs-202507-2buy__btn-external {
  background-color: #000;
}
.onward-ocs-202507-2buy__btn-external a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onward-ocs-202507-2buy__btn-external a::after {
  position: relative;
  content: "";
  margin-left: 8px;
  margin-bottom: 3px;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-link-external--red.svg);
}
.is-matome .onward-ocs-202507-2buy__btn-external a::after {
  background-image: url(/feature/ocs/men/assets/img/cmn-icon-link-external--black.svg);
}
@media screen and (min-width: 1024px) {
  .onward-ocs-202507-2buy__btn-external a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .onward-ocs-202507-2buy__btn-external a:hover {
    color: #BB1F22;
    background-color: #fff;
  }
}
.onward-ocs-202507-2buy__btn-internal {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 54px;
  text-align: center;
  background-color: #BB1F22;
}
.is-shop .onward-ocs-202507-2buy__btn-internal {
  background-color: #000;
}
.onward-ocs-202507-2buy__btn-internal a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .onward-ocs-202507-2buy__btn-internal a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .onward-ocs-202507-2buy__btn-internal a:hover {
    color: #BB1F22;
    background-color: #fff;
    color: #000;
  }
}
.onward-ocs-202507-2buy__matome-heading {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome-heading {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.onward-ocs-202507-2buy__matome-heading.is-reccomend {
  padding-top: 240px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome-heading.is-reccomend {
    padding-top: 60px;
  }
}
.onward-ocs-202507-2buy__matome-heading.is-shop {
  padding-top: 180px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome-heading.is-shop {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.onward-ocs-202507-2buy__matome-heading-subtitle {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 140%;
  font-weight: 400;
  font-weight: 500;
  padding-bottom: 20px;
  opacity: 0.5;
}
.onward-ocs-202507-2buy__matome-heading-title {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 140%;
  font-weight: 400;
  font-weight: 900;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__matome-heading-title {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 140%;
    font-weight: 400;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome-heading-title {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 140%;
    font-weight: 400;
    font-weight: 900;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.is-shop .onward-ocs-202507-2buy__matome-heading-title {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 140%;
  font-weight: 400;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-shop .onward-ocs-202507-2buy__matome-heading-title {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    letter-spacing: -0.02em;
    line-height: 140%;
    font-weight: 400;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .is-shop .onward-ocs-202507-2buy__matome-heading-title {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 140%;
    font-weight: 400;
    font-weight: 900;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.onward-ocs-202507-2buy__matome-heading-lead {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 200%;
  font-weight: 400;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome-heading-lead {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 160%;
    font-weight: 400;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.onward-ocs-202507-2buy__matome {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome {
    display: block;
  }
}
.onward-ocs-202507-2buy__matome-brand {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome-brand {
    width: 100%;
  }
}
.onward-ocs-202507-2buy__matome-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.onward-ocs-202507-2buy__matome-item-photo {
  width: 50%;
}
.onward-ocs-202507-2buy__matome-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.onward-ocs-202507-2buy__matome-name-brand {
  width: 100px;
}
.onward-ocs-202507-2buy__matome-name-name {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__matome-name-name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 160%;
    font-weight: 400;
    font-weight: 600;
    padding-left: 30px;
    text-align: left;
  }
}
.onward-ocs-202507-2buy__recommend {
  overflow: hidden;
}
.onward-ocs-202507-2buy__recommend-list {
  width: 200vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.onward-ocs-202507-2buy__recommend-list-wear {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__recommend-list-wear {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.onward-ocs-202507-2buy__recommend-list-wear, .onward-ocs-202507-2buy__recommend-list-goods {
  width: 200vw;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
}
.onward-ocs-202507-2buy__recommend-list-wear-item, .onward-ocs-202507-2buy__recommend-list-goods-item {
  width: 19vw;
}
.onward-ocs-202507-2buy__recommend-list-wear-item:nth-child(odd), .onward-ocs-202507-2buy__recommend-list-goods-item:nth-child(odd) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__recommend-list-wear-item, .onward-ocs-202507-2buy__recommend-list-goods-item {
    width: 33vw;
  }
}
.onward-ocs-202507-2buy__notice {
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__notice {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.onward-ocs-202507-2buy__notice-p {
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 200%;
  font-weight: 400;
  font-weight: 400;
}
.onward-ocs-202507-2buy__notice-p .bold {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__notice-p {
    text-align: left;
  }
}
.onward-ocs-202507-2buy__shop-btn {
  margin-top: 90px;
  text-align: center;
  padding-bottom: 0px;
}
.onward-ocs-202507-2buy__shop-btn a {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 220%;
  font-weight: 400;
  font-weight: 600;
  height: 50px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.onward-ocs-202507-2buy__takumi-banner {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  aspect-ratio: 16/7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-202507-2buy__takumi-banner {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__takumi-banner {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__takumi-banner {
    aspect-ratio: 16/16;
  }
}
.onward-ocs-202507-2buy__takumi-banner-inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-202507-2buy__takumi-banner-inner {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__takumi-banner-inner {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__takumi-banner-inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 30px;
  }
}
.onward-ocs-202507-2buy__takumi-banner-title {
  position: relative;
}
.onward-ocs-202507-2buy__takumi-banner-title-title {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 140%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__takumi-banner-title-title {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 140%;
    padding-bottom: 4px;
  }
}
.onward-ocs-202507-2buy__takumi-banner-title-subtitle {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 140%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__takumi-banner-title-subtitle {
    padding-bottom: 20px;
  }
}
.onward-ocs-202507-2buy__takumi-banner-title-btn a {
  background-color: #000;
  position: relative;
  display: block;
  padding-left: 20px;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .onward-ocs-202507-2buy__takumi-banner-title-btn a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .onward-ocs-202507-2buy__takumi-banner-title-btn a:hover {
    color: #000;
    background-color: #fff;
  }
}
.onward-ocs-202507-2buy__takumi-banner-copy {
  pointer-events: none;
  position: absolute;
  width: 28px;
  top: 80px;
  right: 5%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-202507-2buy__takumi-banner-copy {
    top: 40px;
    width: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__takumi-banner-copy {
    top: 40px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__takumi-banner-copy {
    top: 40px;
    width: 18px;
    right: 7%;
  }
}
.onward-ocs-202507-2buy__takumi-banner-illust {
  pointer-events: none;
  position: absolute;
  width: 55%;
  top: 120px;
  right: 10%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-202507-2buy__takumi-banner-illust {
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-202507-2buy__takumi-banner-illust {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-202507-2buy__takumi-banner-illust {
    width: 70%;
    top: 40px;
    right: 15%;
  }
}

.onward-ocs-top-2025-2buy {
  position: relative;
  width: 100%;
  padding-top: 120px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy {
    padding-top: 60px;
  }
}
.onward-ocs-top-2025-2buy__heading {
  width: 720px;
  max-width: 80%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__heading {
    max-width: 100%;
  }
}
.onward-ocs-top-2025-2buy__text {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  color: #BB1F22;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy__text {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__text {
    padding-bottom: 40px;
  }
}
.onward-ocs-top-2025-2buy__text.is-page-shop {
  padding-top: 10px;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
}
.onward-ocs-top-2025-2buy__text-sub-wrap {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__text-sub-wrap {
    padding-top: 0;
    margin-top: -20px;
  }
}
.onward-ocs-top-2025-2buy__text-sub {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 500;
  color: #BB1F22;
  text-align: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0.6 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy__text-sub {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__text-sub {
    padding-bottom: 40px;
  }
}
.onward-ocs-top-2025-2buy__text-sub.is-page-shop {
  padding-bottom: 0px;
}
.onward-ocs-top-2025-2buy__brands-title {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  color: #000;
  color: #BB1F22;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__brands-title {
    padding-top: 30px;
    font-size: 14px;
  }
}
.onward-ocs-top-2025-2buy__brands-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .onward-ocs-top-2025-2buy__brands-brands {
    width: 80%;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .onward-ocs-top-2025-2buy__brands-brands {
    width: 85%;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-top-2025-2buy__brands-brands {
    width: 70%;
    padding-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy__brands-brands {
    width: 80%;
    padding-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__brands-brands {
    width: 85%;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10%;
  }
}
.onward-ocs-top-2025-2buy__brands-logo {
  width: 14.28571429%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-top-2025-2buy__brands-logo {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy__brands-logo {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__brands-logo {
    width: 40%;
    padding-bottom: 20px;
  }
}
.onward-ocs-top-2025-2buy__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-top-2025-2buy__links {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy__links {
    display: block;
    width: 60%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links {
    display: block;
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.onward-ocs-top-2025-2buy__links-title {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  color: #BB1F22;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-title {
    padding-top: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy__links-link {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-link {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 40px;
  }
}
.onward-ocs-top-2025-2buy__links-link a {
  color: #BB1F22;
  display: block;
  border-bottom: 2px solid #BB1F22;
}
.onward-ocs-top-2025-2buy__links-link a span {
  display: block;
}
.onward-ocs-top-2025-2buy__links-link a .en {
  padding-right: 26px;
  font-family: "Century Gothic Paneuropean", YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 180%;
  font-size: 20px;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-link a .en {
    font-size: 16px;
  }
}
.onward-ocs-top-2025-2buy__links-link a .en .en-ja {
  display: inline;
  font-weight: 600;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-link a .en .en-ja {
    font-size: 14px;
  }
}
.onward-ocs-top-2025-2buy__links-link a .ja {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 100%;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 0px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-link a .ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-link a {
    border-bottom: 1px solid #BB1F22;
  }
}
.onward-ocs-top-2025-2buy__links-link.is-internal a {
  position: relative;
}
.onward-ocs-top-2025-2buy__links-link.is-internal a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-top: 8px;
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-image: url(/feature/ocs/men/assets/img/onward-ocs-icon-link-arrow--red.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-link.is-internal a:after {
    width: 16px;
    height: 12px;
    background-size: 16px 12px;
  }
}
.onward-ocs-top-2025-2buy__links-link.is-external a {
  position: relative;
}
.onward-ocs-top-2025-2buy__links-link.is-external a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-top: 8px;
  width: 20px;
  height: 16px;
  background-size: 20px 16px;
  background-image: url(/feature/ocs/men/assets/img/onward-ocs-icon-link-external--red.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__links-link.is-external a:after {
    width: 16px;
    height: 12px;
    background-size: 16px 12px;
  }
}
.onward-ocs-top-2025-2buy__photos-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.onward-ocs-top-2025-2buy__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  z-index: -2;
}
.onward-ocs-top-2025-2buy__photos-photo {
  width: 20vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-top-2025-2buy__photos-photo {
    width: 24vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-2buy__photos-photo {
    width: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-2buy__photos-photo {
    width: 56vw;
  }
}

.onward-ocs-top-2025-hokuriku {
  background-image: url(/feature/ocs/men/assets/img/onward-ocs-2025-hokuriku-bg.png);
  background-size: 30%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #AACC05;
  padding-left: 120px;
  padding-right: 90px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-top-2025-hokuriku {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-hokuriku {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.onward-ocs-top-2025-hokuriku__title {
  position: absolute;
  width: 36px;
  top: 90px;
  right: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-hokuriku__title {
    width: 30px;
    top: 60px;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku__title {
    width: 24px;
    top: 60px;
    right: 30px;
  }
}
.onward-ocs-top-2025-hokuriku__kvtitle {
  padding-top: 140px;
  width: 330px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-hokuriku__kvtitle {
    padding-top: 60px;
    width: 45%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku__kvtitle {
    padding-top: 60px;
    width: 60%;
    padding-bottom: 20px;
  }
}
.onward-ocs-top-2025-hokuriku__projectname {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 180%;
  padding-bottom: 20px;
}
.onward-ocs-top-2025-hokuriku__date {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-bottom: 10px;
}
.onward-ocs-top-2025-hokuriku__date span.num {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 180%;
}
.onward-ocs-top-2025-hokuriku__date span.bar {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #000;
  margin-left: 0px;
  margin-right: 8px;
}
.onward-ocs-top-2025-hokuriku__lead {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 200%;
  padding-bottom: 10px;
}
.onward-ocs-top-2025-hokuriku__note {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 200%;
  padding-bottom: 40px;
  text-indent: -1em;
  padding-left: 1em;
}
.onward-ocs-top-2025-hokuriku__brands {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku__brands {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.onward-ocs-top-2025-hokuriku__brands-logo {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku__brands-logo {
    width: 30%;
    padding-bottom: 20px;
  }
}
.onward-ocs-top-2025-hokuriku__logo {
  padding-top: 40px;
  width: 120px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-top-2025-hokuriku__logo {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-hokuriku__logo {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku__logo {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.onward-ocs-top-2025-hokuriku__read-more {
  position: absolute;
  width: 30%;
  right: 90px;
  bottom: 150px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .onward-ocs-top-2025-hokuriku__read-more {
    right: 30px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .onward-ocs-top-2025-hokuriku__read-more {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .onward-ocs-top-2025-hokuriku__read-more {
    position: relative !important;
    top: 0;
    left: 0;
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-hokuriku__read-more {
    position: relative !important;
    top: 0;
    left: 0;
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku__read-more {
    position: relative !important;
    top: 0px;
    left: 0;
    width: 100%;
  }
}
.onward-ocs-top-2025-hokuriku__read-more a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  height: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .onward-ocs-top-2025-hokuriku__read-more a {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 180%;
    font-weight: 400;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .onward-ocs-top-2025-hokuriku__read-more a {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 180%;
    font-weight: 400;
    font-weight: 600;
    height: 50px;
  }
}
.onward-ocs-top-2025-hokuriku__read-more a:after {
  content: "";
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  background-image: url(/feature/ocs/men/assets/img/onward-ocs-icon-link-arrow--black.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.pages-2025-takumi-kv {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-kv {
    aspect-ratio: 16/12;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv {
    aspect-ratio: 16/19;
  }
}
.pages-2025-takumi-kv__copy {
  position: absolute;
  width: 40px;
  right: 18%;
  top: 200px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-takumi-kv__copy {
    width: 28px;
    right: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-kv__copy {
    width: 28px;
    right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__copy {
    top: 90px;
    width: 20px;
    right: 10%;
  }
}
.pages-2025-takumi-kv__illust2 {
  position: absolute;
  width: 40%;
  right: 0%;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__illust2 {
    width: 50%;
    right: 0%;
    top: 50px;
  }
}
.pages-2025-takumi-kv__illust3 {
  position: absolute;
  width: 20%;
  right: 35%;
  top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-kv__illust3 {
    width: 22%;
    right: 40%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__illust3 {
    width: 28%;
    right: 40%;
    top: 100px;
  }
}
.pages-2025-takumi-kv__illust4 {
  position: absolute;
  width: 15%;
  right: 25%;
  top: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-kv__illust4 {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__illust4 {
    width: 20%;
    right: 20%;
    top: 200px;
  }
}
.pages-2025-takumi-kv__illust5 {
  position: absolute;
  width: 30%;
  left: -3%;
  top: 0;
}
.pages-2025-takumi-kv__illust6 {
  position: absolute;
  width: 45%;
  right: -3%;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__illust6 {
    top: -50px;
  }
}
.pages-2025-takumi-kv__illust2-2 {
  position: absolute;
  width: 25%;
  right: -3%;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__illust2-2 {
    top: -50px;
  }
}
.pages-2025-takumi-kv__illust7 {
  position: absolute;
  width: 35%;
  right: -3%;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__illust7 {
    top: 100px;
  }
}
.pages-2025-takumi-kv__illust8 {
  position: absolute;
  width: 35%;
  left: -3%;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-kv__illust8 {
    top: -100px;
  }
}

.section {
  position: relative;
}

.pages-2025-takumi-lead {
  width: 100%;
  max-width: 1400px;
  padding-left: 120px;
  padding-right: 120px;
  margin-top: -400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .pages-2025-takumi-lead {
    margin-top: -200px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .pages-2025-takumi-lead {
    margin-top: -200px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-takumi-lead {
    margin-top: -200px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-lead {
    margin-top: -200px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-lead {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -60px;
  }
}
.pages-2025-takumi-lead__title {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 52px;
  letter-spacing: 0.05em;
  line-height: 140%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-lead__title {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 140%;
  }
}
.pages-2025-takumi-lead__title-ja {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-lead__title-ja {
    padding-bottom: 40px;
  }
}
.pages-2025-takumi-lead__text {
  font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-lead__text {
    font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
  }
}

.pages-2025-takumi-heading {
  width: 100%;
  max-width: 1400px;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-heading {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-heading {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pages-2025-takumi-heading__sub {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 10px;
}
.pages-2025-takumi-heading__title {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 140%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-heading__title {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 140%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-heading__title {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 140%;
    padding-bottom: 30px;
  }
}

.pages-2025-takumi__footer-copy {
  width: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__footer-copy {
    width: 20px;
    margin-bottom: 90px;
  }
}
.pages-2025-takumi__content-right {
  position: relative;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-right {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-right {
    max-width: 100%;
  }
}
.pages-2025-takumi__content-left {
  position: relative;
  width: 100%;
  max-width: 70%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-left {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-left {
    max-width: 100%;
  }
}
.pages-2025-takumi__content-center {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-center {
    padding-bottom: 60px;
  }
}
.pages-2025-takumi__content-center.is-content-last {
  padding-bottom: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-center.is-content-last {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-center.is-content-last {
    padding-bottom: 120px;
  }
}
.pages-2025-takumi__content-photo {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-photo {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-photo {
    width: 90%;
  }
}
.pages-2025-takumi__content-photo.is-upstairs-1 {
  margin-left: auto;
  margin-right: 0;
}
.pages-2025-takumi__content-photo.is-upstairs-2 {
  margin-top: -40px;
  margin-left: 0;
  margin-right: auto;
}
.pages-2025-takumi__content-photo.is-downstairs-1 {
  margin-left: 0;
  margin-right: auto;
}
.pages-2025-takumi__content-photo.is-downstairs-2 {
  margin-top: -40px;
  margin-left: auto;
  margin-right: 0;
}
.pages-2025-takumi__content-text {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-text {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-text {
    padding: 60px 30px;
  }
}
.pages-2025-takumi__content-p {
  font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 200%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-p {
    font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 200%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-p {
    font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
  }
}
.pages-2025-takumi__content-2column {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-2column {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-2column {
    display: block;
    width: 100%;
  }
}
.pages-2025-takumi__content-2column-photo.is-last {
  margin-top: 60px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-2column-photo.is-last {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.pages-2025-takumi__content-2column-caption {
  text-align: left;
  font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 200%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pages-2025-takumi__content-2column-caption.is-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-2column-caption {
    font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.pages-2025-takumi__content-1column {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__content-1column {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__content-1column {
    width: 90%;
  }
}
.pages-2025-takumi__movie-wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 90px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__movie-wrap {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.pages-2025-takumi__movie {
  width: 100%;
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__movie {
    width: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__movie {
    max-width: 100%;
    padding-bottom: 60px;
  }
}
.pages-2025-takumi__movie-title {
  padding-top: 20px;
  text-align: center;
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__movie-title {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
    padding-bottom: 0px;
  }
}

.pages-2025-takumi-thermo {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 90px;
  padding-bottom: 180px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .pages-2025-takumi-thermo {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-takumi-thermo {
    padding-left: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi-thermo {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-thermo {
    display: block;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.pages-2025-takumi-thermo__logo {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-thermo__logo {
    width: 100%;
  }
}
.pages-2025-takumi-thermo__logo-logo {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi-thermo__logo-logo {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
.pages-2025-takumi-thermo__content {
  position: relative;
}
.pages-2025-takumi-thermo__content-inner {
  width: 100%;
  max-width: 680px;
}
.pages-2025-takumi-thermo__content-lead-1 {
  font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
}
.pages-2025-takumi-thermo__content-lead-2 {
  font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-bottom: 20px;
}
.pages-2025-takumi-thermo__content-title-1 {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-bottom: 10px;
}
.pages-2025-takumi-thermo__content-title-2 {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-left: 20px;
}
.pages-2025-takumi-thermo__content-text-2 {
  font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-left: 20px;
  padding-bottom: 12px;
}
.pages-2025-takumi-thermo__content-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.pages-2025-takumi-thermo__content-title-3 {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
}
.pages-2025-takumi-thermo__content-text-3 {
  font-family: "FOT-マティス Pro L", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-left: 10px;
  padding-bottom: 12px;
}

.pages-2025-hokuriku-kv {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  line-height: 0;
}
.pages-2025-hokuriku-kv__title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pages-2025-hokuriku-kv__title-title {
  position: absolute;
  width: 35%;
  max-width: 420px;
  left: 10%;
  top: 16%;
}
@media screen and (min-width: 1440px) {
  .pages-2025-hokuriku-kv__title-title {
    max-width: 360px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .pages-2025-hokuriku-kv__title-title {
    max-width: 320px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .pages-2025-hokuriku-kv__title-title {
    max-width: 320px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku-kv__title-title {
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku-kv__title-title {
    max-width: 320px;
  }
}
.pages-2025-hokuriku-kv__title-copy {
  position: absolute;
  width: 30px;
  right: 10%;
  top: 16%;
}
.pages-2025-hokuriku-kv__title-shape {
  width: 30%;
  opacity: 0.2;
}
.pages-2025-hokuriku-kv__swiper {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.pages-2025-hokuriku-kv__swiper .is-pc {
  display: none;
  height: 0;
}
@media screen and (min-width: 1440px) {
  .pages-2025-hokuriku-kv__swiper .is-pc {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .pages-2025-hokuriku-kv__swiper .is-pc {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .pages-2025-hokuriku-kv__swiper .is-pc {
    display: block;
    height: auto;
  }
}
.pages-2025-hokuriku-kv__swiper .is-tb {
  display: none;
  height: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku-kv__swiper .is-tb {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku-kv__swiper .is-tb {
    display: block;
    height: auto;
  }
}
.pages-2025-hokuriku-kv__swiper .is-sp {
  display: none;
  height: 0;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku-kv__swiper .is-sp {
    display: block;
    height: auto;
  }
}
.pages-2025-hokuriku-kv__swiper .swiper-slide {
  overflow: hidden;
}
.pages-2025-hokuriku-kv__swiper a {
  position: relative;
  display: block;
}
.pages-2025-hokuriku-kv .swiper-wrapper,
.pages-2025-hokuriku-kv .swiper-container,
.pages-2025-hokuriku-kv .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
.pages-2025-hokuriku-kv .swiper-slide {
  position: relative;
}
.pages-2025-hokuriku-kv .swiper-slide img {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  line-height: 0;
}
.pages-2025-hokuriku-kv .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.pages-2025-takumi__content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pages-2025-takumi__styling {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
}
.pages-2025-takumi__styling.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__styling {
    max-width: 100%;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling {
    display: block;
    max-width: 100%;
    padding-bottom: 60px;
  }
}
.pages-2025-takumi__styling-photo {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-photo {
    width: 100%;
  }
}
.pages-2025-takumi__styling-photo-photo {
  position: relative;
}
.pages-2025-takumi__styling-photo-fabric {
  position: absolute;
  width: 60%;
  right: -10vw;
  bottom: -3vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__styling-photo-fabric {
    width: 60%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -20px;
    margin-left: auto;
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-photo-fabric {
    width: 40%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    margin-left: 30px;
  }
}
.is-reverse .pages-2025-takumi__styling-photo-fabric {
  right: auto;
  left: -10vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-reverse .pages-2025-takumi__styling-photo-fabric {
    margin-top: -20px;
    margin-right: auto;
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .is-reverse .pages-2025-takumi__styling-photo-fabric {
    width: 40%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    margin-left: auto;
    margin-right: 0px;
  }
}
.pages-2025-takumi__styling-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-text {
    width: 100%;
  }
}
.pages-2025-takumi__styling-text-inner {
  width: 100%;
  max-width: 720px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__styling-text-inner {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-text-inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pages-2025-takumi__styling-text-logo {
  width: 180px;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-takumi__styling-text-logo {
    width: 140px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-text-logo {
    width: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pages-2025-takumi__styling-text-name {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 200%;
  padding-bottom: 20px;
}
.pages-2025-takumi__styling-text-text {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 200%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pages-2025-takumi__styling-btn a {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 200%;
  padding: 14px 120px 14px 10px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-btn a {
    width: 240px;
    padding: 14px 30px 14px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pages-2025-takumi__styling-btn--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages-2025-takumi__styling-btn--all a {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 200%;
  display: block;
  text-align: center !important;
  padding: 14px 90px 14px 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pages-2025-takumi__styling-btn--all a {
    margin-top: -40px;
    margin-bottom: 40px;
    width: 240px;
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
    display: block;
    text-align: center !important;
    padding: 14px 0px 14px 0px;
  }
}

.pages-2025-hokuriku__lead {
  z-index: 9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__lead {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead {
    display: block;
  }
}
.pages-2025-hokuriku__lead-map {
  position: relative;
  width: 50%;
  aspect-ratio: 923/1145;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku__lead-map {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__lead-map {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-map {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.pages-2025-hokuriku__lead-map-map {
  position: absolute;
  top: -14vw;
  right: 0;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku__lead-map-map {
    -webkit-transform: scale(2.6);
            transform: scale(2.6);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__lead-map-map {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.3 !important;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-map-map {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0.3 !important;
  }
}
.pages-2025-hokuriku__lead-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku__lead-text {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__lead-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-text {
    width: 100%;
  }
}
.pages-2025-hokuriku__lead-text-inner {
  width: 80%;
  max-width: 760px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 120px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku__lead-text-inner {
    width: 100%;
    padding-left: 60px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__lead-text-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-text-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-top: 30px;
  }
}
.pages-2025-hokuriku__lead-title {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 180%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-title {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 180%;
    padding-bottom: 0px;
  }
}
.pages-2025-hokuriku__lead-date {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding-bottom: 40px;
}
.pages-2025-hokuriku__lead-date span.num {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 180%;
}
.pages-2025-hokuriku__lead-date span.bar {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #000;
  margin-left: 0px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-date {
    padding-bottom: 20px;
  }
}
.pages-2025-hokuriku__lead-p {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 200%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-p {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
    padding-bottom: 20px;
  }
}
.pages-2025-hokuriku__lead-note {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 200%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-note {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.pages-2025-hokuriku__lead-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__lead-brands {
    width: 80%;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-brands {
    width: 85%;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10%;
  }
}
.pages-2025-hokuriku__lead-brands-logo {
  width: 20%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku__lead-brands-logo {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__lead-brands-logo {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__lead-brands-logo {
    width: 40%;
    padding-bottom: 20px;
  }
}
.pages-2025-hokuriku__movie {
  width: 100%;
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__movie {
    width: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__movie {
    max-width: 100%;
    padding-bottom: 60px;
  }
}
.pages-2025-hokuriku__movie-title {
  text-align: center;
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 200%;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__movie-title {
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
  }
}
.pages-2025-hokuriku__hash {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  font-weight: 900;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__hash {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.pages-2025-hokuriku__content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pages-2025-hokuriku__2column {
  padding-top: 90px;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pages-2025-hokuriku__2column.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__2column {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__2column {
    display: block;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.pages-2025-hokuriku__2column-photo {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__2column-photo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__2column-photo {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.pages-2025-hokuriku__2column-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__2column-text {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__2column-text {
    width: 100%;
    display: block;
  }
}
.pages-2025-hokuriku__2column-text-inner {
  width: 100%;
  max-width: 600px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .pages-2025-hokuriku__2column-text-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .pages-2025-hokuriku__2column-text-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__2column-text-inner {
    max-width: 100%;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__2column-text-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pages-2025-hokuriku__2column-text-inner p {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__2column-text-inner p {
    padding-top: 20px;
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 200%;
  }
}
.pages-2025-hokuriku__2column-title {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__2column-title {
    padding-top: 30px;
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 140%;
    padding-bottom: 0px;
  }
}
.pages-2025-hokuriku__gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-bottom: 60px;
}
.pages-2025-hokuriku__gallery.is-1st {
  margin-left: auto;
  margin-right: 0;
}
.pages-2025-hokuriku__gallery.is-2nd {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__gallery {
    width: 100%;
    display: block;
    padding-bottom: 0px;
  }
}
.pages-2025-hokuriku__gallery-photo {
  width: 50%;
}
.is-1st .pages-2025-hokuriku__gallery-photo:nth-child(2) {
  margin-top: 5vw;
}
@media screen and (max-width: 767px) {
  .is-1st .pages-2025-hokuriku__gallery-photo:nth-child(2) {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.is-2nd .pages-2025-hokuriku__gallery-photo:nth-child(1) {
  margin-top: 7vw;
}
.is-2nd .pages-2025-hokuriku__gallery-photo:nth-child(2) {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .is-2nd .pages-2025-hokuriku__gallery-photo:nth-child(2) {
    margin-top: 0vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__gallery-photo {
    width: 90%;
  }
}
.pages-2025-hokuriku__styling {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 260px;
}
.pages-2025-hokuriku__styling.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__styling {
    max-width: 100%;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling {
    display: block;
    max-width: 100%;
    padding-bottom: 60px;
  }
}
.pages-2025-hokuriku__styling-photo {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-photo {
    width: 100%;
  }
}
.pages-2025-hokuriku__styling-photo-photo {
  position: relative;
}
.pages-2025-hokuriku__styling-photo-fabric {
  position: absolute;
  width: 60%;
  right: -10vw;
  bottom: -3vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__styling-photo-fabric {
    width: 60%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -20px;
    margin-left: auto;
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-photo-fabric {
    width: 40%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    margin-left: 30px;
  }
}
.is-reverse .pages-2025-hokuriku__styling-photo-fabric {
  right: auto;
  left: -10vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-reverse .pages-2025-hokuriku__styling-photo-fabric {
    margin-top: -20px;
    margin-right: auto;
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .is-reverse .pages-2025-hokuriku__styling-photo-fabric {
    width: 40%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    margin-left: auto;
    margin-right: 0px;
  }
}
.pages-2025-hokuriku__styling-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-text {
    width: 100%;
  }
}
.pages-2025-hokuriku__styling-text-inner {
  width: 100%;
  max-width: 720px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__styling-text-inner {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-text-inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pages-2025-hokuriku__styling-text-logo {
  width: 180px;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pages-2025-hokuriku__styling-text-logo {
    width: 140px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-text-logo {
    width: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pages-2025-hokuriku__styling-text-name {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 200%;
  padding-bottom: 20px;
}
.pages-2025-hokuriku__styling-text-text {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 200%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pages-2025-hokuriku__styling-btn a {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 200%;
  padding: 14px 120px 14px 10px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-btn a {
    width: 240px;
    padding: 14px 30px 14px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pages-2025-hokuriku__styling-btn--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages-2025-hokuriku__styling-btn--all a {
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 200%;
  display: block;
  text-align: center !important;
  padding: 14px 90px 14px 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pages-2025-hokuriku__styling-btn--all a {
    margin-top: -40px;
    margin-bottom: 40px;
    width: 240px;
    font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 200%;
    display: block;
    text-align: center !important;
    padding: 14px 0px 14px 0px;
  }
}

.ocs-header__ham {
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 9999999 !important;
}
@media screen and (max-width: 767px) {
  .ocs-header__ham {
    height: 60px;
  }
}
.ocs-header__ham-inner {
  position: relative;
  width: 24px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ocs-header__ham-inner.is-clicked .ocs-header__ham-line:nth-child(1) {
  position: absolute;
  top: 0;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ocs-header__ham-inner.is-clicked .ocs-header__ham-line:nth-child(2) {
  position: absolute;
  bottom: 8px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ocs-header__ham-line {
  position: absolute;
  width: 1px;
  height: 18px;
  right: 0;
  background-color: white;
  -webkit-transition: all 200ms 0s ease-out;
  transition: all 200ms 0s ease-out;
  -webkit-animation-name: humAnimation;
          animation-name: humAnimation;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.96, 0.46, 1.01);
          animation-timing-function: cubic-bezier(0.35, 0.96, 0.46, 1.01);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .ocs-header__ham-line {
    background-color: black;
  }
}
.is-menu-open .ocs-header__ham-line {
  background-color: black;
}
@-webkit-keyframes humAnimation {
  0% {
    height: 0%;
    top: 0%;
  }
  30% {
    height: 100%;
    top: 0%;
  }
  90% {
    height: 100%;
    top: 0%;
  }
  100% {
    height: 0%;
    top: 100%;
  }
}
@keyframes humAnimation {
  0% {
    height: 0%;
    top: 0%;
  }
  30% {
    height: 100%;
    top: 0%;
  }
  90% {
    height: 100%;
    top: 0%;
  }
  100% {
    height: 0%;
    top: 100%;
  }
}
.ocs-header__ham-line:nth-child(1) {
  right: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ocs-header__ham-line:nth-child(2) {
  right: 16px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.ocs-header__nav-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  line-height: 180%;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background-color: #fff;
  z-index: 999999 !important;
}
.ocs-header__nav-menu.is-open {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .ocs-header__nav-menu {
    overflow: scroll;
    margin-top: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
    opacity: 0;
  }
  .ocs-header__nav-menu.is-open {
    visibility: visible;
    opacity: 1;
  }
}

.ocs-header__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .ocs-header__content {
    display: block;
  }
}
.ocs-header__content-logo {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ocs-header__content-logo {
    width: 100%;
    display: block;
  }
}
.ocs-header__content-logo-logo {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .ocs-header__content-logo-logo {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.ocs-header__content-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ocs-header__content-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ocs-header__content-content-inner {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ocs-header__content-content-list {
    text-align: center;
  }
}
.ocs-header__content-content-list .ja {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 400;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ocs-header__content-content-list .ja {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 180%;
    font-weight: 400;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.ocs-header__content-content-list .line {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ocs-header__content-content-list .line {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.ocs-header__content-content-list .line span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ocs-header__content-content-list .en {
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ocs-header__content-content-list .en {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.scroll-infinity {
  width: 100%;
  height: 100%;
  background-color: #BB1F22;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}

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

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__list--right {
    -webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
            animation: infinity-scroll-right 20s infinite linear 0.5s both;
  }
}

.scroll-infinity__item {
  width: 16.6666666667vw;
  margin-left: 4vw;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    width: 55.5555555556vw;
    padding-left: 8vw;
  }
}

.scroll-infinity__item--logo {
  width: 8.3333333333vw;
  margin-left: 4vw;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item--logo {
    width: 20vw;
    margin-left: 4vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.onward-ocs-2buy-202507__kv {
  width: 100%;
  height: 100%;
  background-color: #BB1F22;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}
.onward-ocs-2buy-202507__content {
  background-color: #f5f5f5;
  width: 100%;
}

.onward-ocs-2buy-202507-keyvisual {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  line-height: 0;
}
.onward-ocs-2buy-202507-keyvisual__area {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .onward-ocs-2buy-202507-keyvisual__area {
    aspect-ratio: 1000/1400;
  }
}
.onward-ocs-2buy-202507-keyvisual__area .swiper-slide {
  overflow: hidden;
}
.onward-ocs-2buy-202507-keyvisual__area a {
  position: relative;
  display: block;
}
.onward-ocs-2buy-202507-keyvisual__side {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: #0B0B0B;
}
@media screen and (max-width: 767px) {
  .onward-ocs-2buy-202507-keyvisual__side {
    display: none;
  }
}

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

/*
* SplitType
*/
.word {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 1;
}

.char {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: transfrom 0.2s;
  transition: transfrom 0.2s;
  padding-bottom: 6px;
  padding-top: 1px;
}