@charset "UTF-8";

html {
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */

hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: 400;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 400;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  color: inherit;
  cursor: pointer;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentcolor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentcolor;
}

/* Accessibility */

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

html {
  font-size: 0.73206vw;
}

body {
  text-size-adjust: 100%;
  overscroll-behavior-y: none;
  color: #1e1818;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  font-family: 'Shippori Mincho', serif;
  opacity: 0;
}

body.-loaded {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.37, -0.02, 0.09, 1);
}

body.hidden {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.37, -0.02, 0.09, 1);
}

main {
  overflow: hidden;
}
main.main-contents {
  font-family: "Shippori Mincho", serif;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

video {
  width: 100%;
  height: auto;
}

a {
  color: #1e1818;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a img {
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

picture {
  display: contents;
}

.swiper-slide {
  backface-visibility: hidden;
  will-change: transform, position;
}

.swiper-pagination,
.swiper-pagination .swiper-pagination-bullet {
  backface-visibility: hidden;
  will-change: transform, position;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

/* --- ▼可視範囲になったらクラス付与
------------------------------------ */

.js-view .textIn {
  display: block;
  overflow: hidden;
}

.js-view .textIn .textIn-in {
  display: block;
  transform: translateY(100%);
  transition: -webkit-transform 0.6s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.6s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.6s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.6s cubic-bezier(0.3, 0.01, 0, 1);
}

.js-view .fadeIn {
  display: block;
  transform: translateY(1.5rem);
  opacity: 0;
  transition: opacity 0.6s 0.4s linear, -webkit-transform 0.6s 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  transition: opacity 0.6s 0.4s linear, transform 0.6s 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  transition: opacity 0.6s 0.4s linear, transform 0.6s 0.4s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}

.js-view .fadeIn.fadeIn-left {
  display: block;
  transform: translateX(-1.5rem);
}

.js-view .fadeIn.fadeIn-right {
  display: block;
  transform: translateX(1.5rem);
}

.js-view .showImg {
  clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 1s cubic-bezier(0, 0.87, 0.27, 1);
  transition: clip-path 1s cubic-bezier(0, 0.87, 0.27, 1);
  transition: clip-path 1s cubic-bezier(0, 0.87, 0.27, 1), -webkit-clip-path 1s cubic-bezier(0, 0.87, 0.27, 1);
}

.js-view .showBgImg {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  position: relative;
}

.js-view .showBgImg .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #465c68;
  clip-path: inset(100% 0 0 0);
  transition: opacity 0s 0.7s linear, -webkit-clip-path 0.3s cubic-bezier(0, 0.87, 0.27, 1);
  transition: clip-path 0.3s cubic-bezier(0, 0.87, 0.27, 1), opacity 0s 0.7s linear;
  transition: clip-path 0.3s cubic-bezier(0, 0.87, 0.27, 1), opacity 0s 0.7s linear, -webkit-clip-path 0.3s cubic-bezier(0, 0.87, 0.27, 1);
}

.js-view .showBgImg .showBgImg_img {
  clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 0.4s 0.3s cubic-bezier(0, 0.87, 0.27, 1);
  transition: clip-path 0.4s 0.3s cubic-bezier(0, 0.87, 0.27, 1);
  transition: clip-path 0.4s 0.3s cubic-bezier(0, 0.87, 0.27, 1), -webkit-clip-path 0.4s 0.3s cubic-bezier(0, 0.87, 0.27, 1);
}

.js-view .showBgImg.-sideShow .bg,
.js-view .showBgImg.-sideShow .showBgImg_img {
  clip-path: inset(0 0 0 100%);
}

.js-view.is-view .textIn .textIn-in {
  transform: translateY(0);
}

.js-view.is-view .fadeIn {
  transform: translateY(0);
  opacity: 1;
}

.js-view.is-view .fadeIn.fadeIn-left,
.js-view.is-view .fadeIn.fadeIn-right {
  transform: translateX(0);
}

.js-view.is-view .showImg {
  clip-path: inset(0);
}

.js-view.is-view .showBgImg .bg {
  clip-path: inset(0);
  opacity: 0;
}

.js-view.is-view .showBgImg .showBgImg_img {
  clip-path: inset(0);
}

.js-view.is-view .showBgImg.-sideShow .bg,
.js-view.is-view .showBgImg.-sideShow .showBgImg_img {
  clip-path: inset(0);
}

.rotateItem {
  animation: rotateAnime 10s linear infinite;
}

@keyframes rotateAnime {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateAnime {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* --- ▼レスポンシブ ---------------------------- */

/* 正円のボタン[VIEW PRODUCT、VIEW MORE]
 [背景：内 → 外、文字：上へ移動、矢印：斜めへ移動 */

.cycleButton {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 13.5rem;
  height: 13.5rem;
  overflow: hidden;
  border: 1px solid #1e1818;
  border-radius: 50%;
  text-align: left;
  transition: ease 0.2s;

  /* ボタン内spanの形状 */

  /* hover時の背景 */

  /* テキストのアニメーション */

  /* 矢印のアニメーション */
}

.cycleButton > span,
.cycleButton .column > span {
  z-index: 3;
  position: relative;
  color: #1e1818;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: Marcellus, serif;
  letter-spacing: 0.06em;
  text-align: left;
}

.cycleButton.bgcenterout::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transform-origin: center;
  border: 1px solid #1e1818;
  border-radius: 50%;
  background: #1e1818;
  content: '';
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.cycleButton.bgcenterout:hover::before {
  transform: scale(1.1, 1.1);
}

.cycleButton.txtoutin .txtoutin-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
}

.cycleButton.txtoutin .txt-out,
.cycleButton.txtoutin .txt-in {
  display: block;
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.cycleButton.txtoutin .txt-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  color: #fff;
  opacity: 0;
}

.cycleButton.txtoutin:hover .txt-out {
  transform: translate(0, -100%);
  opacity: 0;
}

.cycleButton.txtoutin:hover .txt-in {
  /* 不透明に */
  transform: translate(0, 0);
  opacity: 1;

  /* Y方向に0 */
}

.cycleButton.arrowoutin .arrowoutin-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
}

.cycleButton.arrowoutin .arrowoutin-wrap.long {
  margin-top: 0.4rem;
}

.cycleButton.arrowoutin .arrowoutin-wrap.long .arrow-r-out,
.cycleButton.arrowoutin .arrowoutin-wrap.long .arrow-r-in {
  width: 1.693em;
  height: 0.487em;
}

.cycleButton.arrowoutin .arrow-r-out,
.cycleButton.arrowoutin .arrow-r-in,
.cycleButton.arrowoutin .arrow-dr-out,
.cycleButton.arrowoutin .arrow-dr-in {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  width: 1em;
  height: 1em;
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.cycleButton.arrowoutin .arrow-r-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
  opacity: 0;
}

.cycleButton.arrowoutin:hover .arrow-r-out {
  transform: translate(100%, 0);
  opacity: 0;
}

.cycleButton.arrowoutin:hover .arrow-r-in {
  /* 不透明に */
  transform: translate(0, 0);
  opacity: 1;

  /* Y方向に0 */
}

.cycleButton.arrowoutin .arrow-dr-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 100%);
  opacity: 0;
}

.cycleButton.arrowoutin:hover .arrow-dr-out {
  transform: translate(100%, -100%);
  opacity: 0;
}

.cycleButton.arrowoutin:hover .arrow-dr-in {
  /* 不透明に */
  transform: translate(0, 0);
  opacity: 1;

  /* Y方向に0 */
}

/* --- ▼レスポンシブ ---------------------------- */

.cycleButton {
  width: 11.7rem;
  height: 11.7rem;
}

.cycleButton > span {
  font-size: 1.3rem;
}

/* VIEW MOREのボタン[VIEW MORE]
 [文字：上へ移動、下から出現　矢印：右、斜め右へ移動 */

