@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

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

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 1.66;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #2d2d2d;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.c-column2 {
  display: grid;
  gap: 30px;
  gap: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column2--gap60 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 20px;
  }
}

.c-column3 {
  display: grid;
  gap: 30px;
  gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    row-gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  }
}

.c-column4 {
  display: grid;
  gap: 10rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-headline {
  border-left: 1px solid black;
  font-size: 16px;
  font-weight: 400;
  color: black;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-headline {
    padding-left: 15px;
    font-size: 20px;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: black;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black, black);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 50px;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

@media screen and (min-width: 768px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}
.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(画像のバスを入れる) center center/contain no-repeat;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.inner {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-section {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 0;
  }
}

.u-font12 {
  font-size: 12rem;
}

.u-font14 {
  font-size: 14rem;
}

.u-font16 {
  font-size: 16rem;
}

.u-font18 {
  font-size: 18rem;
}

.u-font20 {
  font-size: 20rem;
}

.u-font22 {
  font-size: 22rem;
}

.u-font24 {
  font-size: 24rem;
}

.u-font28 {
  font-size: 28rem;
}

.u-font32 {
  font-size: 32rem;
}

.u-font40 {
  font-size: 40rem;
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
  }
}
.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 13px rgba(255, 0, 0, 0.5);
}

.u-tab-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .u-tab-sp {
    display: none;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-sm {
  display: block;
}
@media screen and (min-width: 524px) {
  .u-sm {
    display: none;
  }
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

.header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .header {
    height: 88px;
  }
}

.header__inner {
  padding: 0 20px;
  max-width: 1920px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 60px 0 80px;
  }
}

.header__link-home {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  text-transform: uppercase;
  font-family: "Gotu", sans-serif;
  font-size: 20px;
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  .header__link-home {
    font-size: 16px;
    line-height: 1.66;
  }
}

.header__nav {
  height: inherit;
}

.header__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item {
  height: inherit;
  position: relative;
}

.header__link {
  height: inherit;
  font-family: "Gotu", sans-serif;
  font-size: 16px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link--hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

@media (hover: hover) {
  .header__link:hover {
    opacity: 1;
  }
  .header__link:hover + .header__link--hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}
.drawer-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-image: url("../images/drawer-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.drawer-menu__inner {
  width: 57.33%;
  margin-inline: auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
}

.drawer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 32px;
}

.drawer-menu__link {
  font-family: "Gotu", sans-serif;
  font-size: 18px;
  line-height: 1.66;
  color: #2d2d2d;
}

.drawer-menu__subitem {
  margin-top: 14px;
  margin-left: 15px;
}

.drawer-menu__sublink {
  font-family: "Gotu", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.drawer-menu__sublink + .drawer-menu__sublink {
  margin-top: 24px;
}

.js-drawer {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* クリックイベントを無効にする */
}

.js-drawer.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* クリックイベントを有効にする */
}

.hamburger {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  width: 40px;
  height: 15px;
  top: 37px;
  right: 20px;
  cursor: pointer;
  z-index: 1001;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: width 0.3s, top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, top 0.3s, transform 0.3s, background-color 0.3s;
  transition: width 0.3s, top 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #2d2d2d;
}

.hamburger span:nth-of-type(1) {
  top: 0px;
  width: 40px;
}

.hamburger span:nth-of-type(2) {
  top: 8px;
  width: 26px;
}

/*is-activeクラスが付与されると線が回転して×に*/
.hamburger.is-active span:nth-of-type(1) {
  top: 0px;
  left: 3px;
  -webkit-transform: translateY(6px) rotate(-11.3deg);
          transform: translateY(6px) rotate(-11.3deg);
  width: 90%;
  background-color: #2d2d2d;
}

.hamburger.is-active span:nth-of-type(2) {
  top: 12px;
  left: 3px;
  -webkit-transform: translateY(-6px) rotate(11.3deg);
          transform: translateY(-6px) rotate(11.3deg);
  width: 90%;
  background-color: #2d2d2d;
}

.footer {
  background-color: #2d2d2d;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.footer__inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1140px;
  }
}

.footer__logo {
  width: 201px;
}
.footer__logo img {
  width: 100%;
  aspect-ratio: 201/30;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.footer__contents {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 54px;
  }
}

.footer__contact {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    margin-top: 0;
  }
}

.footer__company {
  font-weight: 700;
}

.footer__tel,
.footer__email {
  margin-top: 6px;
}

.footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px;
  -webkit-column-gap: clamp(58.88px, 0px + 18.4vw, 69px);
     -moz-column-gap: clamp(58.88px, 0px + 18.4vw, 69px);
          column-gap: clamp(58.88px, 0px + 18.4vw, 69px);
}
@media screen and (min-width: 768px) {
  .footer__nav {
    width: 485px;
    border: none;
    margin-top: 0;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 485px;
    -webkit-column-gap: clamp(21.3333333333px, 0px + 2.7777777778vw, 40px);
       -moz-column-gap: clamp(21.3333333333px, 0px + 2.7777777778vw, 40px);
            column-gap: clamp(21.3333333333px, 0px + 2.7777777778vw, 40px);
  }
}

