@charset "UTF-8";
/*
Theme Name: bianchi
Author: Tao Sugiyama
Version: 1.3.0
*/

[v-cloak] {
  display: none;
}

body {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック',
    YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

img {
  width: 100%;
}

.page-body {
  background-color: #fff;
}

/*
 * head navbar
 */
.navbar {
  background-color: #1a1b1b;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  white-space: nowrap;
}
.navbar .navbar-nav .nav-item .nav-link-bikes,
.navbar .navbar-nav .nav-item .nav-link-technology {
  font-size: 1.25rem;
}
.navbar .navbar-nav .nav-item .nav-link img {
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: text-bottom;
  margin-right: 0.7rem;
}
.navbar .navbar-nav .nav-item:hover .nav-link::after {
  content: '';
  display: none;
  height: 2px;
  width: 2rem;
  margin: -0.2rem auto 0 auto;
  background-color: #59b8b3;
}
.navbar .navbar-nav .nav-item .hover-menu {
  display: none;
  position: absolute;
  background-color: #1a1b1b;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .responsive-menu-bikes,
  .navbar .navbar-nav .responsive-menu-technology {
    display: none;
  }
  .navbar .navbar-nav .nav-item:hover .nav-link::after,
  .navbar .navbar-nav .nav-item:hover > .hover-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .hover-menu .hover-menu__item {
  color: #fff;
  text-decoration: unset;
}
.navbar .navbar-nav .nav-item .hover-menu .hover-menu__item .name {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  margin-top: 0.6rem;
}
.navbar .navbar-nav .nav-item .hover-menu .hover-menu__item .description {
  font-size: 0.9rem;
}

/*
 * inc: fixed
 */
.inc-fixed {
  position: fixed;
  bottom: 10%;
  right: 0;
}
.inc-fixed .cart {
  margin-top: 0.6rem;
}
.inc-fixed .bicycle a div,
.inc-fixed .cart a div {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.inc-fixed .bicycle a div img,
.inc-fixed .cart a div img {
  width: 1.6rem;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.4rem;
  right: 0.4rem;
}
.inc-fixed .bicycle a div {
  background-color: #fff;
}
.inc-fixed .cart a div {
  background-color: #59b8b3;
}
.inc-fixed .scroll-top {
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  width: 2.4rem;
  height: 2.4rem;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #000;
  cursor: pointer;
}
.inc-fixed .scroll-top .arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
.inc-fixed .scroll-top .arrow::after {
  content: '';
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  margin: -0.2rem 0 0 0.2rem;
  transform: rotate(-45deg) translate(-50%, -50%);
}

/*
 * footer
 */
.footer .parallax {
  height: 30rem;
  position: relative;
}
.footer .parallax::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url('assets/img/footer/footer-mb.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 768px) {
  .footer .parallax::before {
    background-image: url('assets/img/footer/footer.jpg');
  }
}
.footer .parallax .text-wrapper {
  position: relative;
  min-height: 30rem;
}
.footer .parallax .text-wrapper .texts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer .parallax .text-wrapper .texts .title {
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1em;
}
.footer .parallax .text-wrapper .texts .title::after {
  display: block;
  content: '';
  width: 3rem;
  height: 4px;
  background-color: #fff;
  margin-top: 1.4rem;
}
.footer .parallax .text-wrapper .texts .link-button {
  width: 10rem;
  margin-top: 2.5rem;
}
.footer .parallax .text-wrapper .texts .link-button a {
  color: #fff;
  text-decoration: unset;
}
.footer .parallax .text-wrapper .texts .link-button .link-button__block {
  padding: 0.8rem 1.7rem;
  border: 1px solid #1a1b1b;
  position: relative;
  background-color: #1a1b1b;
}
.footer .parallax .text-wrapper .texts .link-button .link-button__block::after {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 1.4rem;
  transform: rotate(45deg) translateY(-50%);
  margin-top: -2px;
}
.footer .sitemap {
  padding: 4rem 0;
  background-color: #000;
}
.footer .sitemap .group,
.footer .sitemap .group-item {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.footer .sitemap .group::before,
.footer .sitemap .group-item::before {
  background-color: #59b8b3;
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: super;
  width: 1rem;
  margin-right: 0.5rem;
}
.footer .sitemap .group-item::before {
  height: 0px;
}
.footer .sitemap .group a,
.footer .sitemap .group-item a {
  color: #fff;
  text-decoration: none;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
.footer .copylight {
  padding-bottom: 1.4rem;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.footer .copylight .social-icons {
  display: flex;
  justify-content: center;
}
.footer .copylight .social-icons .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.4rem;
}
.footer .copylight .social-icons .icon a {
  text-decoration: unset;
}
.footer .copylight .ltd div:nth-child(1) {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  margin-top: 1rem;
}
.footer .copylight .ltd div:nth-child(2) {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.footer.hide-parallax .parallax {
  display: none;
}

/*
 * inc: technology-countervail
 */
.inc-technology-countervail {
  background-color: #313131;
}
.inc-technology-countervail .countervail {
  margin: 8% 0;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .inc-technology-countervail .countervail {
    width: unset;
    margin: 2% 0;
  }
}
.inc-technology-countervail .yt-container {
  background-color: #000;
}
.inc-technology-countervail .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.inc-technology-countervail .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .inc-technology-countervail .yt {
    width: 50%;
    padding-top: 28.125%;
    margin: 0 25%;
  }
}
.inc-technology-countervail .tech-description .title {
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.56rem;
}
.inc-technology-countervail .tech-description .content {
  margin-top: 1.75rem;
  color: #fff;
}

/*
 * Page: technology-road
 * Page: technology-mtb
 */
.page-technology-road .top-image,
.page-technology-mtb .top-image {
  position: relative;
}
.page-technology-road .top-image .top-image__mask,
.page-technology-mtb .top-image .top-image__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
}
.page-technology-road .top-image .top-image__text,
.page-technology-mtb .top-image .top-image__text {
  width: 100%;
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-technology-road .top-image .top-image__text::first-line,
.page-technology-mtb .top-image .top-image__text::first-line {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .page-technology-road .top-image .top-image__text,
  .page-technology-mtb .top-image .top-image__text {
    font-size: 5rem;
  }
  .page-technology-road .top-image .top-image__text::first-line,
  .page-technology-mtb .top-image .top-image__text::first-line {
    font-size: 1.25rem;
  }
}
.page-technology-road .content section > *,
.page-technology-mtb .content section > * {
  padding: 0;
}
.page-technology-road .content section:nth-child(even),
.page-technology-mtb .content section:nth-child(even) {
  background-color: #eee;
}
.page-technology-road .content section:nth-child(odd),
.page-technology-mtb .content section:nth-child(odd) {
  background-color: #fff;
}
.page-technology-road .content .section-text,
.page-technology-mtb .content .section-text {
  position: relative;
  height: 360px;
}
.page-technology-road .content .section-text .section-text__inner,
.page-technology-mtb .content .section-text .section-text__inner {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1.5rem;
}
.page-technology-road .content .section-text .section-text__inner img,
.page-technology-mtb .content .section-text .section-text__inner img {
  max-width: 280px;
}
@media (min-width: 768px) {
  .page-technology-road .content .section-text,
  .page-technology-mtb .content .section-text {
    height: unset;
  }
  .page-technology-road .content .section-text .section-text__inner img,
  .page-technology-mtb .content .section-text .section-text__inner img {
    width: 100%;
  }
}
.page-technology-road .content .section-text .section-text__inner div,
.page-technology-mtb .content .section-text .section-text__inner div {
  text-align: start;
  margin-top: 2rem;
  padding: 0 1rem;
  color: #24292e;
}

/*
 * Page: about-bianchi-about
 */
.page-about-bianchi-about {
  background-color: #a7dbda;
  padding-bottom: 4rem;
}
.page-about-bianchi-about .top-description {
  padding: 2rem 0;
}
.page-about-bianchi-about .top-description .title {
  text-align: center;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.page-about-bianchi-about .top-description .content {
  margin-top: 1rem;
  padding: 0 1.4rem;
}
@media (min-width: 768px) {
  .page-about-bianchi-about .top-description .content {
    padding: 0 12rem;
  }
}
.page-about-bianchi-about .product-dev {
  color: #fff;
  background-color: #313131;
  width: 92%;
}
.page-about-bianchi-about .product-dev .title {
  text-align: center;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  color: #a7dbda;
  padding: 2rem 0;
  font-size: 2rem;
}
.page-about-bianchi-about .product-dev .description div:nth-child(1) {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.page-about-bianchi-about .product-dev .description div:nth-child(2) {
  padding-top: 1rem;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-about-bianchi-about .product-dev .description div:nth-child(2) {
    width: 70%;
  }
}
.page-about-bianchi-about .product-dev .product-dev__item {
  padding: 1.5rem 0;
}
.page-about-bianchi-about .product-dev .product-dev__item .numbering {
  text-align: center;
  margin: 0.8rem 0 0.5rem 0;
}
.page-about-bianchi-about .product-dev .product-dev__item .content {
  width: 85%;
  margin: 0 auto;
}
.page-about-bianchi-about .reparto-corse {
  color: #000;
  background-color: #fff;
  width: 92%;
  margin-top: 3rem;
  padding: 2rem 0 4rem 0;
}
.page-about-bianchi-about .reparto-corse > .title {
  text-align: center;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  color: #a7dbda;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.page-about-bianchi-about .reparto-corse .description {
  padding: 0 1.5rem;
}
.page-about-bianchi-about .reparto-corse .description .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1.2rem;
}
.page-about-bianchi-about .reparto-corse .description .content {
  width: 94%;
  margin: 0 auto;
}
.page-about-bianchi-about .reparto-corse .steps {
  padding: 0 1.5rem;
}
.page-about-bianchi-about .reparto-corse .steps .img-text {
  text-align: center;
  font-size: 1.1vw;
  margin-top: 0.6rem;
}
.page-about-bianchi-about .reparto-corse .reparto-corse__link {
  text-align: center;
  width: 90%;
  margin: 4rem auto 0 auto;
}
.page-about-bianchi-about .reparto-corse .reparto-corse__link a {
  text-decoration: unset;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #a7dbda;
}
.page-about-bianchi-about .reparto-corse .reparto-corse__link a div {
  background-color: #313131;
  padding: 1rem 2.2rem;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .page-about-bianchi-about .reparto-corse .reparto-corse__link {
    width: 24rem;
  }
}

/*
 * Page: about-bianchi-history
 */
.page-about-bianchi-history {
  background-color: #a7dbda;
}
.page-about-bianchi-history .timeline .timeline-year {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.page-about-bianchi-history .timeline .timeline-year::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0px;
  border-color: #808080;
  border-style: solid;
  border-width: 1rem;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.page-about-bianchi-history .timeline .timeline-image-card,
.page-about-bianchi-history .timeline .timeline-text-card {
  margin-bottom: 0.5rem;
}
.page-about-bianchi-history .timeline .timeline-text-card {
  background-color: #313131;
  color: #fff;
  display: flex;
  padding: 0.8rem;
  border-radius: 0.3rem;
}
.page-about-bianchi-history .timeline .timeline-text-card.timeline-today-card {
  display: block;
}
.page-about-bianchi-history .timeline .timeline-text-card .year {
  width: 25%;
  position: relative;
  flex: 0 0 auto;
  color: #5ac2ba;
  font-size: 1.35rem;
  font-weight: bold;
}
.page-about-bianchi-history .timeline .timeline-text-card .year::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #5ac2ba;
  right: 0.8rem;
}
.page-about-bianchi-history .timeline .timeline-text-card .content {
  width: 75%;
  flex: 0 0 auto;
  font-size: 0.75rem;
}
.page-about-bianchi-history .timeline .timeline-text-card .today {
  color: #5ac2ba;
  font-size: 1.35rem;
  font-weight: bold;
}
.page-about-bianchi-history .timeline .timeline-text-card .today-content {
  font-size: 0.75rem;
  margin-top: 0.4rem;
}
.page-about-bianchi-history .palmares {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-about-bianchi-history .palmares .title {
  text-align: center;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.page-about-bianchi-history .palmares .sub-title {
  text-align: center;
}
.page-about-bianchi-history .palmares .palmares-group {
  padding: 1.5rem 0 1rem 0;
}
.page-about-bianchi-history .palmares .palmares-group .name {
  text-align: center;
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.page-about-bianchi-history .palmares .palmares-group .row > div {
  margin-bottom: 0.5rem;
}

/*
 * Template: Default
 */
.template-default .content h1 {
  text-align: center;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  padding: 3rem 0 2rem 0;
}
.template-default .content h1::first-line {
  font-size: 1.2rem;
  line-height: 3rem;
}
.template-default .content img {
  max-width: 100%;
  height: auto;
}
.template-default .content h2 {
  margin: 2rem 0;
}
.template-default .content h3 {
  margin: 1.4rem 0;
}
@media (max-width: 599px) {
  .template-default .content .wp-block-column.no-wrap {
    flex-basis: calc(50% - 1em) !important;
  }
}
.template-default .content table {
  overflow-x: scroll;
  white-space: nowrap;
}
.template-default .content table thead tr th,
.template-default .content table tbody tr th,
.template-default .content table tbody tr td {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
}
.template-default .content table thead tr th,
.template-default .content table tbody tr th {
  background-color: #f5f5f5;
}

/*
 * inc: sidebar
 */
.inc-sidebar .category-list {
  margin-bottom: 1rem;
}
.inc-sidebar .category-list .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.inc-sidebar .category-list .category {
  margin: 0.4rem 0;
}
.inc-sidebar .category-list .category.BIKE {
  background-color: #00f0f5;
}
.inc-sidebar .category-list .category.EVENT {
  background-color: #2cf381;
}
.inc-sidebar .category-list .category.INFORMATION {
  background-color: #007af2;
}
.inc-sidebar .category-list .category.RACE {
  background-color: #f72720;
}
.inc-sidebar .category-list .category.STORE {
  background-color: #f7a630;
}
.inc-sidebar .category-list .category a {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  color: #000;
  text-decoration: unset;
}
.inc-sidebar .recent-posts .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.inc-sidebar .recent-posts .title::after,
.inc-sidebar .recent-posts .post::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #707070;
  margin-top: 0.8rem;
}
.inc-sidebar .recent-posts .title::after {
  margin: 0 0 0.8rem 0;
}
.inc-sidebar .recent-posts .post {
  margin-bottom: 0.8rem;
}
.inc-sidebar .recent-posts .post a {
  color: #000;
  text-decoration: unset;
}
.inc-sidebar .recent-posts .post a .post-date {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
.inc-sidebar .search-widget {
  margin: 2.5rem 0;
}
.inc-sidebar .search-widget form input::placeholder {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
}
.inc-sidebar .search-widget form input {
  border-right: unset;
}
.inc-sidebar .search-widget form .input-group .input-group-text {
  background-color: #fff;
  border-left: unset;
}
.inc-sidebar .search-widget form .input-group .input-group-text img {
  width: 1rem;
}
.inc-sidebar .tag-list .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.inc-sidebar .tag-list .tags .tag a {
  color: #000;
  text-decoration: unset;
}
.inc-sidebar .tag-list .tags .tag:not(:last-child)::after {
  content: '/';
  display: inline-block;
}
.inc-sidebar .archive-selector {
  margin: 2.5rem 0;
}
.inc-sidebar .archive-selector select {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.inc-sidebar .lets-connect .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.inc-sidebar .lets-connect .icons {
  margin-top: 0.2rem;
}
.inc-sidebar .lets-connect .icons .icon {
  margin-right: 0.4rem;
}
.inc-sidebar .lets-connect .icons .icon a {
  text-decoration: unset;
}
.inc-sidebar .lets-connect .icons .icon a img {
  width: 1.3rem;
}

/*
 * Page: news
 */
.page-news {
  padding-bottom: 4rem;
}
.page-news .news-title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .page-news .news-title {
    font-size: 5rem;
  }
}
.page-news .post-cards .post-card {
  margin-bottom: 1.5rem;
}
.page-news .post-cards .post-card a {
  text-decoration: unset;
  color: #000;
}
.page-news .post-cards .post-card .post-card__category {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: #fff;
  width: fit-content;
  padding: 0.4rem 1.2rem;
}
.page-news .post-cards .post-card .post-card__category.BIKE {
  background-color: #00f0f5;
}
.page-news .post-cards .post-card .post-card__category.EVENT {
  background-color: #2cf381;
}
.page-news .post-cards .post-card .post-card__category.INFORMATION {
  background-color: #007af2;
}
.page-news .post-cards .post-card .post-card__category.RACE {
  background-color: #f72720;
}
.page-news .post-cards .post-card .post-card__category.STORE {
  background-color: #f7a630;
}
.page-news .post-cards .post-card .post-card-body {
  border: 0.5px solid #d0d0d0;
}
.page-news
  .post-cards
  .post-card
  .post-card-body
  .post-card-body__thumbnail
  img {
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.page-news .post-cards .post-card .post-card-body .post-card-body__date {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  padding: 0 0.2rem;
}
.page-news .post-cards .post-card .post-card-body .post-card-body__title {
  padding: 0 0.4rem 0.4rem;
  font-size: 1.3rem;
  height: calc(1.3em * 2);
  line-height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .page-news .post-cards .post-card .post-card-body .post-card-body__date {
    padding: 0 0.8rem;
  }
  .page-news .post-cards .post-card .post-card-body .post-card-body__title {
    padding: 0 1rem 0.6rem;
    font-size: 1.6rem;
    height: calc(1.6em * 2);
    line-height: 1.6em;
  }
}

/*
 * Page: bikes
 * Page: bike-archives
 * Page: 404
 */
.page-bikes,
.page-bike-archives {
  padding-bottom: 4rem;
}
.page-bikes .top-image,
.page-bike-archives .top-image,
.page-404 .top-image {
  position: relative;
}
.page-bikes .top-image .top-image__mask,
.page-bike-archives .top-image .top-image__mask,
.page-404 .top-image .top-image__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
}
.page-bikes .top-image .top-image__texts,
.page-bike-archives .top-image .top-image__texts,
.page-404 .top-image .top-image__texts {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-bikes .top-image .top-image__texts div:nth-child(1),
.page-bike-archives .top-image .top-image__texts div:nth-child(1),
.page-404 .top-image .top-image__texts div:nth-child(1) {
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
.page-bikes .top-image .top-image__texts div:nth-child(2),
.page-bike-archives .top-image .top-image__texts div:nth-child(2),
.page-404 .top-image .top-image__texts div:nth-child(2) {
  color: transparent;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3rem;
  -webkit-text-stroke: 2px #fff;
}
@media (min-width: 768px) {
  .page-bikes .top-image .top-image__texts div:nth-child(1),
  .page-bike-archives .top-image .top-image__texts div:nth-child(1),
  .page-404 .top-image .top-image__texts div:nth-child(1) {
    font-size: 1.25rem;
  }
  .page-bikes .top-image .top-image__texts div:nth-child(2),
  .page-bike-archives .top-image .top-image__texts div:nth-child(2),
  .page-404 .top-image .top-image__texts div:nth-child(2) {
    font-size: 12rem;
  }
}
.page-bikes .description {
  margin: 2rem auto 0 auto;
  max-width: unset;
}
@media (min-width: 768px) {
  .page-bikes .description {
    max-width: 50vw;
  }
}
.page-bikes .bike-selector,
.page-bike-archives .bike-selector {
  margin: 2rem auto;
}
.page-bikes .bike-list .bike,
.page-bike-archives .bike-list .bike {
  margin: 1.5rem 0;
  text-align: center;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
}
.page-bikes .bike-list .bike a,
.page-bike-archives .bike-list .bike a {
  color: #000;
  text-decoration: unset;
  cursor: pointer;
}
.page-bikes .bike-list .bike a .bike__thumbnail,
.page-bike-archives .bike-list .bike a .bike__thumbnail {
  margin-bottom: 0.5rem;
}
.page-bikes .bike-list .bike a .bike__name,
.page-bike-archives .bike-list .bike a .bike__name {
  font-size: 1.4rem;
}
.page-bikes .bike-list .bike a .bike__detail-name,
.page-bike-archives .bike-list .bike a .bike__detail-name {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}
.page-bikes .bike-list .bike a .bike__colors,
.page-bike-archives .bike-list .bike a .bike__colors {
  display: flex;
  justify-content: center;
  padding: 0.4rem 0;
}
.page-bikes .bike-list .bike a .bike__colors .bike__color,
.page-bike-archives .bike-list .bike a .bike__colors .bike__color {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.page-bikes .bike-list .bike a .bike__colors .bike__color:not(:last-child),
.page-bike-archives
  .bike-list
  .bike
  a
  .bike__colors
  .bike__color:not(:last-child) {
  margin-right: 0.4rem;
}
.page-bikes .bike-list .bike a .bike__price-with-tax,
.page-bike-archives .bike-list .bike a .bike__price-with-tax {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
}
.page-bikes .bike-list .bike a .bike__price-without-tax,
.page-bike-archives .bike-list .bike a .bike__price-without-tax {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
}
.page-bikes .bike-list .bike a .bike__price-without-tax::before,
.page-bike-archives .bike-list .bike a .bike__price-without-tax::before {
  content: '（税抜価格';
}
.page-bikes .bike-list .bike a .bike__price-without-tax::after,
.page-bike-archives .bike-list .bike a .bike__price-without-tax::after {
  content: '）';
}
.page-bikes .bike-list .load-error,
.page-bike-archives .bike-list .load-error {
  color: #000;
}
.page-bikes .bike-list .load-error .text,
.page-bike-archives .bike-list .load-error .text {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

/*
 * Page: bike-detail
 */
.page-bike-detail {
  padding-top: 4rem;
}
.page-bike-detail .error {
  text-align: center;
  margin: 3rem 0;
  font-size: 2rem;
}
.page-bike-detail .bike-detail .names {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  text-align: center;
}
.page-bike-detail .bike-detail .names .detail-name {
  font-size: 1.1rem;
}
.page-bike-detail .bike-detail .names .name {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .page-bike-detail .bike-detail .names .detail-name {
    font-size: 1.5rem;
  }
  .page-bike-detail .bike-detail .names .name {
    font-size: 4rem;
  }
}
.page-bike-detail .bike-detail .images .image-selectors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-bike-detail .bike-detail .images .image-selectors .selector {
  margin: 0 1rem 0.8rem 1rem;
  text-align: center;
}
.page-bike-detail .bike-detail .images .image-selectors .selector > a {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page-bike-detail
  .bike-detail
  .images
  .image-selectors
  .selector
  > a
  .bike-color {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin-right: 0.2rem;
}
@media (min-width: 768px) {
  .page-bike-detail .bike-detail .images .image-selectors .selector > a {
    display: block;
    align-items: unset;
  }
  .page-bike-detail
    .bike-detail
    .images
    .image-selectors
    .selector
    > a
    .bike-color {
    margin: 0 auto;
  }
}
.page-bike-detail .bike-detail .tech-spec {
  margin-top: 1rem;
  padding: 3rem 0 2rem 0;
  background-color: #000;
}
.page-bike-detail .bike-detail .tech-spec.hide-features {
  padding-bottom: 3rem;
}
.page-bike-detail .bike-detail .tech-spec .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
.page-bike-detail .bike-detail .tech-spec .spec-wrapper::before,
.page-bike-detail .bike-detail .tech-spec .spec-wrapper::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #6f6f6f;
}
.page-bike-detail .bike-detail .tech-spec .spec-wrapper::before {
  margin: 2rem 0;
}
.page-bike-detail .bike-detail .tech-spec .spec-wrapper::after {
  margin-top: 2rem;
}
.page-bike-detail .bike-detail .tech-spec .spec-wrapper .specs {
  width: 100%;
}
@media (min-width: 768px) {
  .page-bike-detail .bike-detail .tech-spec .spec-wrapper .specs {
    width: 50%;
    margin: 0 auto;
  }
}
.page-bike-detail .bike-detail .tech-spec .spec-wrapper .specs .row {
  margin-bottom: 0.8rem;
}
.page-bike-detail
  .bike-detail
  .tech-spec
  .spec-wrapper
  .specs
  .row
  div:nth-child(1) {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  text-align: right;
  color: #59b8b3;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.page-bike-detail
  .bike-detail
  .tech-spec
  .spec-wrapper
  .specs
  .row
  div:nth-child(2) {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 400;
  color: #fff;
}
.page-bike-detail .bike-detail .features {
  padding-top: 2rem;
  background-color: #000;
  color: #fff;
}
.page-bike-detail .bike-detail .features .feature-selector {
  width: 100%;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .page-bike-detail .bike-detail .features .feature-selector {
    width: 70%;
  }
}
.page-bike-detail .bike-detail .features .feature-selector .col-12,
.page-bike-detail .bike-detail .features .feature-selector .col-6,
.page-bike-detail .bike-detail .features .feature-selector .col-4 {
  padding: 0;
}
.page-bike-detail .bike-detail .features .feature-selector .select-button {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0.8rem 2rem;
  background-color: #4c4d4e;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-bike-detail
  .bike-detail
  .features
  .feature-selector
  .select-button.active {
  background-color: #59b8b3;
}
.page-bike-detail .bike-detail .features .feature .philosophy-wrapper,
.page-bike-detail .bike-detail .features .feature .product-feature-wrapper {
  padding: 1rem 0 2rem 0;
}
.page-bike-detail .bike-detail .features .feature .philosophy-wrapper {
  background-color: #313131;
}
.page-bike-detail .bike-detail .features .feature .product-feature-wrapper {
  background-color: #1b1b1b;
}
.page-bike-detail .bike-detail .features .feature .philosophy,
.page-bike-detail .bike-detail .features .feature .product-feature {
  width: 100%;
}
@media (min-width: 768px) {
  .page-bike-detail .bike-detail .features .feature .philosophy,
  .page-bike-detail .bike-detail .features .feature .product-feature {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
}
.page-bike-detail .bike-detail .features .feature .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #87dfd3;
}
.page-bike-detail .bike-detail .features .feature .title::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #87dfd3;
}
.page-bike-detail .bike-detail .features .feature .pattern-a,
.page-bike-detail .bike-detail .features .feature .pattern-b,
.page-bike-detail .bike-detail .features .feature .pattern-c,
.page-bike-detail .bike-detail .features .feature .pattern-d,
.page-bike-detail .bike-detail .features .feature .pattern-g {
  padding: 1.5rem 0;
}
.page-bike-detail .bike-detail .features .feature .pattern-a {
  position: relative;
}
.page-bike-detail .bike-detail .features .feature .pattern-a .pattern-a__text {
  margin-top: 0.8rem;
}
@media (min-width: 1200px) {
  .page-bike-detail
    .bike-detail
    .features
    .feature
    .pattern-a
    .pattern-a__text {
    margin-top: 0;
    width: 45%;
    position: absolute;
    top: 8%;
    left: 3%;
    padding: 1.2rem 1.6rem;
    background: rgba(49, 49, 49, 0.5);
  }
}
.page-bike-detail .bike-detail .features .feature .pattern-b .b-item {
  margin-bottom: 0.6rem;
}
.page-bike-detail .bike-detail .features .feature .pattern-b .b-item .name {
  margin-top: 0.4rem;
  font-weight: bold;
}
.page-bike-detail .bike-detail .features .feature .pattern-b .b-item .text {
  margin-top: 0.2rem;
  font-size: 0.9rem;
}
.page-bike-detail .bike-detail .features .feature .pattern-c .pattern-c__text {
  margin-top: 0.4rem;
}
@media (min-width: 992px) {
  .page-bike-detail .bike-detail .features .feature .pattern-c {
    position: relative;
    text-align: right;
  }
  .page-bike-detail .bike-detail .features .feature .pattern-c img {
    width: 55%;
  }
  .page-bike-detail
    .bike-detail
    .features
    .feature
    .pattern-c
    .pattern-c__text {
    margin-top: 0;
    text-align: left;
    width: 60%;
    position: absolute;
    top: 8%;
  }
}
.page-bike-detail .bike-detail .features .feature .pattern-g .texts .name {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.page-bike-detail .bike-detail .features .feature .pattern-g .texts .text {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.page-bike-detail .bike-detail .features .tech-feature {
  padding-bottom: 2rem;
}
.page-bike-detail .bike-detail .features .tech-feature table {
  width: 100%;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 400;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .page-bike-detail .bike-detail .features .tech-feature table {
    width: 50%;
    margin: 0 auto;
  }
}
.page-bike-detail .bike-detail .features .tech-feature table tbody {
  width: 100%;
  display: table;
}
.page-bike-detail .bike-detail .features .tech-feature table tbody tr {
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
}
.page-bike-detail .bike-detail .features .tech-feature table tbody tr td {
  padding: 0.7rem;
}
.page-bike-detail
  .bike-detail
  .features
  .tech-feature
  table
  tbody
  tr
  .feature-group {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  color: #59b8b3;
}
.page-bike-detail .bike-detail .features .geometry {
  padding-bottom: 2rem;
}
.page-bike-detail .bike-detail .features .geometry .geometry-row {
  align-items: center;
  justify-content: center;
}

/*
 * single
 */
.news-single {
  padding-bottom: 4rem;
}
.news-single .news-title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  padding: 5rem 0;
}
.news-single .content .post-category {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  float: left;
  margin: 1rem 0.8rem 1rem 0;
}
.news-single .content .post-date {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  margin: 1rem 0;
}
.news-single .content .post-title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.news-single .content .post-content {
  margin-bottom: 3.5rem;
  overflow-wrap: break-word;
}
.news-single .content .post-content img,
.news-single .content .post-content iframe {
  width: unset;
  max-width: 100%;
  height: auto;
}
.news-single .content .post-content h2,
.news-single .content .post-content h3,
.news-single .content .post-content h4,
.news-single .content .post-content h5 {
  font-weight: bold;
}
.news-single .content .post-content h3 {
  border-left-color: #59b8b3;
  border-left-style: solid;
  border-left-width: 4px;
  padding-left: 0.8rem;
}
.news-single .content .post-content a {
  color: #59b8b3;
}
.news-single .content .post-content a:hover {
  color: #5ac2ba;
}
.news-single .content .post-content table {
  overflow-x: scroll;
  white-space: nowrap;
}
.news-single .content .post-content table thead tr th,
.news-single .content .post-content table tbody tr th,
.news-single .content .post-content table tbody tr td {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
}
.news-single .content .post-content table thead tr th,
.news-single .content .post-content table tbody tr th {
  background-color: #f5f5f5;
}
.news-single .content .prev-post-link a,
.news-single .content .next-post-link a {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: unset;
  color: #000;
}
.news-single .content .prev-post-link a::before,
.news-single .content .next-post-link a::after {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1.2rem;
  vertical-align: text-top;
}
.news-single .content .prev-post-link a::before {
  background: no-repeat url('assets/icon/post-left.svg') left;
}
.news-single .content .next-post-link a::after {
  background: no-repeat url('assets/icon/post-right.svg') right;
}
.news-single .content .end-separator {
  margin-top: 2rem;
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

/*
 * Page: top
 */
.page-top {
  padding-bottom: 4rem;
}
.page-top .top-image {
  position: relative;
}
.page-top .top-image .top-slider .top-item {
  position: relative;
}
.page-top .top-image .top-slider .top-item .image {
  height: calc(100vh - 1.625rem - 40px);
  object-fit: cover;
}
.page-top .top-image .top-slider .top-item .texts {
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.page-top .top-image .top-slider .top-item .texts .title {
  font-size: 4rem;
  line-height: 1.1em;
}
.page-top .top-image .top-slider .top-item .texts .subtitle {
  font-size: 2rem;
  line-height: 1.1em;
  margin-top: 1rem;
}
.page-top .top-image .top-slider .top-item .texts .explore {
  width: 8.5rem;
  padding: 1rem 1.4rem;
  margin: 1.2rem auto 0 auto;
  font-size: 1.2rem;
  background-color: #59b8b3;
}
.page-top .top-image .top-slider .top-item .texts .explore a {
  text-decoration: unset;
}
.page-top .top-image .top-slider .top-item .texts .explore a .explore-block {
  position: relative;
}
.page-top
  .top-image
  .top-slider
  .top-item
  .texts
  .explore
  a
  .explore-block::before {
  content: 'EXPLORE';
  color: #000;
}
.page-top
  .top-image
  .top-slider
  .top-item
  .texts
  .explore
  a
  .explore-block::after {
  display: none;
  content: '';
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 0.4rem;
  margin-top: -0.4rem;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .page-top .top-image .top-slider .top-item .image {
    height: unset;
    object-fit: unset;
  }
  .page-top .top-image .top-slider .top-item .texts {
    left: 10%;
    transform: unset;
    text-align: unset;
  }
  .page-top .top-image .top-slider .top-item .texts .explore {
    width: 10rem;
    margin: 1.2rem 0 0 0;
    font-size: 1rem;
    background-color: #1a1b1b;
  }
  .page-top
    .top-image
    .top-slider
    .top-item
    .texts
    .explore
    a
    .explore-block::before {
    content: '詳細を見る';
    color: #fff;
  }
  .page-top
    .top-image
    .top-slider
    .top-item
    .texts
    .explore
    a
    .explore-block::after {
    display: block;
  }
}
.page-top .top-image .slider-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 4%;
}
.page-top .top-image .slider-nav div {
  width: 12px;
  height: 12px;
  margin: 0 0.4rem;
  border: 2px solid;
  border-color: #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.page-top .top-image .slider-nav div.tns-nav-active {
  border-color: #59b8b3;
}
.page-top .bike-lineup,
.page-top .bianchi-news {
  padding: 3rem 0;
}
.page-top .bike-lineup .title,
.page-top .bianchi-news .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  color: #24292e;
}
.page-top .bike-lineup .title::after,
.page-top .bianchi-news .title::after {
  content: '';
  display: block;
  height: 4px;
  width: 3rem;
  margin: -0.4rem auto 0 auto;
  background-color: #59b8b3;
}
.page-top .bike-lineup .lineup-slider {
  position: relative;
  margin-top: 2rem;
}
.page-top .bike-lineup .lineup-slider .slide-contents .lineup-item {
  padding: 0 0.5rem;
}
.page-top .bike-lineup .lineup-slider .slide-contents .lineup-item a {
  text-decoration: unset;
  color: #1a1b1b;
}
.page-top
  .bike-lineup
  .lineup-slider
  .slide-contents
  .lineup-item
  a
  .description {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.page-top .bike-lineup .lineup-slider .slide-contents .lineup-item a .name {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-top
    .bike-lineup
    .lineup-slider
    .slide-contents
    .lineup-item
    a
    .description {
    font-size: 1rem;
  }
  .page-top .bike-lineup .lineup-slider .slide-contents .lineup-item a .name {
    font-size: 3rem;
  }
}
.page-top .bike-lineup .lineup-slider .controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, 0.7);
}
.page-top .bike-lineup .lineup-slider .controls button:disabled {
  background: rgba(0, 0, 0, 0.3);
}
.page-top .bike-lineup .lineup-slider .controls button:nth-child(1) {
  left: 0;
}
.page-top .bike-lineup .lineup-slider .controls button:nth-child(2) {
  right: 0;
}
.page-top .bike-lineup .lineup-slider .controls button::before {
  content: '';
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  margin-top: -5px;
}
.page-top .bike-lineup .lineup-slider .controls button:nth-child(1)::before {
  transform: rotate(225deg);
  left: 0.6rem;
}
.page-top .bike-lineup .lineup-slider .controls button:nth-child(2)::before {
  transform: rotate(45deg);
  left: 0.4rem;
}
.page-top .bianchi-news {
  background-color: #1a1b1b;
  color: #fff;
}
.page-top .bianchi-news .title {
  color: #fff;
}
.page-top .bianchi-news .news-wrapper {
  margin: 2rem auto;
}
.page-top .bianchi-news .news-wrapper .news-item {
  margin: 1rem 0;
}
.page-top .bianchi-news .news-wrapper .news-item a {
  color: #fff;
  text-decoration: unset;
}
.page-top .bianchi-news .news-wrapper .news-item .news-item__category-date {
  display: flex;
  justify-content: center;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 300;
  margin-top: 0.7rem;
}
.page-top
  .bianchi-news
  .news-wrapper
  .news-item
  .news-item__category-date
  div:nth-child(1) {
  margin-right: 0.5rem;
}
.page-top .bianchi-news .news-wrapper .news-item .news-item__title {
  text-align: center;
  margin-top: 0.4rem;
  font-size: 1.1rem;
}
.page-top .bianchi-news .buttons {
  text-align: center;
}
.page-top .bianchi-news .buttons a {
  color: #fff;
  text-decoration: unset;
}
.page-top .bianchi-news .buttons .important-news {
  width: 90%;
  background-color: #59b8b3;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-top .bianchi-news .buttons .important-news {
    width: 20rem;
  }
}
.page-top .bianchi-news .buttons .important-news a .important-news__block {
  padding: 1rem 2rem;
}
.page-top .bianchi-news .buttons .all-news {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.page-top .links .link1 {
  margin: 3rem 0;
}
.page-top .links .link1 .link-item {
  margin: 1rem 0;
}
.page-top .links .link1 .link-item .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin: 1rem 0;
}
.page-top .links .link1 .link-item .link-button,
.page-top .links .link2 .link-button,
.page-top .links .link3 .texts .link-button {
  width: 10rem;
  margin: 0 auto;
}
.page-top .links .link1 .link-item .link-button a,
.page-top .links .link2 .link-button a,
.page-top .links .link3 .texts .link-button a {
  color: #000;
  text-decoration: unset;
}
.page-top .links .link1 .link-item .link-button .link-button__block,
.page-top .links .link2 .link-button .link-button__block,
.page-top .links .link3 .texts .link-button .link-button__block {
  padding: 0.8rem 1.7rem;
  border: 1px solid #000;
  position: relative;
}
.page-top .links .link1 .link-item .link-button .link-button__block::after,
.page-top .links .link2 .link-button .link-button__block::after,
.page-top .links .link3 .texts .link-button .link-button__block::after {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  right: 1.4rem;
  transform: rotate(45deg) translateY(-50%);
  margin-top: -2px;
}
.page-top .links .link2,
.page-top .links .link3 {
  align-items: center;
  margin: 3rem 0;
}
.page-top .links .link2 .title,
.page-top .links .link3 .texts .title {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.1em;
  margin-top: 1rem;
}
.page-top .links .link2 .title::after,
.page-top .links .link3 .texts .title::after {
  display: block;
  content: '';
  width: 4.4rem;
  height: 4px;
  background-color: #59b8b3;
  margin-top: 0;
}
.page-top .links .link2 .title br {
  display: none;
}
.page-top .links .link2 .description,
.page-top .links .link3 .texts .description {
  margin-top: 1.4rem;
}
.page-top .links .link3 .texts .description .subtitle {
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-top .links .link2 .link-button,
.page-top .links .link3 .texts .link-button {
  margin: 1.4rem 0 0 0;
}
.page-top .links .link2 .link-button a,
.page-top .links .link3 .texts .link-button a {
  color: #fff;
}
.page-top .links .link2 .link-button .link-button__block,
.page-top .links .link3 .texts .link-button .link-button__block {
  background-color: #1a1b1b;
  border-color: #1a1b1b;
}
.page-top .links .link2 .link-button .link-button__block::after,
.page-top .links .link3 .texts .link-button .link-button__block::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (min-width: 768px) {
  .page-top .links .link2 .title,
  .page-top .links .link3 .texts .title {
    margin-top: 0;
  }
  .page-top .links .link2 .title::after,
  .page-top .links .link3 .texts .title::after {
    margin-top: 1.4rem;
  }
  .page-top .links .link2 .title br {
    display: block;
  }
}
.page-top .links .link3 {
  position: unset;
  margin: 0;
}
.page-top .links .link3 .image {
  width: 100%;
  text-align: right;
  margin-left: auto;
  padding: 0 0.75rem;
}
.page-top .links .link3 .texts {
  position: unset;
  top: 50%;
  left: 10%;
  transform: unset;
  padding: 0 0.75rem;
  background-color: unset;
  box-shadow: unset;
}
@media (min-width: 768px) {
  .page-top .links .link3 {
    position: relative;
  }
  .page-top .links .link3 .image {
    width: 65%;
  }
  .page-top .links .link3 .texts {
    position: absolute;
    transform: translateY(-50%);
    padding: 3rem;
    background-color: #fff;
    box-shadow: 0 2rem 2rem -2rem hsl(200deg 50% 20% / 40%);
  }
}

/*
 * Page: e-omnia
 */
.page-e-omnia {
  background-color: #000;
  padding-bottom: 3rem;
}
.page-e-omnia .top-image {
  position: relative;
}
.page-e-omnia .top-image .top-image__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
}
.page-e-omnia .top-image .top-image__text {
  width: 100%;
  color: #fff;
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 250;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .page-e-omnia .top-image .top-image__text {
    font-size: 5rem;
  }
}
.page-e-omnia .eomnia-description-section {
  background-size: cover;
  background-image: url('./assets/img/e-omnia/hex-texture.jpg');
  padding: 5rem 0;
}
.page-e-omnia .eomnia-description-section .description-wrapper .description {
  padding: 0;
}
.page-e-omnia .eomnia-description-section .description .gradation-text {
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  background: linear-gradient(89.44deg, #937dd1 0.43%, #3ac0e3 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  margin: 0 auto;
}
.page-e-omnia .eomnia-description-section .description .text {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  margin-top: 2rem;
}
.page-e-omnia .eomnia-description-section .description .link-button,
.page-e-omnia .eomnia-test-ride .texts .link-button,
.page-e-omnia
  .eomnia-test-ride
  .ebike-option
  .ebike-option-wrapper
  .description
  .link-button {
  position: relative;
  width: 20rem;
  margin: 3rem auto 0;
}
.page-e-omnia .eomnia-description-section .description .link-button a,
.page-e-omnia
  .ebike-type
  .urban
  .urban-description
  .urban-description-wrapper
  .link-button
  a,
.page-e-omnia
  .ebike-type
  .tourer
  .tourer-description
  .tourer-description-wrapper
  .link-button
  a,
.page-e-omnia .eomnia-test-ride .texts .link-button a,
.page-e-omnia
  .eomnia-test-ride
  .ebike-option
  .ebike-option-wrapper
  .description
  .link-button
  a {
  color: #fff;
  text-decoration: unset;
}
.page-e-omnia
  .eomnia-description-section
  .description
  .link-button
  .link-button__block,
.page-e-omnia
  .ebike-type
  .urban
  .urban-description
  .urban-description-wrapper
  .link-button
  .link-button__block,
.page-e-omnia
  .ebike-type
  .tourer
  .tourer-description
  .tourer-description-wrapper
  .link-button
  .link-button__block,
.page-e-omnia .eomnia-test-ride .texts .link-button .link-button__block,
.page-e-omnia
  .eomnia-test-ride
  .ebike-option
  .ebike-option-wrapper
  .description
  .link-button
  .link-button__block {
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 54px;
  align-items: center;
  text-align: center;
  background: linear-gradient(89.44deg, #937dd1 0.43%, #3ac0e3 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-e-omnia
  .eomnia-description-section
  .description
  .link-button
  .link-button__block::after,
.page-e-omnia
  .ebike-type
  .urban
  .urban-description
  .urban-description-wrapper
  .link-button
  .link-button__block::after,
.page-e-omnia
  .ebike-type
  .tourer
  .tourer-description
  .tourer-description-wrapper
  .link-button
  .link-button__block::after,
.page-e-omnia .eomnia-test-ride .texts .link-button .link-button__block::after,
.page-e-omnia
  .eomnia-test-ride
  .ebike-option
  .ebike-option-wrapper
  .description
  .link-button
  .link-button__block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, #42d1db, #d77fff, #32c0d3);
  background-size: 200% 200%;
  clip-path: polygon(
    0% 100%,
    4px 100%,
    4px 4px,
    calc(100% - 4px) 4px,
    calc(100% - 4px) calc(100% - 4px),
    4px calc(100% - 4px),
    4px 100%,
    100% 100%,
    100% 0%,
    0% 0%
  );
}
@media (min-width: 768px) {
  .page-e-omnia .eomnia-description-section .description .gradation-text {
    line-height: 54px;
    font-size: 2rem;
  }
  .page-e-omnia .eomnia-description-section .description .text {
    line-height: 39px;
    font-size: 1.1rem;
    margin: 3rem auto 0;
  }
}
@media (min-width: 1200px) {
  .page-e-omnia .eomnia-description-section .description .gradation-text {
    width: max-content;
  }
  .page-e-omnia .eomnia-description-section .description .text {
    margin: 5rem auto 0;
    width: 60%;
  }
}
.page-e-omnia .ebike-type {
  width: 95%;
  margin: 5rem auto;
}
.page-e-omnia .ebike-type .title {
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  justify-content: center;
  color: #ffffff;
}
.page-e-omnia .ebike-type .eomnia,
.page-e-omnia .ebike-type .urban,
.page-e-omnia .ebike-type .tourer,
.page-e-omnia .ebike-type .mtb {
  margin-top: 5rem;
}
.page-e-omnia .ebike-type .eomnia .eomnia-description {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 39px;
  color: #ffffff;
  margin-top: 2rem;
}
.page-e-omnia
  .ebike-type
  .urban
  .urban-description
  .urban-description-wrapper
  .gradation
  span,
.page-e-omnia
  .ebike-type
  .tourer
  .tourer-description
  .tourer-description-wrapper
  .gradation
  span,
.page-e-omnia
  .ebike-type
  .mtb
  .mtb-description
  .mtb-description-wrapper
  .gradation
  span {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 54px;
  letter-spacing: 0.51em;
  background: linear-gradient(89.44deg, #937dd1 0.43%, #3ac0e3 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-e-omnia
  .ebike-type
  .urban
  .urban-description
  .urban-description-wrapper
  div:nth-child(2),
.page-e-omnia
  .ebike-type
  .tourer
  .tourer-description
  .tourer-description-wrapper
  div:nth-child(2),
.page-e-omnia
  .ebike-type
  .mtb
  .mtb-description
  .mtb-description-wrapper
  div:nth-child(2) {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 61px;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin-top: 2rem;
}
.page-e-omnia
  .ebike-type
  .urban
  .urban-description
  .urban-description-wrapper
  div:nth-child(3),
.page-e-omnia
  .ebike-type
  .tourer
  .tourer-description
  .tourer-description-wrapper
  div:nth-child(3),
.page-e-omnia
  .ebike-type
  .mtb
  .mtb-description
  .mtb-description-wrapper
  div:nth-child(3) {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 39px;
  color: #ffffff;
  margin-top: 2rem;
}
.page-e-omnia
  .ebike-type
  .urban
  .urban-description
  .urban-description-wrapper
  .link-button,
.page-e-omnia
  .ebike-type
  .tourer
  .tourer-description
  .tourer-description-wrapper
  .link-button {
  position: relative;
  width: 20rem;
  margin: 4rem 0 0;
}

@media (min-width: 768px) {
  .page-e-omnia .ebike-type {
    width: 90%;
    margin: 10rem auto 5rem;
  }
  .page-e-omnia .ebike-type .title {
    font-size: 3rem;
    line-height: 66px;
  }
  .page-e-omnia .ebike-type .eomnia .eomnia-image-wrapper,
  .page-e-omnia .ebike-type .urban .urban-image-wrapper,
  .page-e-omnia .ebike-type .tourer .tourer-image-wrapper,
  .page-e-omnia .ebike-type .mtb .mtb-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-e-omnia .ebike-type .eomnia .eomnia-description,
  .page-e-omnia .ebike-type .urban .urban-description,
  .page-e-omnia .ebike-type .tourer .tourer-description,
  .page-e-omnia .ebike-type .mtb .mtb-description {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-e-omnia
    .ebike-type
    .urban
    .urban-description
    .urban-description-wrapper
    div:nth-child(2),
  .page-e-omnia
    .ebike-type
    .tourer
    .tourer-description
    .tourer-description-wrapper
    div:nth-child(2),
  .page-e-omnia
    .ebike-type
    .mtb
    .mtb-description
    .mtb-description-wrapper
    div:nth-child(2) {
    margin-top: 0;
  }
  @media (max-width: 991px) {
    .page-e-omnia .ebike-type .eomnia .eomnia-description {
      line-height: normal;
    }
    .page-e-omnia
      .ebike-type
      .urban
      .urban-description
      .urban-description-wrapper
      div:nth-child(3),
    .page-e-omnia
      .ebike-type
      .tourer
      .tourer-description
      .tourer-description-wrapper
      div:nth-child(3),
    .page-e-omnia
      .ebike-type
      .mtb
      .mtb-description
      .mtb-description-wrapper
      div:nth-child(3) {
      line-height: normal;
    }
    .page-e-omnia
      .ebike-type
      .urban
      .urban-description
      .urban-description-wrapper
      .link-button,
    .page-e-omnia
      .ebike-type
      .tourer
      .tourer-description
      .tourer-description-wrapper
      .link-button {
      margin: 2rem 0 0;
    }
  }
}
@media (min-width: 992px) {
  .page-e-omnia .ebike-type {
    width: 75%;
    margin: 15rem auto 10rem;
  }
  .page-e-omnia .ebike-type .eomnia,
  .page-e-omnia .ebike-type .urban,
  .page-e-omnia .ebike-type .tourer,
  .page-e-omnia .ebike-type .mtb {
    margin-top: 10rem;
  }
  .page-e-omnia .ebike-type .eomnia .eomnia-description,
  .page-e-omnia .ebike-type .urban .urban-description,
  .page-e-omnia .ebike-type .tourer .tourer-description,
  .page-e-omnia .ebike-type .mtb .mtb-description {
    width: 45%;
    margin: 0 auto;
  }
}
.page-e-omnia .eomnia-test-ride .texts {
  margin: 0;
  text-align: center;
  color: #fff;
}
.page-e-omnia .eomnia-test-ride .texts div:nth-child(1) {
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.page-e-omnia .eomnia-test-ride .texts div:nth-child(2) {
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 250;
  font-size: 1.5rem;
  margin-top: 3rem;
}
.page-e-omnia .eomnia-test-ride .texts div:nth-child(3) {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 300;
  margin-top: 3rem;
}
.page-e-omnia .eomnia-test-ride .bosch {
  margin: 5rem 0 0;
}
.page-e-omnia .eomnia-test-ride .bosch .bosch-wrapper,
.page-e-omnia .eomnia-test-ride .ebike-option .ebike-option-wrapper {
  padding: 0;
}
.page-e-omnia
  .eomnia-test-ride
  .bosch
  .bosch-wrapper
  .description
  .gradation-text,
.page-e-omnia
  .eomnia-test-ride
  .ebike-option
  .ebike-option-wrapper
  .description
  .gradation-text
  span {
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  background: linear-gradient(89.44deg, #937dd1 0.43%, #3ac0e3 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-e-omnia
  .eomnia-test-ride
  .bosch
  .bosch-wrapper
  .description
  .gradation-text {
  margin-top: 0.5rem;
}
.page-e-omnia .eomnia-test-ride .bosch .bosch-wrapper .description .text,
.page-e-omnia
  .eomnia-test-ride
  .ebike-option
  .ebike-option-wrapper
  .description
  .text {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-top: 1.5rem;
}
.page-e-omnia .eomnia-test-ride .ebike-option {
  margin: 3rem 0 0;
}
.page-e-omnia
  .eomnia-test-ride
  .ebike-option
  .ebike-option-wrapper
  .description {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .page-e-omnia .eomnia-test-ride .texts div:nth-child(1) {
    font-size: 3.2rem;
    line-height: 74px;
  }
  .page-e-omnia .eomnia-test-ride .texts div:nth-child(2) {
    font-size: 2.1rem;
    line-height: 74px;
  }
  .page-e-omnia .eomnia-test-ride .texts div:nth-child(3) {
    font-size: 1.1rem;
    line-height: 39px;
  }
  .page-e-omnia .eomnia-test-ride .bosch .bosch-wrapper,
  .page-e-omnia .eomnia-test-ride .ebike-option .ebike-option-wrapper {
    position: relative;
  }
  .page-e-omnia .eomnia-test-ride .bosch .bosch-wrapper .description {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
  .page-e-omnia
    .eomnia-test-ride
    .bosch
    .bosch-wrapper
    .description
    .gradation-text {
    margin-top: 1rem;
  }
  .page-e-omnia .eomnia-test-ride .ebike-option {
    margin: 0;
  }
  .page-e-omnia
    .eomnia-test-ride
    .ebike-option
    .ebike-option-wrapper
    .description {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 40%;
  }
  @media (max-width: 1400px) {
    .page-e-omnia .eomnia-test-ride .bosch .bosch-wrapper .description,
    .page-e-omnia
      .eomnia-test-ride
      .bosch
      .bosch-wrapper
      .description
      .bosch-image {
      width: 50%;
    }
  }
}
@media (min-width: 992px) {
  .page-e-omnia .eomnia-test-ride .texts {
    width: 60%;
    margin: 0 auto;
  }
  .page-e-omnia .eomnia-test-ride .bosch {
    margin: 10rem 0 0;
  }
  .page-e-omnia
    .eomnia-test-ride
    .bosch
    .bosch-wrapper
    .description
    .gradation-text,
  .page-e-omnia
    .eomnia-test-ride
    .ebike-option
    .ebike-option-wrapper
    .description
    .gradation-text
    span {
    font-size: 1.7rem;
  }
  .page-e-omnia .eomnia-test-ride .bosch .bosch-wrapper .description .text,
  .page-e-omnia
    .eomnia-test-ride
    .ebike-option
    .ebike-option-wrapper
    .description
    .text {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .page-e-omnia
    .eomnia-test-ride
    .bosch
    .bosch-wrapper
    .description
    .gradation-text,
  .page-e-omnia
    .eomnia-test-ride
    .ebike-option
    .ebike-option-wrapper
    .description
    .gradation-text
    span {
    line-height: 54px;
  }
  .page-e-omnia .eomnia-test-ride .bosch .bosch-wrapper .description .text,
  .page-e-omnia
    .eomnia-test-ride
    .ebike-option
    .ebike-option-wrapper
    .description
    .text {
    line-height: 39px;
    margin-top: 3rem;
  }
}
