@charset "UTF-8";
/*///////////////////////////////////////////////////////
    個別スタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
@keyframes scrollLine {
  0% {
    top: 0%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
html:not([lang=ja]) .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a,
html:not([lang=ja]) .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button {
  padding-left: 3.8rem;
}

.contents-home--mv {
  padding-bottom: 6rem;
  position: relative;
}
.contents-home--mv .contents-home--mv-inner {
  position: relative;
  z-index: 1;
}
.contents-home--mv .contents-home--mv-inner .contents-home--mv-img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contents-home--mv .contents-home--mv-inner .contents-home--mv-img img {
  position: relative;
  z-index: 1;
}
.contents-home--mv .contents-home--mv-inner .contents-home--mv-ttl {
  font-size: 4rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 700;
  line-height: 1.2375em;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: absolute;
  left: 1.5rem;
  bottom: 2.2rem;
  z-index: 3;
}
.contents-home--mv .contents-home--mv-inner::after {
  content: "";
  width: 100%;
  height: 20.6rem;
  background: #191919;
  background: linear-gradient(0deg, #191919 0%, rgba(25, 25, 25, 0.6) 35%, rgba(25, 25, 25, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.contents-home--mv .contents-home--mv-scroll {
  font-size: 1.3rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  color: #ffffff;
  position: absolute;
  right: 1.45rem;
  bottom: 11.85rem;
  z-index: 2;
}
.contents-home--mv .contents-home--mv-scroll .contents-home--mv-scroll-bar {
  width: 0.1rem;
  height: 8.6rem;
  background: rgba(255, 255, 255, 0.36);
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 100%);
  overflow: hidden;
}
.contents-home--mv .contents-home--mv-scroll .contents-home--mv-scroll-bar::after {
  content: "";
  width: 100%;
  height: 3rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  animation: scrollLine 2s linear infinite;
}

.contents-home--info {
  margin-bottom: 5rem;
}
.contents-home--info .contents-home--info-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.95rem 0;
  padding: 3.4rem 2.9rem 3.9rem;
  border: 0.1rem solid #707070;
  border-radius: 1rem;
  background: #242424;
}
.contents-home--info .contents-home--info-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-head {
  flex: 0 1 52.7272727273%;
  width: 52.7272727273%;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-ttl {
  margin-bottom: 0.55rem;
  font-size: 3rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 600;
  line-height: 1.2334em;
  letter-spacing: 0.05em;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-subttl {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-btn {
  flex: 0 1 44.3636363636%;
  width: 44.3636363636%;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-btn a {
  display: grid;
  grid-template-columns: auto 3.5rem;
  align-items: center;
  font-size: 1.3rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 500;
  line-height: 1.231em;
  letter-spacing: 0.05em;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-btn a span {
  display: grid;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1rem;
  border-radius: 50%;
  box-shadow: inset 0 0.3rem 0.4rem 0 rgba(0, 0, 0, 0.53);
  background: #ffffff;
  color: #191919;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-list {
  flex: 0 1 100%;
  width: 100%;
  margin-top: 0.6rem;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item {
  border-bottom: 0.1rem solid #535353;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item a {
  padding: 1.5rem 0;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--tip {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 0.8rem 0.8rem;
  margin-bottom: 0.9rem;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--tip .contents-home--info-item--date {
  flex: 0 1 auto;
  width: auto;
  min-width: 30.5454545455%;
  font-size: 1.2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--tip .contents-home--info-item--category {
  flex: 0 1 auto;
  width: auto;
  padding: 0.2rem 1.1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4545em;
  letter-spacing: 0.04em;
  border: 0.1rem solid #a8a8a8;
  border-radius: 1.3rem;
}
.contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--ttl {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.contents-home--new_item {
  padding: 4rem 0 3rem;
  color: #0f0f0f;
  background: #ffffff;
}
.contents-home--new_item .inner {
  margin-bottom: 1.35rem;
  padding: 0 3.5rem;
}
.contents-home--new_item .contents-home--new_item-ttl {
  margin-bottom: 0.55rem;
  font-size: 3rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 600;
  line-height: 1.2334em;
  letter-spacing: 0.05em;
}
.contents-home--new_item .contents-home--new_item-subttl {
  margin-bottom: 1.35rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
}
.contents-home--new_item .contents-home--new_item-inner {
  margin-bottom: 2.35rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper {
  padding-left: 3.5rem;
  padding-right: 1.5rem;
}
.contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list {
  grid-gap: 0 2rem;
}
.contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list .contents-home--new_item-item {
  width: 15rem;
  color: #0f0f0f;
  transition: unset;
  cursor: inherit;
}
.contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list .contents-home--new_item-item .contents-home--new_item-img img {
  pointer-events: none;
}
.contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list .contents-home--new_item-item .contents-home--new_item-name {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-family: "Lexend", "Zen Kaku Gothic New", serif;
  font-weight: 300;
  line-height: 1.4615em;
  letter-spacing: 0.02em;
}
.contents-home--new_item .contents-home--new_item-switcher {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  width: 100%;
  height: 3.4rem;
  position: absolute;
  top: 6rem;
  left: 0;
}
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-prev,
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-next {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  position: relative;
  transition: 0.3s ease opacity;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-prev::before, .contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-prev::after,
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-next::before,
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-prev::before,
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-next::before {
  width: 1.2rem;
  height: 0.1rem;
  background: #0f0f0f;
  transform: translate(-50%, -50%);
}
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-prev::after,
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-next::after {
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%) rotate(45deg);
}
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-prev.active,
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-next.active {
  opacity: 1;
  pointer-events: visible;
}
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-prev::after {
  border-left: 0.1rem solid #0f0f0f;
  border-bottom: 0.1rem solid #0f0f0f;
  left: 44%;
}
.contents-home--new_item .contents-home--new_item-switcher .contents-home--new_item-next::after {
  border-top: 0.1rem solid #0f0f0f;
  border-right: 0.1rem solid #0f0f0f;
  left: 56%;
}
.contents-home--new_item .contents-home--new_item-scrollbar {
  width: 81.3333333333%;
  height: 0.1rem;
  background: #ededed;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contents-home--new_item .contents-home--new_item-scrollbar .contents-home--new_item-scrollbar-drag {
  height: 100%;
  background: #434343;
  cursor: pointer;
}
.contents-home--new_item .contents-home--new_item-btn {
  width: 20rem;
}
.contents-home--new_item .contents-home--new_item-btn a,
.contents-home--new_item .contents-home--new_item-btn button {
  padding: 1.75rem 0;
  font-size: 1.2rem;
  line-height: 1.25em;
  border: none;
  box-shadow: inset 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  color: #121212;
  background: #efefef;
}
.contents-home--new_item .contents-home--new_item-btn a .arrow,
.contents-home--new_item .contents-home--new_item-btn button .arrow {
  display: grid;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  background: #121212;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.contents-home--gallery {
  padding: 4rem 0 3rem;
}
.contents-home--gallery .inner {
  margin-bottom: 1.35rem;
  padding: 0 3.5rem;
}
.contents-home--gallery .contents-home--gallery-ttl {
  margin-bottom: 0.55rem;
  font-size: 3rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 600;
  line-height: 1.2334em;
  letter-spacing: 0.05em;
}
.contents-home--gallery .contents-home--gallery-subttl {
  margin-bottom: 1.35rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
}
.contents-home--gallery .contents-home--gallery-inner {
  margin-bottom: 2.35rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper {
  padding-left: 3.5rem;
  padding-right: 1.5rem;
}
.contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list {
  grid-gap: 0 2rem;
  transition-timing-function: linear !important;
}
.contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  transition: unset;
  cursor: inherit;
}
.contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img {
  width: 17rem;
  background: #444;
  position: relative;
}
.contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img figcaption {
  display: grid;
  align-items: end;
  padding: 0.7rem 0.7rem;
  width: 100%;
  height: 30%;
  min-height: 4.5rem;
  font-size: 1rem;
  font-family: "Lexend", "Zen Kaku Gothic New", serif;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.02em;
  background: #000000;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img::before {
  content: "";
  display: block;
  padding-top: 88.236%;
}
.contents-home--gallery .contents-home--gallery-switcher {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  width: 100%;
  height: 3.4rem;
  position: absolute;
  top: 6rem;
  left: 0;
}
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-prev,
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-next {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  position: relative;
  transition: 0.3s ease opacity;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-prev::before, .contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-prev::after,
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-next::before,
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-prev::before,
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-next::before {
  width: 1.2rem;
  height: 0.1rem;
  background: #0f0f0f;
  transform: translate(-50%, -50%);
}
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-prev::after,
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-next::after {
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%) rotate(45deg);
}
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-prev.active,
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-next.active {
  opacity: 1;
  pointer-events: visible;
}
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-prev::after {
  border-left: 0.1rem solid #0f0f0f;
  border-bottom: 0.1rem solid #0f0f0f;
  left: 44%;
}
.contents-home--gallery .contents-home--gallery-switcher .contents-home--gallery-next::after {
  border-top: 0.1rem solid #0f0f0f;
  border-right: 0.1rem solid #0f0f0f;
  left: 56%;
}
.contents-home--gallery .contents-home--gallery-scrollbar {
  width: 81.3333333333%;
  height: 0.1rem;
  background: #ededed;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contents-home--gallery .contents-home--gallery-scrollbar .contents-home--gallery-scrollbar-drag {
  height: 100%;
  background: #434343;
  cursor: pointer;
}

.contents-home--brand .contents-home--brand-inner,
.contents-home--brand .contents-home--racing-inner,
.contents-home--racing .contents-home--brand-inner,
.contents-home--racing .contents-home--racing-inner {
  min-height: 38.4rem;
  position: relative;
}
.contents-home--brand .contents-home--brand-inner .contents-home--brand-bg,
.contents-home--brand .contents-home--brand-inner .contents-home--racing-bg,
.contents-home--brand .contents-home--racing-inner .contents-home--brand-bg,
.contents-home--brand .contents-home--racing-inner .contents-home--racing-bg,
.contents-home--racing .contents-home--brand-inner .contents-home--brand-bg,
.contents-home--racing .contents-home--brand-inner .contents-home--racing-bg,
.contents-home--racing .contents-home--racing-inner .contents-home--brand-bg,
.contents-home--racing .contents-home--racing-inner .contents-home--racing-bg {
  display: block;
  position: relative;
  z-index: 1;
}
.contents-home--brand .contents-home--brand-inner .contents-home--brand-btn,
.contents-home--brand .contents-home--brand-inner .contents-home--racing-btn,
.contents-home--brand .contents-home--racing-inner .contents-home--brand-btn,
.contents-home--brand .contents-home--racing-inner .contents-home--racing-btn,
.contents-home--racing .contents-home--brand-inner .contents-home--brand-btn,
.contents-home--racing .contents-home--brand-inner .contents-home--racing-btn,
.contents-home--racing .contents-home--racing-inner .contents-home--brand-btn,
.contents-home--racing .contents-home--racing-inner .contents-home--racing-btn {
  width: 20rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 2;
}
.contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a,
.contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button,
.contents-home--brand .contents-home--brand-inner .contents-home--racing-btn a,
.contents-home--brand .contents-home--brand-inner .contents-home--racing-btn button,
.contents-home--brand .contents-home--racing-inner .contents-home--brand-btn a,
.contents-home--brand .contents-home--racing-inner .contents-home--brand-btn button,
.contents-home--brand .contents-home--racing-inner .contents-home--racing-btn a,
.contents-home--brand .contents-home--racing-inner .contents-home--racing-btn button,
.contents-home--racing .contents-home--brand-inner .contents-home--brand-btn a,
.contents-home--racing .contents-home--brand-inner .contents-home--brand-btn button,
.contents-home--racing .contents-home--brand-inner .contents-home--racing-btn a,
.contents-home--racing .contents-home--brand-inner .contents-home--racing-btn button,
.contents-home--racing .contents-home--racing-inner .contents-home--brand-btn a,
.contents-home--racing .contents-home--racing-inner .contents-home--brand-btn button,
.contents-home--racing .contents-home--racing-inner .contents-home--racing-btn a,
.contents-home--racing .contents-home--racing-inner .contents-home--racing-btn button {
  padding: 1.75rem 0 1.75rem 3.6rem;
  font-size: 1.2rem;
  line-height: 1.25em;
  text-align: left;
  border: none;
  box-shadow: inset 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  color: #121212;
  background: #efefef;
}
.contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a .arrow,
.contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button .arrow,
.contents-home--brand .contents-home--brand-inner .contents-home--racing-btn a .arrow,
.contents-home--brand .contents-home--brand-inner .contents-home--racing-btn button .arrow,
.contents-home--brand .contents-home--racing-inner .contents-home--brand-btn a .arrow,
.contents-home--brand .contents-home--racing-inner .contents-home--brand-btn button .arrow,
.contents-home--brand .contents-home--racing-inner .contents-home--racing-btn a .arrow,
.contents-home--brand .contents-home--racing-inner .contents-home--racing-btn button .arrow,
.contents-home--racing .contents-home--brand-inner .contents-home--brand-btn a .arrow,
.contents-home--racing .contents-home--brand-inner .contents-home--brand-btn button .arrow,
.contents-home--racing .contents-home--brand-inner .contents-home--racing-btn a .arrow,
.contents-home--racing .contents-home--brand-inner .contents-home--racing-btn button .arrow,
.contents-home--racing .contents-home--racing-inner .contents-home--brand-btn a .arrow,
.contents-home--racing .contents-home--racing-inner .contents-home--brand-btn button .arrow,
.contents-home--racing .contents-home--racing-inner .contents-home--racing-btn a .arrow,
.contents-home--racing .contents-home--racing-inner .contents-home--racing-btn button .arrow {
  display: grid;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  background: #121212;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a,
.contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button {
  padding-left: 6rem;
}

.contents-home--links {
  padding: 4rem 0;
}
.contents-home--links .contents-home--links-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0;
}
.contents-home--links .contents-home--links-inner .contents-home--links-item {
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-img {
  display: block;
  min-height: 12.8rem;
  position: relative;
  z-index: 1;
}
.contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-wrapper {
  padding: 0 2.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 3;
}
.contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-wrapper .contents-home--links-ttl {
  font-size: 2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-wrapper .contents-home--links-subttl {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
}
.contents-home--links .contents-home--links-inner .contents-home--links-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 961px) {
  html:not([lang=ja]) .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a,
  html:not([lang=ja]) .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button {
    padding-left: 6rem;
  }
  .contents-home--mv {
    padding-bottom: 10.4rem;
  }
  .contents-home--mv .contents-home--mv-inner .contents-home--mv-img::after {
    height: 18.9rem;
    background: linear-gradient(0deg, #191919 0%, rgba(25, 25, 25, 0.6) 35%, rgba(25, 25, 25, 0) 100%);
  }
  .contents-home--mv .contents-home--mv-inner .contents-home--mv-ttl {
    font-size: 8rem;
    line-height: 1.23125em;
    left: 12.7rem;
    bottom: 4.2rem;
  }
  .contents-home--mv .contents-home--mv-scroll {
    left: 5.1rem;
    right: auto;
    bottom: 22rem;
  }
  .contents-home--mv .contents-home--mv-scroll .contents-home--mv-scroll-bar {
    height: 10.8rem;
  }
  .contents-home--info {
    margin-bottom: 11rem;
  }
  .contents-home--info .contents-home--info-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 4rem;
    padding: 6.7rem 6.7rem 8.9rem 7.1rem;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-head {
    flex: 0 1 65.2173913043%;
    width: 65.2173913043%;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-ttl {
    margin-bottom: 0;
    font-size: 5rem;
    line-height: 1.22em;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-subttl {
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-btn {
    flex: 0 1 29.5652173913%;
    width: 29.5652173913%;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-btn a {
    grid-template-columns: auto 4rem;
    font-size: 1.4rem;
    line-height: 1.2856em;
    transition: 0.3s ease opacity;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-btn a span {
    width: 4rem;
    height: 4rem;
    font-size: 1.1rem;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-btn a:hover {
    color: inherit;
    opacity: 0.7;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-list {
    margin-top: 3.45rem;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item a {
    padding: 2.55rem 0;
    transition: 0.3s ease opacity;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item a:hover {
    color: inherit;
    opacity: 0.7;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--tip {
    grid-gap: 1.2rem 1.2rem;
    margin-bottom: 1.6rem;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--tip .contents-home--info-item--date {
    min-width: 20.652173913%;
    font-size: 1.4rem;
    line-height: 1.2856em;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--tip .contents-home--info-item--category {
    padding: 0.2rem 1.1rem;
    font-size: 1.3rem;
    line-height: 1.4615em;
  }
  .contents-home--info .contents-home--info-wrapper .contents-home--info-list .contents-home--info-item .contents-home--info-item--ttl {
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-home--new_item {
    padding: 8rem 0 5rem;
  }
  .contents-home--new_item .inner {
    margin-bottom: 3.95rem;
    padding: 0;
    width: 126.6rem;
  }
  .contents-home--new_item .contents-home--new_item-ttl {
    margin-bottom: 0.65rem;
    font-size: 6rem;
    line-height: 1.2167em;
  }
  .contents-home--new_item .contents-home--new_item-subttl {
    margin-bottom: 3.95rem;
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-home--new_item .contents-home--new_item-inner {
    margin-left: 0;
    margin-bottom: 6.1rem;
    padding-bottom: 7rem;
  }
  .contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list {
    grid-gap: 0 4rem;
  }
  .contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list .contents-home--new_item-item {
    padding: 2.4rem 1.8rem;
    width: 36rem;
    border: 1px solid transparent;
    transition: 0.3s ease border-color, 0.3s ease background;
  }
  .contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list .contents-home--new_item-item .contents-home--new_item-name {
    font-size: 2.2rem;
    line-height: 1.2274em;
  }
  .contents-home--new_item .contents-home--new_item-inner .contents-home--new_item-wrapper .contents-home--new_item-list .contents-home--new_item-item:hover {
    background: #f5f5f5;
    border-color: #d6d6d6;
  }
  .contents-home--new_item .contents-home--new_item-switcher {
    padding: 0 5rem;
    top: 16rem;
  }
  .contents-home--new_item .contents-home--new_item-scrollbar {
    width: 57.1010248902%;
  }
  .contents-home--new_item .contents-home--new_item-btn {
    width: 27.5rem;
  }
  .contents-home--new_item .contents-home--new_item-btn a,
  .contents-home--new_item .contents-home--new_item-btn button {
    padding: 3.6rem 0 3.6rem 8.3rem;
    font-size: 1.4rem;
    line-height: 1.2856em;
    text-align: left;
    border-radius: 4.5rem;
    transition: 0.3s ease opacity;
  }
  .contents-home--new_item .contents-home--new_item-btn a .arrow,
  .contents-home--new_item .contents-home--new_item-btn button .arrow {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 1rem;
    right: 7.5%;
  }
  .contents-home--new_item .contents-home--new_item-btn a:hover,
  .contents-home--new_item .contents-home--new_item-btn button:hover {
    opacity: 0.8;
  }
  .contents-home--gallery {
    padding: 8rem 0 5rem;
  }
  .contents-home--gallery .inner {
    margin-bottom: 3.95rem;
    padding: 0;
    width: 126.6rem;
  }
  .contents-home--gallery .contents-home--gallery-ttl {
    margin-bottom: 0.65rem;
    font-size: 6rem;
    line-height: 1.2167em;
  }
  .contents-home--gallery .contents-home--gallery-subttl {
    margin-bottom: 3.95rem;
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-home--gallery .contents-home--gallery-inner {
    margin-bottom: 6.1rem;
    padding-bottom: 7rem;
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list {
    grid-gap: 0 1.2rem;
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img {
    width: 30rem;
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img img {
    transition: 0.3s ease transform;
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img figcaption {
    padding: 1.3rem 1.2rem;
    height: 28%;
    min-height: 7.8rem;
    font-size: 1.3rem;
    line-height: 1.231em;
    transition: 0.3s ease height;
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item .contents-home--gallery-img::before {
    padding-top: 87.9999%;
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item:hover .contents-home--gallery-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .contents-home--gallery .contents-home--gallery-inner .contents-home--gallery-wrapper .contents-home--gallery-list .contents-home--gallery-item:hover .contents-home--gallery-img figcaption {
    height: 100%;
  }
  .contents-home--gallery .contents-home--gallery-switcher {
    padding: 0 5rem;
    top: 11.5rem;
  }
  .contents-home--gallery .contents-home--gallery-scrollbar {
    width: 57.1010248902%;
  }
  .contents-home--brand .contents-home--brand-inner,
  .contents-home--brand .contents-home--racing-inner,
  .contents-home--racing .contents-home--brand-inner,
  .contents-home--racing .contents-home--racing-inner {
    min-height: 70rem;
  }
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn,
  .contents-home--brand .contents-home--brand-inner .contents-home--racing-btn,
  .contents-home--brand .contents-home--racing-inner .contents-home--brand-btn,
  .contents-home--brand .contents-home--racing-inner .contents-home--racing-btn,
  .contents-home--racing .contents-home--brand-inner .contents-home--brand-btn,
  .contents-home--racing .contents-home--brand-inner .contents-home--racing-btn,
  .contents-home--racing .contents-home--racing-inner .contents-home--brand-btn,
  .contents-home--racing .contents-home--racing-inner .contents-home--racing-btn {
    width: 27.5rem;
    bottom: 5rem;
  }
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a,
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button,
  .contents-home--brand .contents-home--brand-inner .contents-home--racing-btn a,
  .contents-home--brand .contents-home--brand-inner .contents-home--racing-btn button,
  .contents-home--brand .contents-home--racing-inner .contents-home--brand-btn a,
  .contents-home--brand .contents-home--racing-inner .contents-home--brand-btn button,
  .contents-home--brand .contents-home--racing-inner .contents-home--racing-btn a,
  .contents-home--brand .contents-home--racing-inner .contents-home--racing-btn button,
  .contents-home--racing .contents-home--brand-inner .contents-home--brand-btn a,
  .contents-home--racing .contents-home--brand-inner .contents-home--brand-btn button,
  .contents-home--racing .contents-home--brand-inner .contents-home--racing-btn a,
  .contents-home--racing .contents-home--brand-inner .contents-home--racing-btn button,
  .contents-home--racing .contents-home--racing-inner .contents-home--brand-btn a,
  .contents-home--racing .contents-home--racing-inner .contents-home--brand-btn button,
  .contents-home--racing .contents-home--racing-inner .contents-home--racing-btn a,
  .contents-home--racing .contents-home--racing-inner .contents-home--racing-btn button {
    padding: 3.6rem 0 3.6rem 4.8rem;
    font-size: 1.4rem;
    line-height: 1.2856em;
    border-radius: 4.5rem;
    transition: 0.3s ease opacity;
  }
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a .arrow,
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button .arrow,
  .contents-home--brand .contents-home--brand-inner .contents-home--racing-btn a .arrow,
  .contents-home--brand .contents-home--brand-inner .contents-home--racing-btn button .arrow,
  .contents-home--brand .contents-home--racing-inner .contents-home--brand-btn a .arrow,
  .contents-home--brand .contents-home--racing-inner .contents-home--brand-btn button .arrow,
  .contents-home--brand .contents-home--racing-inner .contents-home--racing-btn a .arrow,
  .contents-home--brand .contents-home--racing-inner .contents-home--racing-btn button .arrow,
  .contents-home--racing .contents-home--brand-inner .contents-home--brand-btn a .arrow,
  .contents-home--racing .contents-home--brand-inner .contents-home--brand-btn button .arrow,
  .contents-home--racing .contents-home--brand-inner .contents-home--racing-btn a .arrow,
  .contents-home--racing .contents-home--brand-inner .contents-home--racing-btn button .arrow,
  .contents-home--racing .contents-home--racing-inner .contents-home--brand-btn a .arrow,
  .contents-home--racing .contents-home--racing-inner .contents-home--brand-btn button .arrow,
  .contents-home--racing .contents-home--racing-inner .contents-home--racing-btn a .arrow,
  .contents-home--racing .contents-home--racing-inner .contents-home--racing-btn button .arrow {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 1rem;
    right: 7.5%;
  }
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a:hover,
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button:hover,
  .contents-home--brand .contents-home--brand-inner .contents-home--racing-btn a:hover,
  .contents-home--brand .contents-home--brand-inner .contents-home--racing-btn button:hover,
  .contents-home--brand .contents-home--racing-inner .contents-home--brand-btn a:hover,
  .contents-home--brand .contents-home--racing-inner .contents-home--brand-btn button:hover,
  .contents-home--brand .contents-home--racing-inner .contents-home--racing-btn a:hover,
  .contents-home--brand .contents-home--racing-inner .contents-home--racing-btn button:hover,
  .contents-home--racing .contents-home--brand-inner .contents-home--brand-btn a:hover,
  .contents-home--racing .contents-home--brand-inner .contents-home--brand-btn button:hover,
  .contents-home--racing .contents-home--brand-inner .contents-home--racing-btn a:hover,
  .contents-home--racing .contents-home--brand-inner .contents-home--racing-btn button:hover,
  .contents-home--racing .contents-home--racing-inner .contents-home--brand-btn a:hover,
  .contents-home--racing .contents-home--racing-inner .contents-home--brand-btn button:hover,
  .contents-home--racing .contents-home--racing-inner .contents-home--racing-btn a:hover,
  .contents-home--racing .contents-home--racing-inner .contents-home--racing-btn button:hover {
    opacity: 0.8;
  }
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn a,
  .contents-home--brand .contents-home--brand-inner .contents-home--brand-btn button {
    padding-left: 9rem;
  }
  .contents-home--links {
    padding: 8rem 0 10rem;
  }
  .contents-home--links .inner {
    width: 126.6rem;
  }
  .contents-home--links .contents-home--links-inner {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem 2.2rem;
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-img {
    min-height: 42rem;
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-img img {
    transition: 0.3s ease transform;
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-wrapper {
    padding: 0 2.3rem;
    bottom: 3rem;
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item .contents-home--links-wrapper .contents-home--links-ttl {
    font-size: 3rem;
    line-height: 1.2em;
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item::before {
    height: 49.525%;
    top: auto;
    bottom: 0;
    transition: 0.3s ease height;
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item:hover {
    color: inherit;
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item:hover .contents-home--links-img img {
    transform: scale(1.13);
  }
  .contents-home--links .contents-home--links-inner .contents-home--links-item:hover::before {
    height: 100%;
  }
}