.footer__list.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__list.u-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__list.u-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__list.u-sp {
    display: none;
  }
}

.footer__item + .footer__item {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .footer__item + .footer__item {
    margin-top: 0;
  }
}

.footer__item.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__item.u-pc {
    display: block;
  }
}

.footer__link {
  font-family: "Gotu", sans-serif;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  position: relative;
}

.footer__sublink {
  position: relative;
  font-family: "Gotu", sans-serif;
}

.footer__link::after,
.footer__sublink::after,
.footer__policy-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.footer__sublink::after {
  bottom: -2px;
}

.footer__policy-link::after {
  bottom: -4px;
}

.footer__link--brands,
.footer__sublink {
  margin-left: 24px;
  line-height: 1.5;
  white-space: nowrap;
}

.footer__item--brands + .footer__item--brands {
  margin-top: 16px;
}

.footer__item--has-submenu {
  position: relative;
}

.footer__sublist {
  margin-top: 8px;
}

.footer__subitem {
  margin-bottom: 5px;
}

.footer__sublink {
  color: #fff;
}

.footer__sublink + .footer__sublink {
  margin-top: 4px;
}

.footer__policy {
  margin-top: 24px;
  text-align: right;
}

.footer__policy-link {
  color: #fff;
  position: relative;
}

.footer__business-restructuring {
  margin-top: 16px;
}

.footer__button {
  display: inline-block;
  padding: 3px 10px;
  width: 113px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 9999px;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  font-size: 12px;
  line-height: 1.6;
  background-color: #2d2d2d;
  text-align: center;
}

.footer__copyright {
  width: 100%;
  text-align: center;
  margin-top: 38px;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Gotu", sans-serif;
}

@media (hover: hover) {
  .footer__link:hover,
  .footer__sublink:hover,
  .footer__policy-link:hover {
    opacity: 1;
  }
  .footer__link:hover::after,
  .footer__sublink:hover::after,
  .footer__policy-link:hover::after {
    width: 100%;
    left: 0;
  }
  .footer__button:hover {
    background-color: #fff;
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
    opacity: 1;
  }
}
.section-title__number {
  font-family: "Gotu", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  color: #2d2d2d;
}

.section-title__text {
  font-family: "Gotu", sans-serif;
  font-size: 32px;
  line-height: 1.66;
  color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  .section-title__text {
    font-size: 40px;
    line-height: 1.66;
  }
}

.view-more {
  display: inline-block;
}

.view-more__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.view-more__text {
  font-family: "Gotu", sans-serif;
  font-size: 18px;
  line-height: 1.66;
  color: #2d2d2d;
}

.view-more__icon {
  width: 40px;
  aspect-ratio: 40/22;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

@media (hover: hover) {
  .view-more__link:hover .view-more__icon {
    left: 16px;
  }
}
.view-more__link--reverse:hover .view-more__icon--reverse {
  left: -16px;
}

.view-more__link--contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .view-more__link--contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.view-more__text--contact {
  font-family: "Noto Sans JP", sans-serif;
}

.view-more__text--margin-top {
  margin-top: 56px;
}

.view-more__link--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

img.view-more__icon--reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button {
  display: inline-block;
  background-color: #2d2d2d;
  border-radius: 40px;
  padding: 9px 12px;
  width: 280px;
  display: grid;
  place-content: center;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.button__text {
  font-size: 18px;
  line-height: 1.4477777778;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.button__icon {
  width: 40px;
  aspect-ratio: 40/22;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  position: relative;
  left: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.button__icon--fade-out {
  opacity: 0;
}

@media (hover: hover) {
  .button:hover {
    background-color: #fff;
    border: 1px solid #2d2d2d;
  }
  .button:hover .button__text {
    color: #2d2d2d;
  }
  .button:hover .button__icon {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
}
.floating-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1005;
}
@media screen and (min-width: 768px) {
  .floating-menu {
    top: 35%;
  }
}

.js-floating-menu.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
}

.floating-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1005;
}

.floating-buttons__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #2d2d2d;
  border: 1px solid #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.floating-buttons__icon {
  width: 28px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.floating-buttons__text {
  color: #fff;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.floating-buttons__button--contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .floating-buttons__button--contact {
    width: 50px;
    height: 172px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Gotu", sans-serif;
    font-size: 18px;
    line-height: 1.1111111111;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    letter-spacing: -0.5em;
    text-transform: uppercase;
  }
}

.floating-buttons__button--contact img {
  width: 11px;
  aspect-ratio: 11/140;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-right: 8px;
}

@media (hover: hover) {
  .floating-buttons__button:hover {
    background-color: #555;
  }
}
.brand-title {
  text-align: center;
}

.brand-title__text {
  font-family: "Gotu", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #2d2d2d;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .brand-title__text {
    font-size: 32px;
    line-height: 1.5;
  }
}

.brand-title__divider {
  border: none;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  margin-top: -2px;
}

