@charset "UTF-8";
.l-content202204 .p-brandIndex {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex {
    margin-bottom: 80px;
  }
}

.l-content202204 .p-brandIndex__title {
  font-size: 36px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3888888889;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__title {
    font-size: 22px;
    line-height: 1.1818181818;
  }
}

.l-content202204 .p-brandIndex__lead {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__lead {
    font-size: 16px;
  }
}

.l-content202204 .p-brandIndex__section__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-content202204 .p-brandIndex__section__bg.is-viewed .p-brandIndex__section__bg__border::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l-content202204 .p-brandIndex__section__bg.is-viewed .p-brandIndex__section__bg__img {
  opacity: 0;
}

.l-content202204 .p-brandIndex__section__bg__border {
  height: 1px;
  margin: 0 6.2225475842%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__section__bg__border {
    margin: 0 4%;
  }
}

.l-content202204 .p-brandIndex__section__bg__border::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  transition: opacity 1s 1.2s ease, -webkit-transform 1s 1.2s ease;
  transition: opacity 1s 1.2s ease, transform 1s 1.2s ease;
  transition: opacity 1s 1.2s ease, transform 1s 1.2s ease, -webkit-transform 1s 1.2s ease;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__section__bg__border::before {
    transition-duration: .6s, .6s;
  }
}

.l-content202204 .p-brandIndex__section__bg__img {
  width: 100%;
  opacity: 1;
  transition: opacity 2s ease;
}

.l-content202204 .p-brandIndex__section__header {
  position: relative;
}

.l-content202204 .p-brandIndex__section__header__link {
  display: block;
}

.l-content202204 .p-brandIndex__section__header__bg {
  width: 100%;
}

.l-content202204 .p-brandIndex__section__header__title {
  font-size: 46px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 6.2225475842%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__section__header__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__section__header__title {
    font-size: 28px;
    padding: 0 4%;
  }
}

.l-content202204 .p-brandIndex__section__header__title--w {
  color: #fff;
}

.l-content202204 .p-brandIndex__section__content {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__section__content {
    margin-top: 20px;
  }
}

.l-content202204 .p-brandIndex__section__lead {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__section__lead {
    font-size: 15px;
  }
}

.l-content202204 .p-brandIndex__section__btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__section__btn {
    margin-top: 20px;
  }
}

.l-content202204 .p-brandIndex__hero {
  position: relative;
}

.l-content202204 .p-brandIndex__hero::before {
  content: "";
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__hero::before {
    height: 100px;
  }
}

.l-content202204 .p-brandIndex__hero__bg {
  width: 100%;
}

