/*!
foundation > reset
------------------------------
*/

.lp_wrap{
  margin-bottom: 20px;
    div{
      color: #fff;
    }

.l-main--nav{
  position: relative;
}

.p-mv {
  position: relative;
  margin-top: 100px;
  height: calc(100vh - 100px);
}

.p-mv__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.p-mv__slide:first-child {
  opacity: 1;
  display: block;
}

.p-mv__slide-link {
  display: block;
}

.p-mv__img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 800px;
}

.p-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.p-global-nav {
  font-family: "Noto Sans JP", sans-serif;
}

.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.p-global-nav__item-link:hover {
  text-decoration: none;
  color: #000;
}

.p-global-nav__item-link:hover .p-global-nav__item-text-en::after {
  width: 100%;
}

.p-global-nav__item-link:visited {
  color: #000;
}

.p-global-nav__item-link:link {
  color: #000;
}

.p-global-nav__item-text-en {
  text-align: center;
  position: relative;
}

.p-global-nav__item-text-en::after {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 0;
  display: block;
  width: 0%;
  height: 1px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  background-color: #B5871B;
}

.p-global-nav__item-text-en--shock::after {
  bottom: 0px;
}

.p-global-nav__item-text-en-img {
  height: 26px;
  display: inline-block;
  position: relative;
}

.p-global-nav__item-text-en-img--shock {
  height: 34px;
}

.p-global-nav__item-text-jp {
  font-size: 13px;
  text-align: center;
}

.p-global-nav__item-text-jp--shock {
  margin-top: 7px;
}

.p-menu {
  padding-top: 28px;
}

.p-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.p-menu__item-link {
  display: block;
}

.p-menu__item-text {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.p-menu__item-text span {
  display: inline-block;
}

.p-menu__item-text span:first-child {
  margin-right: 6px;
}

.p-menu__item-text span:nth-child(2) {
  font-size: 25px;
}

.p-menu__item-text-coil {
  font-size: 25px;
}

.p-menu__item-img {
  height: 21px;
}

.p-media {
  padding-top: 50px;
}

.p-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-media__item.p-movie {
  width: 100%;
  margin-bottom: 22px;
}

.p-media__item.p-web {
  margin-right: 62px;
}

.p-media__item.p-blog {
  margin-left: 44px;
}

.p-media__item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-media__item-title-arrow-img {
  width: 33px;
  display: block;
}

.p-movie .p-media__item-title-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-movie .p-media__item-title {
  margin-right: 8px;
}

.p-movie .p-media__item-title-img {
  height: 21px;
}

.p-movie .p-media__item-title-arrow {
  margin-top: 4px;
}

.p-web .p-media__item-title-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-web .p-media__item-title {
  margin-right: 16px;
}

.p-web .p-media__item-title-img {
  height: 42px;
}

.p-check .p-media__item-title-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-check .p-media__item-title {
  margin-right: 14px;
}

.p-check .p-media__item-title-img {
  height: 38px;
}

.p-blog .p-media__item-title-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-blog .p-media__item-title-img {
  height: 45px;
}

.p-blog .p-media__item-title-arrow {
  margin-bottom: 10px;
  margin-left: -14px;
}

.p-movie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-movie__links {
  width: 614px;
  padding: 20px;
  border-top: 1px solid #B5871B;
  border-bottom: 1px solid #B5871B;
}

.p-movie__links-item-link {
  display: block;
}

.p-movie__links-item-img {
  height: 68px;
  -webkit-box-shadow: 9.33px 6.67px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 9.33px 6.67px 12px 0px rgba(0, 0, 0, 0.75);
}

.p-movie__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #B5871B;
  border-right: 0;
  margin-left: 14px;
}

.splide__arrow--prev {
  display: none;
}

.splide__pagination {
  display: none;
}

.splide__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #B5871B;
  border-right: 0;
  margin-left: 14px;
  background: transparent;
  border-radius: 0;
}

.splide__arrow--next {
  right: -52px;
}

.p-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.p-web__links-item-img {
  height: 120px;
}

.p-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.p-blog__links-item-img {
  height: 94px;
}

.p-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.p-check__links-item-img {
  height: 85px;
}

.p-updates {
  padding-top: 36px;
  padding-bottom: 94px;
}

.p-updates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.p-updates__item-title {
  position: relative;
}

.p-updates__item-title::after {
  position: absolute;
  content: "";
  height: 13px;
  width: 100%;
  left: 0;
  background-color: #B5871B;
  margin-top: 6px;
  z-index: 1;
}

