@charset "UTF-8";html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4
}

*,:before,:after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:before,:after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace
}

pre {
    font-size: 1em
}

b,strong {
    font-weight: bolder
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,input,optgroup,select,textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit],[role=button] {
    cursor: pointer
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button,input,select,textarea {
    background-color: transparent;
    border-style: none
}

a:focus,button:focus,input:focus,select:focus,textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

* {
    box-sizing: border-box
}

html {
    color: var(--text-color);
    font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans JP,Meiryo,sans-serif;
    line-height: 1.5;
    font-feature-settings: "palt";
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    overscroll-behavior: none
}

input {
    font-feature-settings: "palt"
}

body {
    background-color: #eee;
    margin: 0;
    overscroll-behavior: none;
    overflow-y: scroll
}

body.is-fixed {
    position: fixed;
    width: 100%
}

:root {
  --color-base: #000;
  --color-black: #000;
  --color-black-hover: color-mix(in srgb, #fff 40%, var(--color-black));
  --color-white: #fff;
  --color-gray: #A8A8A8;
  --color-ivory-dark: #C1B19A;
  --color-ivory: #C1B19A;
  --color-beige-dark: #E2E2D6;
  --color-beige: #F0F0E9;
  --color-blue: #3973BE;
  --color-pink: #e9d1d3;
  --color-green-light: #add1c7;
  --color-green: #96c6b8;
  --color-gray-light-bg: #ebebea;
  --color-gray-light-bg-hover: color-mix(in srgb, #fff 50%, var(--color-gray-light-bg));
  --color-gray-light: #b6bbcc;
  --color-disabled-bg: color-mix(in srgb, #fff 60%, var(--color-gray-light));
  --color-bg-global: #eee;
  --color-bg-base: var(--color-white);
  --color-bg-black: #000;
  --color-bg-red: #8f0028;
  --color-link-base: #414141;
  --color-link-hover: #999;
  --rem1: 0.0625rem;
  --vw1: min(0.2325581395vw, 0.0625rem);
  --font-size-x2s: calc(var(--vw1)*8);
  --font-size-xs: calc(var(--vw1)*9);
  --font-size-sm: calc(var(--vw1)*10);
  --font-size-base: calc(var(--vw1)*11);
  --font-size-lg: calc(var(--vw1)*12);
  --font-size-xl: calc(var(--vw1)*14);
  --font-size-x2l: calc(var(--vw1)*16);
  --font-size-h1: calc(var(--vw1)*20);
  --font-size-h2: calc(var(--vw1)*20);
  --font-size-h3: calc(var(--vw1)*19);
  --radius-md: calc(var(--vw1)*20);
  --space1: calc(var(--vw1)*4);
  --space2: calc(var(--space1)*2);
  --space2_5: calc(var(--space1)*2.5);
  --space3: calc(var(--space1)*3);
  --space4: calc(var(--space1)*4);
  --space4_5: calc(var(--space1)*4.5);
  --space5: calc(var(--space1)*5);
  --space6: calc(var(--space1)*6);
  --space7: calc(var(--space1)*7);
  --space8: calc(var(--space1)*8);
  --space9: calc(var(--space1)*9);
  --space10: calc(var(--space1)*10);
  --space11: calc(var(--space1)*11);
  --space12: calc(var(--space1)*12);
  --space13: calc(var(--space1)*13);
  --space14: calc(var(--space1)*14);
  --space15: calc(var(--space1)*15);
  --space16: calc(var(--space1)*16);
  --space17: calc(var(--space1)*17);
  --space18: calc(var(--space1)*18);
  --space20: calc(var(--space1)*20);
  --space22: calc(var(--space1)*22);
  --space24: calc(var(--space1)*24);
  --space25: calc(var(--space1)*25);
  --line-height-base: 1.5;
  --line-height-heading: 1.3;
  --content-width: calc(var(--rem1)*430);
  --kern100: 0.1em;
  --z-header: 999;
  --family-base: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
  --family-en: "Bodoni Moda", serif;
  --family-gothic: "Lantinghei TC",  system-ui, sans-serif;
  --family-gothic2:"Oswald", sans-serif;
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1)
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}

:where(:focus-visible) {
  outline-offset: 3px
}

:where(ul, ol) {
  list-style: none
}

:where(img, picture, svg, video, canvas) {
  display: block;
  max-inline-size: 100%
}

:where(input, button, textarea, select) {
  color: currentColor;
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  word-spacing: inherit
}

:where(textarea) {
  resize: none
}

:where(textarea:not([rows])) {
  max-height: 10lh;
  min-height: 2lh;
  field-sizing: content
}

html {
  scroll-behavior: smooth;
  scroll-margin-block: 0
}

body {
  background: var(--color-bg-global);
  color: var(--color-base);
  font-family: var(--family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base)
}
.en{/*bodoni 72*/
  font-family: var(--family-en);
  font-weight: 700;
}
.gothic{/*Lantinghei TC*/
  font-family: var(--family-gothic);
}

:where(h1, h2, h3, h4, h5, h6) {
  line-height: var(--line-height-heading)
}

:where(h1) {
  font-size: var(--font-size-h1)
}

:where(h2) {
  font-size: var(--font-size-h2)
}

:where(h3) {
  font-size: var(--font-size-h3)
}

:where(a) {
  color: currentColor;
  -webkit-text-decoration: none;
  text-decoration: none
}

main {
  background: var(--color-bg-base);
  margin-inline: auto;
  max-width: var(--content-width);
  position: relative
}

main.is-active:before {
  opacity: 0 !important;
  transition: all .3s linear .1s;
  visibility: hidden !important
}
/*
main:before {
  background-color: var(--color-white);
  content: "";
  inset: 0;
  position: absolute;
  will-change: opacity;
  z-index: 10
}
*/
main :where(a) {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.bg-code,
.bg-logo {
  display: grid;
  height: 100%;
  place-items: center;
  position: fixed;
  z-index: 0
}

:is(.bg-code, .bg-logo) img {
  block-size: auto;
  inline-size: 100%
}

.bg-logo {
  inline-size: calc(var(--rem1)*178);
  inset-inline-start: calc(50% - var(--rem1)*571)
}

.bg-code {
  inline-size: calc(var(--rem1)*108);
  inset-inline-start: calc(50% + var(--rem1)*425)
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
}

:root {
  --swiper-theme-color: #434343
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.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 {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

.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-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}

.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 {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000)
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0
}

.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 {
  height: var(--swiper-virtual-size);
  width: 1px
}

:root {
  --swiper-navigation-size: 24px
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
 content: "";
 display: block;
 font-size: 0;
 background: #000;
  width: 16px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  /*font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;*/
  line-height: 1;
  text-transform: none !important
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
 content: "";
 clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  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);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.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: transform .2s, top .2s
}

.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: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%
}

.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 {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%
}

.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 {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
  z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap
}

.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.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1
}

.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-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  width: 100%;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0
}