.news {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 123px;
       -moz-column-gap: 123px;
            column-gap: 123px;
    -webkit-column-gap: clamp(2.5rem, -3.429rem + 12.35vw, 7.688rem);
       -moz-column-gap: clamp(2.5rem, -3.429rem + 12.35vw, 7.688rem);
            column-gap: clamp(2.5rem, -3.429rem + 12.35vw, 7.688rem);
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .news__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
    min-width: 149px;
  }
}

.news__view-more {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .news__view-more {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .news__view-more__text {
    white-space: nowrap;
  }
}

.news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 16px;
  }
}

.news__tab {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.448;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 0;
  position: relative;
  text-align: center;
  width: fit-content;
}

.news__tab::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #2d2d2d;
  bottom: -5px;
  left: 50%;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  max-width: 850px;
}
@media screen and (min-width: 768px) {
  .news__items {
    margin-top: -16px;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cacaca;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 768px) {
  .news__item {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.news__item + .news__item {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .news__item + .news__item {
    padding-top: 40px;
  }
}

.news__figure {
  width: 50.15%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news__figure {
    width: clamp(15.625rem, 12.054rem + 7.44vw, 18.75rem);
  }
}

.news__image {
  width: 100%;
  aspect-ratio: 168/112;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 768px) {
  .news__image {
    aspect-ratio: 3/2;
  }
}

.news__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: clamp(0rem, -1.196rem + 5.1vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .news__item-content {
    margin-top: clamp(0.313rem, -1.116rem + 2.98vw, 1.563rem);
  }
}

.news__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .news__item-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news__date {
  font-family: "Gotu", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .news__date {
    margin-top: 3px;
  }
}

.news__tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: 1px solid #2d2d2d;
  display: inline-block;
  padding: 6px 10px;
  width: 114px;
  text-align: center;
  border-radius: 20px;
}

.news__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4478571429;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .news__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.448;
    margin-top: 11px;
    padding-right: 1em;
  }
}

.news-item__view-more {
  display: none;
}
@media screen and (min-width: 768px) {
  .news-item__view-more {
    display: block;
    margin-top: 40px;
  }
}

