@charset "UTF-8";
/*------------------------------------------------------------
  margin-bottom / margin-top / padding-top / padding-bottom 計算
------------------------------------------------------------*/
/*------------------------------------------------------------
  タイトル ＋ テキスト ラインハイトが異なる部分の余白計算 計算
------------------------------------------------------------*/
/* 
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
/* 
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
.fv__image {
  width: 100%;
}

.fv__image-item {
  width: 100%;
  height: 100%;
}
.fv__image-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.movie-pc,
.movie-sp {
  height: calc(100dvh - (17.4344rem - 0px));
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .movie-pc,
  .movie-sp {
    height: calc(100dvh - (8.1130471146rem - 0px));
  }
}
@media screen and (max-width: 896px) {
  .movie-pc,
  .movie-sp {
    width: auto;
    height: auto;
  }
}
.movie-pc img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
  width: 100%;
}

.mv-bg {
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100dvh;
  min-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.brand {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 896px) {
  .brand {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.brand__title-text {
  color: #a1003c;
  text-align: center;
  text-indent: 0.2em;
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  .brand__title-text {
    font-size: 2.1rem;
  }
}

.brand__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .brand__logo {
    display: block;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}

.brand__content {
  margin-top: 5rem;
}
@media screen and (max-width: 896px) {
  .brand__content {
    margin-top: 3rem;
  }
}

.brand__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
}
@media screen and (max-width: 1180px) {
  .brand__lists {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 6rem;
  }
}
.brand-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
@media screen and (max-width: 1180px) {
  .brand-item {
    grid-template-rows: none;
    grid-template-columns: 50.7070707071% 1fr;
    grid-template-areas: "img description" "img copy" "img logo" "img button";
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media screen and (max-width: 896px) {
  .brand-item {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "description" "img" "copy" "logo" "button";
    max-width: 600px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1180px) {
  .brand-item-description {
    grid-area: description;
  }
}

.brand-item-description-tesxt {
  text-align: center;
  text-indent: 0.05em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (min-width: 897px) and (max-width: 1180px) {
  .brand-item-description-tesxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .brand-item-description-tesxt {
    font-size: 1.6rem;
  }
}

.brand-item-image {
  margin-top: 1.3rem;
}
@media screen and (max-width: 1180px) {
  .brand-item-image {
    grid-area: img;
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .brand-item-image {
    margin-top: 1.65rem;
  }
}
.brand-item-image img {
  width: 100%;
  height: 100%;
}

.brand-item__copy {
  color: #646464;
  text-align: center;
  margin-top: 1.65rem;
  text-indent: 0.1em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 1180px) {
  .brand-item__copy {
    grid-area: copy;
  }
}
@media screen and (min-width: 897px) and (max-width: 1180px) {
  .brand-item__copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .brand-item__copy {
    font-size: 1.8rem;
  }
}

.brand-item__logo {
  margin-top: 2.25rem;
  margin-inline: auto;
  -ms-flex-item-align: center;
      align-self: center;
  width: 58.2236842105%;
}
.brand-item__logo img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1180px) {
  .brand-item__logo {
    grid-area: logo;
  }
}
@media screen and (min-width: 897px) and (max-width: 1180px) {
  .brand-item__logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .brand-item__logo {
    width: 40%;
  }
}

.brand-item__button {
  text-align: center;
  margin-top: 2.8rem;
  margin-inline: auto;
  width: 58%;
}
@media screen and (max-width: 1180px) {
  .brand-item__button {
    grid-area: button;
  }
}

.brand-item__link {
  padding-block: 1.4rem;
  padding-inline: 1.4rem;
  width: 100%;
  text-indent: 0.1em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 100%;
  color: #646464;
  display: inline-block;
  border: 1px solid #646464;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .brand-item__link:hover {
    color: #a1003c;
    background-color: #f9eff5;
    border-color: #f9eff5;
  }
}
@media screen and (max-width: 896px) {
  .brand-item__link {
    font-size: 1.8rem;
    padding-block: 0.8rem;
  }
}
@media screen and (min-width: 897px) and (max-width: 1180px) {
  .brand-item__link {
    font-size: 16px;
  }
}

.brand__description {
  margin-top: 8rem;
}

.brand-copy {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #a1003c;
  text-align: center;
  text-indent: 0.1em;
}
@media screen and (max-width: 896px) {
  .brand-copy {
    font-size: 1.8rem;
  }
}

.brand__description-body {
  margin-top: 3.5rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  text-align: justify;
  max-width: 1500px;
  margin-inline: auto;
  -webkit-column-gap: 3.5416666667vw;
     -moz-column-gap: 3.5416666667vw;
          column-gap: 3.5416666667vw;
}
@media screen and (max-width: 896px) {
  .brand__description-body {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    margin-top: 3rem;
  }
}

.brand__description-body-text {
  text-indent: 1em;
}
.brand__description-body-text + .brand__description-body-text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 896px) {
  .brand__description-body-text + .brand__description-body-text {
    margin-top: 3rem;
  }
}
.brand__description-body-text:last-child {
  border-top: 1px solid #646464;
  padding-top: 2.5rem;
}
@media screen and (max-width: 896px) {
  .brand__description-body-text:last-child {
    padding-top: 3rem;
  }
}

.column-break {
  -webkit-column-break-before: column;
     -moz-column-break-before: column;
          break-before: column;
  display: block;
  height: 0;
}

.brand__button-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
  width: 40rem;
  text-align: center;
  margin-top: 7rem;
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .brand__button-wrap {
    width: 100%;
    gap: 3rem;
    margin-top: 6rem;
  }
}

.brand__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  width: 100%;
}

.brand__button-link {
  width: 100%;
  color: #646464;
  display: inline-block;
  border: 1px solid #646464;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  line-height: 2.7293055556;
  letter-spacing: 1em;
  font-weight: 300;
  padding-block: 0.1rem;
  padding-inline: 4rem;
  position: relative;
  text-indent: 1em;
}
@media (hover: hover) {
  .brand__button-link:hover {
    color: #a1003c;
    background-color: #f9eff5;
    border-color: #f9eff5;
  }
}
@media screen and (max-width: 896px) {
  .brand__button-link {
    font-size: 1.6rem;
    padding-inline: 3rem;
  }
}
.brand__button-link.is-type2 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.brand__button-link.is-type3 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding-inline: 2rem;
}
.brand__button-link.is-type3::before {
  content: none;
}
.brand__button-link::before {
  content: "";
  background: url(../img/common/arrow-right.png) no-repeat center center/contain;
  width: 1rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}
@media screen and (max-width: 896px) {
  .brand__button-link::before {
    width: 1rem;
    height: 2.1rem;
  }
}

.brand__button-link-tel {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.9062666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  /*↓↓個別設定↓↓*/
  color: #a1003c;
  width: 100%;
  text-indent: 0.06em;
}
@media screen and (max-width: 896px) {
  .brand__button-link-tel {
    font-size: 2rem;
  }
}

.brand__button-link-tel-number {
  font-size: 3.2rem;
  line-height: 1.4297;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .brand__button-link-tel-number {
    font-size: 3rem;
  }
}