.swiper.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom
}

.c-button {
  --c-button-bg: var(--color-black);
  --c-button-bg-hover: var(--color-black-hover);
  --c-button-padding: calc(var(--vw1)*8) calc(var(--vw1)*18);
  --c-button-font-size: var(--font-size-base);
  --c-button-radius: 0;
  appearance: none;
  background-color: var(--c-button-bg);
  border: none;
  border-radius: var(--c-button-radius);
  box-shadow: none;
  cursor: pointer;
  display: inline-grid;
  font-size: var(--c-button-font-size);
  line-height: 1;
  padding: var(--c-button-padding);
  place-items: center;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color .2s ease-in-out;
  transition-property: color, background-color, border-color;
  vertical-align: middle
}

.c-button:hover {
  background-color: var(--c-button-bg-hover);
  color: var(--c-button-text-hover);
  -webkit-text-decoration: none;
  text-decoration: none
}

.c-button:disabled,
.c-button[aria-disabled],
.c-button[disabled],
.c-button[inert] {
  --c-button-bg: var(--form-bg-disable);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none
}


.u-visually-hidden {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  clip: rect(0, 0, 0, 0) !important
}

.a-disable :not(.a-force),
:is(.a-disable :not(.a-force)):after,
:is(.a-disable :not(.a-force)):before {
  animation: none !important
}