@media (hover: hover) {
  .news__item:hover {
    background-color: #f4f4f4;
    opacity: 1;
  }
  .news__item:hover .news__image {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
.news__buttons-wrapper {
  display: grid;
  place-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news__buttons-wrapper {
    margin-top: 80px;
  }
}

.news__pagination {
  margin-top: 64px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__pagination {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .news__container--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.news__category-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .news__category-title {
    display: block;
    font-size: 24px;
    line-height: 1.4479166667;
    padding-left: 8px;
    border-left: 8px solid #2d2d2d;
  }
}

@media screen and (min-width: 768px) {
  .news__controls--category {
    row-gap: 0;
    min-width: 149px;
    min-width: 165px;
  }
}

@media screen and (min-width: 768px) {
  .news__tabs--margin-top {
    margin-top: 40px;
  }
}

.news__container--margin-top {
  margin-top: 40px;
}

@media (hover: hover) {
  .news__tab {
    opacity: 1;
  }
  .news__tab:hover::after {
    width: 100%;
    left: 0;
  }
}
.news__title {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .news__title {
    margin-top: 0;
  }
}

.news-single {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .news-single {
    padding-top: 120px;
  }
}

.stores {
  background-color: #fff;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .stores {
    padding-bottom: 120px;
  }
}

.stores__box {
  max-width: 890px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .stores__box {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #cacaca;
    padding-top: 40px;
  }
}

.stores__box + .stores__box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .stores__box + .stores__box {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .stores__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.stores__map {
  padding-bottom: 24px;
  border-bottom: 1px solid #cacaca;
}
@media screen and (min-width: 768px) {
  .stores__map {
    width: 35.3%;
    padding-bottom: 0;
  }
}

.stores__map iframe {
  width: 100%;
  aspect-ratio: 335/223;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .stores__map iframe {
    aspect-ratio: 3/2;
  }
}

.stores__tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: 1px solid #2d2d2d;
  display: inline-block;
  padding: 6px 32px;
  text-align: center;
  border-radius: 20px;
}

.stores__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4479166667;
  color: #2d2d2d;
  margin-top: 4px;
}

.stores__address,
.stores__contact {
  font-size: 16px;
  line-height: 1.448125;
  margin-top: 8px;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .page-store .stores__box--margin-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.stores__box--center {
  margin-inline: auto;
}

.pagetop {
  position: fixed;
  bottom: 137px;
  right: 20px;
  width: 38px;
  height: 38px;
  background-color: #2d2d2d;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1024px) {
  .pagetop {
    bottom: 171px;
  }
}

@media screen and (min-width: 1160px) {
  .pagetop {
    right: calc((100% - 1160px) / 2 + 20px);
  }
}
.pagetop__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  aspect-ratio: 12/8;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.js-pagetop {
  /* 既存のスタイル */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
}

.js-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-pagetop.pagetop--on-footer {
  background-color: white;
}

.pagetop__icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagetop__icon--fade-out {
  opacity: 0;
}

.each-fv {
  margin-top: 90px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .each-fv {
    margin-top: 88px;
  }
}

.each-fv__inner {
  width: 100%;
  max-width: 1920px;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .each-fv__inner {
    padding-right: 48px;
    padding-left: 48px;
  }
}

.each-fv__image {
  width: 100%;
  aspect-ratio: 335/588;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .each-fv__image {
    aspect-ratio: 1344/512;
  }
}

.each-fv__title {
  position: absolute;
  bottom: 5%;
  left: 11.7%;
}
@media screen and (min-width: 768px) {
  .each-fv__title {
    left: 80px;
    bottom: -3.5%;
    bottom: -4.5%;
  }
}

.each-fv__title--brands {
  width: 37.6%;
}
@media screen and (min-width: 768px) {
  .each-fv__title--brands {
    width: 20.27%;
  }
}

.each-fv__title--about {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title--about {
    display: block;
    width: 17.98%;
  }
}

.each-fv__title--news {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title--news {
    display: block;
    width: 15.9%;
  }
}

.each-fv__title--store {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title--store {
    display: block;
    width: 16.875%;
  }
}

.each-fv__title--contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title--contact {
    display: block;
    width: 24.4444444444%;
  }
}

.each-fv__title--thanks {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title--thanks {
    display: block;
    width: 30.1388888889%;
    bottom: -8.5%;
  }
}

.each-fv__title-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.each-fv__title-image--brands {
  display: none;
  aspect-ratio: 276/71;
}
@media screen and (min-width: 768px) {
  .each-fv__title-image--brands {
    display: block;
    aspect-ratio: 573/148;
  }
}

.each-fv__title-image--about {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title-image--about {
    display: block;
    aspect-ratio: 506/148;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.each-fv__title-image--news {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title-image--news {
    display: block;
    aspect-ratio: 447/144;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.each-fv__title-image--store {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title-image--store {
    display: block;
    aspect-ratio: 474/145;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.each-fv__title-image--contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title-image--contact {
    display: block;
    aspect-ratio: 693/144;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.each-fv__title-image--thanks {
  display: none;
}
@media screen and (min-width: 768px) {
  .each-fv__title-image--thanks {
    display: block;
    aspect-ratio: 856/185;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.each-about {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .each-about {
    padding-top: 40px;
  }
}

.each-about__content--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .each-about__content--grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.each-about__brand-title {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .each-about__brand-title {
    margin-top: 0;
  }
}

.each-about__image {
  aspect-ratio: 335/223;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .each-about__image {
    width: 48.21%;
  }
}

.each-about__contents {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .each-about__contents {
    margin-top: 40px;
  }
}

.each-about__brand-title {
  margin-top: 24px;
  max-width: 680px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .each-about__brand-title {
    margin-top: 0;
  }
}

.each-about__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}

.each-about__description:first-of-type {
  margin-top: 24px;
}

.each-about__description:nth-of-type(2) {
  margin-top: 1.5em;
}

.each-about__description:nth-of-type(3) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .each-about__description:nth-of-type(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .each-about__contents-sub {
    display: grid;
  }
}

.each-about__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  min-width: 36px;
  height: 36px;
  color: #2d2d2d;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #2d2d2d;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pagination__link--prev,
.pagination__link--next,
.pagination__link--dots {
  border: none;
}

.pagination__link a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.361875;
  color: #2d2d2d;
  padding-top: 6px;
  width: 100%;
  height: 100%;
}

.pagination__link--prev a,
.pagination__link--next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__link.current {
  background-color: #2d2d2d;
}

.pagination__link.current span {
  color: #fff;
}

.next.page-numbers img,
.prev.page-numbers img {
  width: 8px;
  aspect-ratio: 1/2;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
}

@media (hover: hover) {
  .pagination__link:not(.pagination__link--prev,
  .pagination__link--next):hover {
    background-color: #2d2d2d;
  }
  .pagination__link:not(.pagination__link--prev, .pagination__link--next):hover a {
    color: #fff;
  }
}
/* ==========================================
    FV
   ========================================== */
.fv {
  margin-top: 90px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 88px;
  }
}

.fv__inner {
  width: 100%;
  max-width: 1920px;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-right: 48px;
    padding-left: 48px;
  }
}

.fv__title {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 74.9%;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .fv__title {
    width: 40.625%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 80px;
    max-width: 588px;
  }
}

.fv__title img {
  width: 100%;
  aspect-ratio: 281/48;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.splide__slide img {
  width: 100%;
  aspect-ratio: 335/588;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .splide__slide img {
    aspect-ratio: 1344/680;
  }
}

/* ==========================================
    About us
   ========================================== */
.about {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .about__contents {
    width: 35.71%;
  }
}

.about__content {
  margin-top: 24px;
}

.about__text {
  font-size: 16px;
  line-height: 1.448125;
}

.about__text + .about__text {
  margin-top: 1.5em;
}

.about__view-more-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__images {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about__images {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}

.about__image {
  width: 100%;
  aspect-ratio: 335/167;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about__image {
    aspect-ratio: 679/339;
  }
}

/* ==========================================
    Brands
   ========================================== */
.brands {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .brands {
    padding-top: 120px;
  }
}

.brands__contents {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .brands__contents {
    margin-top: 40px;
  }
}

.brands__image-wrapper {
  position: relative;
}

.brands__image {
  width: 100%;
  height: auto;
  aspect-ratio: 335/167;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .brands__image {
    aspect-ratio: 1120/373;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.brands__images-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .brands__images-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.brands__image--small {
  aspect-ratio: 168/112;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .brands__image--small {
    aspect-ratio: 280/187;
  }
}

.brands__image-title {
  display: none;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7.14%;
  width: 45.89%;
  aspect-ratio: 290/52;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768px) {
  .brands__image-title {
    display: block;
    left: 7.14%;
    width: 25.89%;
  }
}

.brands__brand-title {
  margin-top: 24px;
  max-width: 680px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .brands__brand-title {
    margin-top: 40px;
  }
}

.brands__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}

.brands__description:first-of-type {
  margin-top: 24px;
}

.brands__description:nth-of-type(2) {
  margin-top: 1.5em;
}

.brands__description:nth-of-type(3) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .brands__description:nth-of-type(3) {
    margin-top: 0;
  }
}

.brands__view-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .brands__view-more-wrapper {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .brands__contents-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 80px;
  }
}

.brands__contents-sub {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .brands__contents-sub {
    margin-top: 0;
    display: grid;
  }
}

@media screen and (min-width: 768px) {
  .brands__description--small {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .brands__description--small + .brands__description--small {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .brands__image--sub {
    aspect-ratio: 54/32;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.brands__view-more-wrapper {
  -ms-flex-item-align: end;
      align-self: end; /* 下端に配置 */
}

/* ==========================================
    Gallery
   ========================================== */
.gallery {
  margin-top: 80px;
  position: relative;
  overflow: hidden; /* はみ出た部分を隠す */
  height: 362.95px;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-top: 120px;
    height: 500px;
  }
}

@media screen and (min-width: 768px) {
  .gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 100px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .gallery::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    content: "";
    width: 150px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    z-index: 1;
  }
}

.gallery-section__list {
  position: relative;
  height: 362.95px;
  width: 715px;
}
@media screen and (min-width: 768px) {
  .gallery-section__list {
    height: 500px;
    width: 1430px;
  }
}

.gallery-section__item {
  position: absolute;
  will-change: transform; /* パフォーマンス最適化 */
}

.gallery-section__item__image {
  margin: 0;
  height: auto; /* アスペクト比を維持 */
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-section__item__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* アイテムのアニメーション設定 */
.gallery-section__list {
  position: relative;
  height: 181.475px; /* 高さも半分に */
  width: 715px; /* 幅を半分に */
}
@media screen and (min-width: 768px) {
  .gallery-section__list {
    height: 250px; /* 高さを半分に */
    width: 1430px; /* 幅を半分に */
  }
}

.gallery-section__item {
  position: absolute;
  will-change: transform; /* パフォーマンス最適化 */
}

.gallery-section__item__image {
  margin: 0;
  height: auto; /* アスペクト比を維持 */
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-section__item__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* アイテムのアニメーション設定 */
.gallery-section__item--01 {
  top: 0%;
  left: 0%;
  -webkit-animation: anime-gallery01 20s linear infinite;
          animation: anime-gallery01 20s linear infinite; /* 元の40sを半分に */
}
@media screen and (min-width: 768px) {
  .gallery-section__item--01 {
    -webkit-animation: anime-gallery01 16.25s linear infinite;
            animation: anime-gallery01 16.25s linear infinite; /* 元の32.5sを半分に */
  }
}

.gallery-section__item--02 {
  top: 56.4%;
  left: 30%;
  -webkit-transform: translateX(-128.595px);
          transform: translateX(-128.595px); /* 355px * 0.7259 / 2 = 128.595px */
  -webkit-animation: anime-gallery02 15s linear infinite;
          animation: anime-gallery02 15s linear infinite; /* 元の30sを半分に */
}
@media screen and (min-width: 768px) {
  .gallery-section__item--02 {
    -webkit-transform: translateX(-177.5px);
            transform: translateX(-177.5px); /* 355px / 2 = 177.5px */
    -webkit-animation: anime-gallery02 20s linear infinite;
            animation: anime-gallery02 20s linear infinite;
  }
}

.gallery-section__item--03 {
  top: 8%;
  left: 45%;
  -webkit-transform: translateX(-82.035px);
          transform: translateX(-82.035px); /* 226px * 0.7259 / 2 = 82.035px */
  -webkit-animation: anime-gallery03 22.5s linear infinite;
          animation: anime-gallery03 22.5s linear infinite; /* 元の45sを半分に */
}
@media screen and (min-width: 768px) {
  .gallery-section__item--03 {
    -webkit-transform: translateX(-113px);
            transform: translateX(-113px); /* 226px / 2 = 113px */
    -webkit-animation: anime-gallery03 22.5s linear infinite;
            animation: anime-gallery03 22.5s linear infinite;
  }
}

.gallery-section__item--04 {
  top: 14%;
  left: 62%;
  -webkit-transform: translateX(-109.29px);
          transform: translateX(-109.29px); /* 301px * 0.7259 / 2 = 109.29px */
  -webkit-animation: anime-gallery04 24s linear infinite;
          animation: anime-gallery04 24s linear infinite; /* 元の48sを半分に */
}
@media screen and (min-width: 768px) {
  .gallery-section__item--04 {
    -webkit-transform: translateX(-150.5px);
            transform: translateX(-150.5px); /* 301px / 2 = 150.5px */
    -webkit-animation: anime-gallery04 24s linear infinite;
            animation: anime-gallery04 24s linear infinite;
  }
}

.gallery-section__item--05 {
  top: 57%;
  left: 81%;
  -webkit-transform: translateX(-85.66px);
          transform: translateX(-85.66px); /* 236px * 0.7259 / 2 = 85.66px */
  -webkit-animation: anime-gallery05 16.5s linear infinite;
          animation: anime-gallery05 16.5s linear infinite; /* 元の33sを半分に */
}
@media screen and (min-width: 768px) {
  .gallery-section__item--05 {
    -webkit-transform: translateX(-118px);
            transform: translateX(-118px); /* 236px / 2 = 118px */
    -webkit-animation: anime-gallery05 22.5s linear infinite;
            animation: anime-gallery05 22.5s linear infinite;
  }
}

@-webkit-keyframes anime-gallery01 {
  0% {
    left: 0%;
  }
  14.9999% {
    left: -20%; /* 画像が少し左に移動 */
  }
  15% {
    left: 100%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 0%; /* 画像が元の位置に戻る */
  }
}

@keyframes anime-gallery01 {
  0% {
    left: 0%;
  }
  14.9999% {
    left: -20%; /* 画像が少し左に移動 */
  }
  15% {
    left: 100%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 0%; /* 画像が元の位置に戻る */
  }
}
@-webkit-keyframes anime-gallery02 {
  0% {
    left: 30%;
  }
  29.9999% {
    left: -15%; /* 画像が少し左に移動 */
  }
  30% {
    left: 130%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 30%; /* 画像が元の位置に戻る */
  }
}
@keyframes anime-gallery02 {
  0% {
    left: 30%;
  }
  29.9999% {
    left: -15%; /* 画像が少し左に移動 */
  }
  30% {
    left: 130%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 30%; /* 画像が元の位置に戻る */
  }
}
@-webkit-keyframes anime-gallery03 {
  0% {
    left: 45%;
  }
  44.9999% {
    left: -15%; /* 画像が少し左に移動 */
  }
  45% {
    left: 110%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 45%; /* 画像が元の位置に戻る */
  }
}
@keyframes anime-gallery03 {
  0% {
    left: 45%;
  }
  44.9999% {
    left: -15%; /* 画像が少し左に移動 */
  }
  45% {
    left: 110%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 45%; /* 画像が元の位置に戻る */
  }
}
@-webkit-keyframes anime-gallery04 {
  0% {
    left: 62%;
  }
  61.9999% {
    left: -15%; /* 画像が少し左に移動 */
  }
  62% {
    left: 110%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 62%; /* 画像が元の位置に戻る */
  }
}
@keyframes anime-gallery04 {
  0% {
    left: 62%;
  }
  61.9999% {
    left: -15%; /* 画像が少し左に移動 */
  }
  62% {
    left: 110%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 62%; /* 画像が元の位置に戻る */
  }
}
@-webkit-keyframes anime-gallery05 {
  0% {
    left: 81%;
  }
  80.9999% {
    left: -35%; /* 画像が少し左に移動 */
  }
  81% {
    left: 110%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 81%; /* 画像が元の位置に戻る */
  }
}
@keyframes anime-gallery05 {
  0% {
    left: 81%;
  }
  80.9999% {
    left: -35%; /* 画像が少し左に移動 */
  }
  81% {
    left: 110%; /* 画像が右から出てくる位置 */
  }
  100% {
    left: 81%; /* 画像が元の位置に戻る */
  }
}
/* 各アイテムの幅を設定 */
.gallery-section__item--01 .gallery-section__item__image {
  width: 212.66px; /* 293px * 0.7259 の計算結果 */
  aspect-ratio: 586/876;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--01 .gallery-section__item__image {
    width: 293px;
  }
}

.gallery-section__item--02 .gallery-section__item__image {
  width: 257.19px; /* 355px * 0.7259 の計算結果 */
  aspect-ratio: 710/472;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--02 .gallery-section__item__image {
    width: 355px;
  }
}

.gallery-section__item--03 .gallery-section__item__image {
  width: 164.07px; /* 226px * 0.7259 の計算結果 */
  aspect-ratio: 452/676;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--03 .gallery-section__item__image {
    width: 226px;
  }
}

.gallery-section__item--04 .gallery-section__item__image {
  width: 218.58px; /* 301px * 0.7259 の計算結果 */
  aspect-ratio: 602/400;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--04 .gallery-section__item__image {
    width: 301px;
  }
}

.gallery-section__item--05 .gallery-section__item__image {
  width: 171.32px; /* 236px * 0.7259 の計算結果 */
  aspect-ratio: 472/314;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--05 .gallery-section__item__image {
    width: 236px;
  }
}

.gallery-section__item--06 .gallery-section__item__image {
  width: 212.66px; /* 293px * 0.7259 の計算結果 */
  aspect-ratio: 586/876;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--06 .gallery-section__item__image {
    width: 293px;
  }
}

.gallery-section__item--07 .gallery-section__item__image {
  width: 257.19px; /* 355px * 0.7259 の計算結果 */
  aspect-ratio: 710/472;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--07 .gallery-section__item__image {
    width: 355px;
  }
}

.gallery-section__item--08 .gallery-section__item__image {
  width: 164.07px; /* 226px * 0.7259 の計算結果 */
  aspect-ratio: 452/676;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--08 .gallery-section__item__image {
    width: 226px;
  }
}

.gallery-section__item--09 .gallery-section__item__image {
  width: 218.58px; /* 301px * 0.7259 の計算結果 */
  aspect-ratio: 602/400;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--09 .gallery-section__item__image {
    width: 301px;
  }
}

.gallery-section__item--10 .gallery-section__item__image {
  width: 171.32px; /* 236px * 0.7259 の計算結果 */
  aspect-ratio: 710/472;
}
@media screen and (min-width: 768px) {
  .gallery-section__item--10 .gallery-section__item__image {
    width: 236px;
  }
}

.brands-brands {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .brands-brands {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.brands__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .brands__buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .brands__buttons-wrapper--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: end;
  }
}

@media screen and (min-width: 768px) {
  .brands-section__contents-wrapper {
    margin-top: 120px;
  }
}

.aeca-blanc-about {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .aeca-blanc-about {
    padding-top: 100px;
  }
}

.mite-fabrica-about {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .mite-fabrica-about {
    padding-top: 100px;
  }
}

.undici-nove-about {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .undici-nove-about {
    padding-top: 100px;
  }
}

/* ==========================================
    Philosophy
   ========================================== */
.about-philosophy {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-philosophy {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .about-philosophy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .about-philosophy__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.about-philosophy__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .about-philosophy__text:first-of-type {
    margin-top: 40px;
  }
}

.about-philosophy__image-box {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-philosophy__image-box {
    margin-top: 0;
    width: 48.21%;
  }
}

.about-philosophy__image {
  width: 100%;
  aspect-ratio: 335/223;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/* ==========================================
    Message
   ========================================== */
.about-message {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .about-message {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .about-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .about-mssage-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.about-message__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about-message__text {
    margin-top: 40px;
  }
}

.about-message__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 1.5em;
}

.about-message__images {
  margin-top: 40px;
  position: relative;
  height: clamp(17.813rem, 0.041rem + 75.83vw, 36.438rem);
}
@media screen and (min-width: 768px) {
  .about-message__images {
    margin-top: 0;
    width: 48.2142857143%;
    height: initial;
  }
}

.about-message__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about-message__image {
    margin-top: 0;
  }
}

.about-message__image--main {
  width: clamp(11.5rem, 7.564rem + 16.79vw, 15.625rem);
  width: 54.9253731343%;
  aspect-ratio: 184/261;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-message__image--main {
    width: clamp(16.875rem, 12.518rem + 9.08vw, 20.688rem);
    width: 311px;
    aspect-ratio: 311/440;
  }
}

.about-message__image--sub {
  width: clamp(10.875rem, 6.343rem + 19.34vw, 15.625rem);
  width: 51.9402985075%;
  aspect-ratio: 335/223;
  right: 20px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-message__image--sub {
    width: clamp(15rem, 11.842rem + 6.58vw, 18.75rem);
    width: 300px;
    right: 0;
    bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .about-message__image--sub {
    bottom: -56px;
  }
}

/* ==========================================
    Information
   ========================================== */
.about-information {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .about-information {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.about-information__inner {
  max-width: 700px;
}

.about-information__content {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .about-information__content {
    margin-top: 56px;
  }
}

.about-information__item {
  padding-bottom: 24px;
  border-bottom: 2px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .about-information__item {
    padding-bottom: 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-information__item + .about-information__item {
  padding-top: 24px;
}

.about-information__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about-information__title {
    padding-bottom: 24px;
    min-width: 140px;
    border-bottom: 2px solid #2d2d2d;
  }
}

.about-information__description {
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .about-information__description {
    padding-bottom: 24px;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 24px;
    border-bottom: 2px solid #dddddd;
  }
}

.about-information__description span {
  display: block;
}

.about-information__description--wide span + span {
  margin-top: 24px;
}

.about-information__description--narrow span + span {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .about-information__description--narrow span + span {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-information__description--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.news-news {
  padding-top: 0px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .news-news {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.store-stores {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .store-stores {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.contact__inner {
  max-width: 740px;
}

.contact__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .contact__form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.contact__form-group:not(:first-child) {
  margin-top: 56px;
}

.contact__form-group:last-child {
  margin-top: 42px;
}

.contact__label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contact__label {
    min-width: 148px;
  }
}

.contact__required {
  font-size: 12px;
  line-height: 1.5;
  color: #911111;
  padding-left: 4px;
  position: relative;
  top: -3px;
}

@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-checkbox .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.contact__input,
.contact__textarea {
  width: 100%;
  padding: 11px 14px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .contact__input,
  .contact__textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact__textarea {
  height: 260px;
  resize: vertical;
}

.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: #bababa;
}

.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: #bababa;
}

.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: #bababa;
}

.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
  color: #bababa;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #bababa;
}

.contact__privacy-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__privacy-text {
    margin-top: 50px;
  }
}

.contact__form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .contact__form-checkbox {
    margin-top: 75px;
  }
}

.contact__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #2d2d2d;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease; /* 追加 */
}

.contact__checkbox:checked {
  border: 1px solid #2d2d2d;
  background-color: #1fbef0;
}

.contact__checkbox::before {
  display: grid;
  place-content: center;
  color: white;
  height: 115%; /* 元のコードに合わせています */
  font-family: "Material Icons";
  font-size: 14px;
  content: "\e876";
  opacity: 0; /* 追加 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* 追加 */
}

.contact__checkbox:checked::before {
  opacity: 1; /* 追加 */
}

.contact__checkbox:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}

.contact__checkbox-label {
  cursor: pointer;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 追加 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 追加 */
}

.contact__privacy-link {
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
  color: #1fbef0;
}

.contact__form-submit {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(3.75rem, -6.888rem + 53.19vw, 6.875rem);
     -moz-column-gap: clamp(3.75rem, -6.888rem + 53.19vw, 6.875rem);
          column-gap: clamp(3.75rem, -6.888rem + 53.19vw, 6.875rem);
}
@media screen and (min-width: 768px) {
  .contact__form-submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}

.contact__submit {
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.contact__form-checkbox {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .contact__form-checkbox {
    margin-top: 75px;
  }
}

.contact__form-submit--margin-top {
  margin-top: 56px;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.thanks__inner {
  max-width: 617px;
}

.thanks__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4479166667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks__title {
    font-size: 32px;
    line-height: 1.448125;
  }
}

.thanks__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.thanks__text:first-of-type {
  margin-top: 40px;
}

.thanks__text:last-of-type {
  margin-top: 1.5em;
}

.thanks-item__view-more {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.privacy {
  margin-top: 90px;
  padding-top: 24px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .privacy {
    margin-top: 88px;
    padding-top: 40px;
    padding-bottom: 120px;
  }
}

.privacy__inner {
  max-width: 740px;
}

.privacy__title-image {
  width: 72.2666666667%;
  aspect-ratio: 271/48;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .privacy__title-image {
    width: 48.6206896552%;
    aspect-ratio: 564/100;
  }
}

.privacy__text {
  font-size: 16px;
  margin-top: 16px;
}

.privacy__text + .privacy__text {
  margin-top: 24px;
}

.privacy__text--margin-top {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .privacy__text--margin-top {
    margin-top: 52px;
  }
}

.privacy__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.21;
  margin-top: 40px;
}

.privacy__list {
  margin-top: 24px;
}

.privacy__item {
  font-size: 16px;
  margin-top: 4px;
}

.privacy__item--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.privacy__item--indent-wide {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.privacy__list--margin-top {
  margin-top: 8px;
}

.privacy__item--margin-top {
  margin-top: 4px;
}

.privacy__text--info {
  padding-left: 3em;
  text-indent: -3em;
}

.privacy__text--info + .privacy__text--info {
  margin-top: 8px;
}

.privacy-item__view-more {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .privacy-item__view-more {
    margin-top: 100px;
  }
}

.page-404-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-404__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.page-404__sub-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
}

.page-404__text {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}

.single-post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.single-post-row.is-no-post-image .cell-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.cell-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  position: sticky;
  top: 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.side-nav-container {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cell-content {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cell-content {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 240px);
            flex: 1 1 calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
}

.fixed-area {
  position: relative;
}

.single-post {
  margin-bottom: 40px;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.post-name {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.posted-on {
  font-size: 12px;
  color: #777;
}

.entry-date {
  display: block;
}

.entry-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.entry-content {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.entry-content p {
  margin-bottom: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.single-images .img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Responsive styling */
@media (min-width: 768px) {
  .single-post-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cell-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .cell-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: calc(100% - 260px);
  }
}
.cell-posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.post-nav--prev {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.post-nav--next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.post-nav__label {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

.post-nav__title {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.post-nav__title:hover {
  color: #007acc;
}

.single-post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.cell-posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.post-nav--prev {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.post-nav--next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.post-nav__label {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

.post-nav__title {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.post-nav__title:hover {
  color: #007acc;
}/*# sourceMappingURL=style.css.map */