@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 1s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slideX
============================================ */
.slideX {
  overflow: hidden;
}
.slideX .slideX_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slideX.on .slideX_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slideX {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slideX .animeWrap_item__slideXImg {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideXImg {
  transform: translateX(0);
}

/* slideY
============================================ */
.slideY {
  overflow: hidden;
}
.slideY .slideY_item {
  transform: translateY(105%);
  transition: transform 1s ease;
}
.slideY.on .slideY_item {
  transform: translateY(0);
}

.animeWrap .animeWrap_item__slideY {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slideY .animeWrap_item__slideYImg {
  transform: translateY(105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideYImg {
  transform: translateY(0);
}

/* big
===================================================== */
.big {
  transform: scale(0);
  transition: transform 0.5s ease, opacity 0.2s ease;
}
.big.on {
  transform: scale(1);
}

/* rotationY
===================================================== */
@-webkit-keyframes rotationX {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes rotationX {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 読み込み
===================================================== */
/* common
===================================================== */
html.stop,
body.stop {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  background-color: #B00000;
  color: #E1BC63;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 15px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
    margin-top: 40px;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* creditAjax
===================================================== */
.creditAjax_link .creditAjax_price__proper::before,
.creditAjax_link .creditAjax_price__sale::before {
  content: "¥";
}
.creditAjax_link .creditAjax_price__sale {
  color: #ee2e2e;
  margin-left: 5px;
}
.creditAjax_link .creditAjax_price__off {
  color: #ee2e2e;
}
.creditAjax_link .creditAjax_price__off::before {
  content: "(";
}
.creditAjax_link .creditAjax_price__off::after {
  content: ")";
}
.creditAjax_link.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}
.creditAjax_link .creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* .btn
===================================================== */
.btn {
  background-color: #E1BC63;
  color: #B00000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 359px;
    line-height: 56px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 65.0666666667vw;
    line-height: 10.1333333333vw;
    font-size: 3.2vw;
  }
}
.btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    background-color: #846E3A;
    color: #E1BC63;
  }
}

/* 
===================================================== */
.stylingTitle {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .stylingTitle {
    font-size: 38px;
    gap: 40px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  .stylingTitle {
    font-size: 7.4666666667vw;
    gap: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.stylingTitle span {
  display: block;
  background-color: #E1BC63;
  transform-origin: center;
  transform: rotate(20deg);
  width: 1px;
}
@media screen and (min-width: 769px) {
  .stylingTitle span {
    height: 49px;
  }
}
@media screen and (max-width: 768px) {
  .stylingTitle span {
    height: 9.0666666667vw;
  }
}

.stylingList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .stylingList {
    padding: 0 7px;
    gap: 35px 10px;
  }
}
@media screen and (max-width: 768px) {
  .stylingList {
    padding: 0 2.6666666667vw;
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylingList li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .stylingList li {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
.stylingList .secCateStyling_listImg {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .stylingList .secCateStyling_listImg {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .stylingList .secCateStyling_listImg {
    margin-bottom: 1.3333333333vw;
  }
}
.stylingList .secCateStyling_listImg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.152173913%;
}
.stylingList .secCateStyling_listImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stylingList .secCateStyling_listName,
.stylingList .secCateStyling_listHeight {
  line-height: 1.4166666667;
}
@media screen and (min-width: 769px) {
  .stylingList .secCateStyling_listName,
.stylingList .secCateStyling_listHeight {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .stylingList .secCateStyling_listName,
.stylingList .secCateStyling_listHeight {
    font-size: 3.2vw;
  }
}

/* .loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  pointer-events: none;
}

/* .fv
===================================================== */
.fv .fv_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fv .fv_inner {
    height: min(58.3333333333vw, 700px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner {
    height: 177.8666666667vw;
    width: 100%;
  }
}
.fv .fvBg {
  content: "";
  display: block;
  background-color: #E1BC63;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media screen and (min-width: 769px) {
  .fv .fvBg.fvBg__1 {
    width: min(12.0833333333vw, 145px);
    left: min(10.25vw, 123px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvBg.fvBg__1 {
    width: 20vw;
    left: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvBg.fvBg__2 {
    width: min(0.25vw, 3px);
    left: min(9.5vw, 114px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvBg.fvBg__2 {
    width: 1.0666666667vw;
    left: 2.1333333333vw;
  }
}
.fv .fvTitle {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .fv .fvTitle {
    width: min(13.3333333333vw, 160px);
    top: min(2.1666666667vw, 26px);
    right: min(9.5833333333vw, 115px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvTitle {
    width: 27.7333333333vw;
    top: 3.7333333333vw;
    right: 3.4666666667vw;
  }
}
.fv .fvImg {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .fv .fvImg {
    gap: min(0.8333333333vw, 10px);
    width: calc(min(18.25vw, 219px) * 3 + min(0.8333333333vw, 10px) * 2);
    top: min(2.9166666667vw, 35px);
    right: min(25vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvImg {
    gap: 1.0666666667vw;
    width: 59.7333333333vw;
    top: 2.9333333333vw;
    right: 24.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvImg li {
    width: min(18.25vw, 219px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvImg li {
    width: 29.3333333333vw;
  }
}
.fv .fvImg li.anime .fvImg_bg {
  transform: rotateY(180deg);
  transition: transform 1s;
}
.fv .fvImg li.anime img {
  transition: transform 1s;
}
.fv .fvImg li.anime img:first-of-type {
  transform: rotateY(0);
}
.fv .fvImg li.anime img:last-of-type {
  transform: rotateY(180deg);
}
.fv .fvImg a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .fv .fvImg a {
    padding-top: 143.3789954338%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvImg a {
    padding-top: 191.8181818182%;
  }
}
.fv .fvImg a .fvImg_bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.2);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
  pointer-events: none;
}
.fv .fvImg a img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.fv .fvImg a img:first-of-type {
  transform: rotateY(-180deg);
}
.fv .fvImg a img:last-of-type {
  transform: rotateY(0deg);
}
.fv .fvText {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .fv .fvText {
    top: min(2.6666666667vw, 32px);
    left: min(13.5833333333vw, 163px);
    width: min(5.4166666667vw, 65px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvText {
    top: 1.8666666667vw;
    left: 6.9333333333vw;
    width: 9.3333333333vw;
  }
}

/* .lead
===================================================== */
.lead .leadText {
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .lead .leadText {
    text-align: center;
    font-size: 14px;
    margin: 140px auto;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText {
    width: 89.3333333333vw;
    font-size: 3.7333333333vw;
    margin: 24vw auto;
  }
}

/* .menu
===================================================== */
@media screen and (min-width: 769px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1050px) {
  .menu {
    display: block;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1050px) {
  .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1050px) {
  .menu ul li {
    border: 1px solid #E1BC63;
    border-radius: 999px;
    width: 380px;
    line-height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .menu ul li {
    border: 1px solid #E1BC63;
    border-radius: 999px;
    width: 74.6666666667vw;
    line-height: 12.2666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1050px) {
  .menu ul a {
    display: block;
    letter-spacing: 0.07em;
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .menu ul a {
    display: block;
    letter-spacing: 0.07em;
    text-align: center;
    font-size: 5.8666666667vw;
  }
}

/* .content
===================================================== */
@media screen and (min-width: 769px) {
  .content {
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1050px) {
  .content {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .content .content_left {
    background-color: #9B0505;
    width: 37.5%;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 50px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1050px) {
  .content .content_left {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .content .content_left .content_leftInner {
    display: flex;
    flex-direction: column;
    width: 330px;
  }
}
@media screen and (min-width: 769px) {
  .content .content_left .secMenu {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 769px) {
  .content .content_left .secMenu:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .content .content_left .secMenu_title {
    font-size: 20px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .content .content_left ul {
    gap: 50px;
  }
}
@media screen and (min-width: 769px) {
  .content .content_left a {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .content .content_right {
    width: 100%;
    padding-top: 53px;
  }
}

/* .sec
===================================================== */
@media screen and (min-width: 769px) {
  .sec {
    padding-bottom: 240px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding-bottom: 48vw;
  }
}

/* 
===================================================== */
.secMenu {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .secMenu {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 768px) {
  .secMenu {
    margin-bottom: 22.6666666667vw;
  }
}
.secMenu .secMenu_title {
  text-align: center;
  letter-spacing: 0.07em;
  border-top: 1px solid #E1BC63;
  border-bottom: 1px solid #E1BC63;
}
@media screen and (min-width: 769px) {
  .secMenu .secMenu_title {
    font-size: 34px;
    line-height: 67px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .secMenu .secMenu_title {
    font-size: 6.9333333333vw;
    line-height: 11.7333333333vw;
    margin-bottom: 8vw;
  }
}
.secMenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .secMenu ul {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secMenu ul {
    gap: 10.6666666667vw;
  }
}
.secMenu ul a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .secMenu ul a {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .secMenu ul a {
    font-size: 4.2666666667vw;
  }
}

/* .secCate
===================================================== */
.secCate {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E1BC63;
}
@media screen and (min-width: 769px) {
  .secCate {
    border-radius: 10px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secCate {
    border-radius: 2.6666666667vw;
    width: 94.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secCate:not(:last-of-type) {
    margin-bottom: 145px;
  }
}
@media screen and (max-width: 768px) {
  .secCate:not(:last-of-type) {
    margin-bottom: 28.8vw;
  }
}
.secCate .secCateTitle {
  background-color: #E1BC63;
  color: #B00000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secCate .secCateTitle {
    padding: 0 12px;
    transform: translateY(-7px);
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .secCate .secCateTitle {
    padding: 0 2.1333333333vw;
    transform: translateY(-1.3333333333vw);
    margin-bottom: 12vw;
  }
}
.secCate .secCateTitle span {
  display: block;
}
.secCate .secCateTitle .secCateTitle_inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .secCate .secCateTitle .secCateTitle_inner {
    padding-top: 62px;
    padding-bottom: 30px;
    width: 307px;
    border-left: 2px solid #B00000;
    border-right: 2px solid #B00000;
  }
}
@media screen and (max-width: 768px) {
  .secCate .secCateTitle .secCateTitle_inner {
    padding-top: 11.2vw;
    padding-bottom: 4.8vw;
    width: 56vw;
    border-left: 1px solid #B00000;
    border-right: 1px solid #B00000;
  }
}
.secCate .secCateTitle .secCateTitle_head {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.051em;
}
@media screen and (min-width: 769px) {
  .secCate .secCateTitle .secCateTitle_head {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .secCate .secCateTitle .secCateTitle_head {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.secCate .secCateTitle .secCateTitle_en {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .secCate .secCateTitle .secCateTitle_en {
    font-size: 54px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .secCate .secCateTitle .secCateTitle_en {
    font-size: 10.6666666667vw;
    margin-bottom: 0.2666666667vw;
  }
}
.secCate .secCateTitle .secCateTitle_ja {
  letter-spacing: 0.051em;
}
@media screen and (min-width: 769px) {
  .secCate .secCateTitle .secCateTitle_ja {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .secCate .secCateTitle .secCateTitle_ja {
    font-size: 3.2vw;
  }
}

/* .secCateMain
===================================================== */
.secCateMain {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secCateMain {
    max-width: 463px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain {
    width: 84.2666666667vw;
    margin-bottom: 18.6666666667vw;
  }
}
.secCateMain .secCateMainTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainTitle {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainTitle {
    gap: 2.6666666667vw;
    margin-bottom: 4.5333333333vw;
  }
}
.secCateMain .secCateMainTitle .secCateMainTitle_img {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainTitle .secCateMainTitle_img {
    width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainTitle .secCateMainTitle_img {
    width: 17.8666666667vw;
  }
}
.secCateMain .secCateMainTitle .secCateMainTitle_text {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainTitle .secCateMainTitle_text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainTitle .secCateMainTitle_text {
    font-size: 4.2666666667vw;
  }
}
.secCateMain .secCateMainTitle .secCateMainTitle_text span {
  display: block;
  white-space: nowrap;
}
.secCateMain a {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .secCateMain a {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain a {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateMain a:hover .secCateMainItem_btn {
    background-color: #846E3A;
    color: #E1BC63;
  }
}
.secCateMain a:after {
  content: "";
  display: block;
  background-color: #E1BC63;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .secCateMain a:after {
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain a:after {
    width: 17.6vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainItem_img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainItem_img {
    margin-bottom: 1.8666666667vw;
  }
}
.secCateMain .secCateMainItem_data {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.secCateMain .secCateMainItem_left {
  width: 100%;
}
.secCateMain .secCateMainItem_brand {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainItem_brand {
    font-size: 33px;
    margin: 12px 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainItem_brand {
    font-size: 6.9333333333vw;
    margin: 2.1333333333vw 0 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainItem_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainItem_name {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainItem_price {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainItem_price {
    font-size: 3.7333333333vw;
  }
}
.secCateMain .secCateMainItem_btn {
  letter-spacing: 0.03em;
  background-color: #E1BC63;
  color: #B00000;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainItem_btn {
    font-size: 18px;
    width: 79px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainItem_btn {
    font-size: 3.2vw;
    width: 14.1333333333vw;
    line-height: 5.8666666667vw;
  }
}
.secCateMain .secCateMainItem_come {
  line-height: 1.6666666667;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .secCateMain .secCateMainItem_come {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .secCateMain .secCateMainItem_come {
    font-size: 3.2vw;
  }
}

/* .secCateStyling
===================================================== */
.secCateStyling {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secCateStyling {
    max-width: 463px;
    margin-bottom: 185px;
  }
}
@media screen and (max-width: 768px) {
  .secCateStyling {
    width: 84.2666666667vw;
    margin-bottom: 33.6vw;
  }
}
.secCateStyling .secCateStyling_tab {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .secCateStyling .secCateStyling_tab {
    margin-bottom: 34px;
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .secCateStyling .secCateStyling_tab {
    margin-bottom: 6.4vw;
    gap: 1.8666666667vw;
  }
}
.secCateStyling .secCateStyling_tab::before {
  content: "";
  display: block;
  background-color: #E1BC63;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
}
@media screen and (min-width: 769px) {
  .secCateStyling .secCateStyling_tab::before {
    width: calc(100% + 8px);
  }
}
@media screen and (max-width: 768px) {
  .secCateStyling .secCateStyling_tab::before {
    width: calc(100% + 2.6666666667vw);
  }
}
.secCateStyling .secCateStyling_tab li {
  cursor: pointer;
  letter-spacing: 0.02em;
  text-align: center;
  border: 1px solid #E1BC63;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .secCateStyling .secCateStyling_tab li {
    font-size: 20px;
    line-height: 58px;
    width: 144px;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .secCateStyling .secCateStyling_tab li {
    font-size: 3.7333333333vw;
    line-height: 10.1333333333vw;
    width: 26.6666666667vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
.secCateStyling .secCateStyling_tab li.active {
  background-color: #E1BC63;
  color: #B00000;
}
@media screen and (min-width: 769px) {
  .secCateStyling .secCateStyling_staffArea {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .secCateStyling .secCateStyling_staffArea {
    margin-bottom: 9.6vw;
  }
}
.secCateStyling .secCateStyling_staff {
  display: none;
  width: 100%;
}
.secCateStyling .secCateStyling_staff.active {
  display: block;
}

/* .secCateUnder
===================================================== */
.secCateUnder {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .secCateUnder {
    max-width: 372px;
  }
}
@media screen and (max-width: 768px) {
  .secCateUnder {
    width: 69.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateUnder .secCateUnder_item:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .secCateUnder .secCateUnder_item:not(:last-of-type) {
    margin-bottom: 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateUnder .secCateUnder_item:last-of-type {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .secCateUnder .secCateUnder_item:last-of-type {
    margin-bottom: 10.6666666667vw;
  }
}
.secCateUnder .secCateUnder_item a {
  display: block;
  position: relative;
}
.secCateUnder .secCateUnder_item .secCateUnder_no {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .secCateUnder .secCateUnder_item .secCateUnder_no {
    width: 69px;
    top: -21px;
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .secCateUnder .secCateUnder_item .secCateUnder_no {
    width: 12.8vw;
    top: -4.2666666667vw;
    left: -3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateUnder .secCateUnder_item .secCateUnder_img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .secCateUnder .secCateUnder_item .secCateUnder_img {
    margin-bottom: 1.8666666667vw;
  }
}
.secCateUnder .secCateUnder_item .secCateUnder_name,
.secCateUnder .secCateUnder_item .secCateUnder_brand,
.secCateUnder .secCateUnder_item .secCateUnder_price {
  line-height: 1.4285714286;
}
@media screen and (min-width: 769px) {
  .secCateUnder .secCateUnder_item .secCateUnder_name {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .secCateUnder .secCateUnder_item .secCateUnder_name {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secCateUnder .secCateUnder_item .secCateUnder_brand,
.secCateUnder .secCateUnder_item .secCateUnder_price {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .secCateUnder .secCateUnder_item .secCateUnder_brand,
.secCateUnder .secCateUnder_item .secCateUnder_price {
    font-size: 2.9333333333vw;
  }
}
/* #secCate__2_1
===================================================== */
/* #secCate__2_2
===================================================== */
@media screen and (min-width: 769px) {
  #secCate__2_2 .secCateTitle_en {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  #secCate__2_2 .secCateTitle_en {
    font-size: 7.4666666667vw;
  }
}

/* .modalOpen
===================================================== */
.modalOpen {
  position: fixed;
  right: 0;
  bottom: 50px;
  cursor: pointer;
  display: none;
  z-index: 2;
}
.modalOpen .modalOpen_inner {
  background-color: #846E3A;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .modalOpen .modalOpen_inner {
    width: 64px;
    height: 69px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modalOpen .modalOpen_inner {
    width: 17.0666666667vw;
    height: 18.4vw;
    border-radius: 10.6666666667vw 0 0 10.6666666667vw;
  }
}
.modalOpen img {
  transform: translateX(17%);
}
@media screen and (min-width: 769px) {
  .modalOpen img {
    width: 39px;
  }
}
@media screen and (max-width: 768px) {
  .modalOpen img {
    width: 10.4vw;
  }
}

/* .modal
===================================================== */
.modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #B00000;
  display: none;
}
.modal .modal_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal .modal_inner {
    height: 100vh;
    width: 100%;
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_inner {
    width: 89.3333333333vw;
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  .modal .secMenu:first-of-type {
    margin-bottom: 25.3333333333vw;
  }
}
.modal .secMenu:last-of-type {
  margin-bottom: 0;
}
.modal .modalClose {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal .modalClose {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose {
    padding: 6.6666666667vw;
  }
}
.modal .modalClose .modalClose_inner {
  display: block;
  border: 1px solid #E1BC63;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .modal .modalClose .modalClose_inner {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose .modalClose_inner {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.modal .modalClose .modalClose_line {
  display: block;
  position: absolute;
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal .modalClose .modalClose_line::before, .modal .modalClose .modalClose_line::after {
  content: "";
  display: block;
  background-color: #E1BC63;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modal .modalClose .modalClose_line::before {
    width: 32px;
    height: 1.5px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose .modalClose_line::before {
    width: 8.5333333333vw;
    height: 0.4vw;
  }
}
@media screen and (min-width: 769px) {
  .modal .modalClose .modalClose_line::after {
    height: 32px;
    width: 1.5px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose .modalClose_line::after {
    height: 8.5333333333vw;
    width: 0.4vw;
  }
}

/* .stylingModal
===================================================== */
.stylingModal {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: #B00000;
  height: 100vh;
  width: 100%;
  display: none;
  opacity: 1;
  pointer-events: auto;
}
.stylingModal.transparent {
  opacity: 0;
  pointer-events: none;
}
.stylingModal .stylingModal_inner {
  width: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .stylingModal .stylingModal_inner {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .stylingModal .stylingModal_inner {
    height: 100vh;
    height: 100svh;
  }
}
.stylingModal .stylingModal_content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .stylingModal .stylingModal_content {
    margin-top: 50px;
    padding: 45px 0 100px;
    max-width: 598px;
  }
}
@media screen and (max-width: 768px) {
  .stylingModal .stylingModal_content {
    margin-top: 40px;
    padding: 6.9333333333vw 0 13.3333333333vw;
    width: 84.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylingModal .stylingTitle {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .stylingModal .stylingTitle {
    font-size: 8.2666666667vw;
    gap: 7.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .stylingModal .stylingTitle span {
    height: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylingModal .stylingText {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .stylingModal .stylingText {
    font-size: 4.2666666667vw;
    margin-bottom: 0.8vw;
    padding: 0 2.6666666667vw;
  }
}
.stylingModal .stylingList {
  display: none;
}
@media screen and (min-width: 769px) {
  .stylingModal .stylingList {
    margin-bottom: 100px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .stylingModal .stylingList {
    margin-bottom: 21.3333333333vw;
  }
}
.stylingModal .stylingList.active {
  display: flex;
}/*# sourceMappingURL=style.css.map */