.a-pause,
.a-pause :not(.a-force),
:is(.a-pause, .a-pause :not(.a-force)):after,
:is(.a-pause, .a-pause :not(.a-force)):before {
  animation-play-state: paused !important
}

.u-disable-click,
.u-disable-click * {
  pointer-events: none !important
}

:where(.u-fluid) {
  display: block;
  height: auto;
  width: 100%
}
.c-inview {
  --in-delay: 0s;
  --fade-in-duration: 0.4s;
  --fade-in-easing: linear;
  --trans-in-duration: 0.8s;
  --trans-in-easing: var(--ease-out-cubic);
  --trans-in-start-x: 0;
  --trans-in-start-y: calc(var(--vw1)*10);
  animation: fade-in var(--fade-in-duration) var(--fade-in-easing) calc(var(--in-delay) + .1s) both, trans-in var(--trans-in-duration) var(--trans-in-easing) calc(var(--in-delay) + .1s) both
}

.c-inview:not(.is-in) {
  animation-play-state: paused !important
}

@keyframes maskSlide {
  0% {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0)
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes trans-in {
  0% {
    translate: var(--trans-in-start-x) var(--trans-in-start-y)
  }

  to {
    translate: 0 0
  }
}

.c-inview-cover {
  --cover-in-delay: 0s;
  --cover-in-duration: 0.6s;
  --cover-in-easing: var(--ease-out-quart);
  position: relative
}

.c-inview-cover:not(.is-in):before {
  animation-play-state: paused !important
}

.c-inview-cover.is-red:before {
  background-color: var(--color-bg-red)
}

.c-inview-cover.is-hero:before {
  background-image: linear-gradient(to right, var(--color-bg-red), var(--color-bg-red) 50%, var(--color-bg-black) 50%, var(--color-bg-black) 100%)
}

.c-inview-cover:before {
  animation: maskSlideBefore var(--cover-in-duration) var(--cover-in-easing) var(--cover-in-delay) both;
  background-color: var(--color-bg-black);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1
}

@keyframes maskSlideBefore {
  0% {
    clip-path: inset(0)
  }

  to {
    clip-path: inset(0 0 0 100%)
  }
}


.hero-container {
  position: relative
}


.textImg{
    display: inline-block;
    font-size: 0;
}

.mTopL{
    margin-top: 72px;
}

/*		.lead-section
-----------------------------*/
.lead-section {
  --in-delay: 0.6s;
  --fade-in-duration: 0.4s;
  overflow: hidden;
  text-align: center;
	padding: var(--space12) 6% 0;
}
.lead-section .title {
  margin: 0 auto var(--space12);
  text-align: center;
 font-size: calc(var(--vw1)*15);
	line-height: 2.2;
}
.lead-section .text{
  --in-delay: 0.2s;
 font-size: calc(var(--vw1)*13);
	line-height: 2.54;
}

/*		.styling-section
-----------------------------*/
.styling-section{
	padding: var(--space24) 11.6%;
}
.lead-section + .styling-section{
 padding-top: var(--space15);
}

.styling-section .title {
  margin: var(--space5) auto var(--space3);
 font-size: calc(var(--vw1)*18);
 font-weight: 700;
}
.styling-section h3.title{
  margin: 0 auto var(--space2);
 font-size: calc(var(--vw1)*15);
}

.styling-section .text{
  --in-delay: 0.2s;
	font-size: var(--font-size-lg);
 line-height: 1.58;
 letter-spacing: 0.013em;
}
.styling-section a{
 text-decoration: none;
}
.itemimg{
 margin-top:var(--space5);
}
.iteminfo{
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: var(--space3);
}
.iteminfo .code{
 font-family: var(--family-gothic2);
 font-size: calc(var(--vw1)*12);
 font-weight: 400;
 line-height: 1.2;
}
.iteminfo .price{
 font-family: var(--family-gothic2);
 font-size: calc(var(--vw1)*18);
font-weight: 600;
 line-height: 1;
}
.styling-section a:hover .c-button{
  background-color: var(--c-button-bg-hover);
  color: var(--c-button-text-hover);}

/*		utility-design
-----------------------------*/
.utility-design{
  --in-delay: 0.2s;
 background: #f0f0f0;
 padding: var(--space8) 0 var(--space3);
}
.utility-design .title{
  margin: 0 auto var(--space7);
 font-size: 16px;
 text-align: center;
 line-height: 1.8;
}
.utility-slider{
 margin: 0 auto var(--space13);
}
.utility-slide-item{
}
.utility-slide-item >div{
 background: #fff;
 padding: 31px var(--space8);
 width: 77%;
 max-width: 328px;
 margin: 0 auto;
}
.utility-slide-item .img{
 position: relative;
}
.utility-slide-item .img::before{
 content: "";
 display: block;
 background: #fff;
 width: 31px;
 height: 31px;
 clip-path: polygon(100% 0, 0% 100%, 0 0);
 position: absolute;
 top: -1px;
 left: -1px;
 z-index: 1;
}
.utility-slide-item .img .num{
 position: absolute;
 top: -15px;
 left: -15px;
 font-size: calc(var(--vw1)*25);
 color: #000;
 letter-spacing: 0.05em;
 line-height: 1;
 z-index: 1;
}
.utility-slide-item p:not(.num){
 display: flex;
 align-items: center;
 justify-content: center;
 height: 6.56em;
  margin-top:var(--space3);
  font-size: var(--font-size-xl);
 font-weight: 500;
 text-align: center;
 line-height: 1.64;
}

.utility-design .text{
 margin-bottom: var(--space7);
 text-align: center;
 font-size: var(--font-size-xl);
}
.silhouette-img{
 display: flex;
 gap:0 10px;
 padding: 0 11.6%;
}
.silhouette-img + .silhouette-img{
  margin-top: var(--space7);
}
.silhouette-img figure{
 width: calc((100% - 10px)/2);
  background-color: #ffffff;
}
.silhouette-img img{
 width: 100%;
 position: relative;
}
.silhouette-img figcaption{
  border-top: 1px solid #000000;
  padding: 4px 0 3px;
  text-align: center;
  font-size: 7px;
  line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.silhouette-img figure:nth-of-type(1) figcaption{
  background-color: #000000;
  color: #ffffff;
}
.silhouette-img figure:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 4px solid #000;
  vertical-align: middle;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%,-50%);
}
.silhouette-img + .note{
  margin-top: 15px;
  padding: 0 var(--space7);
  font-size: 7px;
  text-align: right;
}

