@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] {
  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 */
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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 {
  animation-name: blurAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

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

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

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* transition
===================================================== */
.bg_kv,
.bg_1,
.bg_2 {
  transition: opacity 0.7s;
}

.sec,
.secProf {
  transition: color 0.7s;
}

.secTitle_label path,
.secTitle_thema path,
.brandMain_leftNum path,
.secProf_title path,
.secDetail_title path,
.brandBottom_title path {
  transition: fill 0.7s;
}

.brandMain {
  transition: all 0.7s;
}

.brandItem_btn,
.brandItem_name,
.brandBottom_btn a {
  transition: border-color 0.7s;
}

.secProf_title::before,
.secProf_link::after,
.brandStyling::after,
.brandBottom_btn a {
  transition: background-color 0.7s;
}

/* common
===================================================== */
.wrapper {
  overflow-x: clip;
  width: 100%;
  color: #9D783B;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 13px;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

a:hover {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

img,
video,
svg {
  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;
  }
}

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

/* .bg
===================================================== */
.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .bg {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bg {
    top: 40px;
  }
}
.bg .bg_kv,
.bg .bg_1,
.bg .bg_2 {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.bg .bg_kv.is-active,
.bg .bg_1.is-active,
.bg .bg_2.is-active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .bg .bg_kv {
    background-image: url("../images/bg_kv_pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .bg .bg_kv {
    background-image: url("../images/bg_kv_sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .bg .bg_1 {
    background-image: url("../images/bg_1_pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .bg .bg_1 {
    background-image: url("../images/bg_1_sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .bg .bg_2 {
    background-image: url("../images/bg_2_pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .bg .bg_2 {
    background-image: url("../images/bg_2_sp.jpg");
  }
}

/* .kv
===================================================== */
.kv {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .kv {
    margin-top: 50px;
    height: 820px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 40px;
    height: 181.3333333333vw;
  }
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .kv::before {
    width: min(92.3076923077vw, 1200px);
    height: 680px;
    border: 1px solid #9D783B;
    border-radius: 10px;
    top: min(5.3846153846vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .kv::before {
    width: 89.3333333333vw;
    height: 138.6666666667vw;
    border: 0.2666666667vw solid #9D783B;
    border-radius: 2.6666666667vw;
    top: 12vw;
  }
}
.kv .title {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv .title {
    width: min(67.6923076923vw, 880px);
    top: min(10.3846153846vw, 135px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .kv .title {
    width: 76.2666666667vw;
    top: 21.3333333333vw;
    left: 50%;
    transform: translateX(-51%);
  }
}
@media screen and (min-width: 769px) {
  .kv .title::before {
    content: "";
    display: block;
    width: 1px;
    height: min(9.6923076923vw, 126px);
    background-color: #9D783B;
    position: absolute;
    top: -9px;
    left: 21.5%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .kv .title::after {
    content: "";
    display: block;
    width: min(76.9230769231vw, 1000px);
    height: 1px;
    background-color: #9D783B;
    position: absolute;
    top: min(11.9230769231vw, 155px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.kv .subTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .kv .subTitle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kv .subTitle {
    width: 78.6666666667vw;
    top: 59.2vw;
  }
}
.kv .subTitle span {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .kv .subTitle span {
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
  }
}
.kv .subTitle::before, .kv .subTitle::after {
  content: "";
  display: block;
  width: 13.3333333333vw;
  height: 0.2666666667vw;
  background-color: #9D783B;
}
.kv .kvSlide {
  position: absolute;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .kv .kvSlide {
    top: min(20.7692307692vw, 270px);
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
  }
  .kv .kvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .kv .kvSlide_inner:first-child {
    animation: loopslide1_x 260s -130s linear infinite;
  }
  .kv .kvSlide_inner:last-child {
    animation: loopslide2_y 260s linear infinite;
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .kv .kvSlide_item {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvSlide {
    top: 66.6666666667vw;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
  }
  .kv .kvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .kv .kvSlide_inner:first-child {
    animation: loopslide1_x 180s -90s linear infinite;
  }
  .kv .kvSlide_inner:last-child {
    animation: loopslide2_y 180s linear infinite;
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .kv .kvSlide_item {
    flex-shrink: 0;
  }
}
.kv .kvSlide .kvSlide_inner {
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .kv .kvSlide .kvSlide_item {
    width: 2250px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvSlide .kvSlide_item {
    width: 310.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .kv .kvKazari {
    display: none;
  }
}
.kv .kvKazari .kvKazari_left {
  position: absolute;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .kv .kvKazari .kvKazari_left {
    top: 0;
    left: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_left {
    font-size: 3.2vw;
    top: 3.7333333333vw;
    left: 5.8666666667vw;
  }
}
.kv .kvKazari .kvKazari_right {
  position: absolute;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .kv .kvKazari .kvKazari_right {
    top: 0;
    left: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_right {
    font-size: 4vw;
    letter-spacing: 0.04em;
    top: 3.7333333333vw;
    right: 5.8666666667vw;
  }
}
.kv .kvKazari .kvKazari_bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  word-break: break-all;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
  .kv .kvKazari .kvKazari_bottom {
    bottom: 90px;
    width: min(76.9230769231vw, 1000px);
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_bottom {
    bottom: 33.3333333333vw;
    width: 81.3333333333vw;
    font-size: 1.8666666667vw;
  }
}

/* .main
===================================================== */
.main {
  position: relative;
  z-index: 2;
}

/* .intro
===================================================== */
.intro {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .intro {
    margin-bottom: 115px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    width: 92vw;
    margin-bottom: 16vw;
  }
}
.intro .introText {
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .intro .introText {
    line-height: 2.5333333333;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .intro .introText {
    line-height: 2.3076923077;
    font-size: 3.4666666667vw;
    transform: translateY(-5.3333333333vw);
  }
}

/* .brandNav
===================================================== */
.brandNav {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .brandNav {
    width: min(91.6666666667vw, 880px);
    padding-bottom: 127px;
  }
}
@media screen and (max-width: 768px) {
  .brandNav {
    width: 92vw;
    padding-bottom: 26.6666666667vw;
  }
}
.brandNav::before, .brandNav::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #9D783B;
}
@media screen and (min-width: 769px) {
  .brandNav::before, .brandNav::after {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .brandNav::before, .brandNav::after {
    height: 0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brandNav::before {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .brandNav::before {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .brandNav::after {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .brandNav::after {
    margin-top: 12vw;
  }
}
.brandNav .brandNavTitle {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavTitle {
    width: min(14.375vw, 138px);
    top: min(8.6458333333vw, 83px);
    left: 23px;
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavTitle {
    width: 28.8vw;
    top: 17.8666666667vw;
    left: 5.6vw;
  }
}
.brandNav .brandNavList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavList {
    gap: min(3.125vw, 30px);
    width: min(65vw, 624px);
    margin-left: auto;
    margin-right: min(2.0833333333vw, 20px);
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList {
    gap: 6.4vw 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavList .brandNavList_item {
    width: min(10.4166666667vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList .brandNavList_item {
    width: 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList .brandNavList_item:nth-of-type(1) {
    margin-left: 46.9333333333vw;
  }
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(1) {
  transition-delay: 0s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(6) {
  transition-delay: 1s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(7) {
  transition-delay: 1.2s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(8) {
  transition-delay: 1.4s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(9) {
  transition-delay: 1.6s;
}
.brandNav .brandNavList .brandNavList_item:nth-of-type(10) {
  transition-delay: 1.8s;
}
.brandNav .brandNavList .brandNavList_item a {
  display: block;
}
.brandNav .brandNavList .brandNavList_num {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavList .brandNavList_num {
    height: min(2.6041666667vw, 25px);
    margin-bottom: max(-1.1458333333vw, -11px);
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList .brandNavList_num {
    height: 4.2666666667vw;
    margin-bottom: -1.6vw;
  }
}
.brandNav .brandNavList .brandNavList_img {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavList .brandNavList_img {
    margin-bottom: min(1.0416666667vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList .brandNavList_img {
    margin-bottom: 1.6vw;
  }
}
.brandNav .brandNavList .brandNavList_name {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavList .brandNavList_name {
    font-size: min(1.3541666667vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList .brandNavList_name {
    font-size: 2.6666666667vw;
  }
}

/* .sec
===================================================== */
@media screen and (min-width: 769px) {
  .sec {
    padding-top: 205px;
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding-top: 31.4666666667vw;
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 769px) {
  .sec .secTitle {
    margin-bottom: 148px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle {
    margin-bottom: 28.2666666667vw;
  }
}
.sec .secTitle .secTitle_label {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media screen and (min-width: 769px) {
  .sec .secTitle .secTitle_label {
    height: 38px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle .secTitle_label {
    height: 8vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec .secTitle .secTitle_thema {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/* .brand
===================================================== */
@media screen and (min-width: 769px) {
  .brand:not(:last-of-type) {
    margin-bottom: 235px;
  }
}
@media screen and (max-width: 768px) {
  .brand:not(:last-of-type) {
    margin-bottom: 37.3333333333vw;
  }
}
.brand .brandHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .brand .brandHead {
    width: 960px;
    max-width: calc(100% - 80px);
    border-bottom: 1px solid #7B8293;
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandHead {
    width: 89.3333333333vw;
    border-bottom: 0.2666666667vw solid #7B8293;
    font-size: 3.4666666667vw;
    padding-bottom: 1.8666666667vw;
    margin-bottom: 8.8vw;
  }
}
.brand .brand_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brand .brand_inner {
    width: 920px;
    max-width: calc(100% - 80px);
  }
}
.brand .brandThema {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.7391304348;
}
@media screen and (min-width: 769px) {
  .brand .brandThema {
    font-size: 40px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandThema {
    font-size: 6.1333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
.brand .brandThema span {
  display: block;
}
@media screen and (min-width: 1000px) {
  .brand .brandFlex {
    display: flex;
    justify-content: space-between;
  }
  .brand .brandFlex .brandLeft {
    width: 460px;
  }
  .brand .brandFlex .brandRight {
    width: 360px;
    position: sticky;
    top: 35vh;
    height: 70vh;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1000px) {
  .brand .brandLeft {
    margin-left: auto;
    margin-right: auto;
    width: 460px;
  }
  .brand .brandRight {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
  }
}
.brand .brandMain {
  position: relative;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandMain {
    width: 460px;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 165px;
    height: 535px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain {
    width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
    border-width: 0.2666666667vw;
    margin-bottom: 26.6666666667vw;
    height: 104vw;
  }
}
.brand .brandMain .brandMain_left {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_left {
    top: -42px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_left {
    top: -8vw;
    left: 2.1333333333vw;
  }
}
.brand .brandMain .brandMain_left .brandMain_leftNum {
  width: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_left .brandMain_leftNum {
    height: 77px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_left .brandMain_leftNum {
    height: 16vw;
    margin-bottom: 2.6666666667vw;
  }
}
.brand .brandMain .brandMain_left .brandMain_leftTxt {
  width: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_left .brandMain_leftTxt {
    height: 28px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_left .brandMain_leftTxt {
    height: 7.4666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.brand .brandMain .brandMain_right {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.0476190476;
  writing-mode: vertical-rl;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_right {
    font-size: 52px;
    top: -30px;
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_right {
    font-size: 11.2vw;
    top: -6.4vw;
    right: 1.3333333333vw;
  }
}
.brand .brandMain .brandMain_right span {
  display: block;
}
.brand .brandMain .brandMain_img {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_img {
    top: -73px;
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_img {
    top: -13.8666666667vw;
    width: 74.6666666667vw;
  }
}
.brand .brandMain .brandMain_bottom {
  opacity: 0.4;
  letter-spacing: 0.06em;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_bottom {
    line-height: 1.8527607362;
    font-size: 8.15px;
    width: 418px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_bottom {
    line-height: 1.8571428571;
    font-size: 1.8666666667vw;
    width: 81.3333333333vw;
    bottom: 2.9333333333vw;
  }
}
.brand .brandMain .brandMain_bottom span {
  display: block;
}
.brand .brandMain .brandMain_data {
  letter-spacing: 0.04em;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_data {
    line-height: 1.6666666667;
    font-size: 12px;
    bottom: -54px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_data {
    line-height: 1.8;
    font-size: 2.6666666667vw;
    bottom: -11.4666666667vw;
    left: 2.6666666667vw;
  }
}
.brand .brandItem {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandItem {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem {
    margin-bottom: 17.3333333333vw;
  }
}
.brand .brandItem .brandItem_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_flex {
    gap: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_flex {
    gap: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_img {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_img {
    margin-left: -5.3333333333vw;
  }
}
.brand .brandItem .brandItem_img a {
  display: block;
}
.brand .brandItem .brandItem_img img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_img img {
    height: 226px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_img img {
    height: 60.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data {
    width: 220px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data {
    width: 50.6666666667vw;
    padding-right: 1.3333333333vw;
  }
}
.brand .brandItem .brandItem_data a {
  display: block;
}
.brand .brandItem .brandItem_data .brandItem_name {
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data .brandItem_name {
    border-bottom: 1px solid transparent;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data .brandItem_name {
    border-bottom: 0.2666666667vw solid transparent;
    font-size: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.brand .brandItem .brandItem_data .brandItem_name span {
  display: block;
}
.brand .brandItem .brandItem_data .brandItem_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data .brandItem_bottom {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data .brandItem_bottom {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data .brandItem_bottom .brandItem_price {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data .brandItem_bottom .brandItem_price {
    font-size: 3.7333333333vw;
  }
}
.brand .brandItem .brandItem_data .brandItem_bottom .brandItem_btn {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  border-style: solid;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data .brandItem_bottom .brandItem_btn {
    border-width: 1px;
    font-size: 14px;
    width: 54px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data .brandItem_bottom .brandItem_btn {
    border-width: 0.2666666667vw;
    font-size: 3.2vw;
    width: 12.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.brand .brandItem .brandItem_data .brandItem_icon {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data .brandItem_icon {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data .brandItem_icon {
    gap: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data .brandItem_icon .brandItem_iconItem {
    width: 56px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data .brandItem_icon .brandItem_iconItem {
    width: 14.9333333333vw;
  }
}
.brand .brandItem .brandItem_data .brandItem_icon .brandItem_iconItem p {
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_data .brandItem_icon .brandItem_iconItem p {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_data .brandItem_icon .brandItem_iconItem p {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.brand .brandItem .brandItem_data .brandItem_icon .brandItem_iconItem p span {
  white-space: nowrap;
  display: block;
}
.brand .brandItem .brandItem_txt {
  word-break: break-all;
  letter-spacing: 0.04em;
  line-height: 1.8461538462;
}
@media screen and (min-width: 769px) {
  .brand .brandItem .brandItem_txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandItem .brandItem_txt {
    margin-left: auto;
    margin-right: auto;
    width: 81.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.brand .brandItem .brandItem_txt span {
  display: block;
}
.brand .secDetail {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .brand .secDetail {
    padding-top: 30px;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail {
    padding-top: 6.6666666667vw;
    margin-bottom: 16vw;
  }
}
.brand .secDetail .secDetail_title {
  position: absolute;
  z-index: 2;
  top: 0;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_title {
    width: 41px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_title {
    width: 8.8vw;
    left: 5.8666666667vw;
  }
}
.brand .secDetail .secDetail_slide {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
.brand .secDetail .secDetail_slide .secDetail_slideInner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.brand .secDetail .secDetail_slide .secDetail_slideInner:first-child {
  animation: loopslide1_x 50s -25s linear infinite;
}
.brand .secDetail .secDetail_slide .secDetail_slideInner:last-child {
  animation: loopslide2_y 50s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.brand .secDetail .secDetail_slide secDetail_slideItem {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_slide {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_slide {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_slide .secDetail_slideItem {
    width: 196px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_slide .secDetail_slideItem {
    width: 42.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.brand .secDetail .secDetail_credit {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_credit {
    min-width: 305px;
    width: 305px;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_credit {
    width: 81.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.brand .secDetail .secDetail_credit .secDetail_creditLink {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.brand .secDetail .secDetail_credit .secDetail_creditData {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_credit .secDetail_creditData {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_credit .secDetail_creditData {
    font-size: 3.4666666667vw;
  }
}
.brand .secDetail .secDetail_credit .secDetail_creditBtn {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_credit .secDetail_creditBtn {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_credit .secDetail_creditBtn {
    font-size: 3.4666666667vw;
  }
}
.brand .secDetail .secDetail_credit .secDetail_creditBtn.secDetail_creditBtn--none {
  text-decoration: none;
}
.brand .secProf {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 769px) {
  .brand .secProf {
    width: calc(100% - 60px);
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1000px) {
  .brand .secProf {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf {
    width: 81.3333333333vw;
    padding-bottom: 9.3333333333vw;
    margin-bottom: 24vw;
  }
}
.brand .secProf .secProf_title {
  position: relative;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_title {
    margin-bottom: 5.3333333333vw;
  }
}
.brand .secProf .secProf_title svg {
  margin-left: auto;
  width: auto;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_title svg {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_title svg {
    height: 9.6vw;
  }
}
.brand .secProf .secProf_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_title::before {
    width: 260px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_title::before {
    width: 52vw;
    height: 0.2666666667vw;
  }
}
.brand .secProf .secProf_flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_flex {
    gap: 40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_flex {
    gap: 5.3333333333vw;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_img {
    width: 34.6666666667vw;
  }
}
.brand .secProf .secProf_data {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_data .secProf_brand {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_data .secProf_brand {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_data .secProf_name {
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_data .secProf_name {
    font-size: 5.8666666667vw;
    margin-top: -1.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.brand .secProf .secProf_data .secProf_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_data .secProf_link {
    width: 110px;
    padding-bottom: 3px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_data .secProf_link {
    width: 29.3333333333vw;
    padding-bottom: 0.8vw;
    padding-right: 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_data .secProf_link:not(:last-of-type) {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_data .secProf_link:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
}
.brand .secProf .secProf_data .secProf_link::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_data .secProf_link::after {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_data .secProf_link::after {
    height: 0.2666666667vw;
  }
}
.brand .secProf .secProf_data .secProf_link .secProf_linkTxt {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_data .secProf_link .secProf_linkTxt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_data .secProf_link .secProf_linkTxt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .secProf .secProf_data .secProf_link .secProf_linkIcon {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secProf .secProf_data .secProf_link .secProf_linkIcon {
    width: 3.7333333333vw;
  }
}
/* .brandBottom
===================================================== */
.brandBottom {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .brandBottom {
    margin-top: 170px;
  }
}
.brandBottom .brandBottom_title svg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brandBottom .brandBottom_area {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .brandBottom .brandBottom_area {
    margin-top: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}

/* .btn
===================================================== */
.btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 48vw;
  }
}
.btn a {
  display: block;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  border-style: solid;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .btn a {
    line-height: 50px;
    font-size: 13px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    line-height: 11.7333333333vw;
    font-size: 3.2vw;
    border-width: 0.2666666667vw;
  }
}

/* 自動取得部分の基本スタイル
===================================================== */
.swiper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 769px) {
  .sectionAjax,
  .staffAjax {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .sectionAjax > div,
  .sectionAjax > li,
  .staffAjax > div,
  .staffAjax > li {
    width: calc((100% - 56px) / 5);
  }
}
@media screen and (min-width: 769px) {
  .sectionAjax .swiper-wrapper,
  .staffAjax .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .sectionAjax .swiper-wrapper > div,
  .sectionAjax .swiper-wrapper > li,
  .staffAjax .swiper-wrapper > div,
  .staffAjax .swiper-wrapper > li {
    width: calc((100% - 56px) / 5);
  }
}
@media screen and (max-width: 768px) {
  .sectionAjax .swiper-wrapper > div,
  .sectionAjax .swiper-wrapper > li,
  .staffAjax .swiper-wrapper > div,
  .staffAjax .swiper-wrapper > li {
    margin: 0 2.6666666667vw;
  }
}
.sectionAjax a,
.staffAjax a {
  display: block;
}
@media screen and (min-width: 769px) {
  .sectionAjax a,
  .staffAjax a {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .sectionAjax a,
  .staffAjax a {
    font-size: 2.6666666667vw;
  }
}
.sectionAjax a > p,
.staffAjax a > p {
  position: relative;
}
.sectionAjax .imgarea,
.staffAjax .imgarea {
  padding-top: 133.3333333333%;
  position: relative;
}
.sectionAjax .imgarea img,
.staffAjax .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sectionAjax .imgarea,
  .staffAjax .imgarea {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sectionAjax .imgarea,
  .staffAjax .imgarea {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .sectionAjax img,
  .staffAjax img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sectionAjax img,
  .staffAjax img {
    margin-bottom: 2.1333333333vw;
  }
}
.sectionAjax img + span,
.staffAjax img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 10px;
  white-space: nowrap;
  font-size: 10px;
}
.sectionAjax .ico_box,
.staffAjax .ico_box {
  display: none;
}
.sectionAjax .ico_box + p,
.staffAjax .ico_box + p {
  display: none;
}
.sectionAjax .textOverflow,
.sectionAjax .label,
.staffAjax .textOverflow,
.staffAjax .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .sectionAjax .textOverflow,
  .sectionAjax .label,
  .staffAjax .textOverflow,
  .staffAjax .label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sectionAjax .textOverflow,
  .sectionAjax .label,
  .staffAjax .textOverflow,
  .staffAjax .label {
    margin-bottom: 1.0666666667vw;
  }
}
.sectionAjax .salecolor,
.sectionAjax .salecolor + .price,
.staffAjax .salecolor,
.staffAjax .salecolor + .price {
  color: #ee2e2e;
}
.sectionAjax .check,
.staffAjax .check {
  text-decoration: underline;
  text-align: center;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .sectionAjax .check,
  .staffAjax .check {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sectionAjax .check,
  .staffAjax .check {
    font-size: 2.6666666667vw;
  }
}

/* .brandBottom_area
===================================================== */
/* .brandStyling 
===================================================== */
@media screen and (min-width: 769px) {
  .brandStyling {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .brandStyling {
    margin-bottom: 16vw;
  }
}
.brandStyling::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brandStyling::after {
    width: 100%;
    height: 1px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .brandStyling::after {
    width: 81.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 16vw;
  }
}
.brandStyling .brandBottom_title svg {
  width: auto;
}
@media screen and (min-width: 769px) {
  .brandStyling .brandBottom_title svg {
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .brandStyling .brandBottom_title svg {
    height: 8.5333333333vw;
  }
}

/* .brandItem
===================================================== */
.brandItem .brandBottom_title svg {
  width: auto;
}
@media screen and (min-width: 769px) {
  .brandItem .brandBottom_title svg {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .brandItem .brandBottom_title svg {
    height: 9.3333333333vw;
  }
}
.brandItem .brandItem_brand {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brandItem .brandItem_brand {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brandItem .brandItem_brand {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}

/* #sec--1
===================================================== */
@media screen and (min-width: 769px) {
  #sec--1 .secTitle_thema {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  #sec--1 .secTitle_thema {
    height: 10.6666666667vw;
  }
}

/* #sec--2
===================================================== */
@media screen and (min-width: 769px) {
  #sec--2 .secTitle_thema {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  #sec--2 .secTitle_thema {
    height: 9.6vw;
  }
}

/* .secArea
===================================================== */
.secArea.sec--c1 {
  color: #7B8293;
}
.secArea.sec--c1 .secTitle_label path {
  fill: #7B8293;
}
.secArea.sec--c1 .secTitle_thema path {
  fill: #7B8293;
}
.secArea.sec--c1 .brandMain_leftNum path {
  fill: #7B8293;
}
.secArea.sec--c1 .brandMain {
  border-color: #7B8293;
}
.secArea.sec--c1 .brandItem_btn {
  border-color: #7B8293;
}
.secArea.sec--c1 .brand .brandItem .brandItem_data .brandItem_name {
  border-color: #7B8293;
}
.secArea.sec--c1 .secDetail_title path {
  fill: #7B8293;
}
.secArea.sec--c1 .secProf {
  border-bottom: 1px solid #7B8293;
}
.secArea.sec--c1 .secProf_title path {
  fill: #7B8293;
}
.secArea.sec--c1 .secProf_title::before {
  background-color: #7B8293;
}
.secArea.sec--c1 .secProf_link::after {
  background-color: #7B8293;
}
.secArea.sec--c1 .brandStyling::after {
  background-color: #7B8293;
}
.secArea.sec--c1 .brandBottom_title path {
  fill: #7B8293;
}
.secArea.sec--c1 .brandBottom_btn a {
  border-color: #7B8293;
}
.secArea.sec--c2 {
  color: #758D6A;
}
.secArea.sec--c2 .secTitle_label path {
  fill: #758D6A;
}
.secArea.sec--c2 .secTitle_thema path {
  fill: #758D6A;
}
.secArea.sec--c2 .brandMain_leftNum path {
  fill: #758D6A;
}
.secArea.sec--c2 .brandMain {
  border-color: #758D6A;
}
.secArea.sec--c2 .brandItem_btn {
  border-color: #758D6A;
}
.secArea.sec--c2 .brand .brandItem .brandItem_data .brandItem_name {
  border-color: #758D6A;
}
.secArea.sec--c2 .secDetail_title path {
  fill: #758D6A;
}
.secArea.sec--c2 .secProf {
  border-bottom: 1px solid #758D6A;
}
.secArea.sec--c2 .secProf_title path {
  fill: #758D6A;
}
.secArea.sec--c2 .secProf_title::before {
  background-color: #7B8293;
}
.secArea.sec--c2 .secProf_link::after {
  background-color: #758D6A;
}
.secArea.sec--c2 .brandStyling::after {
  background-color: #758D6A;
}
.secArea.sec--c2 .brandBottom_title path {
  fill: #758D6A;
}
.secArea.sec--c2 .brandBottom_btn a {
  border-color: #758D6A;
}

/* .other
===================================================== */
.other {
  background-color: #F3EFE6;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .other {
    padding: 160px 0;
  }
}
@media screen and (max-width: 768px) {
  .other {
    padding: 26.6666666667vw 0;
  }
}
.other .other_fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .other .other_fukidashi {
    gap: 33px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .other .other_fukidashi {
    gap: 7.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.other .other_fukidashi span {
  display: block;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .other .other_fukidashi span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .other .other_fukidashi span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .other .other_fukidashi svg {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .other .other_fukidashi svg {
    width: 2.1333333333vw;
  }
}
.other .other_title {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .other .other_title {
    width: 353px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  .other .other_title {
    width: 73.0666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.other .other_subtitle {
  text-align: center;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .other .other_subtitle {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .other .other_subtitle {
    font-size: 3.2vw;
    margin-bottom: 9.8666666667vw;
  }
}
.other .other_list {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .other .other_list {
    width: 920px;
    max-width: calc(100% - 80px);
  }
}
@media screen and (min-width: 769px) {
  .other .btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .other .btn {
    margin-top: 21.3333333333vw;
  }
}

/* .nav
===================================================== */
.nav {
  position: fixed;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.7s;
  backdrop-filter: blur(10px);
  /* Chrome, Safari 対応 */
  /* エッジ対応 */
}
@media screen and (min-width: 769px) {
  .nav {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0 10px 50px;
    right: 0;
    top: 50px;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    width: 100%;
    min-width: 100vw;
  }
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav.is-active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .nav.is-pcBig {
    display: flex;
    justify-content: center;
  }
}
.nav .navList {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav .navList {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList {
    align-items: center;
    justify-content: flex-start;
  }
}
.nav .navList .navList_item {
  transform: scale(0.7);
  transition: transform 0.7s;
}
.nav .navList .navList_item.is-active {
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  .nav .navList .navList_item:first-of-type {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_item:first-of-type {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .nav .navList .navList_item:last-of-type {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_item:last-of-type {
    padding-right: 10px;
  }
}
.nav .navList a {
  display: block;
}
.nav .navList .brandNavList_num {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .nav .navList .brandNavList_num {
    height: 20px;
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .brandNavList_num {
    height: 16px;
    margin-bottom: -5px;
  }
}
.nav .navList .brandNavList_img {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .nav .navList .brandNavList_img {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .brandNavList_img {
    width: 60px;
  }
}

/* footer
===================================================== */
footer {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */