@charset "UTF-8";

.layout-vision-header .animation-color-in-horizontal:after {
  background-color: #f0f0f0;
  z-index: 20
}

.layout-content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto
}

.layout-content__inner {
  position: relative;
  background: url(/runningshoes/training-shoes/assets/img/bg.png) repeat center center;
  background-size: 10rem 10rem
}

.layout-content__inner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: linear-gradient(to right, #d9d9d900 0 60rem, #d9d9d9 60rem calc(60rem + 1px), #d9d9d900 calc(60rem + 1px) 100%);
  transform: translate(-50%);
  width: 120rem;
  height: 100%;
  border: solid #D9D9D9;
  border-width: 0 1px
}

@media screen and (max-width: 768px) {
  .layout-content__inner:before {
    background: linear-gradient(to right, #d9d9d900 0 18.15rem, #d9d9d9 18.15rem calc(18.15rem + 1px), #d9d9d900 calc(18.15rem + 1px) 100%);
    width: 36.4rem
  }
}

.layout-footer {
  position: relative;
  z-index: 10;
  color: #fff;
  background: #000;
  text-align: center
}

.layout-footer__inner {
  padding: 3rem
}

@media screen and (max-width: 768px) {
  .layout-footer__inner {
    height: 10rem;
    padding: 2rem 0rem
  }
}

.layout-footer .footer-copyright {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 1
}

@media screen and (max-width: 768px) {
  .layout-footer .footer-copyright {
    font-size: 1.2rem
  }
}

.layout-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000
}

.layout-header__inner {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
  padding: 0 4rem
}

@media screen and (max-width: 768px) {
  .layout-header__inner {
    height: 7rem;
    padding: 0 .9rem 0 1rem
  }
}

.layout-header .header-logo {
  position: relative;
  z-index: 100;
  width: 12rem;
  margin-top: 3rem;
}

.layout-header .header-logo a {
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  will-change: opacity
}

@media (hover: hover) {
  .layout-header .header-logo a:hover {
    opacity: .5
  }
}

@media (hover: none) {
  .layout-header .header-logo a:active {
    opacity: .5
  }
}

.layout-header .header-menu {
  display: flex
}

.layout-header .header-menu__item a {
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.9rem;
  height: 5.4rem;
  line-height: 1;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
}

@media (hover: hover) {
  .layout-header .header-menu__item a:hover {
    opacity: .5;
    will-change: opacity
  }
}

@media (hover: none) {
  .layout-header .header-menu__item a:active {
    opacity: .5;
    will-change: opacity
  }
}

@media screen and (max-width: 768px) {
  .layout-header .header-menu__item a {
    font-size: 1.2rem;
    width: 16.4rem;
    height: 3.2rem
  }
}

.u-align-center {
    text-align: center!important;
    width: 100%;
    display: block;
    max-width: 35rem;
    margin: 0 auto;
    background: #000;
    color: #fff;
    margin-bottom: 5rem;
}
.c-button-main {
    max-width: 350px;
    width: 100%;
}
@media screen and (max-width: 768px) {
.c-button-main {
    width: 90%;
}
}
.c-button-main {
    --padding-y: var(--space-4);
    --padding-x: var(--space-4);
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: bold;
    justify-content: space-between;
    line-height: var(--line-height-xs);
    overflow: visible;
    padding: 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background .3s,color .3s,border .3s;
}

.c-button-main.focus-visible,.c-button-main.focus-visible:focus {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
}

.c-button-main.focus-visible:focus,.c-button-main:focus-visible {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
}
.u-align-center a.c-button-main:visited {
  color: #fff !important;
}
.c-button-main>*+* {
    margin-left: var(--space-2);
}

.c-button-main__text {
    flex: 1;
}

.c-button-main:hover{
  background:#fff;
  border:2px solid #000);
  color:#000;
  text-decoration:none;
}