/*		item-section
-----------------------------*/
.item-section{
 padding:var(--space20) 6%;
}
.item-section .title{
 margin-bottom: var(--space13);
 text-align: center;
 line-height: 1;
}
.item-section .title img{
 margin: 0 auto;
}
.item-section ul{
 display: flex;
 flex-flow: row wrap;
 gap:30px 20px;
}
.item-section ul > li{
 width: calc((100% - 20px)/2);
 background: #EBEBEB;
}
.item-section ul > li a{
 position: relative;
 display: block;
 padding:11px 20px 27px;
}
.item-section li p{
 position: absolute;
}
.item-section li .code{
 top: 0;left: 0;
 padding: 10px 0 0 12px;
 font-family: var(--family-gothic2);
 font-size: calc(var(--vw1)*11);
}

.item-section li .price{
 bottom: 6px;left: 10px;
 font-family: var(--family-gothic2);
 font-size: var(--font-size-xl);
font-weight: 600;
 line-height: 1.36;
 letter-spacing: 0.01em;
}
.item-section li .btn{
 bottom: 6px;right: 10px;
 border: 1px #000000 solid;
 background: none;
 padding: 4px 12px;
}
.item-section li a:hover .btn{
 background: rgba(255,255,255,.9)
}




@media screen and (width >=768px) {
  .u-hide-md {
    display: none !important
  }
}

@media screen and (width < 768px) {
  .u-hide-until-md {
    display: none !important
  }
}

@media not print {
  :where(body) {
    min-height: 100dvh
  }
}

.bg-code-minimalbra {
      transform: translateY(0%) !important;
}