@charset "UTF-8";
/*
--------------------------------
	variables
--------------------------------
*/
/* ---- sizes ---- */
/* ---- colors ---- */
/*
--------------------------------
	mixins
--------------------------------
*/
/* ---- media query ---- */
/* ---- color --- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  -webkit-text-size-adjust: 100%;
  /* for iOS, Android */
}

li {
  list-style: none;
}

a, button {
  -webkit-tap-highlight-color: transparent;
  /* for iOS, Android */
}

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

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

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

input, select, textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: 1;
}

strong, em, b {
  font-weight: bold;
  font-style: normal;
}

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen\0  {
  body {
    font-family: Meiryo, sans-serif;
  }
}
.serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Meiryo, serif;
}

@media screen\0  {
  .serif {
    font-family: HGS明朝E, serif;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.txt_vertical {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.en {
  font-family: Arial, sans-serif;
}

.ast {
  font-family: sans-serif;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}
/*
--------------------------------
	utilities
--------------------------------
*/
/* ---- media query ---- */
@media screen and (min-width: 1024px) {
  .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tb-hidden {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp-hidden {
    display: none;
  }
}
/* ---- margin ---- */
.mt0.bp, .bp .mt0 {
  margin-top: 0px !important;
}

.mt10.bp, .bp .mt10 {
  margin-top: 10px !important;
}

.mt20.bp, .bp .mt20 {
  margin-top: 20px !important;
}

.mt30.bp, .bp .mt30 {
  margin-top: 30px !important;
}

.mt40.bp, .bp .mt40 {
  margin-top: 40px !important;
}

.mt50.bp, .bp .mt50 {
  margin-top: 50px !important;
}

.mt60.bp, .bp .mt60 {
  margin-top: 60px !important;
}

.mt70.bp, .bp .mt70 {
  margin-top: 70px !important;
}

.mt80.bp, .bp .mt80 {
  margin-top: 80px !important;
}

.mt90.bp, .bp .mt90 {
  margin-top: 90px !important;
}

.mt100.bp, .bp .mt100 {
  margin-top: 100px !important;
}

.mt110.bp, .bp .mt110 {
  margin-top: 110px !important;
}

.mt120.bp, .bp .mt120 {
  margin-top: 120px !important;
}

.mt130.bp, .bp .mt130 {
  margin-top: 130px !important;
}

.mt140.bp, .bp .mt140 {
  margin-top: 140px !important;
}

.mt150.bp, .bp .mt150 {
  margin-top: 150px !important;
}

@media screen and (max-width: 599px) {
  .mt0.bp, .bp .mt0 {
    margin-top: 0vw !important;
  }

  .mt10.bp, .bp .mt10 {
    margin-top: 1.5vw !important;
  }

  .mt20.bp, .bp .mt20 {
    margin-top: 3vw !important;
  }

  .mt30.bp, .bp .mt30 {
    margin-top: 4.5vw !important;
  }

  .mt40.bp, .bp .mt40 {
    margin-top: 6vw !important;
  }

  .mt50.bp, .bp .mt50 {
    margin-top: 7.5vw !important;
  }

  .mt60.bp, .bp .mt60 {
    margin-top: 9vw !important;
  }

  .mt70.bp, .bp .mt70 {
    margin-top: 10.5vw !important;
  }

  .mt80.bp, .bp .mt80 {
    margin-top: 12vw !important;
  }

  .mt90.bp, .bp .mt90 {
    margin-top: 13.5vw !important;
  }

  .mt100.bp, .bp .mt100 {
    margin-top: 15vw !important;
  }

  .mt110.bp, .bp .mt110 {
    margin-top: 16.5vw !important;
  }

  .mt120.bp, .bp .mt120 {
    margin-top: 18vw !important;
  }

  .mt130.bp, .bp .mt130 {
    margin-top: 19.5vw !important;
  }

  .mt140.bp, .bp .mt140 {
    margin-top: 21vw !important;
  }

  .mt150.bp, .bp .mt150 {
    margin-top: 22.5vw !important;
  }

  .sp-mt1vw.bp, .bp .sp-mt1vw {
    margin-top: 1vw !important;
  }

  .sp-mt2vw.bp, .bp .sp-mt2vw {
    margin-top: 2vw !important;
  }

  .sp-mt3vw.bp, .bp .sp-mt3vw {
    margin-top: 3vw !important;
  }

  .sp-mt4vw.bp, .bp .sp-mt4vw {
    margin-top: 4vw !important;
  }

  .sp-mt5vw.bp, .bp .sp-mt5vw {
    margin-top: 5vw !important;
  }

  .sp-mt6vw.bp, .bp .sp-mt6vw {
    margin-top: 6vw !important;
  }

  .sp-mt7vw.bp, .bp .sp-mt7vw {
    margin-top: 7vw !important;
  }

  .sp-mt8vw.bp, .bp .sp-mt8vw {
    margin-top: 8vw !important;
  }

  .sp-mt9vw.bp, .bp .sp-mt9vw {
    margin-top: 9vw !important;
  }

  .sp-mt10vw.bp, .bp .sp-mt10vw {
    margin-top: 10vw !important;
  }

  .sp-mt11vw.bp, .bp .sp-mt11vw {
    margin-top: 11vw !important;
  }

  .sp-mt12vw.bp, .bp .sp-mt12vw {
    margin-top: 12vw !important;
  }

  .sp-mt13vw.bp, .bp .sp-mt13vw {
    margin-top: 13vw !important;
  }

  .sp-mt14vw.bp, .bp .sp-mt14vw {
    margin-top: 14vw !important;
  }

  .sp-mt15vw.bp, .bp .sp-mt15vw {
    margin-top: 15vw !important;
  }

  .sp-mt16vw.bp, .bp .sp-mt16vw {
    margin-top: 16vw !important;
  }

  .sp-mt17vw.bp, .bp .sp-mt17vw {
    margin-top: 17vw !important;
  }

  .sp-mt18vw.bp, .bp .sp-mt18vw {
    margin-top: 18vw !important;
  }

  .sp-mt19vw.bp, .bp .sp-mt19vw {
    margin-top: 19vw !important;
  }

  .sp-mt20vw.bp, .bp .sp-mt20vw {
    margin-top: 20vw !important;
  }
}
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  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, .swiper-3d .swiper-wrapper {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.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: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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: 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: flex;
  align-items: 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:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 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;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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: 10px;
  top: 50%;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: flex;
  justify-content: 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;
}

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

.swiper-slide-visible .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 {
  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-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;
  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;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

/*
--------------------------------
	top page
--------------------------------
*/
.page-top {
  /* ---- scrollbar ---- */
  scrollbar-width: none;
  /* ---- main visual ---- */
  /* ---- mission ---- */
  /* ---- message ---- */
  /* ---- our service ---- */
  /* ---- company ---- */
  /* ---- news ---- */
  /* ---- brand ---- */
  /* ---- sustainability ---- */
  /* ---- footer ---- */
  /* ---- scroll spinner ---- */
}
.page-top body::-webkit-scrollbar {
  display: none;
}
.page-top .mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: #d9d9d9;
  background-image: url(../images/top/mv_bg.png);
  overflow: hidden;
}
.page-top .mv .cube {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 40vh;
  height: 40vh;
  margin: -20vh 0 0 -20vh;
  transform-style: preserve-3d;
}
.page-top .mv .cube span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-top .mv .cube span:nth-child(1) {
  background-color: #fff;
  transform: translateZ(20vh);
}
.page-top .mv .cube span:nth-child(2) {
  background-color: #fff;
  transform: rotateY(180deg) translateZ(20vh);
}
.page-top .mv .cube span:nth-child(3) {
  background-color: #f4f4f4;
  transform: rotateY(90deg) translateZ(20vh);
}
.page-top .mv .cube span:nth-child(4) {
  background-color: #f4f4f4;
  transform: rotateY(-90deg) translateZ(20vh);
}
.page-top .mv .cube span:nth-child(5) {
  background-color: #ededed;
  transform: rotateX(90deg) translateZ(20vh);
}
.page-top .mv .cube span:nth-child(6) {
  background-color: #ededed;
  transform: rotateX(-90deg) translateZ(20vh);
}
.page-top .mv p {
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  transform: translateZ(1000px);
}
.page-top .mv p span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.page-top .mv .catch {
  font-family: "Arial Black", sans-serif;
  font-size: 9.2rem;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.page-top .mv .name {
  margin-top: 0.25em;
  padding-left: 0.87em;
  font-family: Arial, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.87em;
}
@media screen and (max-width: 1023px) {
  .page-top .mv {
    height: calc(var(--vh, 1vh) * 100);
  }
  .page-top .mv .cube {
    width: 48vw;
    height: 48vw;
    margin: -24vw 0 0 -24vw;
  }
  .page-top .mv .cube span:nth-child(1) {
    background-color: #fff;
    transform: translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(2) {
    background-color: #fff;
    transform: rotateY(180deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(3) {
    background-color: #f4f4f4;
    transform: rotateY(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(4) {
    background-color: #f4f4f4;
    transform: rotateY(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(5) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(6) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }

  .page-top .mv .cube span:nth-child(7) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(8) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(9) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(10) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(11) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(12) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }

  .page-top .mv .cube span:nth-child(13) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(14) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(15) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(16) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }



  .page-top .mv .cube span:nth-child(17) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(18) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(19) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(20) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }

  .page-top .mv .cube span:nth-child(21) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(22) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(23) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(24) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }

  .page-top .mv .cube span:nth-child(25) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(26) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(27) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(28) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }

  .page-top .mv .cube span:nth-child(29) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
/*  .page-top .mv .cube span:nth-child(30) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(31) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(32) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }

  .page-top .mv .cube span:nth-child(33) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(34) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(35) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(36) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(37) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(38) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(39) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(40) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }  
  .page-top .mv .cube span:nth-child(41) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(42) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(43) {
    background-color: #ededed;
    transform: rotateX(90deg) translateZ(24vw);
  }
  .page-top .mv .cube span:nth-child(44) {
    background-color: #ededed;
    transform: rotateX(-90deg) translateZ(24vw);
  }*/


  .page-top .mv p {
    margin-left: 13vw;
    text-align: left;
    line-height: 1.15;
  }
  .page-top .mv .catch {
    font-size: 16vw;
    letter-spacing: -0.01em;
  }
  .page-top .mv .name {
    margin-top: 2em;
    padding-left: 0.3em;
    font-size: 3.2vw;
    letter-spacing: 0.3em;
  }
}
.page-top .mission {
  position: relative;
  padding: 0 5%;
}
.page-top .mission .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.page-top .mission .head {
  height: 100vh;
}
.page-top .mission h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-top .mission h2 .en {
  display: block;
  position: relative;
  margin-bottom: 2em;
  padding-left: 3em;
  color: #222;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.7;
}
.page-top .mission h2 .en::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2em;
  height: 1px;
  background-color: #222;
}
.page-top .mission h2 .jp {
  color: #222;
  font-size: 7.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.67;
}
.page-top .mission .body {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
.page-top .mission p + p {
  margin-top: 0.8em;
}
@media screen and (max-width: 1023px) {
  .page-top .mission {
    padding: 0 8vw;
  }
  .page-top .mission .section-inner {
    max-width: none;
    margin: 0;
  }
  .page-top .mission h2 .en {
    margin-bottom: 9vw;
    font-size: 2.6rem;
  }
  .page-top .mission h2 .jp {
    font-size: 7.5vw;
  }
  .page-top .mission .body {
    font-size: 2.4rem;
  }
  .page-top .mission p + p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  .page-top .mission h2 .en {
    font-size: 1.5rem;
  }
  .page-top .mission .body {
    font-size: 1.7rem;
  }
}
.page-top .message {
  position: relative;
  padding: 0 5% 150vh;
  background-color: #fff;
}
.page-top .message .section-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.page-top .message .head {
  height: 100vh;
  transform-origin: 0 50%;
}
.page-top .message h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-top .message h2 .en {
  display: block;
  position: relative;
  margin-bottom: 2em;
  padding-left: 3em;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.4;
}
.page-top .message h2 .en::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2em;
  height: 1px;
  background-color: #fff;
}
.page-top .message h2 .jp {
  color: #fff;
  font-size: 7.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.67;
  opacity: 0.8;
}
.page-top .message .body {
  padding: 100vh 0 0 50%;
}
.page-top .message p {
  color: #cfcfcf;
  font-size: 1.6rem;
  line-height: 2.25;
}
.page-top .message p + p {
  margin-top: 2.5em;
}
.page-top .message p:last-of-type {
  text-align: right;
}
.page-top .message p img {
  display: inline-block;
  width: 130px;
}
@media screen and (max-width: 1023px) {
  .page-top .message {
    padding: 0 8vw 150vh;
  }
  .page-top .message .section-inner {
    max-width: none;
    margin: 0;
  }
  .page-top .message h2 .en {
    margin-bottom: 9vw;
    font-size: 2.6rem;
  }
  .page-top .message h2 .jp {
    font-size: 7.5vw;
  }
  .page-top .message .body {
    padding: 100vh 0 0 0;
  }
  .page-top .message p {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: justify;
  }
  .page-top .message p + p {
    margin-top: 2.5em;
  }
  .page-top .message p img {
    width: 84px;
  }
}
@media screen and (max-width: 599px) {
  .page-top .message h2 .en {
    font-size: 1.5rem;
  }
  .page-top .message p {
    font-size: 1.4rem;
  }
}
.page-top .service {
  position: relative;
  padding: 0 5%;
}
.page-top .service .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.page-top .service h2 {
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-top .service h2 + p {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.3;
}
.page-top .subsidiary {
  display: flex;
  flex-wrap: wrap;
}
.page-top .subsidiary li {
  width: 31%;
  margin: 90px 3.5% 0 0;
}
.page-top .subsidiary li:nth-child(3n) {
  margin-right: 0;
}
.page-top .subsidiary a {
  display: block;
}
.page-top .subsidiary a:hover, .page-top .subsidiary a:active {
  color: #222;
}
.page-top .subsidiary a:hover .img, .page-top .subsidiary a:active .img {
  border-color: #666;
}
.page-top .subsidiary a:hover .img img, .page-top .subsidiary a:active .img img {
  transform: scale(1.08) translate3d(0, 0, 0);
}
.page-top .subsidiary .img {
  overflow: hidden;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease-out;
}
.page-top .subsidiary .img img {
  display: block;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
}
.page-top .subsidiary .name {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.page-top .subsidiary p {
  margin-top: 7px;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 1023px) {
  .page-top .service {
    padding: 0 8vw;
  }
  .page-top .service .section-inner {
    max-width: none;
    margin: 0;
  }
  .page-top .service h2 {
    font-size: 8vw;
  }
  .page-top .service h2 + p {
    margin-top: 6vw;
    font-size: 1.8rem;
    line-height: 2;
  }
  .page-top .subsidiary li {
    width: 48.5%;
    margin: 9vw 3% 0 0;
  }
  .page-top .subsidiary li:nth-child(3n) {
    margin-right: 3%;
  }
  .page-top .subsidiary li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .page-top .service h2 + p {
    font-size: 1.4rem;
  }
  .page-top .subsidiary {
    display: block;
  }
  .page-top .subsidiary li {
    width: auto;
    margin: 18vw 0 0;
  }
  .page-top .subsidiary li:nth-child(3n) {
    margin-right: 0;
  }
  .page-top .subsidiary a:hover .img, .page-top .subsidiary a:active .img {
    border-color: #ccc;
  }
  .page-top .subsidiary a:hover .img img, .page-top .subsidiary a:active .img img {
    transform: scale(1) translate3d(0, 0, 0);
  }
  .page-top .subsidiary .img {
    transition: none;
  }
  .page-top .subsidiary .img img {
    transition: none;
  }
  .page-top .subsidiary .name {
    margin-top: 6vw;
    font-size: 1.7rem;
  }
  .page-top .subsidiary p {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.page-top .company {
  margin-top: 320px;
  padding: 0 5%;
}
.page-top .company .section-inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
.page-top .company h2 {
  width: 45%;
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-top .company dl {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  margin-top: 0;
  border-top: 1px solid #ccc;
}
.page-top .company dl dt {
  width: 130px;
  padding: 30px 10px 30px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.page-top .company dl dd {
  width: calc(100% - 130px);
  padding: 30px 20px 30px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.page-top .company a {
  text-decoration: underline;
}
.page-top .company a:hover, .page-top .company a:active {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .page-top .company {
    margin-top: 30vw;
    padding: 0 8vw;
  }
  .page-top .company .section-inner {
    display: block;
    max-width: none;
    margin: 0;
  }
  .page-top .company h2 {
    width: auto;
    font-size: 8vw;
  }
  .page-top .company dl {
    width: auto;
    margin-top: 14vw;
  }
  .page-top .company dl dt {
    width: 140px;
    padding: 5.6vw 2vw 5.6vw 3vw;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-top .company dl dd {
    width: calc(100% - 140px);
    padding: 5.6vw 3vw 5.6vw 0;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .page-top .company a:hover, .page-top .company a:active {
    text-decoration: underline;
  }
}
@media screen and (max-width: 599px) {
  .page-top .company dl dt {
    width: 85px;
    font-size: 1.2rem;
  }
  .page-top .company dl dd {
    width: calc(100% - 85px);
    font-size: 1.2rem;
  }
}
.page-top .news {
  margin-top: 320px;
  padding: 0 5%;
}
.page-top .news .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.page-top .news h2 {
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-top .news ul {
  margin-top: 80px;
  border-top: 1px solid #ccc;
}
.page-top .news li {
  border-bottom: 1px solid #ccc;
}
.page-top .news a, .page-top .news li > div {
  display: flex;
  align-items: flex-start;
  padding: 45px 30px;
}
.page-top .news a {
  transition: color 0.2s;
}
.page-top .news time {
  display: block;
  width: 95px;
  margin-top: 7px;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
}
.page-top .news .category {
  width: 80px;
  margin-top: 1px;
  padding: 6px 0;
  background-color: #222;
  border-radius: 100px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}
.page-top .news .title {
  width: calc(100% - 265px);
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.67;
}
@media screen and (max-width: 1023px) {
  .page-top .news {
    margin-top: 30vw;
    padding: 0 8vw;
  }
  .page-top .news .section-inner {
    max-width: none;
    margin: 0;
  }
  .page-top .news h2 {
    font-size: 8vw;
  }
  .page-top .news ul {
    margin-top: 14vw;
  }
  .page-top .news a, .page-top .news li > div {
    flex-wrap: wrap;
    align-items: center;
    padding: 5vw 2.5vw;
  }
  .page-top .news a {
    transition: none;
  }
  .page-top .news a:hover, .page-top .news a:active {
    color: #222;
  }
  .page-top .news time {
    width: 85px;
    margin-top: 0;
    font-size: 1.4rem;
  }
  .page-top .news .category {
    width: 85px;
    margin-top: 0;
    padding: 4px 0;
    font-size: 1.4rem;
  }
  .page-top .news .title {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .page-top .news time {
    width: 70px;
    font-size: 1.1rem;
  }
  .page-top .news .category {
    width: 65px;
    padding: 3px 0;
    font-size: 1.1rem;
  }
  .page-top .news .title {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.page-top .brand {
  margin-top: 140px;
  padding: 120px 0;
  background-color: #f4f4f4;
}
.page-top .brand .head {
  padding: 0 5%;
}
.page-top .brand .head h2 {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-top .brand .slider {
  margin: 70px 0 25px;
}
.page-top .brand .swiper-slide {
  position: relative;
  overflow: hidden;
}
.page-top .brand .swiper-slide img {
  display: block;
  width: 100%;
}
.page-top .brand .swiper-slide dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 30px 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.page-top .brand .swiper-slide dl:hover {
  transform: translateY(0);
  opacity: 1;
}
.page-top .brand .swiper-slide dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.page-top .brand .swiper-slide dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-top .brand .nav {
  padding: 0 5%;
}
.page-top .brand .nav .inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.page-top .brand .nav .arrows {
  display: flex;
  width: 50%;
}
.page-top .brand .nav .arrows button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -400px;
  opacity: 1;
  transition: opacity 0.2s;
}
.page-top .brand .nav .arrows button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 1px solid #222;
}
.page-top .brand .nav .arrows button.button-prev::after {
  left: calc(50% - 4px);
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}
.page-top .brand .nav .arrows button.button-next::after {
  left: calc(50% - 8px);
  border-right: 1px solid #222;
  transform: rotate(45deg);
}
.page-top .brand .nav .swiper-pagination {
  position: static;
  width: 50%;
  text-align: right;
}
.page-top .brand .nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.page-top .brand .nav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0e0e0e;
}
@media screen and (max-width: 1023px) {
  .page-top .brand {
    margin-top: 20vw;
    padding: 20vw 0 13vw;
  }
  .page-top .brand .head {
    padding: 0 8vw;
  }
  .page-top .brand .head h2 {
    max-width: none;
    margin: 0;
    font-size: 4.5vw;
  }
  .page-top .brand .slider {
    margin: 9vw 0 5vw;
  }
  .page-top .brand .swiper-slide dl {
    display: block;
    position: static;
    width: auto;
    height: auto;
    margin-top: 4vw;
    padding: 0;
    background: none;
    color: #222;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .page-top .brand .swiper-slide dl:hover {
    transform: none;
    opacity: 1;
  }
  .page-top .brand .swiper-slide dl dt {
    font-size: 1.7rem;
  }
  .page-top .brand .swiper-slide dl dd {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .page-top .brand .nav {
    padding: 0 8vw;
  }
  .page-top .brand .nav .inner {
    max-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .page-top .brand .head h2 {
    font-size: 2.4rem;
  }
}
.page-top .sustainability {
  /*margin-top: 320px;*/
  padding: 5%;
  background-image: url('../images/top/ready-to-scale-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-top .sustainability .section-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.page-top .sustainability .txt {
  width: 50%;
  color: white!important
}
.page-top .sustainability .img {
  width: 50%;
}
.page-top .sustainability .img img {
  max-width: 570px;
}
.page-top .sustainability h2 {
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-top .sustainability h3 {
  /*margin-top: 65px;*/
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
.page-top .sustainability h3 + p {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2.25;
}
.page-top .sustainability .btn {
  margin-top: 60px;
  color: white!important
}
.page-top .sustainability .btn a {
  display: inline-block;
  position: relative;
  padding: 22px 70px 22px 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  color: white!important
}
.page-top .sustainability .btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  transform: translateX(0) scale(1, 0.5) rotate(45deg);
  transition: transform 0.2s ease-out;
}
.page-top .sustainability .btn a:hover, .page-top .sustainability .btn a:active {
  color: #222;
}
.page-top .sustainability .btn a:hover::after, .page-top .sustainability .btn a:active::after {
  transform: translateX(7px) scale(1, 0.5) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .page-top .sustainability {
    margin-top: 20vw;
    padding: 0 8vw;
    background-image: none;
  }
  .page-top .sustainability .section-inner {
    display: block;
    max-width: none;
    margin: 0;
  }
  .page-top .sustainability .txt {
    width: auto;
    margin-top: 14vw;
  }
  .page-top .sustainability .img {
    width: auto;
    text-align: center;
  }
  .page-top .sustainability .img img {
    width: 50vw;
  }
  .page-top .sustainability h2 {
    font-size: 8vw;
  }
  .page-top .sustainability h3 {
    margin-top: 6vw;
    font-size: 3rem;
  }
  .page-top .sustainability h3 + p {
    margin-top: 2vw;
    font-size: 1.8rem;
    line-height: 2;
  }
  .page-top .sustainability .btn {
    margin-top: 6vw;
  }
  .page-top .sustainability .btn a {
    padding: 14px 60px 14px 35px;
    font-size: 1.8rem;
  }
  .page-top .sustainability .btn a::after {
    right: 30px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    transition: none;
  }
  .page-top .sustainability .btn a:hover::after, .page-top .sustainability .btn a:active::after {
    transform: translateX(0) scale(1, 0.5) rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .page-top .sustainability .img img {
    width: 65vw;
  }
  .page-top .sustainability h3 {
    font-size: 2rem;
  }
  .page-top .sustainability h3 + p {
    font-size: 1.4rem;
  }
  .page-top .sustainability .btn a {
    font-size: 1.4rem;
  }
}
.page-top .footer-container {
  padding: 0 5%;
}
.page-top .footer-container .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .page-top .footer-container {
    padding: 0 8vw;
  }
  .page-top .footer-container .section-inner {
    max-width: none;
    margin: 0;
  }
}
.page-top .scroll-spinner {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  width: 100px;
  height: 100px;
  mix-blend-mode: exclusion;
  -webkit-animation: rotate-scroll-spinner 16s linear infinite both;
          animation: rotate-scroll-spinner 16s linear infinite both;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.page-top .scroll-spinner.hide {
  opacity: 0;
}
@-webkit-keyframes rotate-scroll-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-scroll-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1023px) {
  .page-top .scroll-spinner {
    right: 5vw;
    bottom: 5vw;
    width: 50px;
    height: 50px;
  }
}

/* .page-top */
/*
--------------------------------
	policy pages
--------------------------------
*/
.u-mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .u-mt100 {
    margin-top: 50px;
  }
}

.lowerinner {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .lowerinner {
    width: 100%;
  }
}

.page-title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .page-title {
    font-size: 9vw;
    line-height: 1.5;
  }
}
.page-title.page-title--small {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .page-title.page-title--small {
    font-size: 2rem;
    line-height: 1.9;
  }
}

.page-sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .page-sub-title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.side-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 75px;
}
.side-wrapper .side-inner-right p {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .side-wrapper {
    display: block;
    margin-top: 50px;
  }
  .side-wrapper .side-inner-right p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: initial;
  }
}

dl {
  margin-top: 45px;
}
@media screen and (max-width: 599px) {
  dl {
    margin-top: 25px;
  }
}
dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  dl dt {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  dl dd {
    font-size: 1.4rem;
    line-height: 1.775;
  }
}
dl ol li {
  font-size: 1.6rem;
  line-height: 1.875;
  list-style: decimal;
  margin-left: 20.8px;
}
@media screen and (max-width: 599px) {
  dl ol li {
    font-size: 1.4rem;
    line-height: 1.775;
    margin-left: 18.56px;
  }
}

.button-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .button-wrapper {
    margin-top: 40px;
  }
}
.button-wrapper .button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  outline: none;
}
@media screen and (max-width: 599px) {
  .button-wrapper .button {
    max-width: initial;
  }
}

.button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  transform-style: preserve-3d;
  transition: 0.5s;
}

.rotateback span:nth-child(1) {
  background: #fff;
  color: #000;
  transform: rotateX(0deg);
  transform-origin: 0 50% -25px;
}

.rotateback:hover span:nth-child(1) {
  transform: rotateX(90deg);
}

.rotateback span:nth-child(2) {
  background: #000;
  color: #fff;
  transform: rotateX(-90deg);
  transform-origin: 0 50% -25px;
}

.rotateback:hover span:nth-child(2) {
  transform: rotateX(0deg);
}

/* ---- scroll spinner ---- */
.lower-page .scroll-spinner {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  width: 100px;
  height: 100px;
  mix-blend-mode: exclusion;
  -webkit-animation: rotate-scroll-spinner 16s linear infinite both;
          animation: rotate-scroll-spinner 16s linear infinite both;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.lower-page .scroll-spinner.hide {
  opacity: 0;
}
@keyframes rotate-scroll-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1023px) {
  .lower-page .scroll-spinner {
    right: 5vw;
    bottom: 5vw;
    width: 50px;
    height: 50px;
  }
}

.p-sus-footer-container {
  width: 70%;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 599px) {
  .p-sus-footer-container {
    width: 100%;
    padding: 0 8vw;
  }
}
.p-sus-footer-container footer {
  padding-top: 100px !important;
}

.sdgs-summary-area-container {
  width: 100%;
  background-color: #f4f4f4;
}
.sdgs-summary-area-container__inner {
  width: 70%;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1280px;
}
@media screen and (max-width: 599px) {
  .sdgs-summary-area-container__inner {
    width: 100%;
    padding: 60px 8vw;
  }
}

.p-sus-body-container {
  padding-bottom: 100px !important;
}

.sammary-icon-cntener {
  flex-wrap: wrap;
}

.p-sus-categorys-container {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transition: all 0.3s;
}
.p-sus-categorys-container .p-sus-category {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  border-bottom: solid 2px #ebebeb;
  position: relative;
  font-weight: 600;
}
.p-sus-categorys-container .p-sus-category::after {
  content: "";
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  background-image: url(../images/vector.svg);
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 0%;
  margin-left: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #222;
  transform: scale(0.5);
  width: 20px;
  height: 20px;
}
.p-sus-categorys-container .p-sus-category:hover {
  transition: all 0.3s;
}
.p-sus-categorys-container .p-sus-category span {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: translate(-10px, 4px);
  height: 2px;
  background-color: #222;
  transition: all ease-out 0.4s;
}
.p-sus-categorys-container a {
  margin-right: 3%;
}
.p-sus-categorys-container a:hover {
  color: #222;
}
.p-sus-categorys-container a:hover span {
  opacity: 1;
  transform: translate(-10px, 2px);
  background-color: #d70a30;
  transition: all ease-out 0.4s;
}
.p-sus-categorys-container a:hover .p-sus-category::after {
  content: "";
  background-size: 50%;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  border-radius: 50%;
  background-color: #d70a30;
  transform: scale(1.3);
}
@media screen and (max-width: 599px) {
  .p-sus-categorys-container {
    display: block;
  }
  .p-sus-categorys-container .p-sus-category {
    justify-content: space-between;
    font-size: 3.5vw;
  }
  .p-sus-categorys-container .p-sus-category::after {
    content: "";
    transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    background-image: url(../images/vector.svg);
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-left: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: #222;
    transform: scale(1);
    width: 20px;
    height: 20px;
  }
}

.p-sus-heading {
  width: 100%;
  background-color: #d9d9d9;
}
.p-sus-heading__inner {
  position: relative;
  max-width: 1280px;
  width: 72.5%;
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 200px;
}
.p-sus-heading__inner .p-sus-heading__title {
  position: relative;
  z-index: 10;
}

.c-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-row.c-cols-2 .c-col {
  width: 48.5%;
}
@media screen and (max-width: 599px) {
  .c-row.c-cols-2 .c-col {
    width: 50%;
  }
}
.c-row.c-cols-9 .c-col {
  width: 10.5%;
}
@media screen and (max-width: 599px) {
  .c-row.c-cols-9 .c-col {
    width: 32%;
    margin-top: 2%;
  }
}

.p-sus-attempt-bottom {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-sus-attempt-bottom {
    display: block;
    margin-top: 12px;
  }
}

.attempt-container {
  margin-top: 150px;
  color: #222;
}
@media screen and (max-width: 599px) {
  .attempt-container {
    margin-top: 90px;
  }
}

.c-image-16_9 {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-image-square {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-sus-text-area {
  width: 83%;
}
@media screen and (max-width: 599px) {
  .p-sus-text-area {
    width: 100%;
  }
}

.p-sus-sdgs-icon-area {
  width: 15%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(-6px);
}
.p-sus-sdgs-icon-area .p-sus-sdgs-icon {
  width: 47%;
  margin-top: 6px;
}
@media screen and (max-width: 599px) {
  .p-sus-sdgs-icon-area .p-sus-sdgs-icon {
    width: 17.5%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-sus-sdgs-icon-area {
    width: 100%;
    justify-content: initial;
    flex-direction: initial;
    margin-top: 12px;
  }
}

.p-sus-title {
  color: #222;
}
.p-sus-title::after {
  content: "サステナビリティ";
  display: block;
  font-size: 20pt;
  color: #222;
  line-height: 36pt;
}
@media screen and (max-width: 599px) {
  .p-sus-title::after {
    font-size: 4vw;
  }
}

.p-sus-sub-title {
  font-size: 36pt;
  color: #222;
}
@media screen and (max-width: 599px) {
  .p-sus-sub-title {
    font-size: 8vw;
  }
}

.p-sus-body-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 36pt;
}
@media screen and (max-width: 599px) {
  .p-sus-body-title {
    font-size: 18px;
    line-height: 24pt;
  }
}

.p-sus-body-text {
  font-size: 18px;
  line-height: 30pt;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-sus-body-text {
    font-size: 14px;
    margin-top: 6px;
    line-height: 24pt;
  }
}

.p-sus-category-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 100px;
  line-height: 40px;
}
.p-sus-category-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #d70a30;
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 20px;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 599px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

.is-fadeIn {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.is-fadeIn-left {
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.is-fadeIn-right {
  transform: translateX(30px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.is-rotate {
  transform-origin: bottom right;
  transform: rotate(60deg);
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}

.is-rotate-run {
  transform-origin: bottom right;
  transform: rotate(0deg);
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.is-fadeIn-run {
  transform: translate(0px) !important;
  opacity: 1 !important;
}

.delay1 {
  transition-delay: 100ms;
}

.delay2 {
  transition-delay: 200ms;
}

.delay3 {
  transition-delay: 300ms;
}

.delay4 {
  transition-delay: 400ms;
}

.delay5 {
  transition-delay: 500ms;
}

.delay6 {
  transition-delay: 600ms;
}

.delay7 {
  transition-delay: 700ms;
}

.delay8 {
  transition-delay: 800ms;
}

.delay9 {
  transition-delay: 900ms;
}

@-webkit-keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
  -webkit-animation: text-focus-in 0.7s ease-in both;
  animation: text-focus-in 0.7s ease-in both;
}

.p-sus-current a {
  position: relative;
}
.p-sus-current a span {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 5%;
  width: 0%;
  background-color: #FFF;
}

.page-title-statement {
  font-size: 5rem;
}
@media screen and (max-width: 599px) {
  .page-title-statement {
    font-size: 7vw;
  }
}

.page-sub-title-statement {
  font-size: 2rem;
  line-height: 2em;
  margin-top: 45px;
}
@media screen and (max-width: 599px) {
  .page-sub-title-statement {
    font-size: 3.5vw;
    margin-top: 25px;
  }
}

/*
--------------------------------
	basics
--------------------------------
*/
/* ---- basics ---- */
body {
  color: #222;
  background-color: #fff;
  overflow-y: scroll;
}

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

a:link {
  color: #222;
}

a:visited {
  color: #222;
}

a:hover {
  text-decoration: none;
  color: #919191;
}

a:active {
  text-decoration: none;
  color: #919191;
}

/*
--------------------------------
	common
--------------------------------
*/
/* ---- container ---- */
.global-container {
  width: 100%;
  overflow: hidden;
}

.body-container {
  padding: 280px 5% 0;
}
.body-container > .inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .body-container {
    padding: 35vw 8vw 0;
  }
  .body-container > .inner {
    max-width: none;
    margin: 0;
  }
}
/* ---- page top/bottom white gradation mask ---- */
.page-top-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 20vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 90%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.page-top-mask.hide {
  opacity: 0;
}

.page-bottom-mask {
  display: none;
}

.page-top .page-bottom-mask {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 98;
  width: 100%;
  height: 20vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 90%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.page-top .page-bottom-mask.hide {
  opacity: 0;
}

/* ---- header ---- */
body > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 103;
  width: 100%;
  height: 80px;
  padding: 0 40px;
}
body > header .site-id {
  position: relative;
  width: 200px!important;
}
body > header .site-id img:first-child {
  width: 200px !important;
  margin-top:10px;
}
body > header .site-id img:last-child {
  width: 200px !important;
  margin-top:10px;
}
body > header .site-id img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 0.4s ease-out;
}
body > header .site-id img:first-child {
  position: static;
  opacity: 1;
}
body > header .site-id img:last-child {
  opacity: 0;
}
body > header h1.site-id a {
  pointer-events: none;
}
body > header.open .site-id img:first-child, body > header.bg-black .site-id img:first-child {
  opacity: 0;
}
body > header.open .site-id img:last-child, body > header.bg-black .site-id img:last-child {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  body > header {
    height: 56px;
    padding: 0 5vw;
  }
  body > header .site-id {
    width: calc(100% - 30px - 10vw);
  }
  body > header .site-id img {
    max-width: 270px;
  }
}
/* ---- footer ---- */
footer {
  display: flex;
  padding: 250px 0 100px;
}
footer ul {
  display: flex;
  width: 70%;
}
footer ul li {
  margin-right: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}
footer p {
  width: 30%;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
}
footer a {
  transition: color 0.2s;
}

@media screen and (max-width: 1023px) {
  footer {
    display: block;
    padding: 25vw 0 15vw;
  }
  footer ul {
    width: auto;
  }
  footer ul li {
    margin-right: 5vw;
    font-size: 1.3rem;
  }
  footer p {
    width: auto;
    margin-top: 4vw;
    font-size: 0.9rem;
    text-align: left;
  }
  footer a {
    transition: none;
  }
}
@media screen and (max-width: 599px) {
  footer ul li {
    font-size: 1.1rem;
  }
}
/* ---- mouse cursor ---- */
body {
  cursor: none;
}

a:hover, a:active,
button:hover, button:active {
  cursor: none;
}

.cursor,
.stalker {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 201;
  mix-blend-mode: exclusion;
}

.stalker {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 200;
  mix-blend-mode: exclusion;
  transition: transform ease-out 0.2s;
}
.stalker span {
  display: block;
  height: 100%;
  border-radius: 50%;
  background-color: #222;
  opacity: 0.5;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: opacity ease-out 0.2s, transform ease-out 0.2s;
}
.stalker.hover span {
  opacity: 0.8;
  transform: scale(1.8);
}

@media screen and (max-width: 1023px) {
  body {
    cursor: auto;
  }

  a:hover, a:active,
button:hover, button:active {
    cursor: auto;
  }

  .cursor,
.stalker {
    display: none;
  }
}
/* ---- hamburger menu ---- */
/* button */
body > header button {
  display: block;
  position: relative;
  width: 80px;
  height: 100%;
  margin-right: -20px;
  overflow: hidden;
  text-indent: -400px;
}
body > header button::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: calc(50% - 1px);
  width: 40px;
  height: 2px;
  background-color: #000;
  transform: translateY(-4px);
  transition: background-color 0.2s 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
body > header button::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: calc(50% - 1px);
  width: 40px;
  height: 2px;
  background-color: #000;
  transform: translateY(4px);
  transition: background-color 0.2s 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
body > header.open button::before {
  background-color: #fff;
  transform: translateY(0) rotate(30deg);
  transition: background-color 0.2s 0s ease-out, transform 0.2s 0s ease-out;
}
body > header.open button::after {
  background-color: #fff;
  transform: translateY(0) rotate(-30deg);
  transition: background-color 0.2s 0s ease-out, transform 0.2s 0s ease-out;
}

body > header.bg-black button::before {
  background-color: #fff;
}
body > header.bg-black button::after {
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  body > header button {
    width: 56px;
    margin-right: -13px;
  }
  body > header button::before {
    left: 13px;
    width: 30px;
  }
  body > header button::after {
    left: 13px;
    width: 30px;
  }
}
/* menu */
.hamburger-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  pointer-events: none;
}
.hamburger-menu .inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.hamburger-menu .body {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.hamburger-menu .body ul {
  width: calc(100% - 330px);
}
.hamburger-menu .body ul li {
  margin-top: 3vh;
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 0.2s cubic-bezier(0, 0.36, 0.32, 1), transform 0.2s cubic-bezier(0, 0.36, 0.32, 1);
}
.hamburger-menu .body ul li:nth-child(1) {
  transition-delay: 0s;
  margin-top: 0;
}
.hamburger-menu .body ul li:nth-child(2) {
  transition-delay: 0s;
}
.hamburger-menu .body ul li:nth-child(3) {
  transition-delay: 0s;
}
.hamburger-menu .body ul li:nth-child(4) {
  transition-delay: 0s;
}
.hamburger-menu .body ul li:nth-child(5) {
  transition-delay: 0s;
}
.hamburger-menu .body ul li:nth-child(6) {
  transition-delay: 0s;
}
.hamburger-menu .body ul a {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.2s;
}
.hamburger-menu .body ul a:hover, .hamburger-menu .body ul a:active {
  opacity: 0.4;
}
.hamburger-menu .body dl {
  width: 330px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.hamburger-menu .body dl dt {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hamburger-menu .body dl dd {
  margin-top: 7px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.hamburger-menu .body dl a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s;
}
.hamburger-menu .body dl a:hover, .hamburger-menu .body dl a:active {
  opacity: 0.4;
}
.hamburger-menu .foot {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 75px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.hamburger-menu .foot ul {
  display: flex;
  width: calc(100% - 330px);
}
.hamburger-menu .foot ul li {
  margin-right: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.hamburger-menu .foot ul a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s;
}
.hamburger-menu .foot ul a:hover, .hamburger-menu .foot ul a:active {
  opacity: 0.4;
}
.hamburger-menu .foot p {
  width: 330px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.hamburger-menu.show a {
  pointer-events: auto;
}
.hamburger-menu.show .body li {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s cubic-bezier(0, 0.36, 0.32, 1), transform 1s cubic-bezier(0, 0.36, 0.32, 1);
}
.hamburger-menu.show .body li:nth-child(1) {
  transition-delay: 0.2s;
}
.hamburger-menu.show .body li:nth-child(2) {
  transition-delay: 0.25s;
}
.hamburger-menu.show .body li:nth-child(3) {
  transition-delay: 0.3s;
}
.hamburger-menu.show .body li:nth-child(4) {
  transition-delay: 0.35s;
}
.hamburger-menu.show .body li:nth-child(5) {
  transition-delay: 0.4s;
}
.hamburger-menu.show .body li:nth-child(6) {
  transition-delay: 0.45s;
}
.hamburger-menu.show .body dl {
  opacity: 1;
}
.hamburger-menu.show .foot {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .hamburger-menu {
    padding: 0 8vw;
  }
  .hamburger-menu .inner {
    max-width: none;
    margin: 0;
  }
  .hamburger-menu .body {
    display: block;
  }
  .hamburger-menu .body ul {
    width: auto;
  }
  .hamburger-menu .body ul li {
    margin-top: 5vw;
  }
  .hamburger-menu .body ul li:first-child {
    margin-top: 0;
  }
  .hamburger-menu .body ul a {
    font-size: 9.2vw;
    transition: none;
  }
  .hamburger-menu .body ul a:hover, .hamburger-menu .body ul a:active {
    opacity: 1;
  }
  .hamburger-menu .body dl {
    display: none;
  }
  .hamburger-menu .foot {
    display: block;
    bottom: 10vw;
  }
  .hamburger-menu .foot ul {
    width: auto;
  }
  .hamburger-menu .foot ul li {
    margin-right: 5vw;
    font-size: 1.3rem;
  }
  .hamburger-menu .foot ul a {
    transition: none;
  }
  .hamburger-menu .foot ul a:hover, .hamburger-menu .foot ul a:active {
    opacity: 1;
  }
  .hamburger-menu .foot p {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hamburger-menu .foot ul li {
    font-size: 1.1rem;
  }
}
/* cover */
.hamburger-cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.hamburger-cover::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: calc(200vw + 200vh);
  height: calc(200vw + 200vh);
  margin: calc(-100vw - 100vh) calc(-100vw - 100vh) 0 0;
  border-radius: 50%;
  background-color: #999;
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: opacity 0.25s 0.3s cubic-bezier(0, 0.36, 0.32, 1), transform 0.5s 0.1s cubic-bezier(0, 0.36, 0.32, 1);
}
.hamburger-cover::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: calc(200vw + 200vh);
  height: calc(200vw + 200vh);
  margin: calc(-100vw - 100vh) calc(-100vw - 100vh) 0 0;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: opacity 0.2s 0.2s cubic-bezier(0, 0.36, 0.32, 1), transform 0.4s 0s cubic-bezier(0, 0.36, 0.32, 1);
}
.hamburger-cover.show {
  pointer-events: auto;
}
.hamburger-cover.show::before {
  opacity: 0.4;
  transform: scale(1);
  transition: opacity 0.4s 0s cubic-bezier(0, 0.36, 0.32, 1), transform 0.6s 0s cubic-bezier(0, 0.36, 0.32, 1);
}
.hamburger-cover.show::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s 0.2s cubic-bezier(0, 0.36, 0.32, 1), transform 0.8s 0.2s cubic-bezier(0, 0.36, 0.32, 1);
}

/* @media screen and (max-width:1023px) {
  .tab-only {
    display: none;
  }
}

@media screen and (min-width:1201px) {
  .tab-only {
    display: none;
  }
} */


@media screen and (min-width:1024px) and (max-width:1280px) {
.page-top .mv .tab-only-catch {
  font-size: 7.2rem;
}
.page-top .mv .tab-only-name {
  font-size: 2.49rem;
}

.tab-only-h2 {
  font-size: 6rem !important;
}

.tab-only-sus-img {
  max-width: 400px !important;
  margin: 0 auto !important;
  display: block !important;
}

}