/** Shopify CDN: Minification failed

Line 2132:0 Unexpected "}"

**/
@charset "utf-8";

/**********
break point
641px
1008px
(1140px)
**********/

/* ------------- */
/* ------------- */
/* root settings */
/* ------------- */
/* ------------- */
:root {
	--main-font: baskerville-urw, fot-tsukuaoldmin-pr6n, serif;
  --second-font: open-sans, dnp-shuei-gothic-kin-std, sans-serif;  
}

body {
  font-family: var(--second-font);
}
body h1.Heading {
  font-family: var(--main-font);
}
.no_scroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* ------------ */
/* ------------ */
/* inner styles */
/* ------------ */
/* ------------ */
@media screen and (min-width: 1008px) {
  .custom-inner {
    max-width: 1088px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 32px;
  }
}

/* ------------------------ */
/* ------------------------ */
/* custom-image-text styles */
/* ------------------------ */
/* ------------------------ */
.custom-image-text__inner {
  width: 100%;
}
.custom-image-text__list {
  display: grid;
}
.custom-image-text__item {
  width: 100%;
  position: relative;
}
.custom-image-text__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: background-color 0.8s ease-out;
}
.custom-image-text__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.custom-image-text__image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-image-text__image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:transform 8s cubic-bezier(.25,.46,.45,.94);
  z-index: -1;
}
@media (hover: hover) {
  .custom-image-text__link:hover .custom-image-text__image img {
    transform: scale(1.2);
  }
}
.custom-image-text__text {
  width: 100%;
  position: absolute;
  left: 0;
  padding-inline: 12px;
}

@media screen and (min-width: 1008px) {
  .custom-image-text__text {
    padding-inline: 24px;
  }
}
.custom-image-text__sub {
  font-size: 18px;
  font-weight: 400;
  color: inherit;
}
.custom-image-text__heading {
  color: inherit;
  font-weight: 400;
  font-family: var(--main-font);
}
.custom-image-text__content {
  font-size: 14px;
  font-family: var(--second-font);
  letter-spacing: 0.12em;
  line-height: 2.2;
}