.l-content202204 .p-brandIndex__hero__inner {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__hero__inner {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.l-content202204 .p-brandIndex__hero__title {
  font-size: 70px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 3px 40px rgba(0, 0, 0, 0.4);
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__hero__title {
    font-size: 40px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-content202204 .p-brandIndex__hero__title__lead {
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 3px 20px #000;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__hero__title__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__hero__title__lead {
    font-size: 15px;
    line-height: 1.3;
    text-shadow: none;
    width: 100%;
    margin-top: 0;
    padding: 0 4%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}

.l-content202204 .p-brandIndex__hero__scroll {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  bottom: 3%;
  right: 2%;
  display: block;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__hero__scroll {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__hero__scroll {
    display: none;
  }
}

.l-content202204 .p-brandIndex__hero__scroll::after {
  content: "";
  content: "";
  display: inline-block;
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin: 0 auto;
}

.l-content202204 .p-brandIndex__hero__scroll:hover {
  opacity: .5;
}

.l-content202204 .p-brandIndex__introduction {
  color: #fff;
  background-color: #041D41;
  padding: 10px 0 30px;
}

.l-content202204 .p-brandIndex__introduction__bar {
  background: linear-gradient(to right, #15ffff 0%, #0d4cff 48.77%, #fde731 100%);
  height: 3px;
  margin: 0 2.0497803807%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__introduction__bar {
    margin: 0 4%;
  }
}

.l-content202204 .p-brandIndex__introduction__nav {
  margin: 30px 2.0497803807% 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .l-content202204 .p-brandIndex__introduction__nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__introduction__nav {
    margin: 20px 5px 0;
  }
}

.l-content202204 .p-brandIndex__introduction__nav.is-animate .p-brandIndex__introduction__nav__link::after {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
            transform: translate(0, 10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
            transform: translate(0, 10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-brandIndex__introduction__nav__item:not(:first-child) {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .l-content202204 .p-brandIndex__introduction__nav__item:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__introduction__nav__item {
    margin-left: 0;
    flex: 0 0 33.3333333333%;
  }
  .l-content202204 .p-brandIndex__introduction__nav__item:not(:first-child) {
    margin-left: 0;
  }
  .l-content202204 .p-brandIndex__introduction__nav__item:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.l-content202204 .p-brandIndex__introduction__nav__link {
  color: #fff;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 0 10px;
  display: block;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__introduction__nav__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__introduction__nav__link {
    font-size: 11px;
    padding: 0;
  }
}

.l-content202204 .p-brandIndex__introduction__nav__link::after {
  content: "";
  content: "";
  display: inline-block;
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin: 3px auto 0;
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-brandIndex__introduction__nav__link:hover {
    opacity: .5;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope {
  color: #fff;
  padding: 35px 0 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__kaleidoscope {
    padding: 50px 0;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__bg {
  background-color: #041D41;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-content202204 .p-brandIndex__kaleidoscope__bg .slick-list,
.l-content202204 .p-brandIndex__kaleidoscope__bg .slick-track {
  width: 100%;
  height: 100%;
}

.l-content202204 .p-brandIndex__kaleidoscope__bg__item {
  background-color: #041D41;
  background-size: 1366px auto;
  background-repeat: repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__kaleidoscope__bg__item {
    background-size: 375px auto;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__bg__item--01 {
  background-image: url(../img/bg-kaleidoscope01.png);
}

.l-content202204 .p-brandIndex__kaleidoscope__bg__item--02 {
  background-image: url(../img/bg-kaleidoscope02.png);
}

.l-content202204 .p-brandIndex__kaleidoscope__bg__item--03 {
  background-image: url(../img/bg-kaleidoscope03.png);
}

.l-content202204 .p-brandIndex__kaleidoscope__bg__item--04 {
  background-image: url(../img/bg-kaleidoscope04.png);
}

.l-content202204 .p-brandIndex__kaleidoscope__body {
  position: relative;
  z-index: 1;
}

.l-content202204 .p-brandIndex__kaleidoscope__lead {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__kaleidoscope__lead {
    font-size: 16px;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__content {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__kaleidoscope__content {
    margin-top: 50px;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__list {
  display: flex;
  flex-wrap: wrap;
}

.l-content202204 .p-brandIndex__kaleidoscope__list__item {
  flex: 0 0 30%;
  margin-right: 5%;
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__kaleidoscope__list__item {
    flex: 0 0 calc(50% - ((100vw * (16 / 375)) / 2));
    margin-right: 0;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-brandIndex__kaleidoscope__list__item:nth-child(3n - 1) {
    margin-top: 50px;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__list__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__kaleidoscope__list__item:not(:first-child) {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__kaleidoscope__list__item:nth-child(2n) {
    margin-left: 4.2666666667vw;
    bottom: -30px;
  }
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__kaleidoscope__list__item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__list__link {
  height: 0;
  padding-top: 74.5989304813%;
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
}

.l-content202204 .p-brandIndex__kaleidoscope__list__link:hover .p-brandIndex__kaleidoscope__list__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-brandIndex__kaleidoscope__list__link::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.8) 70%, #000 100%);
  width: 100%;
  height: 36.6666666667%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.l-content202204 .p-brandIndex__kaleidoscope__list__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-brandIndex__kaleidoscope__list__body {
  color: #fff;
  width: 100%;
  padding: 12px 5.3475935829%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__kaleidoscope__list__body {
    padding: 9px 9px 5px;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__list__title {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__kaleidoscope__list__title {
    font-size: 9px;
    letter-spacing: 0.02em;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__list__bar {
  width: 100%;
  height: 3px;
  margin-top: 5px;
  display: block;
}

.l-content202204 .p-brandIndex__kaleidoscope__list__bar--001 {
  background: linear-gradient(to right, #0d4cff 0%, #15ffff 50%, #fde731 100%);
}

.l-content202204 .p-brandIndex__kaleidoscope__list__bar--002 {
  background: linear-gradient(to right, #15ffff 0%, #0d4cff 50%, #fde731 100%);
}

.l-content202204 .p-brandIndex__kaleidoscope__list__bar--003 {
  background: linear-gradient(to right, #15ffff 0%, #fde731 50%, #0d4cff 100%);
}

.l-content202204 .p-brandIndex__kaleidoscope__list__bar--004 {
  background: linear-gradient(to right, #0d4cff 0%, #fde731 50%, #15ffff 100%);
}

.l-content202204 .p-brandIndex__kaleidoscope__footer {
  text-align: center;
  margin-top: 80px;
  display: none;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__kaleidoscope__footer {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__kaleidoscope__footer__btn {
  color: #fff;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.l-content202204 .p-brandIndex__kaleidoscope__footer__btn::after {
  content: "";
  display: inline-block;
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -4px 0 0 12px;
}

.l-content202204 .p-brandIndex__kaleidoscope__footer__btn:hover {
  opacity: .5;
}

.l-content202204 .p-brandIndex__about {
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about {
    padding-top: 152px;
  }
}

.l-content202204 .p-brandIndex__about .p-brandIndex__section__bg::before {
  display: none;
}

.l-content202204 .p-brandIndex__about__body {
  position: relative;
  z-index: 1;
}

.l-content202204 .p-brandIndex__about__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__content {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__about__content .c-movieBrightcove__video {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__content__movie .l-container {
    padding: 0;
  }
}

.l-content202204 .p-brandIndex__about__movieBtn {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.l-content202204 .p-brandIndex__about__movieBtn:hover .p-brandIndex__about__movieBtn__text {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.l-content202204 .p-brandIndex__about__movieBtn:hover .p-brandIndex__about__movieBtn__text .icon-sound g {
  fill: #000;
}

.l-content202204 .p-brandIndex__about__movieBtn__img {
  width: 100%;
  height: auto;
}

.l-content202204 .p-brandIndex__about__movieBtn__text {
  color: #041D42;
  background: #fff;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-brandIndex__about__movieBtn__text {
    font-size: 20px;
    min-width: 420px;
    padding: 1.2em 2em;
  }
}

.l-content202204 .p-brandIndex__about__movieBtn__text::before {
  display: none;
}

.l-content202204 .p-brandIndex__about__movieBtn__text .icon-sound {
  margin-left: 12px;
  display: block;
}

.l-content202204 .p-brandIndex__about__movieBtn__text .icon-sound g {
  transition: fill 0.3s ease, background 0.3s ease;
}

.l-content202204 .p-brandIndex__about__nav {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__nav {
    margin-top: 50px;
    display: block;
  }
}

.l-content202204 .p-brandIndex__about__nav__link {
  display: block;
  width: 48.1666666667%;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__nav__link {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .l-content202204 .p-brandIndex__about__nav__link:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (min-width: 769px) {
  .l-content202204 .p-brandIndex__about__nav__link:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__nav__link:not(:first-child) {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__about__nav__link:hover .p-brandIndex__about__nav__fig__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-brandIndex__about__nav__link:hover .p-brandIndex__about__nav__title,
.l-content202204 .p-brandIndex__about__nav__link:hover .p-brandIndex__about__nav__lead {
  color: #8a8a8a;
}

.l-content202204 .p-brandIndex__about__nav__link:hover .p-brandIndex__about__nav__title .__expand::after {
  opacity: .4;
}

.l-content202204 .p-brandIndex__about__nav__fig.__border {
  box-shadow: 0 0 0 1px #adadad inset;
}

.l-content202204 .p-brandIndex__about__nav__fig__inner {
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-brandIndex__about__nav__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-brandIndex__about__nav__title {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  transition: color 0.8s ease;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__nav__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.l-content202204 .p-brandIndex__about__nav__title .__expand {
  position: relative;
}

.l-content202204 .p-brandIndex__about__nav__title .__expand::after {
  content: "";
  background: url(/en/common/202204/img/icon-expand.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  transition: opacity 0.8s ease;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__nav__title .__expand::after {
    width: 10px;
    height: 10px;
  }
}

.l-content202204 .p-brandIndex__about__nav__lead {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
  transition: color 0.8s ease;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__about__nav__lead {
    font-size: 14px;
    margin-top: 3px;
  }
}

.l-content202204 .p-brandIndex__experience {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__experience {
    margin-top: 90px;
    padding-top: 90px;
  }
}

.l-content202204 .p-brandIndex__experience__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__experience__content {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__experience__content:not(:first-of-type) {
  margin-top: 90px;
}

.l-content202204 .p-brandIndex__experience__body {
  position: relative;
  z-index: 1;
}

.l-content202204 .p-brandIndex__statement {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__statement {
    margin-top: 90px;
    padding-top: 90px;
  }
}

.l-content202204 .p-brandIndex__statement__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__statement__content {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__statement__body {
  position: relative;
  z-index: 1;
}

.l-content202204 .p-brandIndex__statement__nav__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-brandIndex__statement__nav__title {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  transition: color 0.8s ease;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__statement__nav__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__statement__nav__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.l-content202204 .p-brandIndex__statement__main {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__statement__main {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__statement__main__link {
  display: inline-block;
  width: 48%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__statement__main__link {
    width: 100%;
  }
}

.l-content202204 .p-brandIndex__statement__main__link:hover .p-brandIndex__statement__main__fig__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-brandIndex__statement__main__link:hover .p-brandIndex__statement__main__title,
.l-content202204 .p-brandIndex__statement__main__link:hover .p-brandIndex__statement__main__lead {
  color: #8a8a8a;
}

.l-content202204 .p-brandIndex__statement__main__fig {
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-brandIndex__statement__main__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-brandIndex__statement__main__title {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  transition: color 0.8s ease;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__statement__main__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.l-content202204 .p-brandIndex__statement__main__lead {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
  transition: color 0.8s ease;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__statement__main__lead {
    font-size: 14px;
    margin-top: 3px;
  }
}

.l-content202204 .p-brandIndex__history {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__history {
    margin-top: 90px;
    padding-top: 90px;
  }
}

.l-content202204 .p-brandIndex__history__body {
  position: relative;
  z-index: 1;
}

.l-content202204 .p-brandIndex__history__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__history__content {
    margin-top: 30px;
  }
}

.l-content202204 .p-brandIndex__history__nav {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__history__nav {
    display: block;
  }
}

.l-content202204 .p-brandIndex__history__nav__col-l {
  flex: 0 0 66.6666666667%;
}

.l-content202204 .p-brandIndex__history__nav__col-r {
  flex: 0 0 28.5833333333%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .l-content202204 .p-brandIndex__history__nav__col-r .p-brandIndex__history__nav__item:last-child {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__history__nav__col-r .p-brandIndex__history__nav__item {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .l-content202204 .p-brandIndex__history__nav__col-r .p-brandIndex__history__nav__title {
    margin-top: 10px;
  }
}

.l-content202204 .p-brandIndex__history__nav__link {
  display: block;
}

.l-content202204 .p-brandIndex__history__nav__link:hover .p-brandIndex__history__nav__fig__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-brandIndex__history__nav__link:hover .p-brandIndex__history__nav__title {
  color: #8a8a8a;
}

.l-content202204 .p-brandIndex__history__nav__fig {
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-brandIndex__history__nav__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-brandIndex__history__nav__title {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  transition: color 0.8s ease;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-brandIndex__history__nav__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__history__nav__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.l-content202204 .p-brandIndex__links .p-brandIndex__title {
  border-top: 1px solid #000;
  margin-top: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__links .p-brandIndex__title {
    margin-top: 90px;
    padding-top: 90px;
  }
}

.l-content202204 .p-brandIndex__links__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-brandIndex__links__content {
    margin-top: 30px;
  }
}