.viewmoreBtn {
  display: inline-block;
}

.viewmoreBtn .viewmoreBtn--button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;

  /* テキストの基点とするためrelativeを指定 */
  position: relative;
  flex-wrap: wrap;
  align-items: center;

  /* はみ出る要素を隠す */
  overflow: hidden;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: Marcellus, serif;
  letter-spacing: 0.06em;

  /* 矢印の背景 */

  /* テキストのアニメーション */

  /* 矢印のアニメーション */
}

.viewmoreBtn .viewmoreBtn--button .arrow-cycle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #1e1818;
}

.viewmoreBtn .viewmoreBtn--button.txtoutin .txtoutin-wrap {
  display: block;
  position: relative;
  margin-right: 0.5em;
  overflow: hidden;
  line-height: normal;
}

.viewmoreBtn .viewmoreBtn--button.txtoutin .txt-out,
.viewmoreBtn .viewmoreBtn--button.txtoutin .txt-in {
  display: block;
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.viewmoreBtn .viewmoreBtn--button.txtoutin .txt-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  opacity: 0;
}

.viewmoreBtn .viewmoreBtn--button.txtoutin:hover .txt-out {
  transform: translate(0, -100%);
  opacity: 0;
}

.viewmoreBtn .viewmoreBtn--button.txtoutin:hover .txt-in {
  /* 不透明に */
  transform: translate(0, 0);
  opacity: 1;

  /* Y方向に0 */
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrowoutin-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-r-out,
.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-r-in,
.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-dr-out,
.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-dr-in {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-r-out,
.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-r-in {
  width: 1.214rem;
  height: 0.765rem;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-r-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
  opacity: 0;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin:hover .arrow-r-out {
  transform: translate(100%, 0);
  opacity: 0;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin:hover .arrow-r-in {
  /* 不透明に */
  transform: translate(0, 0);
  opacity: 1;

  /* Y方向に0 */
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-dr-out,
.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-dr-in {
  width: 1.4rem;
  height: 1.4rem;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-dr-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 100%);
  opacity: 0;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin:hover .arrow-dr-out {
  transform: translate(100%, -100%);
  opacity: 0;
}

.viewmoreBtn .viewmoreBtn--button.arrowoutin:hover .arrow-dr-in {
  /* 不透明に */
  transform: translate(0, 0);
  opacity: 1;

  /* Y方向に0 */
}

/* --- ▼レスポンシブ ---------------------------- */

/* -------------------------------------------
ブランドページ　▼ここから
---------------------------------------------- */

/* --- ▼ブランド共通
---------------------------------------------- */

.brand__product > .pin-spacer {
  margin: 0 !important;
}

.brand__sec-category {
  position: relative;
  margin-bottom: 4.5rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: Marcellus, serif;
  letter-spacing: 0.17em;
}

.brand__sec-category::before {
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 2.7rem;
  height: 1px;
  background: #1e1818;
  content: '';
}

/* --- ▼レスポンシブ ---------------------------- */

/* --- ▼ロードしたらクラス付与
------------------------------------ */

.brand .js-LoadView .textIn {
  display: block;
  overflow: hidden;
}

.brand .js-LoadView .textIn .textIn-in {
  display: block;
  transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 1s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 1s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 1s cubic-bezier(0.3, 0.01, 0, 1);
}

.brand .js-LoadView .showImg {
  clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.05, 0, 1);
  transition: clip-path 1s cubic-bezier(0.35, 0.05, 0, 1);
  transition: clip-path 1s cubic-bezier(0.35, 0.05, 0, 1), -webkit-clip-path 1s cubic-bezier(0.35, 0.05, 0, 1);
}

.brand .js-LoadView.is-view .textIn .textIn-in {
  transform: translateY(0);
}

.brand .js-LoadView.is-view .showImg {
  clip-path: inset(0);
}

.anchorLink--title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8rem;
  color: #a19595;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: normal;
  font-family: Marcellus, serif;
  letter-spacing: 0.17em;
}

.anchorLink__menu {
  visibility: hidden;
  z-index: 98;
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 25.6rem;
  padding: 3rem 2.6rem 10.5rem;
  background: url(../../../img/product/brand/feature_bg.webp);
  background-repeat: repeat;
  clip-path: inset(10% 0 0 0);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.3, 0.01, 0, 1), visibility 0.2s cubic-bezier(0.3, 0.01, 0, 1), -webkit-clip-path 0.2s cubic-bezier(0.3, 0.01, 0, 1);
  transition: opacity 0.2s cubic-bezier(0.3, 0.01, 0, 1), visibility 0.2s cubic-bezier(0.3, 0.01, 0, 1), clip-path 0.2s cubic-bezier(0.3, 0.01, 0, 1);
  transition: opacity 0.2s cubic-bezier(0.3, 0.01, 0, 1), visibility 0.2s cubic-bezier(0.3, 0.01, 0, 1), clip-path 0.2s cubic-bezier(0.3, 0.01, 0, 1), -webkit-clip-path 0.2s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__menu .inAnime-wrap {
  display: block;
  overflow: hidden;
}

.anchorLink__menu .inAnime-wrap .inAnime {
  transform: translateY(100%);
}

.anchorLink__menu .titleAnime-in {
  display: block;
  opacity: 0;
}

.anchorLink__menu .txtoutin .txtoutin-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: normal;
}

.anchorLink__menu .txtoutin .txt-out,
.anchorLink__menu .txtoutin .txt-in {
  display: block;
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.anchorLink__menu .txtoutin .txt-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
  opacity: 0;
}

.anchorLink__menu .txtoutin:hover .txt-out {
  transform: translate(0, -100%);
  opacity: 0;
}

.anchorLink__menu .txtoutin:hover .txt-in {
  /* 不透明に */
  transform: translate(0, 0);
  opacity: 1;

  /* Y方向に0 */
}

.anchorLink__menu.is-show {
  visibility: visible;
  clip-path: inset(0);
  opacity: 1;
}

.anchorLink__menu.is-show .inAnime-wrap .inAnime {
  transform: translateY(0);
  transition: -webkit-transform 0.4s 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.4s 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.4s 0.3s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.4s 0.3s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__menu.is-show .titleAnime-in {
  opacity: 1;
  transition: opacity 0.4s 0.3s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__item {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: normal;
}

.anchorLink__item + .anchorLink__item {
  margin-top: 1.6rem;
}

.anchorLink__item span {
  display: block;
}

.anchorLink__item.en {
  font-weight: 400;
  font-family: Marcellus, serif;
  letter-spacing: 0.05em;
}

.anchorLink__item.en .txtoutin-wrap {
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__item .linkArrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
}

.anchorLink__item .linkArrow .txtoutin-wrap {
  transform: translateX(-1.2em);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__item .linkArrow::before {
  display: block;
  width: 1.214rem;
  height: 0.765rem;
  margin-right: 0.5rem;
  content: '';
  opacity: 0;
}

.anchorLink__item.current.en .txtoutin-wrap {
  transform: translateX(1.3em);
}

.anchorLink__item.current .linkArrow .txtoutin-wrap {
  transform: translateX(0);
}

.anchorLink__item.current .linkArrow::before {
  opacity: 1;
  transition: opacity 0.4s 0.4s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__btn {
  z-index: 99;
  position: fixed;
  right: 3.8rem;
  bottom: 3.8rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.3, 0.01, 0, 1), visibility 0.3s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.anchorLink__btn .btn {
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  transform-origin: center;
  border-radius: 50%;
  background-color: #1e1818;
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__btn .btn::before,
.anchorLink__btn .btn::after {
  display: inline-block;
  position: absolute;
  top: 48%;
  left: 50%;
  width: 19px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.anchorLink__btn .btn::before {
  transform: translate(-50%);
  transition: width 0.3s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0, 1), width 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0, 1), width 0.3s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__btn .btn::after {
  transform: translate(-50%) rotate(90deg);
  transition: width 0.3s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0, 1), width 0.3s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0, 1), width 0.3s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.01, 0, 1);
}

.anchorLink__btn:hover .btn {
  transform: rotate(-90deg) scale(0.9);
}

.anchorLink__btn:hover .btn::before,
.anchorLink__btn:hover .btn::after {
  width: 16px;
}

.anchorLink__btn.is-show .btn {
  transform: rotate(-90deg);
}

.anchorLink__btn.is-show .btn::before {
  transform: translate(-50%) rotate(-90deg);
}

/* --- ▼レスポンシブ ---------------------------- */

/* --- ▼ブランドロゴ、画像
---------------------------------------------- */

.brand__top__wrap {
  padding-top: 22.5rem;
}

.brand__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16.3rem;
}

.brand__logo.wellness img {
  width: 32.3rem;
}

.brand__logo.kasho img {
  width: 40.3rem;
}

.brand__image {
  margin: 0 8rem;
}

.brand__image--image {
  height: 78rem;
  overflow: hidden;
}

.brand__image--image img {
  width: 100%;
}

.brand__image__text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: normal;
  font-family: Marcellus, serif;
  letter-spacing: 0.17em;
}

.brand__image__text p:nth-of-type(2) {
  margin-right: 4rem;
  letter-spacing: 0.02em;
}

.brand__image.kasho .brand__image__text p:nth-of-type(2) {
  margin-top: -0.2em;
}

/* --- ▼レスポンシブ ---------------------------- */

/* --- ▼about
---------------------------------------------- */

.brand__about {
  position: relative;
  margin-top: 27rem;
  padding-bottom: 23.7rem;
}

.brand__about .flowFlower {
  position: absolute;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.brand__about .flowFlower .border {
  display: block;
  width: 1px;
  height: 90rem;
  margin: 1.6rem auto;
  transform: scale(1, 0);
  transform-origin: top;
  background: #dcd4d1;
  will-change: transform;
}

.brand__about .flowFlower .flowerImg {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  overflow: hidden;
}

.brand__about .flowFlower .flowerImg img {
  width: 1.5rem;
}

.brand__about .flowFlower .flowerImg > div {
  display: -webkit-box;
  display: flexbox;
  display: flex;
}

.brand__about__text {
  width: 50%;
  padding-left: 18rem;
}

.brand__about__text--title {
  margin-bottom: 4rem;
  font-size: 3.4rem;
  line-height: 1.647;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.brand__about__text--text {
  line-height: 3.07;
}

.brand__about__image .image01 {
  position: absolute;
  top: 0;
  left: 78.6rem;
  width: 37rem;
}

.brand__about__image .image02 {
  position: absolute;
  top: 31rem;
  left: 65rem;
  width: 18.7rem;
}

.brand__about__image .image03 {
  position: absolute;
  top: 43rem;
  left: 104.3rem;
  width: 22.5rem;
}

/* --- ▼レスポンシブ ---------------------------- */

/* --- ▼こだわり
---------------------------------------------- */

.brand__feature {
  padding-top: 10.9rem;
  overflow: hidden;
}

.brand__feature__conts {
  position: relative;
  padding: 4rem 0 22.6rem;
  background: url(../../../img/product/brand/feature_bg.webp);
  background-repeat: repeat;
}

.brand__feature__conts::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 11rem;
  transform: translateY(-100%);
  background: url(../../../img/product/brand/brown_bg.webp);
  background-repeat: repeat;
  content: '';
  mask-image: url(../../../img/product/brand/feature_bg_mask.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
}

.brand__feature .flowFlower {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, -100%);
}

.brand__feature .flowFlower .border {
  display: block;
  width: 1px;
  height: 90rem;
  margin: 1.6rem auto;
  transform: scale(1, 0);
  transform-origin: top;
  background: #fff;
  will-change: transform;
}

.brand__feature .flowFlower .flowerImg {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  overflow: hidden;
}

.brand__feature .flowFlower .flowerImg img {
  width: 1.5rem;
}

.brand__feature .flowFlower .flowerImg > div {
  display: -webkit-box;
  display: flexbox;
  display: flex;
}

.brand__feature__title {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  margin-left: 18rem;
}

.brand__feature__title .brand__sec-category {
  margin-top: 2rem;
  margin-bottom: 0;
}

.brand__feature__title--title {
  z-index: 1;
  margin-left: 9.6rem;
}

.brand__feature__title--title .en {
  font-weight: 400;
  font-size: 6rem;
  line-height: normal;
  font-family: Marcellus, serif;
  letter-spacing: 0.02em;
}

.brand__feature__title--title .ja {
  font-size: 7.9rem;
  line-height: normal;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.02em;
}

.brand__feature__title--title .sub.ja {
  height: 1.5em;
  margin-top: 1.8rem;
  margin-right: 1.3rem;
  font-size: 3.9rem;
  line-height: normal;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.02em;
}

.brand__feature__title--title .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: flex-end;
  margin-top: 6px;
}

.brand__feature__title--title .flex .kodawari {
  font-size: 3.2rem;
  line-height: normal;
  font-family: "Zen Old Mincho", serif;
}

.brand__feature__title--title .cycle {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10.9rem;
  transform: translate(-35%, -50%);
}

.brand__feature__title--title .cycle img {
  width: 100%;
}

.brand__feature__title--title .cycle__wrap {
  position: relative;
}

.brand__feature__title.wellness .brand__feature__title--title .flex {
  margin-left: 11rem;
}

.brand__feature__title.wellness .brand__feature__title--title .flex .kodawari {
  margin-bottom: 0.6rem;
  margin-left: 0.9rem;
}

.brand__feature__title.kasho .brand__feature__title--title {
  display: -webkit-box;
  display: flexbox;
  display: flex;
}

.brand__feature__title.kasho .brand__feature__title--title .flex .kodawari {
  margin-bottom: 1.3rem;
  margin-left: 0.6rem;
}

.brand__feature .feature__slide {
  margin: 11.5rem 0 0;
}

.brand__feature .feature__slide .swiper .swiper-slide {
  overflow: hidden;
}

.brand__feature .feature__slide .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.brand__feature .feature__slide__wrap {
  position: relative;
  width: 36.7rem;
  margin-left: 41.8rem;
}

.brand__feature .feature__slide .mainSlide {
  width: 36.6rem;
}

.brand__feature .feature__slide .backSlide {
  position: absolute;
  right: -3rem;
  bottom: -3.6rem;
  width: 17.2rem;
  height: 17.4rem;
  filter: blur(7px);
}

.brand__feature .feature__slide .numberSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.8rem;
  height: 7.8rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #1e1818;
}

.brand__feature .feature__slide .numberSlide .swiper-slide {
  padding: 0.462rem;
  box-sizing: border-box;
}

.brand__feature .feature__slide .titleSlide {
  position: absolute;
  top: 50%;
  left: -33.6rem;
  width: 40.9rem;
  transform: translateY(-50%);
  font-size: 1.8rem;
  line-height: 1.55;
}

.brand__feature .feature__slide .titleSlide .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand__feature .feature__slide .titleSlide .swiper-slide .textIn {
  display: block;
  overflow: hidden;
}

.brand__feature .feature__slide .titleSlide .swiper-slide .textIn .textIn-in {
  display: block;
  transform: translateY(100%);
  transition: -webkit-transform 0.8s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.8s cubic-bezier(0.3, 0.01, 0, 1);
  transition: transform 0.8s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.8s cubic-bezier(0.3, 0.01, 0, 1);
}

.brand__feature .feature__slide .titleSlide .swiper-slide.swiper-slide-active .textIn .textIn-in {
  transform: translateY(0);
  transition-delay: 0.7s;
}

.brand__feature .feature__slide .textSlide {
  position: absolute;
  top: 50%;
  left: calc(100% + 9.2rem);
  width: 40.9rem;
  transform: translateY(-50%);
}

.brand__feature .feature__slide .textSlide p + p {
  margin-top: 2.5rem;
}

.brand__feature .feature__slide .textSlide .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand__feature .feature__slide .textSlide .swiper-slide .fadeIn {
  transform: translateY(1.5rem);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.8s cubic-bezier(0.3, 0.01, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.01, 0, 1), transform 0.8s cubic-bezier(0.3, 0.01, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.01, 0, 1), transform 0.8s cubic-bezier(0.3, 0.01, 0, 1), -webkit-transform 0.8s cubic-bezier(0.3, 0.01, 0, 1);
}

.brand__feature .feature__slide .textSlide .swiper-slide.swiper-slide-active .fadeIn {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}

.brand__feature .feature__slide__pagination .pagination {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  line-height: normal;
  font-family: Marcellus, serif;
}

.brand__feature .feature__slide__pagination .pagination .featureSlide-pagination .swiper-pagination-bullet {
  height: 100%;
  margin: 0;
  transform: scale(1);
  background: none;
  line-height: normal;
  opacity: 1;
  transition: left 1.5s;
}

.brand__feature .feature__slide__pagination .pagination .featureSlide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.brand__feature .feature__slide__pagination .pagination .featureSlide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev,
.brand__feature .feature__slide__pagination .pagination .featureSlide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.brand__feature .feature__slide__pagination .pagination .featureSlide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

.brand__feature .feature__slide__pagination.-pagenation01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  position: absolute;
  bottom: 0.5rem;
  left: -2rem;
  flex-direction: column;
}

.brand__feature .feature__slide__pagination.-pagenation01 .slash {
  width: 1.13rem;
  height: 1px;
  transform: rotate(45deg) translate(0.6rem, 0.3rem);
  background: #1e1818;
}

.brand__feature .feature__slide__pagination.-pagenation01 .title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: normal;
  font-family: Marcellus, serif;
  letter-spacing: 0.17em;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.brand__feature .feature__slide__pagination.-pagenation01 .pagination {
  width: 1.2em;
  height: 2.4rem;
  margin-top: 1.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.17em;
}

.brand__feature .feature__slide__pagination.-pagenation01 .pagination .featureSlide-pagination {
  top: 0;
  left: 0.75rem;
  height: 100%;
}

.brand__feature .feature__slide__pagination.-pagenation01 .pagination .featureSlide-pagination .swiper-pagination-bullet {
  width: 1.7rem;
  font-size: 1.3rem;
  letter-spacing: 0.17em;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.brand__feature .feature__slide__pagination.-pagenation02 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.brand__feature .feature__slide__pagination.-pagenation02 .pagination {
  width: 3.4rem;
  height: 1em;
  font-size: 2.4rem;
  line-height: 0.95;
}

.brand__feature .feature__slide__pagination.-pagenation02 .pagination .featureSlide-pagination {
  top: 0;
  left: 1.6rem;
  height: 100%;
}

.brand__feature .feature__slide__pagination.-pagenation02 .pagination .featureSlide-pagination .swiper-pagination-bullet {
  position: relative;
  width: 3.4rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 0.95;
}

.brand__feature .feature__slide__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  position: absolute;
  bottom: -1rem;
  left: 60rem;
  justify-content: center;
  gap: 2rem;

  /* 前へ次への矢印カスタマイズ */

  /* 前への矢印カスタマイズ */

  /* 次への矢印カスタマイズ */
}

.brand__feature .feature__slide__button .border {
  display: block;
  width: 1px;
  height: 3.6rem;
  margin: auto 0;
  background: #cec0bb;
}

.brand__feature .feature__slide__button .featureSlide-button-prev,
.brand__feature .feature__slide__button .featureSlide-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  border-radius: 50%;
  background-color: #1e1818;
}

.brand__feature .feature__slide__button .featureSlide-button-prev::after,
.brand__feature .feature__slide__button .featureSlide-button-next::after {
  font-size: 0;
}

.brand__feature .feature__slide__button .featureSlide-button-prev:hover .featureSlide-button-prev-arrow::after,
.brand__feature .feature__slide__button .featureSlide-button-prev:hover .featureSlide-button-next-arrow::after,
.brand__feature .feature__slide__button .featureSlide-button-next:hover .featureSlide-button-prev-arrow::after,
.brand__feature .feature__slide__button .featureSlide-button-next:hover .featureSlide-button-next-arrow::after {
  transform: translateX(0);
  opacity: 1;
}

.brand__feature .feature__slide__button .featureSlide-button-prev-arrow,
.brand__feature .feature__slide__button .featureSlide-button-next-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.brand__feature .feature__slide__button .featureSlide-button-prev:hover .featureSlide-button-prev-arrow::before {
  transform: translateX(-110%);
}

.brand__feature .feature__slide__button .featureSlide-button-next:hover .featureSlide-button-next-arrow::before {
  transform: translateX(110%);
}

.brand__feature .feature__slide__button .featureSlide-button-prev-arrow::after,
.brand__feature .feature__slide__button .featureSlide-button-next-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.brand__feature .feature__slide__button .featureSlide-button-prev-arrow::after {
  transform: translateX(110%);
}

.brand__feature .feature__slide__button .featureSlide-button-next-arrow::after {
  transform: translateX(-110%);
}

.brand__feature .feature__slide__button .featureSlide-button-prev-arrow::before,
.brand__feature .feature__slide__button .featureSlide-button-next-arrow::before,
.brand__feature .feature__slide__button .featureSlide-button-prev-arrow::after,
.brand__feature .feature__slide__button .featureSlide-button-next-arrow::after {
  display: block;
  width: 2.064rem;
  height: 1.364rem;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.brand__feature .feature__slide__button .featureSlide-button-prev-arrow::after,
.brand__feature .feature__slide__button .featureSlide-button-prev-arrow::before {
  background-image: url(../../../img/product/brand/product_slide_arrow_l.webp);
}

.brand__feature .feature__slide__button .featureSlide-button-next-arrow::after,
.brand__feature .feature__slide__button .featureSlide-button-next-arrow::before {
  background-image: url(../../../img/product/brand/product_slide_arrow_r.webp);
}

/* --- ▼レスポンシブ ---------------------------- */

/* --- ▼商品紹介
---------------------------------------------- */

.brand__product {
  /* --- ▼レスポンシブ ---------------------------- */

  /* --- ▼レスポンシブ ---------------------------- */

  /* --- ▼レスポンシブ ---------------------------- */

  /* --- ▼レスポンシブ ---------------------------- */
}

.brand__product .product.last_product .product__flavors {
  padding-bottom: 0;
}

.brand__product .product .fadeSlide .swiper-slide {
  opacity: 0.9 !important;
}

.brand__product .product .fadeSlide .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.brand__product .product__image {
  position: relative;
  width: inherit;
  height: inherit;
}

.brand__product .product__image__wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.brand__product .product__image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.brand__product .product__image picture {
  display: -webkit-box;
  display: flexbox;
  display: flex;
}

.brand__product .product:nth-of-type(1) {
  z-index: 1;
  position: relative;
}

.brand__product .product:nth-of-type(2) {
  z-index: 2;
  position: relative;
}

.brand__product .product:nth-of-type(3) {
  z-index: 3;
  position: relative;
}

.brand__product .product:nth-of-type(4) {
  z-index: 4;
  position: relative;
}

.brand__product .product:nth-of-type(5) {
  z-index: 5;
  position: relative;
}

.brand__product .product:nth-of-type(6) {
  z-index: 6;
  position: relative;
}

.brand__product.kasho > div:nth-of-type(1) .product__image {
  background: url(../../../img/product/brand/brand01.webp);
  background-position: center;
  background-size: cover;
}

.brand__product.kasho > div:nth-of-type(2) .product__image {
  background: url(../../../img/product/brand/brand02.webp);
  background-position: center;
  background-size: cover;
}

.brand__product.kasho > div:nth-of-type(3) .product__image {
  background: url(../../../img/product/brand/brand03.webp);
  background-position: center;
  background-size: cover;
}

.brand__product.kasho > div:nth-of-type(4) .product__image {
  background: url(../../../img/product/brand/brand04.webp);
  background-position: center;
  background-size: cover;
}

.brand__product.kasho > div:nth-of-type(5) .product__image {
  background: url(../../../img/product/brand/brand05.jpg);
  background-position: center;
  background-size: cover;
}

.brand__product.kasho > div:nth-of-type(6) .product__image {
  background: url(../../../img/product/brand/brand06.webp);
  background-position: center;
  background-size: cover;
}

.brand__product.wellness > div:nth-of-type(1) .product__image {
  background: url(../../../img/product/brand/wellness/brand01.webp);
  background-position: center;
  background-size: cover;
}

.brand__product.wellness > div:nth-of-type(2) .product__image {
  background: url(../../../img/product/brand/wellness/brand02.webp);
  background-position: center;
  background-size: cover;
}

.brand__product.wellness > div:nth-of-type(3) .product__image {
  background: url(../../../img/product/brand/wellness/brand03.webp);
  background-position: center;
  background-size: cover;
}

.brand__product .product__about {
  margin: 0 17.6rem 13rem;
  padding-top: 12rem;
}

.brand__product .product__about__title {
  margin-bottom: -3.5rem;
  text-align: center;
}

.brand__product .product__about__title .brand__sec-category {
  display: inline-block;
}

.brand__product .product__about__title .brand__sec-category::before {
  left: 50%;
  transform: translateX(-50%);
}

.brand__product .product__about__title .title {
  z-index: 2;
  position: relative;
}

.brand__product .product__about__title .title.en {
  font-weight: 400;
  font-size: 5.5rem;
  line-height: normal;
  font-family: Marcellus, serif;
  letter-spacing: 0.02em;
}

.brand__product .product__about__title .title.ja {
  font-size: 5rem;
  line-height: normal;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.brand__product .product__about__image {
  position: relative;
}

.brand__product .product__about__image .js-productParallax {
  height: 54.7rem;
  overflow: hidden;
}

.brand__product .product__about__image .viewmoreBtn {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -25%);
}

.brand__product .product__about__image .viewmoreBtn .cycleButton {
  width: 13.5rem;
  height: 13.5rem;
}

.brand__product .product__about__image .viewmoreBtn .cycleButton.txtoutin .txtoutin-wrap {
  line-height: 1;
}

.brand__product .product__about__image .viewmoreBtn .text {
  display: -webkit-box;
  display: flexbox;
  display: flex;
}

.brand__product .product__slide {
  padding: 14.3rem 17.6rem 13rem;
  overflow: hidden;
}

.brand__product .product__slide .swiper .swiper-slide {
  overflow: hidden;
}

.brand__product .product__slide .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.brand__product .product__slide__wrap {
  position: relative;
  width: 32.8rem;
  margin-left: 13.5rem;
}

.brand__product .product__slide .backSlide {
  z-index: 1;
  position: absolute;
  top: -7.3rem;
  left: -8.3rem;
  width: 30.6rem;
  height: 30.6rem;
  filter: blur(7px);
}

.brand__product .product__slide .leftSlide {
  position: absolute;
  top: 6.7rem;
  left: -23.1rem;
  width: 22.3rem;
  height: 22.3rem;
  transform: translateX(-100%);
  filter: blur(7px);
}

.brand__product .product__slide .rightSlide {
  position: absolute;
  top: 0;
  left: 98rem;
  width: 22.3rem;
  height: 22.3rem;
  filter: blur(7px);
}

.brand__product .product__slide .introductionSlide {
  position: absolute;
  top: 4rem;
  left: 49.3rem;
  width: 38.3rem;
}

.brand__product .product__slide .introductionSlide .swiper-slide .fadeIn {
  transform: translateY(1.5rem);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.brand__product .product__slide .introductionSlide .swiper-slide.swiper-slide-active .fadeIn {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}

.brand__product .product__slide .introductionSlide .title {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  line-height: 1.555;
  font-family: "Zen Old Mincho", serif;
}

.brand__product .product__slide .introductionSlide .text {
  font-size: 1.4rem;
  line-height: 2;
}

.brand__product .product__slide .supplementSlide .swiper-slide .image img {
  clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.brand__product .product__slide .supplementSlide .swiper-slide.swiper-slide-active .image img {
  clip-path: inset(0);
  transition-delay: 0.8s !important;
}

.brand__product .product__slide .supplementSlide.-slide01 {
  position: absolute;
  top: 5rem;
  right: -6rem;
  width: 11.3rem;
  height: 12.6rem;
}

.brand__product .product__slide .supplementSlide.-slide02 {
  position: absolute;
  bottom: -3.5rem;
  left: -4rem;
  width: 11.1rem;
  height: 12.2rem;
}

.brand__product .product__slide__pagination {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  position: absolute;
  top: -2.5rem;
  left: 49.3rem;
  align-items: flex-end;
  font-weight: 400;
  line-height: normal;
  font-family: Marcellus, serif;
}

.brand__product .product__slide__pagination .slash {
  width: 3.9rem;
  height: 1px;
  transform: rotate(126.3deg) translate(-1.2rem, 1rem);
  background: #1e1818;
}

.brand__product .product__slide__pagination .total {
  position: relative;
  top: 0.6rem;
  font-size: 2.1rem;
}

.brand__product .product__slide__pagination .pagination {
  position: relative;
  bottom: -0.9rem;
  width: 6.5rem;
  height: 1em;
  overflow: hidden;
  font-size: 4.5rem;
  line-height: 0.95;
}

.brand__product .product__slide__pagination .pagination .swiper-pagination {
  top: 0;
  left: 3rem;
  height: 100%;
}

.brand__product .product__slide__pagination .pagination .swiper-pagination-bullet {
  width: 15rem;
  height: 100%;
  margin: 0;
  transform: scale(1);
  background: none;
  font-size: 4.5rem;
  line-height: 0.95;
  opacity: 1;
  transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.brand__product .product__slide__pagination .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.brand__product .product__slide__pagination .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev,
.brand__product .product__slide__pagination .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.brand__product .product__slide__pagination .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

.brand__product .product__slide__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 49.3rem;
  justify-content: center;
  gap: 2rem;

  /* 前へ次への矢印カスタマイズ */

  /* 前への矢印カスタマイズ */

  /* 次への矢印カスタマイズ */
}

.brand__product .product__slide__button .border {
  display: block;
  width: 1px;
  height: 3.6rem;
  margin: auto 0;
  background: #dcd4d1;
}

.brand__product .product__slide__button .productSlide-button-prev,
.brand__product .product__slide__button .productSlide-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  border-radius: 50%;
  background-color: #1e1818;
}

.brand__product .product__slide__button .productSlide-button-prev::after,
.brand__product .product__slide__button .productSlide-button-next::after {
  font-size: 0;
}

.brand__product .product__slide__button .productSlide-button-prev:hover .productSlide-button-prev-arrow::after,
.brand__product .product__slide__button .productSlide-button-prev:hover .productSlide-button-next-arrow::after,
.brand__product .product__slide__button .productSlide-button-next:hover .productSlide-button-prev-arrow::after,
.brand__product .product__slide__button .productSlide-button-next:hover .productSlide-button-next-arrow::after {
  transform: translateX(0);
  opacity: 1;
}

.brand__product .product__slide__button .productSlide-button-prev-arrow,
.brand__product .product__slide__button .productSlide-button-next-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.brand__product .product__slide__button .productSlide-button-prev:hover .productSlide-button-prev-arrow::before {
  transform: translateX(-110%);
}

.brand__product .product__slide__button .productSlide-button-next:hover .productSlide-button-next-arrow::before {
  transform: translateX(110%);
}

.brand__product .product__slide__button .productSlide-button-prev-arrow::after,
.brand__product .product__slide__button .productSlide-button-next-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.brand__product .product__slide__button .productSlide-button-prev-arrow::after {
  transform: translateX(110%);
}

.brand__product .product__slide__button .productSlide-button-next-arrow::after {
  transform: translateX(-110%);
}

.brand__product .product__slide__button .productSlide-button-prev-arrow::before,
.brand__product .product__slide__button .productSlide-button-next-arrow::before,
.brand__product .product__slide__button .productSlide-button-prev-arrow::after,
.brand__product .product__slide__button .productSlide-button-next-arrow::after {
  display: block;
  width: 2.064rem;
  height: 1.364rem;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.brand__product .product__slide__button .productSlide-button-prev-arrow::after,
.brand__product .product__slide__button .productSlide-button-prev-arrow::before {
  background-image: url(../../../img/product/brand/product_slide_arrow_l.webp);
}

.brand__product .product__slide__button .productSlide-button-next-arrow::after,
.brand__product .product__slide__button .productSlide-button-next-arrow::before {
  background-image: url(../../../img/product/brand/product_slide_arrow_r.webp);
}

.brand__product .product__flavors {
  padding: 10rem 21rem 30rem;

  /* マウスストーカーの可動範囲 */
}

.brand__product .product__flavors .brand__sec-category {
  margin-bottom: 7.5rem;
  text-align: center;
}

.brand__product .product__flavors .brand__sec-category::before {
  left: 50%;
  transform: translateX(-50%);
}

.brand__product .product__flavors .js-stalker-area {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.brand__product .product__flavors .js-stalker {
  /* がたつくため以下を追加 */
  z-index: 10;
  position: absolute;
  top: -4.5rem;
  left: -4.5rem;
  transform: translate(0, 0);
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.brand__product .product__flavors .stalker .stalker__cycle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.3rem;
  height: 9.3rem;
  border: 1px solid #1e1818;
  border-radius: 50%;
}

.brand__product .product__flavors .stalker .stalker__cycle span {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: normal;
  font-family: Marcellus, serif;
  letter-spacing: 0.06em;
  text-align: left;
}

.brand__product .product__flavors .stalker .stalker__cycle span:nth-of-type(2) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  margin-left: 1.2em;
}

.brand__product .product__flavors .stalker .stalker__cycle .arrow {
  width: 1em;
  height: 1em;
}

.brand__product .product__flavors__conts {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 4.7rem 17.4rem;
}

.brand__product .product__flavors .flavors__block {
  position: relative;
  text-align: center;
}

.brand__product .product__flavors .flavors__block:nth-of-type(2) {
  margin-top: 8.5rem;
}

.brand__product .product__flavors .flavors__block:nth-of-type(4) {
  margin-top: 12rem;
}

.brand__product .product__flavors .flavors__block a {
  display: block;
}

.brand__product .product__flavors .flavors__block a.fadeIn {
  transition-delay: 0s;
}

.brand__product .product__flavors .flavors__block a:hover .image__wrap .-image02 {
  visibility: visible;
  opacity: 1;
}

.brand__product .product__flavors .flavors__block a:hover .image__wrap.scale .image {
  transform: scale(1.1);
}

.brand__product .product__flavors .flavors__block .image__wrap {
  position: relative;
  width: 38.6rem;
  height: 42rem;
  overflow: hidden;
}

.brand__product .product__flavors .flavors__block .image__wrap .image {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: flex-end;
}

.brand__product .product__flavors .flavors__block .image__wrap .image.-image02 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.brand__product .product__flavors .flavors__block .image__wrap.scale .image {
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.brand__product .product__flavors .flavors__block .name {
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
}

.brand__product .product__flavors .flavors__block .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.brand__product .product__flavors .flavors__block .price .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand__product .product__flavors .flavors__block .price .slash {
  display: block;
  width: 1.36rem;
  height: 1px;
  margin: 0 3px -1px 5px;
  transform: rotate(-53.97deg);
  background: #1e1818;
}

.brand__product .product__flavors .flavors__block .price .zeikomi {
  margin-top: 0.1em;
  font-size: 1.1rem;
  line-height: 1;
}

.brand__product .product__flavors .flavors__block .vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
}

.brand__product .product__flavors .flavors__block .vertical + .vertical {
  margin-top: 0.8rem;
}

.brand__product .product__flavors .flavors__block .vertical .vertical_flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  margin-top: -0.2rem;
}

.brand__product .product__flavors .flavors__block .vertical .vertical_flex .flex {
  line-height: 1.6;
}

/* -------------------------------------------
ブランドページ　▲ここまで
---------------------------------------------- */

.sp {
  display: none !important;
}

@media screen {

  [hidden~='screen'] {
    display: inherit;
  }

  [hidden~='screen']:not(:active, :focus, :target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 768px) {

  html {
    font-size: 2.666666vw;
  }

  body {
    font-size: 1.3rem;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .js-view .showBgImg.-sideShow .bg,
  .js-view .showBgImg.-sideShow .showBgImg_img {
    clip-path: inset(100% 0 0 0);
  }

  .js-view .fadeIn.fadeIn_spnone {
    transform: translateY(0);
    opacity: 1;
  }

  .js-view .showImg.showImg_spnone {
    clip-path: inset(0);
  }

  .js-view .showBgImg.showBgImg_spnone .bg {
    display: none;
  }

  .js-view .showBgImg.showBgImg_spnone .showBgImg_img {
    clip-path: inset(0);
    transition: none;
  }

  .js-view .showBgImg.showBgImg_spnone.-sideShow .bg,
  .js-view .showBgImg.showBgImg_spnone.-sideShow .showBgImg_img {
    clip-path: inset(0);
  }

  .js-view.is-view .showBgImg.-sideShow .bg,
  .js-view.is-view .showBgImg.-sideShow .showBgImg_img {
    clip-path: inset(0);
  }

  .rotateItem.rotateItem_spnone {
    animation: none;
  }

  .viewmoreBtn .viewmoreBtn--button {
    font-size: 1.3rem;

    /* 矢印の背景 */

    /* 矢印のアニメーション */
  }

  .viewmoreBtn .viewmoreBtn--button .arrow-cycle {
    width: 2.3rem;
    height: 2.3rem;
  }

  .viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-r-out,
  .viewmoreBtn .viewmoreBtn--button.arrowoutin .arrow-r-in {
    width: 1.074rem;
    height: 0.676rem;
  }

  .brand__sec-category {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: normal;
  }

  .brand__sec-category::before {
    top: -1.3rem;
    width: 2.5rem;
  }

  .anchorLink__menu {
    right: 1rem;
    bottom: 1rem;
    width: 21rem;
    height: 33.7rem;
    padding: 2.4rem 1.6rem 7.6rem 2rem;
  }

  .anchorLink__menu .txtoutin:hover .txt-in {
    transform: translate(0, 100%);
  }

  .anchorLink__menu .txtoutin:hover .txt-out {
    transform: translate(0, 0);
    opacity: 1;
  }

  .anchorLink__item {
    font-size: 1.3rem;
  }

  .anchorLink__item + .anchorLink__item {
    margin-top: 1.8rem;
  }

  .anchorLink__btn {
    right: 2.6rem;
    bottom: 2.6rem;
  }

  .anchorLink__btn:hover .btn {
    transform: rotate(0deg) scale(1);
  }

  .anchorLink__btn:hover .btn::before,
  .anchorLink__btn:hover .btn::after {
    width: 19px;
  }

  .anchorLink__btn.is-show .btn {
    transform: rotate(0deg) scale(1);
  }

  .anchorLink__btn.is-show .btn::before {
    transform: translate(-50%) rotate(0deg);
  }

  .anchorLink__btn.is-show .btn::after {
    transform: translate(-50%) rotate(0deg);
  }

  .brand__top__wrap {
    padding-top: 21rem;
  }

  .brand__logo {
    margin: 0 auto 20rem;
  }

  .brand__logo.wellness img {
    width: 20.2rem;
  }

  .brand__logo.kasho img {
    width: 25.56rem;
  }

  .brand__image {
    margin: 0 2rem;
  }

  .brand__image--image {
    height: 42.5rem;
  }

  .brand__image__text {
    margin-bottom: 1.1rem;
    font-size: 1.1rem;
  }

  .brand__image__text p:nth-of-type(2) {
    margin-right: 3rem;
    letter-spacing: 0.02em;
  }

  .brand__about {
    margin-top: 8rem;
    padding-bottom: 5rem;
  }

  .brand__about .flowFlower {
    top: auto;
    bottom: -3rem;
  }

  .brand__about .flowFlower .flowerImg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brand__about .flowFlower .flowerImg img {
    width: 1.1rem;
  }

  .brand__about .flowFlower .border {
    height: 53.3rem;
    margin: 1rem auto;
    transform: scale(1, 1);
  }

  .brand__about__text {
    width: 100%;
    padding-left: 4.5rem;
  }

  .brand__about__text--title {
    margin-bottom: 2rem;
    font-size: 2.7rem;
    line-height: 1.592;
    letter-spacing: 0.03em;
  }

  .brand__about__text--title .font-ls {
    letter-spacing: -0.33em;
  }

  .brand__about__text--text {
    padding-right: 2rem;
    line-height: 2.461;
  }

  .brand__about__image {
    position: relative;
    height: 55.5rem;
  }

  .brand__about__image .image01 {
    top: 11.5rem;
    left: 12.4rem;
    width: 18.6rem;
  }

  .brand__about__image .image02 {
    top: 34.6rem;
    left: 4.3rem;
    width: 10.5rem;
  }

  .brand__about__image .image03 {
    top: 42rem;
    left: 21.7rem;
    width: 13.8rem;
  }

  .brand__feature {
    padding-top: 3.43rem;
  }

  .brand__feature__conts {
    padding: 6.6rem 0 9.5rem;
  }

  .brand__feature__conts::before {
    height: 3.53rem;
    mask-image: url(../../../img/product/brand/feature_bg_mask_sp.svg);
  }

  .brand__feature .flowFlower {
    top: 2.5rem;
  }

  .brand__feature .flowFlower .flowerImg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brand__feature .flowFlower .flowerImg img {
    width: 1.1rem;
  }

  .brand__feature .flowFlower .border {
    height: 53.3rem;
    margin: 1rem auto;
    transform: scale(1, 1);
  }

  .brand__feature__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 2rem;
  }

  .brand__feature__title .brand__sec-category {
    margin-top: 0;
    line-height: 1.8;
  }

  .brand__feature__title--title {
    margin-top: 2rem;
    margin-left: 0;
  }

  .brand__feature__title--title .flex {
    margin-top: 1px;
  }

  .brand__feature__title--title .flex .ja {
    margin-bottom: 3px;
    font-size: 4.6rem;
  }

  .brand__feature__title--title .flex .kodawari {
    font-size: 2.1rem;
  }

  .brand__feature__title--title .sub.ja {
    margin-top: 1rem;
    margin-right: 0.3rem;
    font-size: 2.1rem;
  }

  .brand__feature__title--title .en {
    font-size: 3.9rem;
  }

  .brand__feature__title--title .cycle {
    width: 7.5rem;
    transform: translate(-40%, -50%);
  }

  .brand__feature__title.wellness .brand__feature__title--title .flex {
    margin-left: 2.2em;
  }

  .brand__feature__title.wellness .brand__feature__title--title .flex .kodawari {
    margin-bottom: 0.3rem;
    margin-left: 0.5rem;
  }

  .brand__feature__title.kasho .brand__feature__title--title .flex .kodawari {
    margin-bottom: 0.8rem;
    margin-left: 0.2rem;
  }

  .brand__feature .feature__container {
    margin-top: 9.2rem;
    padding: 0 2.9rem 0 5.8rem;
  }

  .brand__feature .feature__container__item + .feature__container__item {
    margin-top: 10.4rem;
  }

  .brand__feature .feature__container__item .title {
    margin-bottom: 1.4rem;
    font-size: 1.7rem;
    line-height: normal;
  }

  .brand__feature .feature__container__item .text {
    font-size: 1.3rem;
    line-height: 2;
  }

  .brand__feature .feature__container__item .text p + p {
    margin-top: 2.5rem;
  }

  .brand__feature .feature__container__item .image {
    position: relative;
    margin-bottom: 1.9rem;
  }

  .brand__feature .feature__container__item .image__text {
    position: absolute;
    bottom: 0.8rem;
    left: -1.5em;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: normal;
    font-family: Marcellus, serif;
    letter-spacing: 0.17em;
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }

  .brand__feature .feature__container__item .image__text .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    flex-direction: row;
  }

  .brand__feature .feature__container__item .image .slash {
    display: block;
    width: 1.13rem;
    height: 1px;
    transform: rotate(45deg) translate(0.3rem, 0.7rem);
    background: #1e1818;
  }

  .brand__feature .feature__container__item .image .num {
    display: block;
    margin-top: 1.5rem;
  }

  .brand__feature .feature__container__item .image .number {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
  }

  .brand__feature .feature__container__item .image .number .fadeIn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.7rem;
    height: 5.7rem;
    border-radius: 50%;
    background-color: #1e1818;
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: normal;
    font-family: Marcellus, serif;
    transition: opacity 0.6s cubic-bezier(0.28, 0.09, 0, 1), -webkit-transform 0.6s cubic-bezier(0.28, 0.09, 0, 1);
    transition: opacity 0.6s cubic-bezier(0.28, 0.09, 0, 1), transform 0.6s cubic-bezier(0.28, 0.09, 0, 1);
    transition: opacity 0.6s cubic-bezier(0.28, 0.09, 0, 1), transform 0.6s cubic-bezier(0.28, 0.09, 0, 1), -webkit-transform 0.6s cubic-bezier(0.28, 0.09, 0, 1);
  }

  .brand__feature .feature__container__item .image .number .fadeIn_textInWrap {
    overflow: hidden;
    line-height: 1;
  }

  .brand__feature .feature__container__item .image .number .fadeIn_textIn {
    display: block;
    transform: translateY(100%);
    transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.09, 0, 1);
    transition: transform 0.6s cubic-bezier(0.28, 0.09, 0, 1);
    transition: transform 0.6s cubic-bezier(0.28, 0.09, 0, 1), -webkit-transform 0.6s cubic-bezier(0.28, 0.09, 0, 1);
  }

  .brand__feature .feature__container__item .image .number.js-view.is-view .fadeIn_textIn {
    transform: translateY(0);
  }

  .brand__feature .feature__container.-total3 .number.-num01 .fadeIn {
    background-image: url('../../../img/product/brand/feature_slide_number3-1.svg');
    background-position: center;
    background-size: 92%;
  }

  .brand__feature .feature__container.-total3 .number.-num02 .fadeIn {
    background-image: url('../../../img/product/brand/feature_slide_number3-2.svg');
    background-position: center;
    background-size: 92%;
  }

  .brand__feature .feature__container.-total3 .number.-num03 .fadeIn {
    background-image: url('../../../img/product/brand/feature_slide_number3-3.svg');
    background-position: center;
    background-size: 92%;
  }

  .brand__feature .feature__container.-total4 .number.-num01 .fadeIn {
    background-image: url('../../../img/product/brand/feature_slide_number4-1.svg');
    background-position: center;
    background-size: 92%;
  }

  .brand__feature .feature__container.-total4 .number.-num02 .fadeIn {
    background-image: url('../../../img/product/brand/feature_slide_number4-2.svg');
    background-position: center;
    background-size: 92%;
  }

  .brand__feature .feature__container.-total4 .number.-num03 .fadeIn {
    background-image: url('../../../img/product/brand/feature_slide_number4-3.svg');
    background-position: center;
    background-size: 92%;
  }

  .brand__feature .feature__container.-total4 .number.-num04 .fadeIn {
    background-image: url('../../../img/product/brand/feature_slide_number4-4.svg');
    background-position: center;
    background-size: 92%;
  }

  .brand__product .product.last_product .product__flavors {
    padding-bottom: 0;
  }

  .brand__product.kasho > div:nth-of-type(1) .product__image {
    background: url(../../../img/product/brand/brand01_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product.kasho > div:nth-of-type(2) .product__image {
    background: url(../../../img/product/brand/brand02_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product.kasho > div:nth-of-type(3) .product__image {
    background: url(../../../img/product/brand/brand03_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product.kasho > div:nth-of-type(4) .product__image {
    background: url(../../../img/product/brand/brand04_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product.kasho > div:nth-of-type(6) .product__image {
    background: url(../../../img/product/brand/brand06_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product.wellness > div:nth-of-type(1) .product__image {
    background: url(../../../img/product/brand/wellness/brand01_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product.wellness > div:nth-of-type(2) .product__image {
    background: url(../../../img/product/brand/wellness/brand02_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product.wellness > div:nth-of-type(3) .product__image {
    background: url(../../../img/product/brand/wellness/brand03_sp.webp);
    background-position: center;
    background-size: cover;
  }

  .brand__product .product__about {
    margin: 0 2rem;
    padding-top: 8rem;
  }

  .brand__product .product__about__title {
    margin-bottom: -2.5rem;
  }

  .brand__product .product__about__title .brand__sec-category {
    margin-bottom: 3rem;
  }

  .brand__product .product__about__title .title.en {
    font-size: 3.9rem;
  }

  .brand__product .product__about__title .title.ja {
    font-size: 3.1rem;
  }

  .brand__product .product__about__image .js-productParallax {
    position: relative;
    height: 38rem;
  }

  .brand__product .product__about__image .js-productParallax .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50rem;
    width: 33rem;
    transform: translate(-50%, -50%);
  }

  .brand__product .product__about__image .viewmoreBtn {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -41%);
  }

  .brand__product .product__about__image .viewmoreBtn .cycleButton {
    width: 11.7rem;
    height: 11.7rem;
  }

  .brand__product .product__about__image .viewmoreBtn .cycleButton.txtoutin .txtoutin-wrap {
    line-height: 1.6;
  }

  .brand__product .product__about__image .viewmoreBtn .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .brand__product .product__about__image .viewmoreBtn .text .txtoutin-wrap:nth-of-type(2) {
    margin-left: 1.8em;
  }

  .brand__product .product__about__image .viewmoreBtn .arrowoutin-wrap {
    margin-top: 2rem;
  }

  .brand__product .product__slide {
    padding: 13.5rem 0 17.8rem;
  }

  .brand__product .product__slide__wrap {
    width: 100%;
    margin: 0 auto;
  }

  .brand__product .product__slide .mainSlide {
    width: 26.9rem;
    margin: 0 auto;
  }

  .brand__product .product__slide .backSlide {
    display: none;
  }

  .brand__product .product__slide .rightSlide {
    top: 6rem;
    right: -6.5rem;
    left: auto;
    width: 9.7rem;
  }

  .brand__product .product__slide .leftSlide {
    top: 15rem;
    left: 3rem;
    width: 9.7rem;
  }

  .brand__product .product__slide .introductionSlide {
    position: initial;
    margin-top: 9rem;
    padding: 0 2rem;
  }

  .brand__product .product__slide .introductionSlide .title {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: normal;
  }

  .brand__product .product__slide .introductionSlide .text {
    font-size: 1.3rem;
  }

  .brand__product .product__slide .supplementSlide.-slide01 {
    top: 3rem;
    right: 1rem;
    width: 8.3rem;
  }

  .brand__product .product__slide .supplementSlide.-slide02 {
    top: 25rem;
    bottom: auto;
    left: 1rem;
    width: 8.6rem;
  }

  .brand__product .product__slide__pagination {
    top: 35.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .brand__product .product__slide__pagination .slash {
    width: 2.9rem;
  }

  .brand__product .product__slide__pagination .total {
    position: initial;
    font-size: 1.5rem;
  }

  .brand__product .product__slide__pagination .pagination {
    bottom: -0.3rem;
    width: 5rem;
    font-size: 3.5rem;
  }

  .brand__product .product__slide__pagination .pagination .swiper-pagination {
    left: 2.5rem;
  }

  .brand__product .product__slide__pagination .pagination .swiper-pagination-bullet {
    width: 5rem;
    font-size: 3.5rem;
  }

  .brand__product .product__slide__button {
    bottom: -9rem;
    left: 50%;
    width: 11.5rem;
    gap: 1.8rem;
    transform: translateX(-50%);

    /* 前へ次への矢印カスタマイズ */
  }

  .brand__product .product__slide__button .swiper-button-prev,
  .brand__product .product__slide__button .swiper-button-next {
    width: 3.9rem;
    height: 3.9rem;
  }

  .brand__product .product__slide__button .border {
    height: 2.9rem;
  }

  .brand__product .product__slide__button .swiper-button-prev-arrow::after,
  .brand__product .product__slide__button .swiper-button-next-arrow::after,
  .brand__product .product__slide__button .swiper-button-prev-arrow::before,
  .brand__product .product__slide__button .swiper-button-next-arrow::before {
    width: 1.81rem;
    height: 1.182rem;
  }

  .brand__product .product__flavors {
    padding: 0 0 9rem;
  }

  .brand__product .product__flavors .brand__sec-category {
    margin-bottom: 3rem;
  }

  .brand__product .product__flavors__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 6.5rem 0;
  }

  .brand__product .product__flavors .flavors__block:nth-of-type(2),
  .brand__product .product__flavors .flavors__block:nth-of-type(4) {
    margin-top: 0;
  }

  .brand__product .product__flavors .flavors__block a:hover .image__wrap .-image02 {
    pointer-events: none;
  }

  .brand__product .product__flavors .flavors__block a:hover .image__wrap.scale .image {
    transform: scale(1) translateX(-50%);
  }

  .brand__product .product__flavors .flavors__block .image__wrap {
    width: 100%;
    height: 30.4rem;
  }

  .brand__product .product__flavors .flavors__block .image__wrap .image {
    left: 50%;
    width: 25.5rem;
    transform: translateX(-50%);
  }

  .brand__product .product__flavors .flavors__block .image__wrap .image.-image02 {
    visibility: visible;
    transition: none;
  }

  .brand__product .product__flavors .flavors__block .js-flavorsFade .image {
    opacity: 0 !important;
    transition: opacity 0.8s cubic-bezier(0, 0.87, 0.27, 1) !important;
  }

  .brand__product .product__flavors .flavors__block .js-flavorsFade .image.on {
    opacity: 1 !important;
  }

  .brand__product .product__flavors .flavors__block .vertical .vertical_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -0.2rem;
  }

  .brand__product .product__flavors .flavors__block .name {
    margin: 0.5rem 0 0.3rem;
    font-size: 1.5rem;
  }

  .brand__product .product__flavors .flavors__block .price {
    font-size: 1.3rem;
  }

  .brand__product .product__flavors .flavors__block .price .zeikomi {
    font-size: 1rem;
  }

  .brand__product .product__flavors .flavors__block .price + .price {
    margin-top: 0.2rem;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {

  .brand__product .product__image__wrap {
    /* height: 76.8rem; */
    height: 50vh;
  }
}