/* ------------------------ */
/* ------------------------ */
/* custom-slide-list styles */
/* ------------------------ */
/* ------------------------ */
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .custom-slide-list__inner {
    padding-inline: 32px;
  }
}
.custom-slide-list__heading {
  font-size: 11px;
  color: #fff;
  font-family: var(--second-font);
  letter-spacing: 0.08em;
  text-align: center;
}
.custom-slide-list__heading-en {
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}
.custom-slide-list__link {
  pointer-events: none;
  display: block;
}
.custom-slide-list__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.custom-slide-list__image::before {
  content: '';
  display: block;
}
.custom-slide-list__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition:transform 8s cubic-bezier(.25,.46,.45,.94);
}
.custom-slide-list__text {
  margin-top: 23px;
  text-align: center;
}
.custom-slide-list__content {
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 641px) {
  .custom-slide-list__text {
    margin-top: 9px;
  }
  .custom-slide-list__content {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
  }
  .custom-slide-list__heading-en {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
} 

.custom-slide-list__button {
  padding-right: 16px;
}
.custom-slide-list__all-link {
  display: block;
  position: relative;
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.16em;
  text-align: right;
  padding-right: 24px;
  transition: color 0.3s ease-out;
}
.custom-slide-list__all-link::before,
.custom-slide-list__all-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-slide-list__all-link::before {
  width: 16px;
  height: 16px;
  right: 0;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-slide-list__all-link::after {
  width: 6px;
  height: 6px;
  right: 6px;
  border-top: 1px solid #000;
	border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.custom-slide-list__button.custom-slide-list__button--large {
  max-width: 390px;
  width: 100%;
  padding-inline: 16px;
  margin-inline: auto;
}
.custom-slide-list__button--large .custom-slide-list__all-link {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
  padding: 10px 0;
  border: 1px solid #c6c6c6;
  text-align: center;
}
.custom-slide-list__button--large .custom-slide-list__all-link::before,
.custom-slide-list__button--large .custom-slide-list__all-link::after {
  display: none;
}

@media (hover: hover) {
  .custom-slide-list__all-link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .custom-slide-list__all-link:hover::before {
    right: -8px;
  }
  .custom-slide-list__all-link:hover::after {
    right: -2px;
  }
}

@media screen and (min-width: 641px) {
  .custom-slide-list__list.swiper-wrapper {
    display: grid;
  }
  .custom-slide-list__button {
    padding-right: 0;
  }
}

/* slide list slider styles */
.custom-slide-list__slide-operation {
  display: none;
  max-width: 262px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0 0;
  margin: 0 auto 12px;
}
.custom-slide-list__slide-operation .custom-simple-slider__pagination.swiper-pagination-horizontal {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-slide-list__slide-operation .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.custom-slide-list__slide-operation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 6px;
}
.custom-slide-list__slide-operation .swiper-pagination-bullet {
  position: relative;
  width: 4.6px;
  height: 4.6px;
  background-color: #c6c6c6;
  opacity: 1;
  margin-inline: 10px;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-slide-list__slide-operation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #9C3120;
}
.custom-slide-list__page-num {
  display: none;
  font-size: 10px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.custom-slide-list__slide-arrow {
  position: relative;
  width: 5.5px;
  height: 11px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  color: #c6c6c6;
}
.custom-slide-list__slide-arrow svg {
  display: block;
  width: 5.5px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .custom-slide-list__slide-arrow:hover {
    opacity: 0.7;
  }
}

/* ----------------------- */
/* ----------------------- */
/* custom-text-unit styles */
/* ----------------------- */
/* ----------------------- */
.custom-text-unit__inner {
  display: flex;
  flex-direction: column;
}
.custom-text-unit__container {
  opacity: 0;
}
.custom-text-unit__title {
  width: fit-content;
  font-size: 40px;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin: 0 auto 35px;
  background: linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background: -webkit-linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 50%;
  background-size: 400% 100%;
  color: transparent;
  opacity: 0.8;
}
.custom-text-unit__main {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  height: fit-content;
}
.custom-text-unit__content {
  display: flex;
  justify-content: center;
  height: fit-content;
  margin-bottom: 24px;
}
.custom-text-unit__text {
  font-size: 14px;
  font-family: var(--main-font);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-kerning: normal;
  background: linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background: -webkit-linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0 50%;
  background-size: 400% 100%;
  color: transparent;
  opacity: 0.8;
}
.custom-text-unit__text.custom-text-unit__text--sp {
  padding-inline: 20px;
}
.custom-text-unit__text.custom-text-unit__text--pc {
  font-size: 16px;
  display: none;
}
.custom-text-unit__button {
  padding-right: 16px;
}
.custom-text-unit__link {
  display: block;
  position: relative;
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.16em;
  text-align: right;
  padding-right: 24px;
  transition: color 0.3s ease-out;
  opacity: 0;
}
.custom-text-unit__link::before,
.custom-text-unit__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-text-unit__link::before {
  width: 16px;
  height: 16px;
  right: 0;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-text-unit__link::after {
  width: 6px;
  height: 6px;
  right: 6px;
  border-top: 1px solid #000;
	border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .custom-text-unit__link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .custom-text-unit__link:hover::before {
    right: -8px;
  }
  .custom-text-unit__link:hover::after {
    right: -2px;
  }
}
@media screen and (min-width: 1008px) {
  .custom-text-unit__title {
    font-size: 48px;
  }
  .custom-text-unit__text.custom-text-unit__text--sp {
    display: none;
  }
  .custom-text-unit__text.custom-text-unit__text--pc {
    display: block;
  }
}

/* ------------------- */
/* ------------------- */
/* custom-movie styles */
/* ------------------- */
/* ------------------- */
.custom-movie__inner {
  width: 100%;
}
.custom-movie__container {
  width: 100%;
  position: relative;
  margin-inline: auto;
  height: 100vh;
  height: 100svh;  
}
.custom-movie__container::after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.25;
}
.custom-movie__video-sp,
.custom-movie__video-pc {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-movie__video-pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .custom-movie__video-sp {
    display: none;
  }
  .custom-movie__video-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-height: 800px) {
  .custom-movie__container {
    height: 800px;
  }
}
@media screen and (max-width: 768px){
  .Article__Wrapper {
    margin: 70px auto 90px;
  }
}
@media screen and (min-width: 1008px) {
  .custom-movie__container {
    height: auto;
  }
  .custom-movie__container::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
}

/* ------------------ */
/* ------------------ */
/* custom-loop styles */
/* ------------------ */
/* ------------------ */
.custom-loop__inner {
  overflow-x: hidden;
}

/* item style -> custom-loop.css */
.custom-loop__container {
  position: relative;
  width: 100%;
  min-height: 650px;
  margin-bottom: 31px;
}
.custom-loop__content-inner {
  position: absolute;
  width: 100%;
  min-height: 650px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

@media screen and (min-width: 1008px) {
  .custom-loop__container {
    margin-bottom: 73px;
  }
}
.custom-loop__inner-title {
  z-index: 300;
}
.custom-loop__inner-text {
  z-index: 200;
}
.custom-loop__inner-image {
  z-index: 100;
}

.custom-loop__inner-title,
.custom-loop__inner-text,
.custom-loop__inner-image {
  position: relative;
  width: 2716px;
  height: 100%;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.custom-loop__title-text {
  position: absolute;
  font-family: var(--main-font);
  /* color: #fff; */
  color: currentColor;
  line-height: 1.7;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
}
.custom-loop__en-text {
  position: absolute;
  font-size: 16px;
  /* color: #fff; */
  color: currentColor;
  font-family: var(--main-font);
  line-height: 1.3;
  letter-spacing: 0.03em;
  opacity: 0;
}
.custom-loop__image {
  position: absolute;
  width: 100%;
  opacity: 0;
}
.custom-loop__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-loop__button {
  max-width: 1024px;
  width: 100%;
  display: block;
  position: relative;
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.16em;
  text-align: right;
  margin-inline: auto;
  padding-right: 40px;
  transition: color 0.3s ease-out;
}
.custom-loop__button::before,
.custom-loop__button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-loop__button::before {
  width: 16px;
  height: 16px;
  right: 16px;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-loop__button::after {
  width: 6px;
  height: 6px;
  right: 22px;
  border-top: 1px solid #000;
	border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .custom-loop__link:hover .custom-loop__button {
    color: rgba(255, 255, 255, 0.5);
  }
  .custom-loop__link:hover .custom-loop__button::before {
    right: 8px;
  }
  .custom-loop__link:hover .custom-loop__button::after {
    right: 14px;
  }
}

.custom-loop__loop01 {
  animation: loopAnime 50s linear 0s infinite normal none running;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.custom-loop__loop02 {
  animation: loopAnime 50s linear 0s infinite normal none running;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.custom-loop__loop03 {
  animation: loopAnime 58s linear 0s infinite normal none running;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

@keyframes loopAnime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}


.blur-content {
  animation-name:blurImageAnime;
  animation-duration:3s;
  animation-delay:.5s;
  animation-fill-mode:forwards;
  animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes blurImageAnime{
  0%{
    filter:blur(20px);
    opacity:0;
    perspective:1000;
    backface-visibility:hidden;
  }
  100%{
    filter:blur(0);
    opacity:1;
    perspective:1000;
    backface-visibility:hidden;
  }
}
/* ----------------- */
/* ----------------- */
/* login page styles */
/* ----------------- */
/* ----------------- */
.custom-login .Form__Hint a.Link {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .custom-login .Form__Hint a.Link:hover {
    opacity: 0.8;
  }
}

/* ------------------- */
/* ------------------- */
/* account page styles */
/* ------------------- */
.custom-account-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}
.custom-account-header a.PageHeader__Back.Heading {
  margin-bottom: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

/* ------------- */
/* ------------- */
/* footer styles */
/* ------------- */
/* ------------- */
.Footer.custom-footer {
  background-color: #fff;
  padding: 50px 24px 32px;
}
.custom-footer .Container {
  padding: 0;
}
.custom-footer .Footer__Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px;
}
.custom-footer .Footer__Logo {
  width: 100%;
  margin-bottom: 72px;
}
.custom-footer .Footer__Logo-Link {
  display: block;
  max-width: 75px;
  margin-inline: auto;
  transition: opacity 0.3s ease;
}
.custom-footer .Footer__Logo img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.custom-footer .Footer__Block {
  flex: 1 1 50%;
  margin-top: 0;
}
.custom-footer .Footer__Block:last-of-type {
  margin-top: 72px;
}
.custom-footer .Linklist__Item {
  margin-bottom: 24px;
}
.custom-footer .Footer__Block:first-of-type .Linklist__Item {
  margin-bottom: 32px;
  list-style: none;
}
.custom-footer .Footer__Title {
  display: none;
}
.custom-footer .Linklist__Item a {
  position: relative;
  font-size: 12px;
  color: #534F4F;
  letter-spacing: 0.04em;
  font-family: var(--second-font);
  transition: opacity 0.3s ease-in-out;
}
.custom-footer .Footer__Social {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.custom-footer .Icon {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: fill 0.3s ease-out;
}
.custom-footer .Footer__Aside {
  margin-top: 0;
}
.custom-footer .Footer__Copyright {
  text-align: left;
}
.custom-footer .Footer__StoreName {
  font-size: 11px;
  color: #000;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

@media (hover: hover) {
  .custom-footer .Footer__Logo-Link:hover {
    opacity: 0.7;
  }
  .custom-footer .Linklist__Item a:hover {
    opacity: 0.7;
  }
  .custom-footer .Link--primary:hover .Icon {
    fill: rgba(0, 0, 0, 0.6);
  }
  .custom-footer .Footer__StoreName:hover {
    color: #000;
  }
}

@media screen and (min-width: 641px) {
  .Footer.custom-footer {
    padding: 48px 20px 32px;
  }
  .custom-footer .Footer__Inner {
    max-width: 1088px;
    width: 100%;
    margin: 0 auto 24px;
    flex-direction: column;
  }
  .custom-footer .Footer__Logo-Link {
    max-width: 60px;
  }
  .custom-footer .Linklist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .custom-footer .Footer__Block {
    margin-bottom: 0;
    padding-inline: 0;
  }
  .custom-footer .Footer__Block:first-of-type {
    margin-bottom: 16px;
  }
  .custom-footer .Linklist__Item {
    max-width: fit-content;
    margin-bottom: 0;
  }
  .custom-footer .Footer__Block:first-of-type .Linklist__Item {
    margin-bottom: 0;
  }
  .custom-footer .Footer__Social {
    justify-content: center;
  }
  .custom-footer .Footer__Aside {
    justify-content: center;
  }
}
/* ------------- */
/* ------------- */
/* drawer styles */
/* ------------- */
/* ------------- */
.custom-Drawer.Drawer {
  width: 100%;
  background-color: #fff;
  z-index: 100000;
}
.custom-Drawer.Drawer[aria-hidden=true] {
  transform: translateX(-100%);
}
.custom-Drawer .Drawer__Close {
  right: 16px;
  left: auto;
}
.custom-Drawer .Drawer__Close svg {
  width: 16px;
  height: 16px;
}
.custom-Drawer .Drawer__Close svg path {
  stroke: #000;
}
.custom-Drawer .Icon {
  fill: #000;
}
.custom-Drawer .Heading {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  font-family: var(--main-font);
  line-height: 2.4;
}

@media (hover: hover) {
  .custom-Drawer.SidebarMenu .Heading, .supports-hover .SidebarMenu .Link--primary:hover {
    color: #000;
  }
}
.custom-Drawer .Drawer__Content::before,
.custom-Drawer .Drawer__Footer::before {
  display: none;
}
.custom-Drawer .Drawer__Footer {
  display: none;
}

/* Drawer Head styles */
.custom-Drawer .Drawer__Head {
  padding: 4px 24px 26px;
}
.custom-Drawer .Drawer__Head-Content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 34px;
}
.custom-Drawer .Drawer__Logo {
  max-width: 80px;
  width: 100%;
}
.custom-Drawer .Drawer__Logo-Link {
  display: block;
  width: 100%;
}
.custom-Drawer .Drawer__Logo-Link {
  display: block;
  width: 100%;
  object-fit: contain;
}
.custom-Drawer .Drawer__Info-List {
  margin-bottom: 12px;
  list-style: none;
}
.custom-Drawer .Drawer__Info-Item {
  font-size: 12px;
  color: #534F4F;
  letter-spacing: 0.08em;
  font-family: var(--second-font);
  padding-bottom: 4px;
}
.custom-Drawer .Drawer__Social {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
}
.custom-Drawer .HorizontalList--spacingLoose {
  margin: 0;
  display: flex;
}
.custom-Drawer .HorizontalList--spacingLoose .HorizontalList__Item {
  margin: 0;
  display: flex;
}
.custom-Drawer .Drawer__Head-List {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-Drawer .Drawer__Head-Item:first-of-type .Drawer__Head-Link {
  padding-left: 0;
}
.custom-Drawer .Drawer__Head-Item:last-of-type .Drawer__Head-Link {
  border-right: 0;
}
.custom-Drawer .Drawer__Head-Item.localization-form--country {
  flex: 1;
}
.custom-Drawer .Drawer__Head-Item.localization-form--locale .Header__LocalizationForm .HorizontalList__Item {
  padding-left: 0;
}
.custom-Drawer .Drawer__Head-Link {
  display: block;
  font-size: 12px;
  color: #000;
  font-family: var(--main-font);
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding-inline: 12px;
  border-right: 1px solid #C6C6C6;
}
.custom-Drawer .Header__LocalizationForm {
  color: #000;
}
.custom-Drawer .Header__LocalizationForm .HorizontalList__Item {
  display: block;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding-inline: 12px;
  border-right: 1px solid #C6C6C6;
}
.custom-Drawer .Header__LocalizationForm .HorizontalList__Item:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.custom-Drawer .SelectButton {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000;
  font-family: var(--main-font);
  padding-block: 0;
}

/* Drawer List styles */
.custom-Drawer .Collapsible__Button {
  padding: 16px 4px;
  border-top: 1px solid #C6C6C6;
}
.custom-Drawer .Collapsible:last-of-type {
  border-bottom: 1px solid #C6C6C6;
}
.custom-Drawer .Collapsible__Content {
  padding-bottom: 8px;
}
.custom-Drawer .Collapsible .Collapsible  {
  margin-left: 0;
}
.custom-Drawer .Collapsible .Collapsible:last-of-type {
  border-bottom: none;
}
.custom-Drawer .Collapsible .Collapsible .Collapsible__Button {
  border: none;
  font-size: 12px;
  color: #534F4F;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 8px 4px;
}

/* ------------- */
/* ------------- */
/* header styles */
/* ------------- */
/* ------------- */
.custom-Header.Header {
  box-shadow: none;
}
.shopify-section--header {
  z-index: 1000;
}
.custom-Header .Header__Wrapper {
  position: relative;
  justify-content: flex-end;
  gap: 24px;
  padding-block: 24px;
  opacity: 1;
}
.supports-sticky .Search[aria-hidden="true"] + .Header--transparent.custom-Header {
  transition: background 0.3s ease-in-out;
}
.features--heading-uppercase .Heading {
  text-transform: none;
}
.features--heading-uppercase .Popover__Value:focus {
  color: #fff;
}
.Header--transparent.custom-Header .Header__Wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 177px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to top, rgba(15, 29, 28, 0) 20.59%, #000000 100%);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.supports-sticky .Search[aria-hidden="true"] + .Header--transparent.custom-Header .Header__Wrapper::before {
  opacity: 1;
}
.custom-Header .Header__FlexItem--fill {
  flex: 0;
}
.custom-Header .Header__Icon + .Header__Icon {
  margin-left: 24px;
}
.custom-Header-logo {
  position: absolute;
  width: 60px;
  top: 26px;
  left: 15px;
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.custom-Header-logo.is-open {
  opacity: 0;
  z-index: 0;
}
.custom-Header .Header__Logo {
  max-width: 60px;
  width: 100%;
}
.custom-Header .Header__Logo-Link {
  display: block;
  width: 100%;
}
.custom-Header .Header__Logo-Link img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.custom-Search[aria-hidden=false] {
  z-index: 11000;
}
.custom-Header .Header__Head-Nav {
  display: none;
}

@media screen and (min-width: 1140px) {
  .custom-Header-logo {
    width: 80px;
    top: 40px;
    left: 48px;
  }
  .Header:not(.Header--sidebar).custom-Header .Header__Wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 48px;
    padding: 24px 50px 20px;
  }
  .Header--transparent.custom-Header .Header__Wrapper::before {
    height: 258px;
    z-index: -1;
  }
  .custom-Header .Heading {
    font-size: 16px;
    color: #fff;
    line-height: 2.4;
    font-family: var(--main-font);
  }
  .custom-Header .Header__Icon {
    transition: opacity 0.3s ease-in-out;
  }
  @media (hover: hover) {
    .custom-Header .Header__Icon:hover {
      opacity: 0.7;
    }
  }
  .custom-Header .Header__MainNav {
    margin-right: 0;
  }
  .custom-Header .Header__Head-Nav {
    display: block;
    width: 100%;
  }
  .custom-Header .Header__Head-List {
    display: flex;
    justify-content: flex-end;
    position: relative;
    list-style: none;
  }
  .Header__Head-Link {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: var(--main-font);
    padding-inline: 16px;
    border-right: 1px solid #C6C6C6;
    transition: color 0.3s ease-in-out;
  }
  .custom-Header .Header__Head-Item:last-of-type .Header__Head-Link {
    border-right: none;
    padding-right: 0;
  }
  @media (hover: hover) {
    .Header__Head-Link:hover {
      color: rgba(255, 255, 255, 0.7);
    }
  }
  .custom-Header .Header__Head-Item .HorizontalList {
    margin: 0;
  }
  .custom-Header .Header__Head-Item .HorizontalList__Item {
    display: flex;
    width: fit-content;
    padding-left: 16px;
    margin: 0;
  }
  .Header__Head-Item .SelectButton {
    font-size: 12px;
    color: #fff;
    font-family: var(--main-font);
    line-height: 1;
    padding-block: 0;
  }
  .Header__Head-Item .Popover {
    right: 0 !important;
  }
  .Header__Head-Item .Popover::before {
    display: none;
  }
  .Header__Head-Item .Popover__ValueList {
    padding: 0;
  }
  .Header__Head-Item .Popover__Value {
    font-size: 14px;
    color: #534F4F;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  }
  @media (hover: hover) {
    .Header__Head-Item .Popover__Value:hover {
      background-color: #534F4F;
      color: #fff;
    }
  }
  .custom-Header .Header__LocalizationForm .HorizontalList {
    display: flex;
    align-items: center;
  }
  .custom-Header .Header__LocalizationForm .HorizontalList .HorizontalList__Item {
    font-size: 14px;
    color: #fff;
    padding-inline: 16px;
    border-right: 1px solid #C6C6C6;
  }
  .custom-Header .HorizontalList .HorizontalList__Item:last-of-type {
    padding-right: 0;
    border-right: none;
  }
  .custom-Header .HorizontalList__Item {
    margin: 0 20px;
  }
  .custom-Header .HorizontalList__Item a {
    line-height: 2.4;
    display: inline-block;
    transition: opacity 0.3s ease-in-out;
    letter-spacing: 0;
  }
  .custom-Header .HorizontalList__Item a .Header__LinkSpacer::after {
    display: none;
  }
  @media (hover:hover) {
    .custom-Header .HorizontalList__Item a:hover {
      opacity: 0.7;
    }
  }
  .custom-Header .HorizontalList__Item[aria-haspopup] a {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
  }
  .custom-Header .HorizontalList__Item[aria-haspopup] a::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
	  border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: transform 0.3s ease-in-out;
  }
  .custom-Header .HorizontalList__Item[aria-haspopup].is-expanded a::before {
    transform: translateY(-50%) rotate(-135deg);
  }
  .custom-Header .DropdownMenu {
    min-width: auto;
    max-width: none;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 0;
    border: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .custom-Header .DropdownMenu::before {
    display: none;
  }
  .custom-Header .DropdownMenu .Linklist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    background-color: #534F4F;
    padding: 12px 56px;
  }
  .custom-Header .DropdownMenu .Linklist__Item {
    width: fit-content;
    margin-bottom: 0;
  }
  .custom-Header .DropdownMenu .Linklist__Item .Link {
    width: fit-content;
    padding: 0;
  }
  .custom-Header .DropdownMenu .Linklist__Item .Link::before {
    display: none;
  }
}

/* ------------------ */
/* ------------------ */
/* custom-page styles */
/* ------------------ */
/* ------------------ */
.custom-page__inner {
  width: 100%;
  overflow-x: hidden;
}
.custom-page__heading {
  width: 100%;
}
.custom-page__media {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.custom-page__media::before {
  content: '';
  display: block;
  width: 581px;
  height: 457px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.custom-page__image {
  width: 100%;
  height: 492px;
}
.custom-page__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-page__movie {
  width: 100%;
  position: relative;
  margin-inline: auto;
  height: 100vh;
  height: 100svh; 
}
.custom-page__movie::after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.25;
}
.custom-page__video-sp,
.custom-page__video-pc {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-page__video-pc {
  display: none;
}
.custom-page__catch {
  padding: 80px 16px 0;
}
.custom-page__catch-text {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.custom-page__catch-button {
  padding-top: 38px;
}
.custom-page__catch-link {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
  border: 1px solid #c6c6c6;
  padding-block: 10px;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
  .custom-page__catch-link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 641px) {
  .custom-page__video-sp {
    display: none;
  }
  .custom-page__video-pc {
    display: block;
  }
  .custom-page__catch-main {
    text-align: center;
  }
  .custom-page__catch-button {
    max-width: 325px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) and (min-height: 800px) {
  .custom-page__movie {
    height: 800px;
  }
}
@media screen and (min-width: 1008px) {
  .custom-page__movie {
    height: auto;
  }
  .custom-page__movie::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .custom-page__catch {
    padding-top: 120px;
  }
}
.custom-page__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.custom-page__title-en {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.custom-page__title-main {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .custom-page__media::before {
    width: 365px;
    height: 388px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .custom-page__image {
    height: 455px;
  }
  .custom-page__title {
    gap: 8px;
  }
  .custom-page__title-en {
    font-size: 12px;
  }
  .custom-page__title-main {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
}

/* ------------- */
/* ------------- */
/* search styles */
/* ------------- */
/* ------------- */
.custom-search-section .Popover__Value {
  color: #000;
  text-align: center;
}


/* ---------------------------- */
/* ---------------------------- */
/* custom-page-text-unit styles */
/* ---------------------------- */
/* ---------------------------- */
.custom-page-text-unit__inner {
  display: flex;
  flex-direction: column;
}
.custom-page-text-unit__title {
  width: fit-content;
  font-size: 40px;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin: 0 auto 15px;
  background: linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background: -webkit-linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-position: 0 50%; */
  background-position: 100% 50%;
  background-size: 400% 100%;
  color: transparent;
  /* opacity: 0.8; */
  opacity: 1;
}
.custom-page-text-unit__main {
  max-width: 390px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  margin-inline: auto;
  padding-inline: 24px;
}
.custom-page-text-unit__content {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.custom-page-text-unit__text {
  font-size: 16px;
  font-family: var(--main-font);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-kerning: normal;
  background: linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background: -webkit-linear-gradient(180deg,#fff 0,#fff 30%,#010101 70%,#010101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-position: 0 50%; */
  background-position: 100% 50%;
  background-size: 400% 100%;
  color: transparent;
  /* opacity: 0.8; */
  opacity: 1;
}
.custom-page-text-unit__text.custom-page-text-unit__text--pc {
  font-size: 16px;
  display: none;
}
.custom-page-text-unit__text.custom-page-text-unit__text--sp {
  line-height: 2.4;
  letter-spacing: 0;
}
.custom-page-text-unit__logo {
  width: 120px;
}
.custom-page-text-unit__logo img {
  display: block;
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1008px) {
  .custom-page-text-unit__main {
    max-width: fit-content;
    padding-inline: 0;
    gap: 24px;
  }
  .custom-page-text-unit__title {
    font-size: 48px;
    margin-bottom: 80px;
  }
  .custom-page-text-unit__text.custom-page-text-unit__text--sp {
    display: none;
  }
  .custom-page-text-unit__text.custom-page-text-unit__text--pc {
    display: block;
  }
  .custom-page-text-unit__logo {
    width: 100px;
  }
}

/* --------------------------------- */
/* --------------------------------- */
/* custom-richtext-with-image styles */
/* --------------------------------- */
/* --------------------------------- */
.custom-richtext-with-image__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}
.custom-richtext-with-image__image {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 56px;
}
.custom-richtext-with-image__image::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.custom-richtext-with-image__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-richtext-with-image__heading {
  text-align: center;
}
.custom-richtext-with-image__title {
  font-size: 28px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.16em;
  padding-bottom: 56px;
  transform: translateY(15px);
  opacity: 0;
}
.custom-richtext-with-image__subtitle {
  font-size: 16px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 2.4;
  letter-spacing: 0;
  padding-bottom: 32px;
  transform: translateY(15px);
  opacity: 0;
}
.custom-richtext-with-image__description {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 24px;
}
.custom-richtext-with-image__text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  transform: translateY(15px);
  opacity: 0;
}

@media screen and (min-width: 1008px) {
  .custom-richtext-with-image__inner {
    display: flex;
    justify-content: flex-start;    
    align-items: flex-start;
    gap: 65px;
    padding-inline: 0 24px;
  }
  .custom-richtext-with-image__image {
    margin: 0;
  }
  .custom-richtext-with-image__image::before {
    padding-top: 93.75%;
  }
  .custom-richtext-with-image__content {
    max-width: 527px;
    width: 100%;
  }
  .custom-richtext-with-image__heading {
    text-align: left;
  }
  .custom-richtext-with-image__title {
    font-size: 32px;
    padding-bottom: 80px;
  }
  .custom-richtext-with-image__subtitle {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .custom-richtext-with-image__description {
    padding-inline: 0;
  }
}

/* --------------------------------- */
/* --------------------------------- */
/* custom-richtext-for-media styles */
/* --------------------------------- */
/* --------------------------------- */

/* Main Headingの前の境界線を削除 */
.custom-richtext-for-media {
  border-top: none !important;
}

.shopify-section--bordered {
  border-top: none !important;
}

/* 最初のアコーディオンアイテムの上部境界線を削除 */
.custom-richtext-for-media__block:first-child .custom-richtext-for-media__accordion-item {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.custom-richtext-for-media__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.custom-richtext-for-media__heading {
  text-align: center;
}

/* Main Heading */
.custom-richtext-for-media__title {
  font-size: 32px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.16em;
  padding-bottom: 32px;
  transform: translateY(15px);
  opacity: 0;
}

/* アコーディオン機能 */
.custom-richtext-for-media__accordion-item {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-richtext-for-media__accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px 24px;
  text-align: left;
}

/* Sub-heading（大見出し） */
.custom-richtext-for-media__subtitle {
  font-size: 18px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  transform: none;
  opacity: 1;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  max-width: calc(100% - 40px);
  word-wrap: break-word;
}

.custom-richtext-for-media__accordion-icon {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.3s ease;
}

.custom-richtext-for-media__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.custom-richtext-for-media__description {
  width: 100%;
  margin-inline: auto;
  padding: 16px 24px 24px 24px;
}

/* 小見出しのサブセクション */
.custom-richtext-for-media__subsection {
  margin-bottom: 32px;
}

.custom-richtext-for-media__section-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

/* 小見出し配下の動画にインデント - スマホ・タブレットでは不要 */
.custom-richtext-for-media__subsection .custom-richtext-for-media__video-wrapper {
  margin-left: 0;
}

/* Text */
.custom-richtext-for-media__text {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}

.custom-richtext-for-media__text p {
  font-size: 16px !important;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.5 !important;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

.custom-richtext-for-media__text p:last-child {
  margin-bottom: 0;
}

/* ================== YouTube動画スタイル ================== */

/* 動画ラッパー - 幅制限を解除 */
.custom-richtext-for-media__video-wrapper {
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 16px auto 32px auto;
  padding-inline: 0;
  transform: translateY(15px);
  opacity: 0;
}

/* 動画キャプション - スマホでも表示 */
.custom-richtext-for-media__video-wrapper .custom-richtext-for-media__video-caption,
.custom-richtext-for-media__description .custom-richtext-for-media__video-caption,
.custom-richtext-for-media__video-caption {
  display: block !important;
  font-size: 14px !important;
  color: #fff !important;
  font-family: var(--second-font) !important;
  line-height: 1.8 !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 8px !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  max-width: none !important;
  word-wrap: break-word !important;
}

/* 動画コンテナ - スマホでは小さめに表示 */
.custom-richtext-for-media__video-container {
  position: relative !important;
  width: 100% !important;
  max-width: 400px !important;
  height: 0 !important;
  margin: 0 !important;
  padding-top: 56.25% !important;
  padding-bottom: 0 !important;
  background-color: #000 !important;
  overflow: hidden !important;
}

/* 動画iframe */
.custom-richtext-for-media__video-iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

/* ================== リンクリスト ================== */

.custom-richtext-for-media__link-list {
  margin-top: 24px;
}

.custom-richtext-for-media__link-item {
  margin-bottom: 12px;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* リンクの前にハイフン追加 */
.custom-richtext-for-media__link-item::before {
  content: "−";
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

.custom-richtext-for-media__link-item a {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-decoration: underline;
  display: inline-block;
}

.custom-richtext-for-media__link-item a:hover {
  opacity: 0.8;
}

/* アニメーション初期状態 */
.js-fadeIn {
  transform: translateY(15px);
  opacity: 0;
}

/* ================== タブレット・iPad用メディアクエリ ================== */

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .custom-richtext-for-media__video-container {
    position: relative !important;
    width: 100% !important;
    max-width: 95% !important;  /* 600pxから95%に変更（画面幅いっぱいに近く） */
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    padding-top: 56.25% !important;
    padding-bottom: 0 !important;
    background-color: #000 !important;
    overflow: hidden !important;
  }
  
  .custom-richtext-for-media__video-iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
  }
}

/* ================== PC用メディアクエリ ================== */

@media screen and (min-width: 1300px) {
  .custom-richtext-for-media__inner {
    display: block;
    padding-inline: 0 24px;
  }
  
  .custom-richtext-for-media__heading {
    text-align: left;
  }
  
  .custom-richtext-for-media__title {
    font-size: 48px;
    padding-bottom: 40px;
  }
  
  .custom-richtext-for-media__accordion-trigger {
    padding: 16px 0;
  }
  
  .custom-richtext-for-media__subtitle {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    white-space: normal;
  }
  
  .custom-richtext-for-media__section-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  
  .custom-richtext-for-media__subsection .custom-richtext-for-media__video-wrapper {
    margin-left: 32px;
  }
  
  .custom-richtext-for-media__description {
    padding: 16px 0 24px 0;
  }
  
  .custom-richtext-for-media__text,
  .custom-richtext-for-media__text p {
    font-size: 18px !important;
  }
  
  .custom-richtext-for-media__video-wrapper {
    margin: 24px 0 40px 0;
  }
  
  .custom-richtext-for-media__video-wrapper .custom-richtext-for-media__video-caption,
  .custom-richtext-for-media__description .custom-richtext-for-media__video-caption,
  .custom-richtext-for-media__video-caption {
    display: block !important;
    font-size: 18px !important;
  }
  
  .custom-richtext-for-media__video-container {
    position: relative !important;
    width: 100% !important;
    max-width: 640px !important;
    height: 360px !important;
    min-height: 360px !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    background-color: #000 !important;
    overflow: hidden !important;
  }
  
  .custom-richtext-for-media__link-item {
    gap: 12px;
  }
  
  .custom-richtext-for-media__link-item a {
    font-size: 18px;
  }
    /* アコーディオン全体の幅を制限 */
  .custom-richtext-for-media__content {
    max-width: 1000px;  /* お好みの幅に調整（例：1000px、800px など） */
    margin: 0 auto;
  }
}
}

/* --------------------------- */
/* --------------------------- */
/* custom-simple-slider styles */
/* --------------------------- */
/* --------------------------- */
.custom-simple-slider__inner {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
}
.custom-simple-slider__slides {
  overflow: visible;
  position: relative;
}
.custom-simple-slider__container {
  overflow: hidden;
  position: relative;
}
.custom-simple-slider__overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  border: 3px solid red;
}
.custom-simple-slider__slider.swiper {
  overflow: visible;
}
.custom-simple-slider__item.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  padding-bottom: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.custom-simple-slider__item--01 {
  padding-bottom: 0;
  position: relative;
}
.custom-simple-slider__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-simple-slider__link--no-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1008px) {
  .custom-simple-slider__link--no-text {
    padding-bottom: 24px;
  }
}
.custom-simple-slider__main {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.custom-simple-slider__image {
  width: 100%;
  overflow: hidden;
}
.custom-simple-slider__image::before {
  content: '';
  display: block;
  padding-top: 56.41%;
}
.custom-simple-slider__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
}
.custom-simple-slider__title {
  position: absolute;
  max-width: 100%;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
}
.custom-simple-slider__title::before {
  content: '';
  position: absolute;
  display: block;
  width: 130%;
  height: 103%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  filter: blur(20px);
  border-radius: 20px;
}
.custom-simple-slider__title-text {
  position: relative;
  font-size: 17px;
  font-family: var(--main-font);
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.custom-simple-slider__subtitle {
  max-width: 100%;
  width: fit-content;
  position: absolute;
  bottom: 22px;
  left: 24px;
  padding: 24px;
}
.custom-simple-slider__subtitle-text {
  font-size: 20px;
  font-family: var(--main-font);
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.custom-simple-slider__content {
  padding: 16px 24px 34px;
}
.custom-simple-slider__text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  opacity: 1;
  animation-name: sliderAnimOut;
  animation-duration: 0.5s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
  pointer-events: none;
  user-select: none;
}
.custom-simple-slider__single-content-link {
  display: block;
  max-width: max-content; 
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  margin: 0 0 0 auto;
  letter-spacing: 0.12em;
  padding-right: 23px;
  transition: color 0.3s ease-out;
}
.custom-simple-slider__single-content-link::before,
.custom-simple-slider__single-content-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-simple-slider__single-content-link::before {
  width: 16px;
  height: 16px;
  right: 0;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-simple-slider__single-content-link::after {
  width: 6px;
  height: 6px;
  right: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.custom-simple-slider .swiper-slide-active .custom-simple-slider__text {
  opacity: 0;
  animation-name: sliderAnimIn;
  animation-duration: 1.5s;
  animation-timing-function:ease-in-out;
  animation-delay: 2s;
  animation-fill-mode:forwards;
}
@keyframes sliderAnimIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes sliderAnimOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 1008px) {
  .custom-simple-slider__subtitle {
    bottom: 56px;
    left: 56px;
  }
}

/* --------------------------- */
/* --------------------------- */
/* custom-voice-top-slider styles */
/* --------------------------- */
/* --------------------------- */
.custom-voice-top-slider__inner {
   padding-inline: 32px;  
}
.custom-voice-top-slider__heading {
  font-size: 11px;
  color: #fff;
  font-family: var(--second-font);
  letter-spacing: 0.08em;
  text-align: center;
}
.custom-voice-top-slider__heading-en {
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}
.custom-voice-top-slider__slides {
  overflow: visible;
  position: relative;
}
.custom-voice-top-slider__container {
  overflow: hidden;
  position: relative;
}
.custom-voice-top-slider__overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  border: 3px solid red;
}
.custom-voice-top-slider__slider.swiper {
  overflow: visible;
}
.custom-voice-top-slider__item.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  padding-bottom: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.custom-voice-top-slider__item--01 {
  padding-bottom: 0;
  position: relative;
}
.custom-voice-top-slider__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-voice-top-slider__link--no-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1008px) {
  .custom-voice-top-slider__link--no-text {
    padding-bottom: 24px;
  }
}
.custom-voice-top-slider__main {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.custom-voice-top-slider__image {
  position: relative;
  max-width: 640px;
  margin-inline: auto;
  width: 100%;
  overflow: hidden;
}
.custom-voice-top-slider__image::before {
  content: '';
  display: block;
  padding-top: 56.41%;
}
.custom-voice-top-slider__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
}
.custom-voice-top-slider__title {
  font-size: 16px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
 /*position: absolute;
  max-width: 100%;
  width: max-content;
  top: 50%;
  margin-top: 23px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;*/
}
/*.custom-voice-top-slider__title::before {
  content: '';
  position: absolute;
  display: block;
  width: 130%;
  height: 103%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  filter: blur(20px);
  border-radius: 20px;
}*/
.custom-voice-top-slider__title-text {
/*  margin-top: 9px;*/
  text-align: center; 
/*  font-size: 17px;
  font-family: var(--main-font);
  color: #fff;
  line-height: 1.8;
  position: relative;
  letter-spacing: 0.12em;*/
}
.custom-voice-top-slider__subtitle {
  max-width: 100%;
  width: fit-content;
  position: absolute;
  bottom: 22px;
  left: 24px;
  padding: 24px;
}
.custom-voice-top-slider__subtitle-text {
  font-size: 20px;
  font-family: var(--main-font);
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.custom-voice-top-slider__content {
  padding: 16px 24px 34px;
}
.custom-voice-top-slider__text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  opacity: 1;
  animation-name: sliderAnimOut;
  animation-duration: 0.5s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
  pointer-events: none;
  user-select: none;
}
.custom-voice-top-slider__single-content-link {
  display: block;
  max-width: max-content; 
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  margin: 0 0 0 auto;
  letter-spacing: 0.12em;
  padding-right: 23px;
  transition: color 0.3s ease-out;
}
.custom-voice-top-slider__single-content-link::before,
.custom-voice-top-slider__single-content-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-voice-top-slider__single-content-link::before {
  width: 16px;
  height: 16px;
  right: 0;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-voice-top-slider__single-content-link::after {
  width: 6px;
  height: 6px;
  right: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.custom-voice-top-slider .swiper-slide-active .custom-simple-slider__text {
  opacity: 0;
  animation-name: sliderAnimIn;
  animation-duration: 1.5s;
  animation-timing-function:ease-in-out;
  animation-delay: 2s;
  animation-fill-mode:forwards;
}
.custom-voice-top-slider__all-link {
  display: block;
  position: relative;
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.16em;
  text-align: right;
  padding-right: 24px;
  transition: color 0.3s ease-out;
}
.custom-voice-top-slider__all-link::before,
.custom-voice-top-slider__all-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-voice-top-slider__all-link::before {
  width: 16px;
  height: 16px;
  right: 0;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-voice-top-slider__all-link::after {
  width: 6px;
  height: 6px;
  right: 6px;
  border-top: 1px solid #000;
	border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
@keyframes sliderAnimIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes sliderAnimOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 1008px) {
  .custom-voice-top-slider__subtitle {
    bottom: 56px;
    left: 56px;
  }
}
@media screen and (min-width: 641px) {
  .custom-voice-top-slider__text {
    margin-top: 9px;
  }
  .custom-voice-top-slider__content {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
  }
  .custom-voice-top-slider__heading-en {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
} 
@media screen and (max-width: 641px){
 .custom-voice-top-slider__title-text{
   padding-bottom:10px;
 }
  
}

/* ----------------------- */
/* swiper operation styles */
/* ----------------------- */
.custom-simple-slider__operation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 25px;
  margin-bottom: 32px;
}

/* dot indicator styles */
.custom-simple-slider__pagination.swiper-pagination-horizontal {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-simple-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.custom-simple-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 8px;
}
.custom-simple-slider .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #c6c6c6;
  opacity: 1;
  margin-inline: 10px;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-simple-slider .swiper-pagination-bullet-inner {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: calc(-100% - 7px);
  width: 17px;
  height: 1px;
  background-color: #9C3120;
  transform: scale(0,1);
  transform-origin: left center;
  transition-timing-function: ease-in-out;
}
.custom-simple-slider .swiper-pagination-bullet:last-of-type .swiper-pagination-bullet-inner {
  opacity: 0;
}
.custom-simple-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: #9C3120;
}

/* swiper prev/next styles */
.custom-simple-slider__arrow {
  position: relative;
  width: 5.5px;
  height: 11px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.custom-simple-slider__arrow svg {
  display: block;
  width: 5.5px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .custom-simple-slider__arrow:hover {
    opacity: 0.7;
  }
}

/* swiper page number styles */
.custom-simple-slider__page-num {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-align: center;
}

@media screen and (min-width: 1008px) {
  .custom-simple-slider__inner {
    max-width: 1088px;
    padding-inline: 32px;
  }
  .custom-simple-slider__item--02.swiper-slide {
    max-width: 100%;
    padding-bottom: 24px;
  }
  .custom-simple-slider__image::before {
    padding-top: 56.25%;
  }
  .custom-simple-slider__title::before {
    width: 170%;
    height: 150%;
    filter: blur(40px);
  }
  .custom-simple-slider__title-text {
    font-size: 24px;
  }
  .custom-simple-slider__content {
    background-color: rgba(255, 255, 255, 0.12);
    padding: 24px 24px 45px;
  }

  .custom-simple-slider__operation {
    justify-content: center;
    gap: 70px;
    margin-bottom: 17px;
  }
  .custom-simple-slider__pagination.swiper-pagination-horizontal {
    flex: 0;
  }
}


/* ------------------- */
/* ------------------- */
/* main collection styles */
/* ------------------- */
/* ------------------- */
.custom-productListWrapper .ProductList--grid {
  margin: 0;
  padding-inline: 0 16px;
}
.custom-productListWrapper .ProductList--grid > .Grid__Cell {
  padding-left: 16px;
  margin-bottom: 32px;
}
.custom-CollectionMain .CollectionInner {
  margin-top: 32px;
}

@media screen and (min-width: 1008px) {
  .custom-CollectionMain .CollectionInner {
    margin-top: 56px;
    gap: 32px;
  }
  .custom-productListWrapper .ProductList--grid {
    padding-right: 0;
  }
  .custom-productListWrapper .ProductList--grid > .Grid__Cell {
    margin-bottom: 56px;
  }
}

/* CollectionToolbar styles */
.custom-CollectionToolbar {
  width: 100%;
  border-top: 1px solid #534F4F;
  border-bottom: 1px solid #534F4F;
}
.custom-CollectionToolbar .CollectionToolbar {
  max-width: 1440px;
  width: 100%;
  box-shadow: none;
  margin-inline: auto;
}
.custom-CollectionToolbar .CollectionToolbar__Item {
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 11px 0;
}


@media screen and (min-width: 641px) {
  .custom-CollectionToolbar .CollectionToolbar {
    padding-inline: 24px;
    min-height: 53px;
  }
  .custom-CollectionToolbar .CollectionToolbar__LayoutSwitch {
    width: fit-content;
  }
  .custom-CollectionToolbar .CollectionToolbar__Item {
    padding: 12px;
  }
}
@media screen and (min-width: 1008px) {
  .custom-CollectionToolbar .CollectionToolbar__Item {
    padding: 12px 0;
    border-left: none;
  }
}

/* collection sidebar styles */
@media screen and (min-width: 641px) {
  .custom-collectionSidebar .collection-filters-form {
    display: flex;
    flex-direction: column;
  }
  .custom-collectionSidebar .Collapsible--autoExpand {
    margin-bottom: 40px;
  }
  .custom-collectionSidebar .Collapsible--autoExpand:first-of-type {
    margin-bottom: 56px;
  }
  .custom-collectionSidebar .price-range__range-group {
    margin-block: 13px 20px;
    height: 1px;
  }
  .custom-collectionSidebar .range-group .range {
    background: #fff;
  }
}
@media screen and (min-width: 1008px) {
  .CollectionInner__Sidebar.custom-collectionSidebar {
    margin-inline: 0;
    width: 206px;
  }
  .custom-collectionSidebar .price-range__input {
    border: 1px solid #534F4F;
  }
  .custom-collectionSidebar .input-prefix__value {
    font-size: 12px;
    color: #c6c6c6;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-family: var(--second-font);
  }
  .custom-collectionSidebar .input-prefix__field {
    font-size: 12px;
    color: #c6c6c6;
    line-height: 1.8;
    letter-spacing: 0;
    font-family: var(--second-font);
  }
  .custom-collectionSidebar .Collapsible__Button {
    font-size: 14px;
    color: #c6c6c6;
    font-family: var(--second-font);
    line-height: 2.2;
    letter-spacing: 0.12em;
    margin-bottom: 0;
  }
  .custom-collectionSidebar .Text--subdued {
    font-size: 16px;
    color: #fff;
    font-family: var(--second-font);
    line-height: 2.2;
    letter-spacing: 0.08em;
  }
  .custom-collectionSidebar .Linklist__Item {
    margin-bottom: 0;
  }
}

/* collection popup filter styles */
.CollectionFilters.custom-CollectionFilters.Drawer {
  height: calc(100% - 74px);
  top: auto;
  bottom: 0;
}
.custom-CollectionFilters .Drawer__Title {
  color: #000;
  font-family: var(--second-font);
}
.custom-CollectionFilters .Icon {
  color: #000;
}
.custom-CollectionFilters .Collapsible__Button {
  color: #000;
  font-family: var(--second-font);
}
.custom-CollectionFilters .price-range__input,
.custom-CollectionFilters .price-range__delimiter {
  color: #000;
  font-family: var(--second-font);
}
.custom-CollectionFilters .range-group {
  background: #000;
}
.custom-CollectionFilters .input-prefix__field::placeholder {
  color: #534F4F;
}
.custom-CollectionFilters .Text--subdued {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.13em;
  color: #000;
  font-family: var(--second-font);
}
.custom-CollectionFilters .Linklist__Checkbox:checked + .Link {
  color: #000;
  font-family: var(--second-font);
}
.custom-CollectionFilters .Linklist__Checkbox + .Link::before {
  background-color: #000;
}
.custom-CollectionFilters 
.custom-popover .Popover__Header,
.custom-popover .Popover__Title,
.custom-popover .Popover__Value {
  color: #000;
  font-family: var(--second-font);
}
.custom-CollectionFilters .range-group .range::-webkit-slider-thumb {
  background-color: #000;
}


/* ------------------- */
/* ------------------- */
/* product item styles */
/* ------------------- */
/* ------------------- */
.custom-productItem .AspectRatio::before {
  padding-bottom: 100%;
}
.custom-productItem .AspectRatio img {
  object-fit: cover;
}
.custom-productItem .ProductItem__Info {
  margin-top: 16px;
}
.custom-productItem .ProductItem__Title {
  text-align: left;
}
.custom-productItem .ProductItem__Title a {
  font-size: 14px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.custom-productItem .ProductItem__PriceList {
  text-align: left;
}
.custom-productItem .ProductItem__Price {
  font-size: 12px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.custom-productItem .ProductItem__PriceTax {
  font-family: var(--second-font);
}
.custom-productItem .ProductItem__Label--soldOut {
  opacity: 0;
}

@media screen and (min-width: 1008px) {
  .custom-productItem .ProductItem__Title a {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

/* --------------------------- */
/* --------------------------- */
/* custom category list styles */
/* --------------------------- */
/* --------------------------- */
.custom-category-list__inner {
  padding-inline: 16px;
}
.custom-category-list__list {
  display: grid;
}
.custom-category-list__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
  border: 1px solid #c6c6c6;
  text-align: center;
  padding-block: 3px;
}
.custom-category-list__link[href] {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
  .custom-category-list__link[href]:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1008px) {
  .custom-category-list__inner {
    padding-inline: 32px;
  }
}

/* 英語表示時のモバイル対応 - custom-category-list */
@media screen and (max-width: 1007px) {
  html[lang="en"] .custom-category-list__link {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* さらに小さい画面用 */
@media screen and (max-width: 360px) {
  html[lang="en"] .custom-category-list__link {
    font-size: 12px;
    line-height: 1.6;
  }
}

/* -------------------------------- */
/* -------------------------------- */
/* custom collection heading styles */
/* -------------------------------- */
/* -------------------------------- */
.custom-collection-heading__inner {
  width: 100%;
  overflow-x: hidden;
}
.custom-collection-heading__heading {
  width: 100%;
  position: relative;
}
.custom-collection-heading__heading::before {
  content: '';
  display: block;
  width: 581px;
  height: 457px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.custom-collection-heading__image {
  width: 100%;
  height: 200px;
  margin-block: 73px 80px;
}
.custom-collection-heading__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-collection-heading__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.custom-collection-heading__title-text {
  display: block;
  font-size: 32px;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.custom-collection-heading__catch {
  padding-inline: 16px;
}
.features--heading-small .Rte h2.custom-collection-heading__catch-title {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-block: 0;
  text-align: center;
  text-transform: none;
}
.custom-collection-heading__catch-content {
  margin-block: 40px 0;
}
.custom-collection-heading__catch-content p {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
.custom-collection-heading__catch.Rte .custom-collection-heading__catch-content p:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .custom-collection-heading__heading::before {
    width: 365px;
    height: 388px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .custom-collection-heading__image {
    height: 455px;
    margin-block: 0 120px;
  }
  .custom-collection-heading__title {
    gap: 8px;
  }
  .features--heading-small .Rte h2.custom-collection-heading__catch-title {
    margin-bottom: 56px;
  }
  .custom-collection-heading__catch {
    padding-inline: 32px;
  }
  .custom-collection-heading__title-text {
    font-size: 40px;
  }
  .custom-collection-heading__catch-title  {
    margin-bottom: 56px;
  }
}

/* --------------------- */
/* --------------------- */
/* custom product styles */
/* --------------------- */
/* --------------------- */
.custom-product.Product {
  margin-bottom: 78px;
}
.custom-product .plyr__poster {
  background-size: cover;
}
.custom-product .plyr video {
  height: 100%;
}
.custom-product .VideoWrapper--native video {
  object-fit: cover;
}
.custom-product .ProductMeta {
  text-align: left;
  margin-bottom: 32px;
  padding-bottom: 0;
  border: none;
}
.custom-product .Container {
  padding-inline: 16px;
}
.custom-product .ProductMeta__Description {
  display: none;
}
.custom-product .ProductMeta__Vendor.Heading.u-h6 {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}
.custom-product .ProductMeta__Title.Heading.u-h2 {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.custom-product .ProductMeta__PriceList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}
.custom-product .ProductMeta__Price.u-h4 {
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.custom-product .ProductMeta__PriceTax {
  /*★笹尾編集箇所↓：11pxから変更→商品ページによって税込、税抜のサイズが変わってしまうので、このフォントサイズを優先的になるように設定*/
  font-size: 16px !important;
  color: #fff;
  font-family: var(--second-font);
  letter-spacing: 0.08em;
}
.custom-taxExclude {
  display: block;
  width: 100%;
  font-size: 16px !important;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-top: 10px;
}
.price__regular span.custom-taxExclude {
  display: block;
  width: 100%;
  font-size: 16px !important;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-top: 10px;
}
.custom-taxExclude .ProductMeta__PriceTax {
  padding-left: 12px;
}
.custom-product-popover::before {
  display: none;
}
.custom-product-popover .Popover__Header,
.custom-product-popover .Popover__Title {
  color: #000;
}
.custom-product-popover .Popover__Value {
  color: #000;
  text-transform: lowercase;
}
.custom-product .ProductForm__Variants {
  margin-bottom: 0;
}
.custom-option-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-option-label .ProductForm__OptionName {
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 8px;
  float: none;
  text-transform: none;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-right: 0;
}
.custom-option-label .ProductForm__Item {
  position: relative;
  min-width: 228px;
  max-width: 228px;
  width: 100%;
  background: transparent !important;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  border: 1px solid #c6c6c6;
  padding: 0;
}
.custom-option-label .ProductForm__Item.custom-options-hidden {
  display: none;
}
.custom-option-label select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
}

@media screen and (min-width: 1008px) {
  .custom-product-popover {
    right: 80px !important;
    background-color: rgb(183, 183, 183);
    border-radius: 20px;
  }
  .custom-product-popover.Popover--withMinWidth {
    min-width: 260px;
  }
  .custom-product-popover .Popover__Value {
    position: relative;
    line-height: 1.2;
    padding-block: 10px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
  }
  .custom-product-popover .Popover__Value.is-selected::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
  .custom-option-label .ProductForm__Item {
    min-width: 302px;
    max-width: 302px;
    padding: 0;
  }
  .custom-option-label select {
    padding: 8px 16px;
  }
}

/* Infinite Options Styles */
.custom-product #infiniteoptions-container > div:not([class]) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.custom-product .spb-label-tooltip {
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 8px;
  float: none;
  text-transform: none;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-right: 0;
}
.custom-product .spb-select,
.custom-product .spb-label-tooltip + span > input {
  position: relative;
  min-width: 228px;
  max-width: 228px;
  width: 100%;
  background: transparent!important;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: .12em;
  border: 1px solid #c6c6c6;
  padding: 0;
}
.custom-product .spb-select::after {
  content: '';
  display: block;
  color: #fff;
  background-image: url(./selectArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 7.8px;
  height: 10px;
  pointer-events: none;
}
.custom-product .spb-select > select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
}
.custom-product .spb-label-tooltip + span > input {
  padding: 12px 16px;
}
.custom-product #infiniteoptions-container .spb-select {
  border: none;
}
.custom-product #infiniteoptions-container .spb-select::after {
  display: none !important;
}
.custom-product #infiniteoptions-container .spb-select::before {
  content: '';
  display: block;
  color: #fff;
  background-image: url(./selectArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 7.8px;
  height: 10px;
  pointer-events: none;
}

@media screen and (min-width: 1008px) {
  .custom-product .spb-select,
  .custom-product .spb-label-tooltip + span > input {
    min-width: 302px;
    max-width: 302px;
    padding: 0;
  }
  .custom-product .spb-label-tooltip + span > input {
    padding: 8px 16px;
  }
  .custom-product .spb-select > select {
    padding: 8px 16px;
  }
}

/* Infinite Options Price Styles */
.price__regular {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-block: -32px 32px;
}
.price-item.price-item--regular {
  font-size: 20px !important;
  color: #fff !important;
  font-family: var(--main-font) !important;
  line-height: 1.2;
  letter-spacing: .04em;
}
@media screen and (min-width: 1008px) {
  .price__regular {
    margin-block: -40px 40px;
  }
  .price-item.price-item--regular {
    font-size: 24px !important;
    letter-spacing: 0;
    margin-right: 12px;
  }
}


/* product images styles */
.custom-product .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
  display: block;
}
.custom-product .Product__SlideshowNav {
  position: relative;
  overflow-x: scroll;
  height: 96px;
}
.custom-product .Product__SlideshowNavScroller {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  padding: 8px;
}
.custom-product .Product__SlideshowNavImage {
  width: 80px;
  height: 80px;
}
.custom-product .Product__Gallery {
  margin-bottom: 24px;
}
.custom-product .Product__SlideshowNavImage.is-selected {
  border: 1px solid #c6c6c6;
}
.custom-product .Product__InfoWrapper.Product__NoImage {
  margin-top: 72px;
}

@media screen and (min-width: 641px) {
  .custom-product .Product__InfoWrapper.Product__NoImage {
    margin-top: 0;
  }
}

@media screen and (min-width: 1008px) {
  .custom-product.Product {
    margin-top: 77px;
  }
  .custom-product .Product__Gallery {
    margin: 0;
  }
  .custom-product .Product__Wrapper {
    max-width: calc(100% - 525px);
  }
  .custom-product .Product__Info {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .custom-product .Container {
    padding: 0;
  }
  .custom-product .Product__InfoWrapper {
    width: 453px;
    right: 32px;
  }
  .custom-product .ProductMeta {
    margin-bottom: 40px;
  }
  .custom-product .ProductMeta__Vendor.Heading.u-h6 {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-bottom: 0;
  }
  .custom-product .ProductMeta__Title.Heading.u-h2 {
    font-size: 32px;
    letter-spacing: 0.16em;
    margin-bottom: 0;
  }
  .custom-product .ProductMeta__Price.u-h4 {
    font-size: 24px;
    letter-spacing: 0;
    margin-right: 12px;
  }
  .custom-product .ProductMeta__PriceTax {
    font-size: 12px !important;
    padding-left: 8px;
  }
  .custom-product .price__regular span.ProductMeta__PriceTax {
    font-size: 12px !important;
  }

  /* product images styles */
  .custom-product .Product__Slideshow {
    margin-bottom: 8px;
  }
  .custom-product .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
    margin: 0;
  }
  .custom-product .Product__SlideshowNav {
    height: auto;
    overflow-x: visible;
  }
  .custom-product .Product__SlideshowNavScroller {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6.25px;
    padding: 0;
  }
  .custom-product .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
    margin: 0;
    width: 100%;
  }
  .custom-product .AspectRatio > img, .no-js .AspectRatio > noscript img {
    right: 0;
    bottom: 0;
  }
  .custom-product .Product__SlideshowNavImage {
    height: auto;
  }
}

/* selector styles */
.custom-product #bcpo:not(.g-card) .bcpo-buttons, .custom-product #bcpo:not(.g-card) .bcpo-colors, .custom-product #bcpo:not(.g-card) .bcpo-images, .custom-product #bcpo:not(.g-card) .bcpo-radios, .custom-product #bcpo:not(.g-card) .bcpo-checkboxes, .custom-product #bcpo:not(.g-card) .bcpo-dropdown, .custom-product #bcpo:not(.g-card) .bcpo-default, .custom-product #bcpo:not(.g-card) .bcpo-text, .custom-product #bcpo:not(.g-card) .bcpo-textarea, .custom-product #bcpo:not(.g-card) .bcpo-file, .custom-product #bcpo:not(.g-card) .bcpo-instructions, .custom-product #bcpo:not(.g-card) .bcpo-grid {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.bcpo-select-wrapper {
  position: relative;
}
.bcpo-select-wrapper::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-color: transparent;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.custom-product #bcpo .bcpo-default select, .custom-product #bcpo .bcpo-select select, .custom-product #bcpo .bcpo-select1 select, .custom-product #bcpo .bcpo-dropdown select, .custom-product #bcpo .bcpo-text input, .custom-product #bcpo .bcpo-textarea textarea {
  position: relative;
  min-width: 228px;
  max-width: 228px;
  width: 100%;
  background: transparent !important;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  border: 1px solid #c6c6c6;
  padding: 12px 16px;
}
.custom-product #bcpo .selector-wrapper > :last-child {
  margin-bottom: 16px;
}
.custom-product .bcpo-label {
  margin-bottom: 16px;
}
.custom-product #bcpo .bcpo-title {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-right: 0;
}
.custom-product #bcpo .bcpo-value {
  display: none;
}

@media screen and (min-width: 1008px) {
  .custom-product #bcpo .bcpo-default select, .custom-product #bcpo .bcpo-select select, .custom-product #bcpo .bcpo-select1 select, .custom-product #bcpo .bcpo-dropdown select, .custom-product #bcpo .bcpo-text input, .custom-product #bcpo .bcpo-textarea textarea {
    min-width: 302px;
    max-width: 302px;
    padding: 8px 16px;
  }
}

/* quantity selector styles */
.custom-product .ProductForm__QuantitySelector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 16px 32px;
}
.custom-product .ProductForm__Label {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.custom-product .QuantitySelector.QuantitySelector--large {
  width: auto;
  height: 46px;
  border: 1px solid #c6c6c6;
}
.custom-product .QuantitySelector__Button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  padding: 0;
}
.custom-product .QuantitySelector__Button:not(:last-of-type) {
  border-right: 1px solid #c6c6c6;
}
.custom-product .QuantitySelector__Button .Icon--minus {
  width: 8px;
}
.custom-product .QuantitySelector__Button .Icon--plus {
  width: 13px;
}
.custom-product .QuantitySelector__CurrentQuantity {
  width: 45px;
  height: 100%;
  border-right: 1px solid #c6c6c6;
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1008px) {
  .custom-product .ProductForm__QuantitySelector {
    margin-block: 24px 40px;
  }
}

/* add to cart button styles */
.custom-product .ProductForm__AddToCart {
  margin-bottom: 18px;
  padding: 15px 28px;
  min-height: 60.8px;
}
@media (hover: hover) {
  .custom-product .ProductForm__AddToCart:hover {
    color: #fff !important;
  }
}
.custom-product .ProductForm__AddToCart.custom-button__sold-out,
.custom-product .ProductForm__AddToCart:disabled {
  background-color: #534F4F !important;
  color: rgba(255, 255, 255, 0.3) !important;
  font-family: var(--second-font);
  border: 1px solid #534F4F;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  transition: all 0s ease-out;
}
.custom-product .ProductForm__AddToCart.custom-button__primary {
  color: #000 !important;
  border-color: #f7f6f9 !important;
  background-color: #000 !important;
}
@media (hover: hover) {
  .custom-product .ProductForm__AddToCart.custom-button__primary:hover {
    color: #fff !important;
  }
}
.custom-product .ProductForm__AddToCart > span {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0;
}

/* link text styles */
.ProductMeta__LinkText {
  text-align: center;
  margin-bottom: 24px;
}
.ProductMeta__LinkTextContent {
  display: block;
  width: fit-content;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-left: auto;
  padding-right: 20px;
  transition: opacity 0.3s ease-in-out;
}
.ProductMeta__LinkTextContent::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease-in-out;
}

@media (hover: hover) {
  .ProductMeta__LinkTextContent:hover {
    opacity: 0.7;
  }
  .ProductMeta__LinkTextContent:hover::after {
    right: -4px;
  }
}

@media screen and (min-width: 1008px) {
  .ProductMeta__LinkText {
    margin-bottom: 40px;
  }
  .ProductMeta__LinkTextContent {
    margin-right: 0;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

/* share button styles */
.custom-product .ProductMeta__ShareButtons {
  justify-content: center;
  margin: 0;
}
.custom-product .ProductMeta__ShareTitle {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  text-transform: capitalize;
  line-height: 1.3;
  letter-spacing: 0.16em;
  margin-right: 20px;
}
.custom-product .ProductMeta__ShareItem {
  margin-inline: 12px;
}
.custom-product .ProductMeta__ShareItem:last-of-type {
  margin-right: 0;
}
.custom-product .ProductMeta__ShareItem:first-of-type {
  margin-left: 0;
}
.custom-product .ProductMeta__ShareItem svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  opacity: 1;
}
.custom-product .ProductMeta__ShareItem svg path {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1008px) {
  .custom-product .ProductMeta__ShareButtons {
    justify-content: flex-end;
  }
  .custom-product .ProductMeta__ShareTitle {
    margin-right: 17px;
  }
  .custom-product .ProductMeta__ShareItem {
    margin-inline: 14px;
  }
}

/* app styles */
.Product__InfoWrapper #rfq_product_form {
  padding-top: 0;
  margin-top: 18px;
  float: none;
}
.Product__InfoWrapper .grfq-form .grfq-form-group {
  width: 100%;
  padding-inline: 0;
  float: none;
  margin-bottom: 16px;
}
.Product__InfoWrapper .grfq-form label.grfq-control-label {
  display: none;
}
.Product__InfoWrapper .grfq-form label.grfq-control-label .required-asterisk {
  display: none;
}
.Product__InfoWrapper .grfq-form .grfq-form-control {
  min-height: 39px;
  height: auto;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  border: 1px solid #C6C6C6;
  border-radius: 0;
  background-color: #000;
  padding: 4px 16px;
}

.Product__InfoWrapper .grfq-form textarea.grfq-form-control {
  min-height: 88px;
}
.Product__InfoWrapper .grfq-form-group:last-of-type {
  margin-bottom: 0;
}
.Product__InfoWrapper .grfq-action-group #submitRFQForm {
  background-color: #fff;
  padding-block: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  margin-block: 0 16px;
  transition: opacity 0.3s ease;
}
.Product__InfoWrapper .grfq-form-group:last-of-type {
  margin: 0;
  padding: 0;
}
.Product__InfoWrapper .grfq-action-group::before {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0;
  padding-bottom: 24px;
}

@media (hover: hover) {
  .Product__InfoWrapper .grfq-action-group #submitRFQForm:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1008px) {
  .Product__InfoWrapper .grfq-form-group:last-of-type > div::after {
    letter-spacing: 0.08em;
  }
}

/* Request a Quote Form Styles */
/* .custom-Product__InfoWrapper .grfq-form-row {
  margin: 0;
}
.custom-Product__InfoWrapper .grfq-form-row .grfq-form-group {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 18px;
}
.custom-Product__InfoWrapper .grfq-form-row .grfq-form-group label {
  display: none;
}
.custom-Product__InfoWrapper .grfq-form-row .grfq-form-group input,
.custom-Product__InfoWrapper .grfq-form-row .grfq-form-group textarea {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.012em;
  background-color: transparent;
  border: 1px solid #c6c6c6 !important;
  border-radius: 0;
}
.custom-Product__InfoWrapper .grfq-form-row .grfq-form-group input::placeholder,
.custom-Product__InfoWrapper .grfq-form-row .grfq-form-group textarea::placeholder {
  color: #fff;
} */

/* ------------------------- */
/* ------------------------- */
/* custom detail unit styles */
/* ------------------------- */
/* ------------------------- */
.custom-detail-unit__title_en {
  display: block;
  font-size: 40px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.custom-detail-unit__heading {
  text-align: center;
}
.custom-detail-unit__main-title {
  font-family: var(--second-font);
  line-height: 1.8;
}
.custom-detail-unit__head-content {
  padding: 0 16px 56px;
}
.custom-detail-unit__head-text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  text-align: left;
}

@media screen and (min-width: 1008px) {
  .custom-detail-unit__head-content {
    padding: 0 0 80px;
  }
  .custom-detail-unit__head-text {
    padding: 0;
  }
  .custom-detail-unit__contact_form {
    padding-bottom: 81px;
  }
  .custom-detail-unit__contact_form:not(:first-of-type) {
    padding-top: 77px;
  }
  .custom-detail-unit__contact_form:first-of-type {
    padding-top: 0;
  }
  .custom-detail-unit__contact_form-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
  }
  .custom-detail-unit__contact_form-num {
    font-size: 48px;
    letter-spacing: 0.08em;
  }
  .custom-detail-unit__contact_form-title {
    font-size: 24px;
  }
  .custom-detail-unit__contact_form-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
  }
  .custom-detail-unit__contact_form-info {
    flex: 1;
    padding-inline: 0;
  }
  .custom-detail-unit__contact_form-link {
    margin-left: 0;
  }
}

/* single styles */
.custom-detail-unit__single-item:not(:last-of-type) {
  padding-bottom: 56px;
}
.custom-detail-unit__single-image {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.custom-detail-unit__single-image::before {
  content: '';
  display: block;
  padding-top: 67.5978%;
}
.custom-detail-unit__single-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-detail-unit__single-caption {
  display: block;
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 11px;
  font-family: var(--second-font);
  color: #c6c6c6;
  line-height: 1.8;
  letter-spacing: 0.04em;  
}
.custom-detail-unit__single-content-text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.custom-detail-unit__single-content-link {
  display: block;
  max-width: max-content;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-top: 20px;
  /*右寄せにするために追加(2025/03/18)_sasao*/
  margin-left: auto;  
  padding-right: 23px;
  transition: color 0.3s ease-out;
}
.custom-detail-unit__single-content-link::before,
.custom-detail-unit__single-content-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-detail-unit__single-content-link::before {
  width: 16px;
  height: 16px;
  right: 0;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-detail-unit__single-content-link::after {
  width: 6px;
  height: 6px;
  right: 6px;
  border-top: 1px solid #000;
	border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .custom-detail-unit__single-content-link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .custom-detail-unit__single-content-link:hover::before {
    right: -8px;
  }
  .custom-detail-unit__single-content-link:hover::after {
    right: -2px;
  }
}

@media screen and (min-width: 1008px) {
  .custom-detail-unit__single-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .custom-detail-unit__single-image {
    max-width: 500px;
    width: 100%;
    margin-bottom: 0;
  }
  .custom-detail-unit__single-image::before {
    padding-top: 68.2%;
  }
  .custom-detail-unit__single-caption {
    left: 22px;
    bottom: 22px;
    font-size: 10px;
  }
  .custom-detail-unit__single-content {
    flex: 1;
  }
}

/* double styles */
.custom-detail-unit__double-content {
  padding: 0 16px 56px;
}
.custom-detail-unit__double-content > p {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.custom-detail-unit__double-content a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .custom-detail-unit__double-content a:hover {
    opacity: 0.7;
  }
}
.custom-detail-unit__double-image {
  position: relative;
  width: 100%;
}
.custom-detail-unit__double-image:first-of-type {
  margin-bottom: 8px;
}
.custom-detail-unit__double-image::before {
  content: '';
  display: block;
  padding-top: 61.7949%;
}
.custom-detail-unit__double-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-detail-unit__double-caption {
  display: inline-block;
  min-width: 76px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0.04em;
  background-color: #000;
  padding: 8px 16px;
}

@media screen and (min-width: 1008px) {
  .custom-detail-unit__double-content {
    padding-inline: 0;
  }
  .custom-detail-unit__double-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .custom-detail-unit__double-image {
    max-width: calc((100% - 24px) / 2);
    width: 100%;
  }
  .custom-detail-unit__double-image::before {
    padding-top: 61.8%;
  }
  .custom-detail-unit__double-image:first-of-type {
    margin-bottom: 0;
  }
}

/* ----------------------- */
/* ----------------------- */
/* custom accordion styles */
/* ----------------------- */
/* ----------------------- */
.custom-accordion__heading {
  padding: 24px 16px;
  border-bottom: 1px solid #534F4F;
}
.custom-accordion__title {
  width: 100%;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.custom-accordion__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 5.5px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.custom-accordion__arrow.is_close {
  transform: translateY(-50%) rotate(180deg);
}
.custom-accordion__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.custom-accordion__product-description {
  padding: 24px 16px 0;
}
.custom-accordion__product-description p {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.custom-accordion__product-description p strong {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.custom-accordion__product-description a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
.custom-accordion__text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  padding: 24px 16px 0;
}
.custom-accordion__text a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1008px) {
  .custom-accordion__heading {
    padding: 24px 0;
  }
  .custom-accordion__product-description {
    padding: 24px 0 0;
  }
  .custom-accordion__text {
    padding: 24px 0 0;
  }
}

/* --------------------- */
/* --------------------- */
/* custom history styles */
/* --------------------- */
/* --------------------- */
.custom-history__title-en {
  display: block;
  font-size: 40px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 8px;
}
.custom-history .SectionHeader__Heading.Heading {
  font-size: 11px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 0;
}
.custom-history .SectionHeader:not(:only-child) {
  margin-bottom: 56px;
}

/* item list styles */
.custom-history .ProductList--carousel {
  margin-bottom: 0;
  padding: 0 8px 16px;
}
.custom-history .ProductList--carousel .Carousel__Cell {
  max-width: calc((100% - 43px) / 2);
  width: 100%;
  margin-left: 0;
  padding-inline: 8px;
}
.custom-history .Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
  margin-right: 0;
}
.custom-history .ProductList--carousel .Carousel__Cell:first-child {
  padding-inline: 8px;
}
.custom-history .custom-productItem .ProductItem__Info {
  margin-top: 10px;
}
.custom-history .custom-productItem .ProductItem__Title a {
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.custom-history .ProductItem__Title {
  margin-bottom: 0;
}
.custom-history .custom-productItem .ProductItem__Price {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1008px) {
  .custom-history .ProductList--carousel {
    margin-inline: 0;
    padding: 0;
  }
  .custom-history .ProductList--carousel .Carousel__Cell {
    position: relative !important;
    left: 0 !important;
    max-width: 236px;
    width: 100%;
  }
  .custom-history .ProductList--carousel .Carousel__Cell {
    padding-inline: 0;
  }
  .custom-history .ProductList--carousel .Carousel__Cell:first-child {
    padding-inline: 0;
  }
  .custom-history .flickity-slider {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 26px;
    transform: translateX(0) !important;
  }
}

/* ------------------------- */
/* ------------------------- */
/* custom simple page styles */
/* ------------------------- */
/* ------------------------- */
.Container.custom-simple-page {
  padding-inline: 0;
}
.custom-simple-page__title {
  padding: 96px 16px 108px;
}
.custom-simple-page__title-text {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}
.custom-simple-page__catch {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
  padding-top: 80px;
}

@media screen and (min-width: 641px) {
  .custom-simple-page__catch {
    padding-top: 95px;
    text-align: center;
  }
}

@media screen and (min-width: 1008px) {
  .custom-simple-page__title {
    padding-block: 104px 106px;
  }
  .custom-simple-page__title-text {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
}

/* -------------------------------- */
/* -------------------------------- */
/* custom collection gallery styles */
/* -------------------------------- */
/* -------------------------------- */
.custom-gallery__title {
  padding-block: 96px 108px;
}
.custom-gallery__title-text {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}
.custom-gallery__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 1008px) {
  .custom-gallery__title {
    padding-block: 104px 106px;
  }
  .custom-gallery__title-text {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
}

/* custom gallery filter styles */
.custom-gallery__filter-arrow {
  display: none;
  width: 8px;
  height: 8px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.custom-gallery__filter-arrow svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-CollectionToolbar .CollectionToolbar__Item.custom-gallery__filter-button {
  flex: 1;
  max-width: 100%;
  width: 50%;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  padding-block: 8px;
  transition: opacity 0.3s ease-in-out;
}
.custom-gallery__filter-button + form {
  width: 50%;
}
.custom-gallery__filter-button + form:empty {
  width: 0;
}
.custom-gallery__filter-button + form > .CollectionFilters__ClearButton.Button--secondary {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
  border: none;
  margin-top: 0;
  padding: 0;
  border-left: 1px solid #534F4F;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.custom-gallery__filter-clear-icon svg {
  display: block;
  width: 14px;
  height: 14px;
  pointer-events: none;
  object-fit: cover;
}

@media (hover: hover) {
  .custom-gallery__filter-button:hover .custom-gallery__filter-text {
    opacity: 0.7;
  }
  .custom-gallery__filter-item:hover .custom-gallery__filter-arrow {
    opacity: 0.7;
  }
  .custom-gallery__filter-clear:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 641px) {
  .custom-gallery .custom-CollectionToolbar .CollectionToolbar {
    width: 100%;
    padding-inline: 0;
  }
  .custom-gallery .CollectionToolbar__Group {
    flex: 1;
    flex-direction: row;
  }
}
@media screen and (min-width: 1008px) {
  .Collapsible__Plus {
    display: none;
  }
  .custom-gallery__filter-arrow {
    display: block;
  }
  .custom-galleryCollectionInner {
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
  }
  .custom-gallery .custom-CollectionToolbar {
    display: none;
  }
  .custom-gallery .custom-CollectionMain .CollectionInner {
    margin-top: 0;
    flex-direction: column;
  }
  .custom-gallery .CollectionInner__Sidebar {
    position: static;
    padding-bottom: 0;
  }
  .custom-gallery__filter {
    padding: 8px 24px 32px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }
  .custom-gallery__filter-list {
    display: flex;
  }
  .custom-gallery__filter-item {
    max-width: max-content;
    min-width: 122px;
  }
  .custom-gallery__filter-button {
    display: none;
  }
  .custom-gallery__filter-clear {
    max-width: max-content;
    padding: 12px 16px;
    gap: 12px;
    border: none;
  }
  .custom-gallery__filter-clear-icon {
    width: 16px;
    height: 16px;
  }
  .custom-galleryCollectionSidebar {
    width: 100%;
    margin-inline: 0;
  }
  .custom-galleryCollectionSidebar .collection-filters-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 3px 24px 0;
  }
  .custom-galleryCollectionSidebar .Collapsible {
    position: relative;
    max-width: max-content;
    min-width: 122px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    margin-bottom: 0;
  }
  .custom-galleryCollectionSidebar .Collapsible:first-child {
    border: 1px solid #c6c6c6;
  }
  .custom-galleryCollectionSidebar .Collapsible--autoExpand .Collapsible__Button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #fff;
    font-family: var(--second-font);
    line-height: 1.8;
    letter-spacing: 0.08em;
    padding: 4.8px 16px;
    margin-bottom: 0;
    cursor: pointer;
  }
  @media (hover: hover) {
    .custom-galleryCollectionSidebar .Collapsible__Button:hover .custom-gallery__filter-arrow {
      opacity: 0.7;
    }
  }
  .custom-galleryCollectionSidebar .Collapsible__Inner {
    position: absolute;
    width: max-content;
    min-width: 140px;
    top: 160%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out;
  }
  .custom-galleryCollectionSidebar .Collapsible__Inner.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    pointer-events: visible;
  }
  .custom-galleryCollectionSidebar .Collapsible__Inner::before {
    content: "";
    position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    border-style: solid;
    bottom: 100%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--light-background) transparent;
    filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
  }
  .custom-galleryCollectionSidebar .Linklist__Item {
    margin-bottom: 0;
  }
  .custom-galleryCollectionSidebar .Linklist__Item:not(:last-of-type) {
    padding-bottom: 20px;
  }
  .custom-galleryCollectionSidebar .Text--subdued.Link {
    position: relative;
    color: #000;
    font-size: 12px;
    font-family: var(--second-font);
  }
  .custom-galleryCollectionSidebar .Linklist__Item::before, .custom-galleryCollectionSidebar .Linklist__Checkbox + .Link::before {
    background-color: #000;
    transform: translateY(-50%);
    top: 50%;
  }
  .custom-galleryCollectionSidebar .CollectionFilters__ClearButton {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0;
    border: none;
    font-size: 12px;
    color: #fff;
    font-family: var(--second-font);
    line-height: 1.8;
    letter-spacing: 0.08em;
    padding: 14px 15px;
    transition: opacity 0.3s ease-in-out;
  }
  .custom-galleryCollectionSidebar .CollectionFilters__ClearButton::before {
    display: none;
  }
  @media (hover: hover ) {
    .custom-galleryCollectionSidebar .Button--secondary:not([disabled]):hover {
      color: #fff;
      opacity: 0.7;
    }
  }
}

/* custom gallery main styles */
.custom-gallery__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.custom-gallery__item::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.custom-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: transform 8s cubic-bezier(.25,.46,.45,.94);
}

@media (hover: hover) {
  .custom-gallery__item:hover img {
    transform: scale(1.2);
  }
}
.custom-gallery .Pagination--tight {
  margin: 40px 0 0 !important;
}
.custom-gallery .Pagination__NavItem {
  color: #534F4F;
}
.custom-gallery .Pagination__NavItem.is-active {
  color: #fff;
  border-bottom: 2px solid #fff;
  box-shadow: none;
}
.custom-gallery .Pagination__NavItem {
  border-bottom: 1px solid #534F4F;
}

@media screen and (min-width: 641px) {
  .custom-gallery__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .custom-gallery .Pagination--tight {
    margin: 44px 0 0 !important;
  }
}

/* custom gallery popup styles*/
.custom-gallery__popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  height: 100svh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  overflow-y: scroll;
  overflow-x: hidden;
}
.custom-gallery__popup.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}
.custom-gallery__popup-inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding-block: 84px 38px;
}
.custom-gallery__popup-close {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
.custom-gallery__popup-close svg {
  width: 16px;
  height: 16px;
}
.custom-gallery__popup-slider {
  margin-bottom: 32px;
}
.custom-gallery__popup-item {
  width: 100%;
  position: relative;
}
.custom-gallery__popup-item::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.custom-gallery__popup-item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-gallery__popup-info {
  padding-inline: 24px;
}
.custom-gallery__popup-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0;
  padding-bottom: 16px;
}
.custom-gallery__popup-meta-list {
  padding: 16px 4px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.custom-gallery__popup-meta-item {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.custom-gallery__popup-description {
  padding-top: 16px;
}
.custom-gallery__popup-description p {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 641px) {
  .custom-gallery__popup-inner {
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    padding-block: 24px 56px;
  }
  .custom-gallery__popup-close {
    padding-right: 24px;
    padding-bottom: 8px;
  }
  .custom-gallery__popup-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-inline: 40px;
  }
  .custom-gallery__popup-slider {
    max-width: 58%;
    width: 100%;
    margin-bottom: 0;
  }
  .custom-gallery__popup-info {
    padding: 0;
  }
  .custom-gallery__popup-meta-list {
    padding: 16px;
  }
  .custom-gallery__popup-description p {
    line-height: 2.2;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 1008px) {
  .custom-gallery__popup-slider {
    max-width: 798px;
  }
  .custom-gallery__popup-info {
    padding-top: 80px;
  }
}

/* custom gallery slide operations styles */
.custom-gallery__popup-slide-operation {
  max-width: 262px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 0;
  margin: 0 auto 12px;
}
.custom-gallery__popup .custom-simple-slider__pagination.swiper-pagination-horizontal {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-gallery__popup .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.custom-gallery__popup .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 6px;
}
.custom-gallery__popup .swiper-pagination-bullet {
  position: relative;
  width: 4.6px;
  height: 4.6px;
  background-color: #c6c6c6;
  opacity: 1;
  margin-inline: 10px;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-gallery__popup .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #9C3120;
}
.custom-gallery__popup-page-num {
  font-size: 10px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.custom-gallery__slide-arrow {
  position: relative;
  width: 5.5px;
  height: 11px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  color: #c6c6c6;
}
.custom-gallery__slide-arrow svg {
  display: block;
  width: 5.5px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .custom-gallery__slide-arrow:hover {
    opacity: 0.7;
  }
}

/* -------------------------- */
/* -------------------------- */
/* custom text and box styles */
/* -------------------------- */
/* -------------------------- */
.custom-text-and-box__title {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
  padding-bottom: 40px;
}
.custom-text-and-box__introduction {
  padding: 0 16px 40px;
}
.custom-text-and-box__introduction-text {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
}
h2.custom-text-and-box__box-head-title {
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  padding: 24px 16px;
  border-bottom: 1px solid #534F4F;
}
.custom-text-and-box__box-head-explanation {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  padding-bottom: 8px;
}
.custom-text-and-box__content {
  padding-inline: 16px;
}

@media screen and (min-width: 1008px) {
  .custom-text-and-box__title {
    padding-bottom: 56px;
  }
  .custom-text-and-box__introduction {
    padding: 0 0 80px;
  }
  h2.custom-text-and-box__box-head-title {
    padding-inline: 0;
  }
  .custom-text-and-box__content {
    padding-inline: 0;
  }
}

/* tel box styles */
.custom-text-and-box__tel-box-inner {
  border: 1px solid #c6c6c6;
  padding-block: 24px;
  text-align: center;
}
.custom-text-and-box__tel-title {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.custom-text-and-box__tel-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 21px;
}
.custom-text-and-box__tel-main svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.custom-text-and-box__tel-num {
  display: block;
  font-size: 32px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1;
  letter-spacing: 0.04em;
}
.custom-text-and-box__tel-text {
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.custom-text-and-box__tel-text--pc {
  display: none;
}

@media screen and (min-width: 1008px) {
  .custom-text-and-box__tel-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .custom-text-and-box__tel-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 24px 22px;
  }
  .custom-text-and-box__tel-main {
    margin-bottom: 14px;
  }
}

/* form box styles */
.custom-text-and-box__form-box-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-text-and-box__form-box-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  border: 1px solid #c6c6c6;
  text-align: center;
  padding-block: 32px;
}
.custom-text-and-box__form-icon svg {
  width: 32px;
  object-fit: contain;
}
.custom-text-and-box__form-text {
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 1008px) {
  .custom-text-and-box__form-box {
    display: flex;
    flex-direction: column;
  }
  .custom-text-and-box__form-box-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* mail box styles */
.custom-text-and-box__mail-box-inner {
  border: 1px solid #c6c6c6;
  text-align: center;
  padding-block: 27px;
}
.custom-text-and-box__mail-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.custom-text-and-box__mail-content svg {
  width: 32px;
  object-fit: contain;
}
.custom-text-and-box__mail-link {
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.custom-text-and-box__mail-bottom {
  max-width: 253px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  margin-top: 21px;
}
.custom-text-and-box__mail-text {
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1008px) {
  .custom-text-and-box__mail-box {
    display: flex;
    flex-direction: column;
  }
  .custom-text-and-box__mail-box-inner {
    padding-block: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .custom-text-and-box__mail-bottom {
    max-width: 100%;
  }
}

/* ----------------- */
/* ----------------- */
/* custom tab styles */
/* ----------------- */
/* ----------------- */
.custom-tab__heading-title {
  text-align: center;
  margin-bottom: 32px;
}
.custom-tab__title-en {
  display: block;
  font-size: 40px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 8px;
}
.custom-tab__title-jp {
  font-size: 11px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.custom-tab__heading-text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  padding-inline: 16px;
}

@media screen and (min-width: 641px) {
  .custom-tab__heading-content {
    text-align: center;
  }
}
@media screen and (min-width: 1008px) {
  .custom-tab__heading-title {
    margin-bottom: 80px;
  }
  .custom-tab__heading-content {
    margin-bottom: 80px;
  }
}

/* tab index styles */
.custom-tab__top {
  border-bottom: 1px solid #534F4F;
  margin-bottom: 40px;
}
.custom-tab__top-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-tab__index {
  width: 50%;
  font-size: 16px;
  color: #c6c6c6;
  font-family: var(--main-font);
  line-height: 2.4;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0.08);
  padding-block: 16px 23px;
  text-align: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.custom-tab__index.is-active {
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.custom-tab__list {
  width: 100%;
  position: relative;
}
.custom-tab__list--01 {
  display: none;
}
.custom-tab__list--02 {
  display: none;
}
.custom-tab__list.is-show {
  display: block;
}

@media screen and (min-width: 1008px) {
  .custom-tab__top {
    margin-bottom: 77px;
  }
  .custom-tab__index {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    padding-bottom: 22px;
  }
}

/* block item styles */
.custom-tab__item {
  padding-block: 38px 74px;
  border-bottom: 1px solid #534F4F;
}
.custom-tab__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.custom-tab__item-heading {
  text-align: center;
  margin-bottom: 40px;
}
.custom-tab__item-num {
  display: block;
  font-size: 32px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.custom-tab__item-title {
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.custom-tab__item-info {
  padding-inline: 16px;
}
.custom-tab__item-content {
  margin-bottom: 18px;
}
.custom-tab__item-text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.custom-tab__item-button {
  padding-right: 16px;
}
.custom-tab__item-link {
  display: block;
  max-width: max-content;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-left: auto;
  padding-right: 23px;
  transition: color 0.3s ease-out;
}
.custom-tab__item-link::before,
.custom-tab__item-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transition: right 0.3s ease-out;
}
.custom-tab__item-link::before {
  width: 16px;
  height: 16px;
  right: 0;
  border-radius: 100vmax;
  background-color: #9C3120;
  transform: translateY(-50%);
}
.custom-tab__item-link::after {
  width: 6px;
  height: 6px;
  right: 6px;
  border-top: 1px solid #000;
	border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .custom-tab__item-link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .custom-tab__item-link:hover::before {
    right: -8px;
  }
  .custom-tab__item-link:hover::after {
    right: -2px;
  }
}

.custom-tab__item-form .pxFormGenerator iframe {
  height: 100%;
} 

@media screen and (min-width: 1008px) {
  .custom-tab__item {
    padding-bottom: 81px;
  }
  .custom-tab__item:not(:first-of-type) {
    padding-top: 77px;
  }
  .custom-tab__item:first-of-type {
    padding-top: 0;
  }
  .custom-tab__item-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
  }
  .custom-tab__item-num {
    font-size: 48px;
    letter-spacing: 0.08em;
  }
  .custom-tab__item-title {
    font-size: 24px;
  }
  .custom-tab__item-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
  }
  .custom-tab__item-info {
    flex: 1;
    padding-inline: 0;
  }
  .custom-tab__item-link {
    /*右寄せにするために0からautoに変更*/
    margin-left: auto;
  }
}

/* tab slider styles */
.custom-tab__slider {
  margin-bottom: 23px;
}
.custom-tab__slide-item {
  width: 100%;
  position: relative;
}
.custom-tab__slide-item::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.custom-tab__slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-tab__slide-caption {
  display: block;
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 11px;
  font-family: var(--second-font);
  color: #c6c6c6;
  line-height: 1.8;
  letter-spacing: .04em;
}

@media screen and (min-width: 1008px) {
  .custom-tab__slider.swiper {
    max-width: 500px;
    width: 100%;
    margin: 0;
  }
  .custom-tab__slide-caption {
    left: 22px;
    bottom: 22px;
    font-size: 10px;
  }
}

/* tab slider operation styles */
.custom-tab__slide-operation {
  max-width: 262px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0 0;
  margin: 0 auto 12px;
}
.custom-tab__slide-operation .custom-simple-slider__pagination.swiper-pagination-horizontal {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-tab__slide-operation .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.custom-tab__slide-operation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 6px;
}
.custom-tab__slide-operation .swiper-pagination-bullet {
  position: relative;
  width: 4.6px;
  height: 4.6px;
  background-color: #c6c6c6;
  opacity: 1;
  margin-inline: 10px;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-tab__slide-operation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #9C3120;
}
.custom-tab__page-num {
  font-size: 10px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.custom-tab__slide-arrow {
  position: relative;
  width: 5.5px;
  height: 11px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  color: #c6c6c6;
}
.custom-tab__slide-arrow svg {
  display: block;
  width: 5.5px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .custom-tab__slide-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1008px) {
  .custom-tab__slide-operation {
    max-width: 342px;
    width: 100%;
    padding-top: 24px;
    margin-bottom: 18px;
  }
  .custom-tab__slide-operation .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .custom-tab__slide-operation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
  }
  .custom-tab__slide-operation .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .custom-tab__slide-operation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-inline: 9px;
  }
}
@media screen and (max-width: 1007px) {
  html[lang="en"] .custom-tab__index {
    font-size: 13px;
    line-height: 2.0;
  }
}

/* さらに小さい画面用 */
@media screen and (max-width: 360px) {
  html[lang="en"] .custom-tab__index {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* --------------------------- */
/* --------------------------- */
/* custom float contact styles */
/* --------------------------- */
/* --------------------------- */
.custom-float-contact {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15000;
  overflow-y: hidden;
  overflow-x: hidden;
  pointer-events: none;
}
.custom-float-contact__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(83, 79, 79, 0.6);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.custom-float-contact__inner {
  max-width: 94%;
  width: 100%;
  margin-left: auto;
  background-color: #000;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 1s ease-in-out;
}
.custom-float-contact__close {
  width: max-content;
  padding-top: 9px;
  padding-right: 16px;
  margin-left: auto;
  margin-bottom: 24px;
  cursor: pointer;
}
.custom-float-contact__heading {
  padding-inline: 16px;
  margin-bottom: 12px;
}

@media screen and (min-width: 641px) {
  .custom-float-contact__heading {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1320px) {
  .custom-float-contact__heading {
    padding-inline: 32px;
  }
}

.custom-float-contact__text {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.custom-float-contact__button {
  display: none;
  max-width: 124px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(136, 136, 136, 0.4);
  backdrop-filter: blur(2px);
  text-align: center;
  padding-block: 11px;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: visible;
  cursor: pointer;
  visibility: visible;
  opacity: 0;
}
.custom-float-contact__button-text {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: var(--second-font);
  letter-spacing: 0.06em;
}

/* content is-open style */
.custom-float-contact.is-open {
  overflow-y: auto;
  pointer-events: visible;
}
.custom-float-contact.is-open .custom-float-contact__bg {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  cursor: pointer;
}
.custom-float-contact.is-open .custom-float-contact__inner {
  transform: translateX(0);
  visibility: visible;
}
.custom-float-contact.is-open .custom-float-contact__button {
  visibility: hidden;
  pointer-events: none;
}

@media (hover: hover) {
  .custom-float-contact__button {
    opacity: 0.7;
  }
}

@media screen and (min-width: 641px) {
  .custom-float-contact__inner {
    max-width: 46%;
  }
  .custom-float-contact__close {
    padding-top: 16px;
    padding-right: 24px;
  }
  .custom-float-contact__button {
    max-width: 177px;
    padding-block: 10px 9px;
  }
  .custom-float-contact__button-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* -------------------------- */
/* -------------------------- */
/* custom voice slider styles */
/* -------------------------- */
/* -------------------------- */
.custom-voice-slider__logo {
  margin: 0 auto 32px;
  text-align: center;
}
.custom-voice-slider__logo.logo--horizontal {
  max-width: 264px;
  width: 100%;
}
.custom-voice-slider__logo.logo--vertical {
  width: auto;
  height: 80px;
}
.custom-voice-slider__logo.logo--horizontal img {
  width: 100%;
  object-fit: contain;
}
.custom-voice-slider__logo.logo--vertical img {
  height: 100%;
  object-fit: contain;
}
.custom-voice-slider__name {
  margin-bottom: 32px;
  text-align: center;
  width: 100%;
  padding-inline: 24px;
}
.custom-voice-slider__name-text {
  font-size: 16px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 2.4;
  letter-spacing: 0;
}
.custom-voice-slider__image01 {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.custom-voice-slider__image01::before {
  content: '';
  display: block;
  padding-top: 66.6666%;
}
.custom-voice-slider__image01 img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.custom-voice-slider__image02-inner {
  width: 100%;
  position: relative;
}
.custom-voice-slider__image02-inner::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.custom-voice-slider__image02-inner img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

@media screen and (min-width: 1008px) {
  .custom-voice-slider__item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
    pointer-events: none;
  }
  .custom-voice-slider__details {
    flex: 1;
  }
  .custom-voice-slider__logo {
    margin-bottom: 64px;
  }
  .custom-voice-slider__logo.logo--horizontal {
    max-width: 372px;
  }
  .custom-voice-slider__logo.logo--vertical {
    height: 150px;
  }
  .custom-voice-slider__name-text {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .custom-voice-slider__name {
    margin-bottom: 0;
  }
  .custom-voice-slider__images {
    max-width: 51.94444%;
    width: 100%;
    min-height: 663px;
    position: relative;
    padding-bottom: 163px;
  }
  .custom-voice-slider__image01 {
    margin-bottom: 0;
  }
  .custom-voice-slider__image01::before {
    padding-top: 66.8449%;
  }
  .custom-voice-slider__image02 {
    position: absolute;
    right: -305px;
    bottom: 0;
  }
  .custom-voice-slider__image02-inner {
    width: 350px;
  }
}

/* voice slider cursor styles */
.custom-voice-slider__main {
  cursor: grab;
}
.custom-voice-slider__mouse-follower {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3000;
  font-size: 80px;
  color: #fff;
}
.custom-voice-slider__mouse-follower.arrowRight::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./arrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-voice-slider__mouse-follower.arrowLeft::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./arrowLeft.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* filter */
.js-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.js-filter-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.--one {
  background-color: #111;
  z-index: 3;
}
.--two {
  background-color: #1E1E22;
  opacity: 0.7;
  z-index: 2;
}
.--three {
  background-color: #2C2C2E;
  opacity: 0.4;
  z-index: 1;
}

/* ------------------ */
/* ------------------ */
/* custom cart styles */
/* ------------------ */
/* ------------------ */
.custom-cart__form + .Section--spacingExtraLarge {
  margin: 90px 0 80px;
}
.shopify-app-block .delivery-container {
  margin-bottom: 80px;
}
#cart-delivery-datetime_section {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.custom-cart__link {
  font-size: 12px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.7;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  transition: opacity 0.3s ease;
}
.custom-cart__attention {
  font-size: 14px;
  color: #fff;
  padding-top: 12px;
}
.custom-cart .PageHeader {
  margin: 0;
  padding-block: 96px 80px;
}
.features--heading-uppercase .custom-cart h1.Heading:not {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: .12em;
  text-align: center;
}
.CartItem__Property.is-hidden {
  display: none;
}

@media (hover: hover) {
  .custom-cart__link:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1008px) {
  .shopify-app-block .delivery-containe {
    margin-bottom: 120px;
  }
  .custom-cart .PageHeader {
    padding-block: 96px;
  }
  .features--heading-uppercase .custom-cart h1.Heading {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: .16em;
  }
}


/* ------------------ */
/* ------------------ */
/* custom shop styles */
/* ------------------ */
/* ------------------ */
.custom-shop__shop-heading {
  margin-bottom: 40px;
}
.custom-shop__shop-title {
  font-size: 32px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-align: center;
}

@media screen and (min-width: 1008px) {
  .custom-shop__shop-heading {
    margin-bottom: 80px;
  }
  .custom-shop__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 61px;
  }
}

/* custom shop slider styles */
.custom-shop__slider {
  margin-bottom: 40px;
}
.custom-shop__image-list {
  width: 100%;
}
.custom-shop__image-item {
  width: 100%;
  position: relative;
}
.custom-shop__image-item::before {
  content: '';
  display: block;
  padding-top: 112.8205%;
}
.custom-shop__image-item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

@media screen and (min-width: 1008px) {
  .custom-shop__slider {
    max-width: 440px;
    width: 100%;
    margin-bottom: 0;
  }
  .custom-shop__image-item::before {
    padding-top: 100%;
  }
}

/* custom shop info styles */
.custom-shop__info {
  padding-inline: 16px;
  margin-bottom: 40px;
}
.custom-shop__info-list:not(:last-of-type) {
  padding-bottom: 24px;
}
.custom-shop__info-title {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.custom-shop__info-text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.custom-shop__info-button {
  width: 100%;
  padding-top: 16px;
}
.custom-shop__info-link {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.08em;
  padding-block: 10px;
  border: 1px solid #c6c6c6;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .custom-shop__info-link:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1008px) {
  .custom-shop__info {
    flex: 1;
    margin-bottom: 0;
    padding-inline: 0;
  }
  .custom-shop__info-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .custom-shop__info-text {
    width: 68%;
  }
}

/* custom shop access styles */
.custom-shop__access {
  margin-bottom: 40px;
}
.custom-shop__access-map {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.custom-shop__access-map::before {
  content: '';
  display: block;
  padding-top: 106.5%;
}
.custom-shop__access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.custom-shop__access-list {
  padding-inline: 16px;
}
.custom-shop__access-item {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
  padding-left: 21px;
}
.custom-shop__access-item::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 13px;
  left: 8px;
  background-color: #fff;
  border-radius: 100vmax;
}

@media screen and (min-width: 1008px) {
  .custom-shop__access-map::before {
    padding-top: 40.6%;
  }
  .custom-shop__access-list {
    padding-inline: 0;
  }
  .custom-shop__access {
    margin-bottom: 80px;
  }
}

/* custom shop bottom styles */
.custom-shop__bottom {
  padding-inline: 16px;
}
.custom-shop__bottom-button {
  width: 100%;
  margin-bottom: 32px;
}
.custom-shop__bottom-link {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.1;
  letter-spacing: 0.08em;
  padding-block: 10px;
  border: 1px solid #c6c6c6;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}
.custom-shop__bottom-text {
  font-size: 14px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 2.2;
  letter-spacing: 0.12em;
}

@media (hover: hover) {
  .custom-shop__bottom-link:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1008px) {
  .custom-shop__bottom-button {
    max-width: 396px;
    width: 100%;
    margin-inline: auto;
  }
  .custom-shop__bottom-content {
    text-align: center;
  }
}

/* shop slider operation styles */
.custom-shop__slide-operation {
  max-width: 343px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0 0;
  margin: 0 auto;
}
.custom-shop__slide-operation .custom-simple-slider__pagination.swiper-pagination-horizontal {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-shop__slide-operation .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.custom-shop__slide-operation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 9px;
}
.custom-shop__slide-operation .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #c6c6c6;
  opacity: 1;
  margin-inline: 10px;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-shop__slide-operation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: #9C3120;
}
.custom-shop__slide-arrow {
  position: relative;
  width: 5.5px;
  height: 11px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  color: #c6c6c6;
}
.custom-shop__slide-arrow svg {
  display: block;
  width: 5.5px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .custom-shop__slide-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1008px) {
  .custom-shop__slide-operation {
    max-width: 342px;
    width: 100%;
    padding-top: 24px;
    margin-bottom: 18px;
  }
  .custom-shop__slide-operation .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .custom-shop__slide-operation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
  }
  .custom-shop__slide-operation .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .custom-shop__slide-operation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-inline: 9px;
  }
}
/* タブレット用の画像最適化 */
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .custom-shop__slider {
    max-width: 600px;
    margin-inline: auto;
  }
  
  .custom-shop__image-item img {
    object-fit: cover;
  }
}

/* ----------------------- */
/* ----------------------- */
/* custom shop list styles */
/* ----------------------- */
/* ----------------------- */
.custom-shop-list__heading {
  margin-bottom: 40px;
}
.custom-shop-list__title {
  font-size: 32px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-align: center;
}

@media screen and (min-width: 1008px) {
  .custom-shop-list__heading {
    margin-bottom: 80px;
  }
}

/* custom shop list info styles */
.custom-shop-list__info:not(:last-of-type) {
  margin-bottom: 56px;
}
.custom-shop-list__info-heading {
  margin-bottom: 42px;
}
.custom-shop-list__info-name {
  font-size: 20px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 24px 16px;
  border-bottom: 1px solid #534F4F;
}
.custom-shop-list__info-main {
  padding-inline: 16px;
}
.custom-shop-list__info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
}
.custom-shop-list__info-list:last-of-type {
  padding-bottom: 0;
}
.custom-shop-list__info-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}
.custom-shop-list__info-text {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: initial;
}
.custom-shop-list__info-link {
  font-size: 16px;
  color: #fff;
  font-family: var(--second-font);
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: initial;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
  .custom-shop-list__info-link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1008px) {
  .custom-shop-list__info-heading {
    margin-bottom: 40px;
  }
  .custom-shop-list__info-name {
    padding-inline: 0;
  }
  .custom-shop-list__info-main {
    padding-inline: 0;
  }
  .custom-shop__info-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom-shop-list__info-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 24px;
  }
  .custom-shop-list__info-text br.sp_only {
    display: none;
  }
  .custom-shop-list__info-title {
    max-width: 140px;
    width: 100%;
  }
}

/* ------------------------- */
/* ------------------------- */
/* custom simple text styles */
/* ------------------------- */
/* ------------------------- */
.custom-simple-text__inner {
  padding-inline: 16px;
}
.custom-simple-text__button {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.08em;
  padding-block: 9px;
  border: 1px solid #c6c6c6;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}
.custom-simple-text__text .pc_only {
  display: none;
}

@media (hover: hover) {
  .custom-simple-text__button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 641px) {
  .custom-simple-text__content--button {
    max-width: 358px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1008px) {
  .custom-simple-text__inner {
    padding-inline: 0;
  }
  .custom-simple-text__text .sp_only {
    display: none;
  }
  .custom-simple-text__text .pc_only {
    display: inline-block;
  }
}

/* ------------------ */
/* ------------------ */
/* policy page styles */
/* ------------------ */
/* ------------------ */
.shopify-policy__container {
  margin-top: 0;
}
.shopify-policy__title {
  padding-block: 96px 80px;
  margin: 0;
}
.shopify-policy__title h1 {
  font-family: var(--main-font);
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: .12em;
  text-align: center;
}

@media screen and (min-width: 1008px) {
  .shopify-policy__title {
    padding-block: 96px;
  }
  .shopify-policy__title h1 {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: .16em;
  }
}

/* guide styles */
.Faq__Section.faq-title {
  font-family: var(--second-font);
}

/* ---------------------- */
/* ---------------------- */
/* custom customer orders */
/* ---------------------- */
/* ---------------------- */
.custom-customer-order {
  padding-top: 60px;
}

/* ---------------- */
/* ---------------- */
/* main page styles */
/* ---------------- */
/* ---------------- */
.custom-main-page .PageHeader {
  padding-block: 96px 80px;
  margin: 0;
}
.features--heading-uppercase .custom-main-page__title.Heading {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: .12em;
  text-align: center;
}
.custom-main-page .TableWrapper {
  max-width: 100%;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 1008px) {
  .custom-main-page .PageHeader {
    padding-block: 96px;
  }
  .features--heading-uppercase .custom-main-page__title.Heading {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: .16em;
  }
}

/* ---------------- */
/* ---------------- */
/* main blog styles */
/* ---------------- */
/* ---------------- */
.features--heading-uppercase .Blog .PageHeader {
  margin-top: 0;
}
.features--heading-uppercase .Blog .SectionHeader__Heading.Heading {
  font-size: 24px;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.8;
  letter-spacing: .12em;
  text-align: center;
  margin-bottom: 0;
  padding-block: 96px 80px;
}

@media screen and (min-width: 1008px) {
  .features--heading-uppercase .Blog .SectionHeader__Heading.Heading {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: .16em;
    padding-block: 96px;
  }
}
/* ---------------- */
/* ---------------- */
/* blog-posts styles */
/* ---------------- */
/* ---------------- */
.vid_contents{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.vid_contents iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ブログ記事内の表スクロール改善 */
.Article__Body .TableWrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
}

/* スマホ用：スクロールヒント（デフォルト：日本語） */
@media screen and (max-width: 640px) {
  .Article__Body .TableWrapper::before {
    content: '← 横にスクロールできます →';
    display: block;
    text-align: center;
    font-size: 11px;
    color: #c6c6c6;
    font-family: var(--second-font);
    padding: 8px;
    background-color: rgba(83, 79, 79, 0.5);
    letter-spacing: 0.08em;
  }
  
  /* 英語ページ用 */
  body:not([data-locale*="ja"]) .Article__Body .TableWrapper::before,
  [class*="locale-en"] .Article__Body .TableWrapper::before {
    content: '← Scroll horizontally →';
  }
}
/* ========================================
   アーカイブ
   ======================================== */

.ArticleNav--archive {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-top: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.ArticleNav--archive.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ArticleNav--archive .ArticleNav__Title {
  color: #ffffff !important;
  margin-bottom: 25px;
  text-align: center;
  font-family: baskerville-urw, fot-tsukuaoldmin-pr6n, serif !important;
  font-size: 32px !important;
  position: relative;
  padding-bottom: 15px;
}

.ArticleNav--archive .ArticleNav__Title:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #ffffff;
  margin: 15px auto 0;
  opacity: 0.5;
}

.archive-pagination-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.archive-pagination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.archive-pagination-item {
  padding: 15px 20px;
  opacity: 0;
  display: none;
  transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.6s ease; /* スムーズに */
  position: absolute;
  width: 100%;
  left: 0;
}

.archive-pagination-item.page-1-item-1 { top: 0; }
.archive-pagination-item.page-1-item-2 { top: 87px; }
.archive-pagination-item.page-1-item-3 { top: 174px; }

.archive-pagination-item.page-2-item-1 { top: 0; }
.archive-pagination-item.page-2-item-2 { top: 87px; }
.archive-pagination-item.page-2-item-3 { top: 174px; }

.archive-pagination-item.page-3-item-1 { top: 0; }
.archive-pagination-item.page-3-item-2 { top: 87px; }
.archive-pagination-item.page-3-item-3 { top: 174px; }

.archive-pagination-item.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.ArticleNav__Link--pagination {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4; /* 1.3 → 1.4 に変更（改行時の行間） */
  display: inline-block;
  transition: all 0.3s ease;
  font-family: baskerville-urw, fot-tsukuaoldmin-pr6n, serif;
  border-bottom: 1px solid transparent;
  text-align: center;
  white-space: normal; /* 改行を許可 */
  word-wrap: break-word;
}

.ArticleNav__Link--pagination:before {
  content: "・";
  color: #ffffff;
  display: inline;
  margin-right: 5px;
}

.ArticleNav__Link--pagination:hover {
  opacity: 0.7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ArticleNav__Link--pagination.long-title {
  font-size: 17px;
  line-height: 1.3;
}

.ArticleNav__Link--pagination.very-long-title {
  font-size: 15px;
  line-height: 1.3;
}

.ArticleNav__Link--current {
  font-weight: 600;
  opacity: 0.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ArticleNav--archive .Pagination__NavItem {
  color: #534F4F;
  border-bottom: 1px solid #534F4F;
}

.ArticleNav--archive .Pagination__NavItem.is-active {
  color: #fff;
  border-bottom-color: #fff;
  box-shadow: 0 -2px #fff inset;
}

.ArticleNav--archive .Pagination__NavItem:hover:not(.is-active):not([style*="not-allowed"]) {
  color: #fff;
  border-bottom-color: #fff;
}

.archive-page-numbers {
  display: inline;
}

.archive-nav-prev svg,
.archive-nav-next svg {
  display: inline-block;
}

@media (max-width: 1024px) {
  .archive-pagination-list {
    height: 260px;
  }
  
  .archive-pagination-item {
    padding: 14px 15px;
  }
  
  .ArticleNav__Link--pagination {
    font-size: 18px;
    line-height: 1.3;
  }
  
  .ArticleNav__Link--pagination.long-title {
    font-size: 16px;
    line-height: 1.3;
  }
  
  .ArticleNav__Link--pagination.very-long-title {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .ArticleNav--archive {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .ArticleNav--archive .ArticleNav__Title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
  
  .archive-pagination-list {
    height: 240px !important; /* 260px → 240px に縮小 */
  }
  
  .archive-pagination-item {
    padding: 10px 15px; /* 14px → 10px に縮小 */
  }
  
  /* 記事の位置を調整（間隔を狭く） */
  .archive-pagination-item.page-1-item-1,
  .archive-pagination-item.page-2-item-1,
  .archive-pagination-item.page-3-item-1 { 
    top: 0; 
  }
  
  .archive-pagination-item.page-1-item-2,
  .archive-pagination-item.page-2-item-2,
  .archive-pagination-item.page-3-item-2 { 
    top: 80px; /* 87px → 80px */
  }
  
  .archive-pagination-item.page-1-item-3,
  .archive-pagination-item.page-2-item-3,
  .archive-pagination-item.page-3-item-3 { 
    top: 160px; /* 174px → 160px */
  }
  
  .ArticleNav__Link--pagination {
    font-size: 16px;
    line-height: 1.3; /* 1.4 → 1.3 に縮小 */
  }
  
  .ArticleNav__Link--pagination.long-title {
    font-size: 14px;
    line-height: 1.3;
  }
  
  .ArticleNav__Link--pagination.very-long-title {
    font-size: 12px;
    line-height: 1.3;
  }
  
  .ArticleNav--archive .Pagination {
    margin-top: 15px;
  }
  
  .ArticleNav--archive .Pagination__Nav {
    transform: scale(0.85);
    transform-origin: center;
  }
}

@media (max-width: 375px) {
  .archive-pagination-list {
    height: 230px !important; /* 250px → 230px */
  }
  
  .archive-pagination-item {
    padding: 8px 15px; /* さらに縮小 */
  }
  
  .archive-pagination-item.page-1-item-2,
  .archive-pagination-item.page-2-item-2,
  .archive-pagination-item.page-3-item-2 { 
    top: 77px; /* 少し狭く */
  }
  
  .archive-pagination-item.page-1-item-3,
  .archive-pagination-item.page-2-item-3,
  .archive-pagination-item.page-3-item-3 { 
    top: 154px;
  }
  
  .ArticleNav__Link--pagination {
    font-size: 14px;
    line-height: 1.3;
  }
  
  .ArticleNav__Link--pagination.long-title {
    font-size: 12px;
    line-height: 1.3;
  }
  
  .ArticleNav__Link--pagination.very-long-title {
    font-size: 11px;
    line-height: 1.3;
  }
  
  .ArticleNav--archive .Pagination__Nav {
    transform: scale(0.75);
  }
}

/* ========================================
   関連記事
   ======================================== */

.ArticleNav--inline {
  margin-top: 25px;
  padding-top: 0;
  text-align: center;
}

.ArticleNav__Title {
  color: #ffffff !important;
  margin-bottom: 25px;
  text-align: center;
  font-family: baskerville-urw, fot-tsukuaoldmin-pr6n, serif !important;
  font-size: 32px !important;
  position: relative;
  padding-bottom: 15px;
}

.ArticleNav__Title:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #ffffff;
  margin: 15px auto 0;
  opacity: 0.5;
}

.ArticleNav__List {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.ArticleNav__Item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.ArticleNav__Item:last-child {
  margin-bottom: 0;
}

.ArticleNav__Item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ArticleNav__Item.is-visible:nth-child(1) {
  transition-delay: 0.2s;
}

.ArticleNav__Item.is-visible:nth-child(2) {
  transition-delay: 0.5s;
}

.ArticleNav__Item.is-visible:nth-child(3) {
  transition-delay: 0.8s;
}

.ArticleNav__Item.is-visible:nth-child(4) {
  transition-delay: 1.1s;
}

/* PC用 */
.ArticleNav__Link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: baskerville-urw, fot-tsukuaoldmin-pr6n, serif;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  white-space: normal;
  word-break: break-word;
  max-width: 90%;
}

.ArticleNav__Link:before {
  content: "・";
  color: #ffffff;
  margin-right: 5px;
}

.ArticleNav__Link:hover {
  opacity: 0.7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* タブレット */
@media (max-width: 1024px) {
  .ArticleNav__Item {
    margin-bottom: 25px;
  }
  
  .ArticleNav__Link {
    font-size: 15px !important;
    padding: 0 15px;
    line-height: 1.5 !important;
    white-space: normal !important;
    word-break: break-word !important;
    max-width: 90%;
  }
}

/* スマホ */
@media (max-width: 768px) {
  .ArticleNav--inline {
    margin-top: 20px;
  }
  
  .ArticleNav__Title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
  
  .ArticleNav__Item {
    margin-bottom: 25px;
  }
  
  .ArticleNav__Link {
    font-size: 14px !important;
    padding: 0 10px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    word-break: break-word !important;
    max-width: 95% !important;
    display: inline-block !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
}

/* 小画面 */
@media (max-width: 375px) {
  .ArticleNav__Item {
    margin-bottom: 25px;
  }
  
  .ArticleNav__Link {
    font-size: 13px !important;
    padding: 0 5px !important;
    line-height: 1.5 !important;
    max-width: 95% !important;
  }
}

/* ======================================== */
/* ハンバーガーメニューの改行防止と余白調整（全デバイス統一） */
/* ======================================== */

/* ハンバーガーメニュー内のHorizontalListItemはmarginなし */
.custom-Drawer .HorizontalList__Item {
  display: inline-block !important;
  margin: 0 !important;
}