.p-updates__item-title-img {
  height: 26px;
  padding-right: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.p-updates__item-links {
  margin-top: 10px;
}

.p-updates__item-more {
  margin-top: 8px;
  position: relative;
  font-family: "Jost", sans-serif;
}

.p-updates__item-more::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #B5871B;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-updates__item-more-link {
  padding-right: 16px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.p-updates-list__item-title {
  font-size: 14px;
  margin-top: 2px;
}

.p-forstreet-mv {
  margin-top: 100px;
}

.p-forstreet-mv__img {
  width: 100%;
}

.p-forstreet-intro {
  padding-top: 80px;
  margin-bottom: 60px;
}

.p-forstreet-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-forstreet-intro__logo-text {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-forstreet-intro__logo-text span {
  display: inline-block;
}

.p-forstreet-intro__logo-text span:first-child {
  font-size: 44px;
  margin-right: 12px;
}

.p-forstreet-intro__logo-text span:nth-child(2) {
  color: #D30E2B;
  font-size: 63px;
}

.p-forstreet-intro__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.p-carlife {
  padding-bottom: 94px;
}

.p-carlife__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6px;
}

.p-carlife__heading::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 50%;
  bottom: 4px;
  right: 0;
  background-color: #B5871B;
}

.p-carlife__title {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  background-color: #fff;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 8px;
  margin-left: 8px;
}

.p-carlife__title span {
  display: inline-block;
}

.p-carlife__title span:first-child {
  font-size: 20px;
  margin-right: 6px;
}

.p-carlife__title span:nth-child(2) {
  color: #D30E2B;
  font-size: 32px;
}

.p-carlife-list__item {
  height: 120px;
}

.p-carlife-list__more-text {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  padding-left: 32px;
}

.p-carlife-list__more-text span {
  display: inline-block;
}

.p-carlife-list__more-text span:first-child {
  font-size: 20px;
  margin-right: 6px;
}

.p-carlife-list__more-text span:nth-child(2) {
  text-transform: uppercase;
  font-size: 32px;
}

.p-carlife-list-item {
  position: relative;
}

.p-carlife-list-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B5871B;
  bottom: 0;
}

.p-carlife-list-item__link {
  display: block;
  height: 100%;
}

.p-carlife-list-item__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-carlife-list-item__inner>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-carlife-list-item__img01-wrapper {
  -webkit-box-flex: 0.337236534;
  -ms-flex-positive: 0.337236534;
  flex-grow: 0.337236534;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-right: 4px;
}

.p-carlife-list-item__img01 {
  height: 100%;
}

.p-carlife-list-item__img02-wrapper {
  -webkit-box-flex: 0.1358313817;
  -ms-flex-positive: 0.1358313817;
  flex-grow: 0.1358313817;
  margin-right: 20px;
}

.p-carlife-list-item__text {
  -webkit-box-flex: 0.2131147541;
  -ms-flex-positive: 0.2131147541;
  flex-grow: 0.2131147541;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.p-carlife-list-item__logo {
  -webkit-box-flex: 0.3138173302;
  -ms-flex-positive: 0.3138173302;
  flex-grow: 0.3138173302;
}

.p-carlife-list-item:nth-child(3) .p-carlife-list-item__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-carlife-list-item:nth-child(3) .p-carlife-list-item__logo-img {
  height: 75%;
}

.p-forrally-logo {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 64px;
  line-height: 1;
}

.p-forrally-logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-forrally-logo__text {
  margin-right: 130px;
}

.p-forrally-logo__text span {
  display: inline-block;
}

.p-forrally-logo__text span:first-child {
  font-size: 44px;
  margin-right: 12px;
}

.p-forrally-logo__text span:nth-child(2) {
  color: #D30E2B;
  font-size: 63px;
}

.p-forrally-keyword {
  margin-top: 64px;
}

.p-forrally-keyword__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-forrally-keyword__img-wrapper {
  margin-right: 100px;
}

.p-forrally-keyword__img {
  height: 98px;
}

.p-damper {
  margin-top: 60px;
}

.p-damper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-damper__wrapper {
  position: relative;
}

.p-damper__img-wrapper {
  position: absolute;
  z-index: -1;
  right: -71px;
  top: -40px;
}

.p-damper__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 2;
  font-style: normal;
  letter-spacing: -0.03em;
}

.p-damper__img {
  height: 190px;
}

.p-damper-logo {
  margin-top: 32px;
  text-align: center;
}

.p-damper-logo__img-wrapper {
  margin-right: 136px;
}

.p-damper-logo__img {
  height: 124px;
}

.p-damper-links {
  margin-top: 24px;
  margin-bottom: 80px;
}

.p-damper-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-damper-links__item {
  padding: 0 37px;
  border-right: 1px solid #D30E2B;
}

.p-damper-links__item:last-child {
  border-right: none;
}

.p-damper-links__item-title {
  line-height: 2;
  color: #fff;
  background-color: #D30E2B;
  text-align: center;
  margin-bottom: 10px;
}

.p-damper-links__cap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 13px;
}

.p-lineup {
  margin-top: 100px;
  padding: 170px 0 120px 0;
  background-image: url(../img/lineup/back-ground.jpg);
  color: #fff;
}

.p-lineup a {
  display: inline-block;
}

.p-lineup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.p-lineup__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-lineup__list-wrapper:nth-child(2) {
  margin-top: 36px;
}

.p-lineup__list-wrapper:nth-child(2) .p-lineup__item {
  font-size: 20px;
}

.p-lineup__list-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-lineup__list-title-text {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-lineup__list-title-text span {
  display: inline-block;
}

.p-lineup__list-title-text span:first-child {
  margin-right: 6px;
}

.p-lineup__list-title-text span:nth-child(2) {
  margin-right: 6px;
  font-size: 22px;
}

.p-lineup__list-title-text span:nth-child(3) {
  font-size: 32px;
}

.p-lineup__list-title-sub {
  font-size: 14px;
  letter-spacing: 0.06em;
}

.p-lineup__list {
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  line-height: 1.6;
  margin-left: 35px;
  margin-top: 10px;
}

.p-lineup__list--second {
  line-height: 1.4;
}

.p-lineup__list-box {
  margin-top: 16px;
  display: inline-block;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding-top: 6px;
}

.p-lineup__list-box .p-lineup__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.p-lineup__list-box .p-lineup__list::after {
  position: absolute;
  content: "";
  width: 104%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #fff;
}

.p-lineup__list-box .p-lineup__item a {
  font-size: 18px;
  padding-top: 4px;
}

.p-lineup__item {
  font-size: 18px;
}

.p-lineup__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-lineup__right-img {
  height: 80px;
}

.p-new-product {
  text-align: center;
}

.p-new-product__title-wrapper {
  padding: 60px 0 100px 0;
}

.p-new-product__title {
  font-weight: bold;
  font-size: 20px;
}

.p-sub-mv {
  margin-top: 100px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-sub-mv__img-wrapper {
  width: 100%;
  height: 100%;
}

.p-sub-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sub-mv__text {
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-out forwards 0.8s;
  animation: fadeIn 1.5s ease-out forwards 0.8s;
  text-align: center;
  position: absolute;
}

.p-sub-mv__text-img {
  display: block;
  min-width: 820px;
  max-width: 820px;
}

.p-sub-mv__text-img--more {
  min-width: 700px;
  max-width: 700px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.p-mv__slide:nth-child(3) .p-mv__text {
  top: 44%;
}

.p-mv__slide:nth-child(4) .p-mv__text {
  top: 36%;
}

.p-mv__slide:nth-child(5) .p-mv__text {
  top: 75%;
}

.p-mv__slide:nth-child(6) .p-mv__text {
  top: 85%;
}

.p-mv__slide:nth-child(7) .p-mv__text {
  top: 27%;
  right: 5%;
  -webkit-transform: none;
  transform: none;
}

.p-navigation {
  color: #8d8d8d;
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  position: absolute;
  left: 10%;
  top: 160px;
}

.p-navigation__list-wrapper {
  margin-top: 28px;
}

.p-navigation__list {
  margin-top: 4px;
  line-height: 1.5;
}

.p-navigation__list:nth-child(3) {
  margin-top: 22px;
}

.p-navigation__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-navigation__list-title-text {
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-navigation__list-title-text span {
  display: inline-block;
}

.p-navigation__list-title-text span:first-child {
  margin-right: 6px;
  font-size: 18px;
}

.p-navigation__list-title-text span:nth-child(2) {
  font-size: 22px;
}

.p-navigation__item {
  font-size: 16px;
}

.p-navigation__item-link.active {
  color: #B5871B;
}

.p-more-link {
  margin-top: 40px;
  margin-bottom: 80px;
}

.p-more-link__inner {
  height: 156px;
  background-image: url(../img/more/top_msmc.jpg);
  background-position: center;
  background-size: cover;
}

.p-more-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.p-read-more {
  cursor: pointer;
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-read-more--special .p-read-more__inner {
  background-image: url(../img/special/readomre.jpg);
}

.p-read-more--extage .p-read-more__inner {
  background-image: url(../img/extage/readomre.jpg);
}

.p-read-more--lowfersports .p-read-more__inner {
  background-image: url(../img/lowfersports/readomre.jpg);
}

.p-read-more--lowfersportsplus .p-read-more__inner {
  background-image: url(../img/lowfersportsplus/readomre.jpg);
}

.p-read-more__inner {
  height: 156px;
  background-position: center;
  background-size: cover;
}

.p-read-more__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 450;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.p-more-keyword {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-more-keyword__img {
  height: 144px;
}

.p-more {
  margin-top: 60px;
}

.p-more__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-more__wrapper {
  position: relative;
}

.p-more__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 2;
  font-style: normal;
  letter-spacing: -0.03em;
}

.p-more__img-wrapper {
  position: absolute;
  z-index: 2;
  right: -26px;
  top: -57px;
}

.p-more__img {
  height: 166px;
}

.p-newsr-logo {
  margin-top: 15px;
  margin-bottom: 12px;
}
.p-newsr-logo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-left: 210px;
}
.p-newsr-logo__link {
  display: block;
}
.p-newsr-logo__img-wrapper {
  text-align: center;
  margin-top: 20px;
}
.p-newsr-logo__img {
  width: 300px;
}
.p-newsr-logo__text {
  margin-left: 230px;
  margin-top: -10px;
  pointer-events: none;
}
.p-newsr-logo__text-img {
  width: 223px;
}

.p-special-keyword {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-special-keyword__img {
  height: 144px;
}

.p-special {
  margin-top: 48px;
}

.p-special__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-special__wrapper {
  position: relative;
}

.p-special__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 2;
  font-style: normal;
  letter-spacing: -0.03em;
}

.p-special__img-wrapper {
  position: absolute;
  z-index: 2;
  right: -115px;
  top: -51px;
}

.p-special__img {
  height: 156px;
}

.p-special-logo__img-wrapper {
  text-align: center;
  margin-top: 36px;
}

.p-special-logo__img {
  height: 126px;
}

.p-extage-keyword {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-extage-keyword__img {
  height: 144px;
}

.p-extage {
  margin-top: 48px;
}

.p-extage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-extage__wrapper {
  position: relative;
}

.p-extage__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 2;
  font-style: normal;
  letter-spacing: -0.03em;
}

.p-extage__img-wrapper {
  position: absolute;
  z-index: 2;
  right: -174px;
  top: -53px;
}

.p-extage__img {
  height: 156px;
}

.p-extage-logo__img-wrapper {
  text-align: center;
  margin-top: 36px;
}

.p-extage-logo__img {
  height: 140px;
  margin-right: 221px;
}

.p-lowfersports-keyword {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-lowfersports-keyword__img {
  height: 144px;
}

.p-lowfersports {
  margin-top: 48px;
}

.p-lowfersports__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-lowfersports__wrapper {
  position: relative;
}

.p-lowfersports__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 2;
  font-style: normal;
  letter-spacing: -0.03em;
}

.p-lowfersports__img-wrapper {
  position: absolute;
  z-index: 2;
  right: -168px;
  top: -43px;
}

.p-lowfersports__img {
  height: 160px;
}

.p-lowfersports-logo__img-wrapper {
  text-align: center;
  margin-top: 44px;
}

.p-lowfersports-logo__img {
  height: 127px;
  margin-right: 41px;
}

.p-lowfersportsplus-keyword {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-lowfersportsplus-keyword__img {
  height: 144px;
}

.p-lowfersportsplus {
  margin-top: 48px;
}

.p-lowfersportsplus__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-lowfersportsplus__wrapper {
  position: relative;
}

.p-lowfersportsplus__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 2;
  font-style: normal;
  letter-spacing: -0.03em;
}

.p-lowfersportsplus__img-wrapper {
  position: absolute;
  z-index: 2;
  right: -153px;
  top: -77px;
}

.p-lowfersportsplus__img {
  height: 160px;
}

.p-lowfersportsplus-logo__img-wrapper {
  text-align: center;
  margin-top: 20px;
}

.p-lowfersportsplus-logo__img {
  height: 178px;
  margin-right: -48px;
}

.p-spectr-section1__body {
  position: relative;
  margin-top: -120px;
}
.p-spectr-section1__content-wrapper {
  max-width: 640px;
  margin-right: 20px;
  margin-left: auto;
}
.p-spectr-section1__img-wrapper {
  position: absolute;
  top: 10px;
  left: 0;
}
.p-spectr-section1__img {
  width: 180px;
}
.p-spectr-section1__title {
  font-style: italic;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.p-spectr-section1__title span {
  color: #E60012;
  margin-left: 190px;
}
.p-spectr-section1__desc {
  margin-top: 11px;
}
.p-spectr-section1__content1 {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.p-spectr-section1__content1-item + .p-spectr-section1__content1-item {
  margin-top: 12px;
}
.p-spectr-section1__content2 {
  margin-top: 10px;
  position: relative;
}
.p-spectr-section1__content2-text-area {
  display: inline-block;
  border: 1px solid #E60012;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 18%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 18%);
  position: relative;
  z-index: 1;
  left: -120px;
}
.p-spectr-section1__content2-text-area::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #E60012;
  left: -4px;
  top: -6px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 1;
}
.p-spectr-section1__content2-title1 {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  margin-left: 16px;
  margin-top: 3px;
}
.p-spectr-section1__content2-title1 span {
  color: #E60012;
}
.p-spectr-section1__content2-title2 {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
}
.p-spectr-section1__content2-title2 span:first-child {
  display: inline-block;
  background-color: #E60012;
  line-height: 1.6;
  padding-left: 6px;
  padding-right: 14px;
}
.p-spectr-section1__content2-title2 span:nth-child(2) {
  margin-left: 10px;
}
.p-spectr-section1__content2-title2 img {
  width: 156px;
}
.p-spectr-section1__content2-text-wrapper {
  margin-top: 9px;
  margin-bottom: 10px;
}
.p-spectr-section1__content2-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 11px;
}
.p-spectr-section1__content2-text span:first-child {
  color: #E60012;
}
.p-spectr-section1__content2-text span:nth-child(2) {
  margin-left: 4px;
}
.p-spectr-section1__content2-text + .p-spectr-section1__content2-text {
  margin-top: 6px;
}
.p-spectr-section1__content2-img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-spectr-section1__content2-img {
  width: 418px;
}

.p-spectr-section1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-spectr-section1-item__text-wrapper {
  width: 444px;
}
.p-spectr-section1-item__title {
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}
.p-spectr-section1-item__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../images/square-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 23px;
}
.p-spectr-section1-item__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E60012;
  bottom: -2px;
  left: 0;
}
.p-spectr-section1-item__desc {
  margin-right: 12px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6428571429;
}
.p-spectr-section1-item__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-spectr-section1-item__img {
  width: 137px;
}

.p-spectr-section2 {
  margin-top: 48px;
  position: relative;
}
.p-spectr-section2__body {
  margin-top: -74px;
}
.p-spectr-section2__content-wrapper {
  max-width: 640px;
  margin-right: 100px;
  margin-left: auto;
}
.p-spectr-section2__img-wrapper {
  position: absolute;
  top: 140px;
  right: 0;
}
.p-spectr-section2__img {
  width: 150px;
}
.p-spectr-section2__title {
  font-style: italic;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-left: 20px;
}
.p-spectr-section2__title span:first-child {
  color: #00A73C;
  margin-left: 4px;
  margin-right: 4px;
}
.p-spectr-section2__title-span {
  margin-left: 100px;
}
.p-spectr-section2__desc {
  margin-top: 16px;
  margin-left: 20px;
}
.p-spectr-section2__content1 {
  margin-top: 21px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.p-spectr-section2__content1-item + .p-spectr-section2__content1-item {
  margin-top: 17px;
}
.p-spectr-section2__content2 {
  margin-top: 58px;
  padding-bottom: 58px;
  position: relative;
}
.p-spectr-section2__content2-text-area {
  margin-left: 40px;
  padding-right: 18px;
  display: inline-block;
  border: 1px solid #00A73C;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 20%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 20%);
  position: relative;
  z-index: 1;
}
.p-spectr-section2__content2-text-area::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #00A73C;
  left: -4px;
  top: -6px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 1;
}
.p-spectr-section2__content2-title1 {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  margin-left: 16px;
  margin-top: 3px;
}
.p-spectr-section2__content2-title1 span {
  color: #00A73C;
}
.p-spectr-section2__content2-title2 {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
}
.p-spectr-section2__content2-title2 span:first-child {
  display: inline-block;
  background-color: #00A73C;
  line-height: 1.6;
  padding-left: 6px;
  padding-right: 14px;
}
.p-spectr-section2__content2-title2 span:nth-child(2) {
  margin-left: 10px;
}
.p-spectr-section2__content2-title2 img {
  width: 156px;
}
.p-spectr-section2__content2-text-wrapper {
  margin-top: 9px;
  margin-bottom: 10px;
}
.p-spectr-section2__content2-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 11px;
}
.p-spectr-section2__content2-text span:first-child {
  color: #00A73C;
}
.p-spectr-section2__content2-text span:nth-child(2) {
  margin-left: 4px;
}
.p-spectr-section2__content2-text + .p-spectr-section2__content2-text {
  margin-top: 6px;
}
.p-spectr-section2__content2-img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-spectr-section2__content2-img {
  width: 450px;
}

.p-spectr-section2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-spectr-section2-item__text-wrapper {
  width: 520px;
}
.p-spectr-section2-item__title {
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  padding-left: 34px;
  position: relative;
}
.p-spectr-section2-item__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  background-image: url(../images/square-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 23px;
}
.p-spectr-section2-item__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E60012;
  bottom: -2px;
  left: 0;
}
.p-spectr-section2-item__title--strut::before {
  background-image: url(../images/square-green.svg);
}
.p-spectr-section2-item__title--strut::after {
  background-color: #00A73C;
}
.p-spectr-section2-item__desc {
  margin-left: 28px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6428571429;
}
.p-spectr-section2-item__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-spectr-section2-item__img {
  width: 150px;
}

.p-spectr {
  background-color: #000;
  color: #fff;
}

.p-specgr-section1__body {
  position: relative;
  margin-top: -120px;
}
.p-specgr-section1__content-wrapper {
  max-width: 640px;
  margin-right: 100px;
  margin-left: auto;
}
.p-specgr-section1__img-wrapper {
  position: absolute;
  top: -54px;
  left: 22px;
}
.p-specgr-section1__img {
  width: 227px;
}
@media screen and (max-width: 1500px) {
  .p-specgr-section1__img {
    width: calc(227px - 0.0954545455 * (1500px - 100vw));
  }
}
.p-specgr-section1__title {
  font-style: italic;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.p-specgr-section1__title span {
  color: #daad00;
  margin-left: 190px;
}
.p-specgr-section1__desc {
  margin-top: 11px;
}
.p-specgr-section1__content1 {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.p-specgr-section1__content1-item + .p-specgr-section1__content1-item {
  margin-top: 12px;
}
.p-specgr-section1__content2 {
  margin-top: 108px;
  margin-right: -100px;
  position: relative;
}
.p-specgr-section1__content2-text-area {
  display: inline-block;
  border: 1px solid #daad00;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 18%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 18%);
  position: relative;
  z-index: 1;
  margin-left: -220px;
}
.p-specgr-section1__content2-text-area::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #daad00;
  left: -4px;
  top: -6px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 1;
}
.p-specgr-section1__content2-title1 {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  margin-left: 16px;
  margin-top: 3px;
}
.p-specgr-section1__content2-title1 span {
  color: #daad00;
}
.p-specgr-section1__content2-title2 {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
}
.p-specgr-section1__content2-title2 span:first-child {
  display: inline-block;
  background-color: #daad00;
  line-height: 1.6;
  padding-left: 6px;
  padding-right: 14px;
}
.p-specgr-section1__content2-title2 span:nth-child(2) {
  margin-left: 10px;
}
.p-specgr-section1__content2-title2 img {
  width: 156px;
}
.p-specgr-section1__content2-text-wrapper {
  margin-top: 9px;
  margin-bottom: 10px;
}
.p-specgr-section1__content2-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 11px;
}
.p-specgr-section1__content2-text span:first-child {
  color: #daad00;
}
.p-specgr-section1__content2-text span:nth-child(2) {
  margin-left: 4px;
}
.p-specgr-section1__content2-text + .p-specgr-section1__content2-text {
  margin-top: 6px;
}
.p-specgr-section1__content2-cap {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 7px;
  margin-top: 5px;
}
.p-specgr-section1__content2-img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-specgr-section1__content2-img {
  width: 532px;
}
.p-specgr-section1__sub-hero {
  margin-top: 20px;
}

.p-specgr-section1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-specgr-section1-item__text-wrapper {
  width: 444px;
}
.p-specgr-section1-item__title {
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}
.p-specgr-section1-item__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../img/specgr/square-yellow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 23px;
}
.p-specgr-section1-item__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #daad00;
  bottom: -2px;
  left: 0;
}
.p-specgr-section1-item__desc {
  margin-right: 12px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6428571429;
}
.p-specgr-section1-item__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-specgr-section1-item__img {
  width: 137px;
}

.p-specgr {
  background-color: #000;
  color: #fff;
  margin-bottom: 55px;
}

.p-gravel-section1__body {
  position: relative;
  margin-top: -112px;
}
.p-gravel-section1__content-wrapper {
  max-width: 640px;
  margin-right: 100px;
  margin-left: auto;
}
.p-gravel-section1__img-wrapper {
  position: absolute;
  top: -94px;
  left: 24px;
}
.p-gravel-section1__img {
  width: 186px;
}
@media screen and (max-width: 1500px) {
  .p-gravel-section1__img {
    width: calc(186px - 0.1181818182 * (1500px - 100vw));
  }
}
.p-gravel-section1__title {
  font-style: italic;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
}
.p-gravel-section1__title span {
  margin-left: 36px;
}
.p-gravel-section1__title span span {
  color: #00a0e9;
  margin-left: 10px;
}
.p-gravel-section1__desc {
  margin-top: 11px;
}
.p-gravel-section1__content1 {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.p-gravel-section1__content1-label {
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  background-color: #00a0e9;
  display: inline-block;
  padding: 0 2em;
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  margin-bottom: 30px;
}
.p-gravel-section1__content1-item + .p-gravel-section1__content1-item {
  margin-top: 12px;
}
.p-gravel-section1__content2 {
  margin-top: 16px;
  position: relative;
  text-align: right;
}
.p-gravel-section1__content2-text-area {
  display: inline-block;
  border: 1px solid #00a0e9;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 18%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0% 18%);
  position: relative;
  z-index: 1;
}
.p-gravel-section1__content2-text-area::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #00a0e9;
  left: -4px;
  top: -6px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 1;
}
.p-gravel-section1__content2-title1 {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  margin-left: 16px;
  margin-top: 3px;
  text-align: left;
}
.p-gravel-section1__content2-title1 span {
  color: #00a0e9;
}
.p-gravel-section1__content2-title2 {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  text-align: left;
}
.p-gravel-section1__content2-title2 span:first-child {
  display: inline-block;
  background-color: #00a0e9;
  line-height: 1.6;
  padding-left: 6px;
  padding-right: 14px;
}
.p-gravel-section1__content2-title2 span:nth-child(2) {
  margin-left: 10px;
}
.p-gravel-section1__content2-title2 img {
  width: 110px;
}
.p-gravel-section1__content2-text-wrapper {
  margin-top: 9px;
  margin-bottom: 10px;
}
.p-gravel-section1__content2-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 60px;
}
.p-gravel-section1__content2-text span:first-child {
  color: #00a0e9;
}
.p-gravel-section1__content2-text span:nth-child(2) {
  margin-left: 4px;
}
.p-gravel-section1__content2-text + .p-spectr-section1__content2-text {
  margin-top: 6px;
}
.p-gravel-section1__content2-text-label {
  color: #fff !important;
  font-size: 10px;
  margin-left: 6px;
}
.p-gravel-section1__content2-label {
  font-size: 10px;
  position: absolute;
  right: 8px;
  bottom: 10px;
}

.p-gravel-section1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-gravel-section1-item__text-wrapper {
  width: 444px;
}
.p-gravel-section1-item__title {
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}
.p-gravel-section1-item__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../img/gravel/square-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 23px;
}
.p-gravel-section1-item__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00a0e9;
  bottom: -2px;
  left: 0;
}
.p-gravel-section1-item__desc {
  margin-right: 12px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6428571429;
}
.p-gravel-section1-item__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-gravel-section1-item__img {
  width: 137px;
}

.p-gravel-section2 {
  margin-top: 48px;
  position: relative;
}
.p-gravel-section2__hero-img {
  height: 496px;
}
.p-gravel-section2__body {
  margin-top: -74px;
}
.p-gravel-section2__content-wrapper {
  max-width: 640px;
  margin-right: 100px;
  margin-left: auto;
}
.p-gravel-section2__img-wrapper {
  position: absolute;
  top: 79px;
  right: 96px;
}
@media screen and (max-width: 1500px) {
  .p-gravel-section2__img-wrapper {
    right: calc(96px - 0.0590909091 * (1500px - 100vw));
  }
}
.p-gravel-section2__img {
  width: 234px;
}
.p-gravel-section2__title {
  font-style: italic;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.p-gravel-section2__title span:first-child {
  color: #00A73C;
  margin-left: 4px;
  margin-right: 4px;
}
.p-gravel-section2__title-span {
  margin-left: 151px;
}
.p-gravel-section2__desc {
  margin-top: 23px;
  width: 620px;
}
.p-gravel-section2__content1 {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.p-gravel-section2__content1-item + .p-spectr-section2__content1-item {
  margin-top: 17px;
}
.p-gravel-section2__label {
  position: absolute;
  right: 102px;
  top: 0;
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  background-color: #e60012;
  display: inline-block;
  padding: 0 1.5em;
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  margin-bottom: 30px;
}

.p-gravel-section2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 603px;
}
.p-gravel-section2-item__text-wrapper {
  width: 335px;
}
.p-gravel-section2-item__title {
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  padding-left: 34px;
  position: relative;
}
.p-gravel-section2-item__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  background-image: url(../img/spectr/square-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 23px;
}
.p-gravel-section2-item__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E60012;
  bottom: -2px;
  left: 0;
}
.p-gravel-section2-item__title--strut::before {
  background-image: url(../img/spectr/square-green.svg);
}
.p-gravel-section2-item__title--strut::after {
  background-color: #00A73C;
}
.p-gravel-section2-item__desc {
  margin-right: 12px;
  margin-left: 28px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6428571429;
}
.p-gravel-section2-item__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-gravel-section2-item__img {
  width: 150px;
}

.p-gravel {
  background-color: #000;
  color: #fff;
  margin-bottom: 55px;
}

.u-pc-only {
  display: block;
}

@media screen and (max-width: 760px) {
  .u-pc-only {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */


/* è¿½åŠ  */
.l-header {
  line-height: 1.5;
}

.l-footer {
  line-height: 1.5;
}

.l-footer a:link {
  color: #000;
}

.l-footer a:visited {
  color: #000;
}

.l-footer a:hover {
  text-decoration: none;
}

.p-navigation a:link {
  color: inherit;
}

.p-navigation a:visited {
  color: inherit;
}

.p-navigation a:hover {
  text-decoration: none;
}

.p-navigation__item-link.active {
  color: #B5871B !important;
}

.p-read-more__link {
  color: #fff !important;
}

.l-main--street #mainContents {
  margin-top: 0;
  margin-bottom: 80px;
}

.l-main--street #mainContentsWap {
  width: auto;
  margin-top: 0;
}

.l-main--street #main {
  margin: 0 auto;
  float: none;
}


.p-accordion__content {
  display: none;
}

.p-accordion__content.active {
  display: block;
}

.l-header {
  min-width: 1280px;
}

.l-footer {
  min-width: 1280px;
}

.l-main {
  min-width: 1280px;
}

.p-sub-mv {
  min-width: 1280px;
}

.fixed {
  position: fixed;
  top: 120px;
}

.p-navigation {
  left: 200px;
  z-index: 10;
}

@media screen and (max-width: 1600px) {
  .p-navigation {
    left: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .p-navigation {
    left: 40px;
  }
}

.l-main--street h2.heading02 {
  width: 740px;
}

body.page-spectr #mainContents {
  background-color: #000;
}

body.page-spectr .l-section-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body.page-spectr #localNav {
  /* position: absolute; */
  flex-shrink: 0;
  display: inline-block;
  padding-top: 0;
  margin-top: 40px;
  background-color: transparent;
}

body.page-spectr #localNav dl {
  padding-top: 25px;
  background-color: #f4f3f1;
  position: sticky;
  top: 140px;
}

.l-spectr-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1500px) {
  .p-spectr-section2__img-wrapper {
    right: 0;
  }
}

.l-menu-wrapper .nomal,
.l-menu-wrapper .heading02 {
  color: #333;
  width: 760px;
}
.l-menu-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.l-menu-inner {
  width: 760px;
}

body.page-damper .l-spectr-wrapper {
  background-color: #000;
}

body.page-damper .l-main {
  /* background-color: #000; */
  color: #fff;
  min-width: auto;
   font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body.page-damper .p-forrally-logo {
  margin-top: 0;
  padding-top: 64px;
}

body.page-damper #topicPathWap {
  margin-top: 100px;
}

body.page-damper .p-sub-mv {
  margin-top: 0;
}

body.page-damper .l-footer {
  padding-top: 56px;
}

.p-damper-menu {
  margin-top: 64px;
}

.p-damper-menu__item {
  margin-top: 16px;
}

.p-damper-menu__item-img {
  width: 800px;
}

.p-damper-menu__cap {
  margin-top: 36px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 60px;
}

}

