@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 {
  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: #614332;
  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");
  }
}

/* .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 .title {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv .title {
    width: min(68.1944444444vw, 982px);
    top: min(4.6527777778vw, 67px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .kv .title {
    width: 85.3333333333vw;
    top: 26.1333333333vw;
    left: 50%;
    transform: translateX(-51%);
  }
}
@media screen and (min-width: 769px) {
  .kv .title::before {
    content: "";
    display: block;
    width: 1px;
    height: min(9.2361111111vw, 133px);
    background-color: #614332;
    position: absolute;
    top: -9px;
    left: 246px;
    transform: translateX(-50%);
  }
}
.kv .kvSlide {
  position: absolute;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .kv .kvSlide {
    top: min(21.6666666667vw, 312px);
    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: 77.3333333333vw;
    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: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .kv .kvSlide .kvSlide_item {
    width: 2140px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvSlide .kvSlide_item {
    width: 276.2666666667vw;
    margin-right: 9px;
  }
}
.kv .kvKazari .kvKazari_left {
  position: absolute;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .kv .kvKazari .kvKazari_left {
    top: min(4.6527777778vw, 67px);
    left: min(14.9305555556vw, 215px);
    font-size: 12px;
    width: min(11.0416666667vw, 159px);
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_left {
    width: 27.2vw;
    top: 6.1333333333vw;
    left: 5.6vw;
  }
}
.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 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_right {
    width: 32.2666666667vw;
    top: 7.7333333333vw;
    right: 5.6vw;
  }
}
.kv .kvKazari .kvKazari_border {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv .kvKazari .kvKazari_border {
    top: min(17.3611111111vw, 250px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_border {
    top: 17.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.kv .kvKazari .kvKazari_border::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .kv .kvKazari .kvKazari_border::before {
    width: min(73.6111111111vw, 1060px);
    height: 1px;
    background-color: #614332;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_border::before {
    width: 89.3333333333vw;
    height: 0.2666666667vw;
    background-color: #614332;
    top: 17.8666666667vw;
  }
}
.kv .kvKazari .kvKazari_bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  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 {
    top: 287px;
    width: min(72.2222222222vw, 1040px);
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kvKazari .kvKazari_bottom {
    TOP: 74.1333333333vw;
    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: 11.7333333333vw;
  }
}
.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 {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: 27.7333333333vw;
  }
}
.brandNav .brandNavBorder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.brandNav::before {
  content: "";
  display: block;
  width: 1px;
  transform: scaleY(1);
  background-color: #614332;
}
@media screen and (min-width: 769px) {
  .brandNav::before {
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .brandNav::before {
    height: 13.3333333333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.brandNav .brandNavTitle {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavTitle {
    width: min(25vw, 240px);
    top: min(14.8958333333vw, 143px);
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavTitle {
    top: 21.3333333333vw;
  }
}
.brandNav .brandNavTitle .brandNavTitle_img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavTitle .brandNavTitle_img {
    width: min(33.3333333333vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavTitle .brandNavTitle_img {
    width: 34.4vw;
  }
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavTitle .brandNavTitle_text {
    width: 100%;
    margin-top: min(6vw, 27px);
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavTitle .brandNavTitle_text {
    width: 100%;
    margin-top: 4.8vw;
    font-size: 1.2533333333vw;
    letter-spacing: 0.1em;
  }
}
.brandNav .brandNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .brandNav .brandNavList {
    gap: min(2.0833333333vw, 20px);
    width: min(85.4166666667vw, 820px);
    padding-top: min(66.2222222222vw, 298px);
    margin: 0 auto;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList {
    padding-top: 49.6vw;
    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;
  }
}
.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 a {
  display: block;
}
.brandNav .brandNavList .brandNavList_num {
  width: auto;
  text-align: center;
  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(-0.3125vw, -3px);
    font-size: min(6.6666666667vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .brandNav .brandNavList .brandNavList_num {
    font-size: 6.4vw;
    margin-bottom: -5.8666666667vw;
  }
}
.brandNav .brandNavList .brandNavList_img {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 5%;
  position: relative;
  z-index: 1;
  border: #D3C4A8 solid 0.4px;
}
@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: 400;
  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
===================================================== */
/* .brand data.js
===================================================== */
.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: 400;
  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 #614332;
    font-size: 13px;
    padding-bottom: 12px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandHead {
    width: 89.3333333333vw;
    border-bottom: 0.2666666667vw solid #614332;
    font-size: 2.9333333333vw;
    padding-bottom: 4vw;
    margin-bottom: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandHead .brandHead_left {
    width: min(35.5555555556vw, 160px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandHead .brandHead_left {
    width: 27.2vw;
  }
}
.brand .brandHead .brandHead_right .brandHead_right_num {
  line-height: 0 !important;
}
@media screen and (min-width: 769px) {
  .brand .brandHead .brandHead_right .brandHead_right_num {
    font-size: min(9.3333333333vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandHead .brandHead_right .brandHead_right_num {
    font-size: 11.2vw;
  }
}
.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);
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brand_inner {
    margin-bottom: 26.6666666667vw;
  }
}
.brand .brandMain_right {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.1428571429;
}
@media screen and (min-width: 769px) {
  .brand .brandMain_right {
    font-size: 60px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain_right {
    font-size: 11.2vw;
    margin-bottom: 10.1333333333vw;
    margin-top: 4.5333333333vw;
  }
}
.brand .brandThema {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.7391304348;
}
@media screen and (min-width: 769px) {
  .brand .brandThema {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandThema {
    font-size: 6.4vw;
  }
}
.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: 335px;
    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 {
  background: rgba(255, 255, 255, 0.4);
  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: 53.3333333333vw;
    height: 101.3333333333vw;
  }
}
.brand .brandMain .brandMain_left {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_left {
    top: 0px;
    left: 12px;
    margin-top: min(4.2222222222vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_left {
    left: 4vw;
    margin-top: 5.0666666667vw;
  }
}
.brand .brandMain .brandMain_left img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_left img {
    height: min(5.3333333333vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_left img {
    height: 4.5333333333vw;
  }
}
.brand .brandMain .brandMain_left span {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_left span {
    font-size: min(3.0444444444vw, 13.7px);
    margin-top: min(0.8888888889vw, 4px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_left span {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.brand .brandMain .brandMain_right {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  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 {
    width: min(12.2222222222vw, 55px);
    margin-top: 0px;
    right: 14px;
    top: min(3.7777777778vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_right {
    top: 6.4vw;
    right: 1.3333333333vw;
    width: 10.6666666667vw;
    margin-top: 0;
  }
}
.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: -15.7333333333vw;
    width: 74.6666666667vw;
  }
}
.brand .brandMain .brandMain_bottom {
  opacity: 0.4;
  letter-spacing: 0.06em;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  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 {
  text-align: right;
  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;
    right: min(0vw, 0px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_data {
    line-height: 1.8;
    font-size: 2.6666666667vw;
    bottom: -11.4666666667vw;
    right: 0vw;
  }
}
.brand .brandMain .brandMain_txt {
  position: absolute;
  word-break: break-all;
  letter-spacing: 0.04em;
  line-height: 1.8461538462;
}
@media screen and (min-width: 769px) {
  .brand .brandMain .brandMain_txt {
    font-size: 14px;
    bottom: -160px !important;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMain .brandMain_txt {
    margin-left: auto;
    margin-right: auto;
    font-size: 3.4666666667vw;
    bottom: -160px !important;
  }
}
.brand .brandMain .brandMain_txt span {
  display: block;
}
.brand .brandMainItem {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem {
    width: 89.3333333333vw;
    margin-bottom: 17.3333333333vw;
  }
}
.brand .brandMainItem .brandItem_info {
  letter-spacing: 0.04em;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_info {
    font-size: 13px;
  }
}
.brand .brandMainItem .brandItem_info::before, .brand .brandMainItem .brandItem_info::after {
  position: absolute;
  width: 20px;
  height: 26px;
  content: "";
}
.brand .brandMainItem .brandItem_info::before {
  border-left: solid 1px;
  border-top: solid 1px;
  top: 0;
  left: 0;
}
.brand .brandMainItem .brandItem_info::after {
  border-right: solid 1px;
  border-bottom: solid 1px;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_info .brandItem_infoMain {
    font-size: min(2.8888888889vw, 13px);
    padding-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_info .brandItem_infoMain {
    padding-top: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_info .brandItem_color {
    font-size: min(2.4444444444vw, 11px);
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_info .brandItem_color {
    font-size: 2.9333333333vw;
    padding-bottom: 3.4666666667vw;
  }
}
.brand .brandMainItem .brandItem_btn {
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_btn {
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_btn {
    margin-top: 17px;
  }
}
.brand .brandMainItem .brandItem_btn .brandItem_price {
  color: #fff;
  border-radius: 3px;
  display: inline;
  background: #614332;
  padding: 6px 10px;
}
.brand .brandMainItem .brandItem_btn .brandItem_btnBuy {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_btn .brandItem_btnBuy {
    font-size: min(3.1111111111vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_btn .brandItem_btnBuy {
    font-size: 3.7333333333vw;
    margin: 6.1333333333vw 0;
  }
}
.brand .brandMainItem .brandItem_flex {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_flex {
    gap: 30px;
    margin-bottom: 20px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_flex {
    gap: 3.2vw;
    margin-top: 4.8vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_img {
    margin-left: -10px;
  }
}
.brand .brandMainItem .brandItem_img a {
  display: block;
}
.brand .brandMainItem .brandItem_img img {
  display: block;
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_img img {
    width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_img img {
    width: 335px;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_data {
    padding-right: 3px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_data {
    padding-right: 1.3333333333vw;
    margin-top: 3.2vw;
  }
}
.brand .brandMainItem .brandItem_data a {
  display: block;
}
.brand .brandMainItem .brandItem_data .brandItem_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_data .brandItem_bottom {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_data .brandItem_bottom {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_data .brandItem_bottom .brandItem_price {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_data .brandItem_bottom .brandItem_price {
    font-size: 3.7333333333vw;
  }
}
.brand .brandMainItem .brandItem_data .brandItem_bottom .brandItem_btn {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  border-style: solid;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_data .brandItem_bottom .brandItem_btn {
    border-width: 1px;
    font-size: 14px;
    width: 54px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_data .brandItem_bottom .brandItem_btn {
    border-width: 0.2666666667vw;
    font-size: 3.2vw;
    width: 12.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.brand .brandMainItem .brandItem_data .brandItem_icon {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_data .brandItem_icon {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_data .brandItem_icon {
    gap: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_data .brandItem_icon .brandItem_iconItem {
    width: 56px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_data .brandItem_icon .brandItem_iconItem {
    width: 14.9333333333vw;
  }
}
.brand .brandMainItem .brandItem_data .brandItem_icon .brandItem_iconItem p {
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .brand .brandMainItem .brandItem_data .brandItem_icon .brandItem_iconItem p {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandMainItem .brandItem_data .brandItem_icon .brandItem_iconItem p {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.brand .brandMainItem .brandItem_data .brandItem_icon .brandItem_iconItem p span {
  white-space: nowrap;
  display: block;
}
.brand .secDetail {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  /*スクロールバー非表示（Chrome・Safari）*/
}
@media screen and (min-width: 769px) {
  .brand .secDetail {
    padding-top: 84px;
    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;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_title {
    top: 66px;
    width: 41px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_title {
    top: 0;
    width: 8.8vw;
    left: 5.8666666667vw;
  }
}
.brand .secDetail .secDetail_slide {
  width: -moz-fit-content;
  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: 42px;
  }
}
@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 {
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  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: 10px;
  }
}
@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 {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_credit .secDetail_creditData {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_credit .secDetail_creditData {
    font-size: 3.2vw;
  }
}
.brand .secDetail .secDetail_credit .secDetail_creditBtn {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #fff;
  background-color: #614332;
  border-radius: 3px;
  padding: 1px 10px;
}
@media screen and (min-width: 769px) {
  .brand .secDetail .secDetail_credit .secDetail_creditBtn {
    font-size: 12px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand .secDetail .secDetail_credit .secDetail_creditBtn {
    font-size: 3.2vw;
    height: 5.3333333333vw;
  }
}
.brand .secDetail .secDetail_credit .secDetail_creditBtn.secDetail_creditBtn--none {
  text-decoration: none;
  background-color: transparent;
  color: #614332;
  padding: 1px 0px;
}
.brand .secDetail .secDetail_credit .secDetail_creditBtn.secDetail_creditBtn--pre {
  text-decoration: underline !important;
  background-color: transparent;
  text-transform: capitalize;
  color: #614332;
  padding: 1px 0px;
}
.brand .secDetail .secDetail_credit::-webkit-scrollbar {
  display: none;
}
.brand #layerdsec .brandMain {
  background-color: rgba(187, 150, 99, 0.5019607843);
}
@media screen and (max-width: 768px) {
  .brand #layerdsec .brandMain {
    margin-bottom: 54.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand #layerdsec .brandMain_right {
    top: min(4.2222222222vw, 19px);
  }
}
.brand #layerdsec .brandMain_left {
  color: #fff;
}
.brand #layerdsec .brandMain_bottom {
  color: #fff;
}
.brand #layerdsec .brandMain_txt {
  border-bottom: solid 1px rgba(187, 150, 99, 0.2);
  padding-bottom: 35px;
  bottom: -190px !important;
}
@media screen and (min-width: 769px) {
  .brand #layerdsec .brandMain_txt {
    padding-bottom: 62px;
  }
}
.brand .arrow_dwn {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .brand .arrow_dwn {
    width: min(1.5555555556vw, 7px);
  }
}
@media screen and (max-width: 768px) {
  .brand .arrow_dwn {
    width: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .brand .swtTtl {
    width: 217px;
    margin: 65px auto 73px;
  }
}
@media screen and (max-width: 768px) {
  .brand .swtTtl {
    width: 158px;
    margin: 40px auto 54px;
  }
}
.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: 400;
  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;
  }
}
@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;
  }
}
.brand .secProf .secProf_data .secProf_link .secProf_linkTxt {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  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;
  }
}

/* .brandBottom
===================================================== */
.brand .brandBottom {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .brand .brandBottom {
    margin-top: 170px;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandBottom .brandBottom_title {
    width: 270px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandBottom .brandBottom_title {
    width: 211px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandBottom .brandBottom_title_item {
    width: 240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandBottom .brandBottom_title_item {
    width: 187px;
    margin: 0 auto 17px;
  }
}
.brand .brandBottom .brandItem_brand {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brand .brandBottom .brandItem_brand {
    font-size: 14px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandBottom .brandItem_brand {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .brand .brandBottom .brandBottom_area {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandBottom .brandBottom_area {
    margin-top: 9.3333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.brand .brandBottom .brandItemother .brandItem_brand {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brand .brandBottom .brandItemother .brandItem_brand {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand .brandBottom .brandItemother .brandItem_brand {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}

/* .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 {
  background: #614332;
  color: #fff;
  border-radius: 5px;
  display: block;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .btn a {
    line-height: 50px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    line-height: 11.7333333333vw;
    font-size: 3.2vw;
  }
}

/* 自動取得部分の基本スタイル
===================================================== */
.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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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: 400;
  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;
  }
}

/* .brandItem
===================================================== */
.brandBottom {
  width: 100%;
}

/* #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: #614332;
}
.secArea.sec--c1 .secTitle_label path {
  fill: #614332;
}
.secArea.sec--c1 .secTitle_thema path {
  fill: #614332;
}
.secArea.sec--c1 .brandMain_leftNum path {
  fill: #614332;
}
.secArea.sec--c1 .brandMain {
  border-color: #D3C4A8;
}
.secArea.sec--c1 .brandItem_btn {
  border-color: #614332;
}
.secArea.sec--c1 .brand .brandItem .brandItem_data .brandItem_name {
  border-color: #614332;
}
.secArea.sec--c1 .secDetail_title path {
  fill: #614332;
}
.secArea.sec--c1 .secProf {
  border-bottom: 1px solid #614332;
}
.secArea.sec--c1 .secProf_title path {
  fill: #614332;
}
.secArea.sec--c1 .secProf_title::before {
  background-color: #614332;
}
.secArea.sec--c1 .secProf_link::after {
  background-color: #614332;
}
.secArea.sec--c1 .brandStyling::after {
  background-color: #614332;
}
.secArea.sec--c1 .brandBottom_title path {
  fill: #614332;
}
.secArea.sec--c1 .brandBottom_btn a {
  border-color: #614332;
}
.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: #614332;
}
.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: 240px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  .other .other_title {
    width: 50.9333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.other .other_subtitle {
  text-align: center;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  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;
  -webkit-backdrop-filter: blur(10px);
          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 {
    overflow: hidden;
    transform: translateY(35%);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    width: 100%;
  }
}
.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: space-between;
    width: 100%;
    overflow-x: hidden;
  }
}
.nav .navList .navList_item {
  transform: scale(0.7);
  transition: transform 0.7s;
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_item {
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .nav .navList .navList_item.is-active {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_item.is-active {
    transform: scale(0.8);
  }
}
@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: 3px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .nav .navList .brandNavList_img {
    width: 60px;
  }
}
/* footer
===================================================== */
footer {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */