.text-small {
    font-size: 12px;
    line-height: 18px;
}
.heading {
    position: relative;
}
.heading--parallel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 561px;
    padding: 24px 0;
}
.heading--parallel .heading__title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
}
.heading--parallel .heading__description {
    font-size: 16px;
    line-height: 24px;
}
.heading--parallel .heading__caption {
    background: url("../images/Group28.png") no-repeat;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    width: 50%;
}
.heading--parallel .heading__content-wrapper {
    width: 50%;
    position: relative;
}
.heading--parallel .heading__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 550px;
}
.heading--parallel .heading__solution {
    opacity: .72;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.heading--margin {
    margin: 10px;
}
.heading__caption {
    max-width: none;
    width: 100%;
    height: 320px;
    background: url("../images/04.png") no-repeat;
    background-size: cover;
}
.heading__caption--vague {
    opacity: .8;
}
.heading__caption--responsively {
    width: 100%;
    height: auto;
    padding-top: 32px;
}
.heading__caption--long {
    height: 480px;
}
.heading__caption--pc-top {
    height: 634px;
}
.heading__caption--feature {
    height: 400px;
    max-width: none;
    position: relative;
}
.heading__caption--feature-musk::before {
    background-color: rgba(30, 43, 51, 0.42);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.heading__solution {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    opacity: .54;
}
.heading__solution--yellow {
    color: #f9e11b;
}
.heading__title {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    font-weight: normal;
}
.heading__title--sp {
    font-weight: bold;
}
.heading__title--product {
    font-family: 'DIN Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    padding-top: 14px;
}
.heading__title--product--pc {
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    padding-bottom: 0;
    padding-left: 30px;
}
.heading__title--product--sp {
    padding-bottom: 5px;
}
.heading__description {
    color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}
.heading__description--sp {
    font-weight: bold;
}
.heading__description--pc {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}
.heading__content-wrapper {
    display: table;
}
.heading__content {
    background: #1e2b33;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}
.heading__content--skeleton {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0 0;
}
.heading__content--white {
    background: #fff;
}
.heading__content--product {
    position: absolute;
    bottom: 0;
    background: rgba(30, 43, 51, 0.8);
    width: 100%;
    padding: 10px 0 0;
}
.heading__content--pc {
    position: absolute;
    bottom: auto;
    background: rgba(30, 43, 51, 0.8);
    padding: 0;
    width: 588px;
    top: 135px;
    left: 44px;
}
.heading__content--pc-top {
    position: absolute;
    top: auto;
    bottom: 22px;
    background: rgba(30, 43, 51, 0.8);
    padding: 10px 0 0;
    width: 588px;
    left: auto;
    right: 44px;
}
.heading__content--pc-top .heading__solution {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    padding-right: 24px;
    padding-left: 24px;
}
.heading__content--pc-top .heading__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px;
    padding-right: 24px;
    padding-left: 24px;
    width: 400px;
    display: inline-block;
}
.heading__content--pc-top .heading__description {
    font-size: 16px;
    line-height: 24px;
    padding-right: 24px;
    padding-left: 24px;
    display: inline-block;
}
.heading__content--skeleton .heading__description, .heading__content--skeleton .heading__title, .heading__content--white .heading__description, .heading__content--white .heading__title {
    color: #000;
}
.heading__content--white .heading__solution {
    opacity: .72;
    color: #666;
}
.button-wrapper {
    text-align: center;
    margin: 24px auto;
}
.button {
    height: 24px;
    color: #1e2b33;
    border: 1px solid #f8e01b;
    border-radius: 100px;
    background-color: #f9e11b;
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 14px;
    width: 168px;
    padding: 11px 15px;
    margin: 24px auto;
    text-align: center;
    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;
    line-height: 1;
}
.button--sp {
    font-weight: bold;
}
.button--pc {
    margin: auto 24px auto auto;
    padding: 14px 16px;
}
.button--mossgreen {
    color: #f9e11b;
    border: 1px solid #1e2b33;
    background-color: #1e2b33;
}
.button--bordered {
    border: 1px solid #f9e11b;
}
.button--right {
    margin: 24px 0 24px auto;
    padding: 3px 8px;
    width: 82px;
}
.button--left {
    margin: 24px auto 24px 10px;
}
.button__inner {
    display: table-cell;
    vertical-align: middle;
}
.news__title-wrapper {
    width: 100%;
    text-align: left;
    background: #1e2b33;
    border-top: 2px solid #fff;
    height: 24px;
}
.news__title-wrapper--pc {
    border-top: none;
}
.news__title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
.news__title--pc {
    padding: 0 200px;
}
.news__title--pc .news__title--link {
    width: 35%;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.news__title--name {
    color: #fff;
    display: inline-block;
    width: 62%;
    padding-left: 9px;
    font-family: 'DIN Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px;
}
.news__title--link {
    color: #f9e11b;
    display: inline-block;
    width: 30%;
    padding-right: 9px;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}
.news__headlines-wrapper {
    background-color: #f1f1f1;
}
.news__headlines--pc {
    padding: 0 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news__headline {
    padding: 10px;
    text-align: left;
    position: relative;
}
.news__headline::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #1e2b33;
    right: 10px;
    bottom: 14px;
}
.news__label {
    height: 20px;
    width: 72px;
    font-family: 'Roboto Condensed', sans-serif;
    background: #1e2b33;
    color: #f9e11b;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    display: table;
}
.news__label--pc {
    font-family: 'DIN Condensed', sans-serif;
    padding-top: 4px;
    height: auto;
}
.news__label--text {
    display: table-cell;
    vertical-align: middle;
}
.news__date {
    position: absolute;
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 20px;
    top: 10px;
    right: 10px;
}
.news__date--pc {
    position: static;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    color: #000;
    padding-left: 10px;
    padding-top: 5px;
    display: block;
}
.news__description {
    color: #111;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding-right: 30px;
    padding-top: 5px;
    display: block;
    text-decoration: none;
}
.news__description--pc {
    padding-left: 10px;
}
.magazine--sp .button {
    font-weight: bold;
}
.magazine--pc .magazine__heading {
    padding: 10px 24px 24px;
}
.magazine--pc .magazine__title {
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
}
.magazine--pc .magazine__description {
    font-size: 16px;
    line-height: 24px;
}
.magazine__heading {
    padding: 10px;
    background: #1e2b33;
}
.magazine__title {
    color: #f8e01b;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    padding-bottom: 10px;
}
.magazine__description {
    color: #fff;
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
.magazine__content {
    position: relative;
    height: 280px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #000 130%);
}
.magazine__swiper {
    height: 280px;
}
.magazine__caption-wrapper {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #000 130%);
}
.magazine__caption {
    height: 280px;
    max-width: none;
    z-index: -1;
    position: relative;
    background: url("../images/04.png") no-repeat;
    background-size: cover;
}
.magazine__entry {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-decoration: none;
}
.magazine__date {
    display: block;
    text-align: left;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding-bottom: 10px;
}
.magazine__name {
    display: block;
    text-align: left;
    color: #fff;
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
}
.feature {
    position: relative;
    margin: 0 10px 10px;
}
.feature__caption {
    height: 254px;
    max-width: none;
    background: url("../images/04.png") no-repeat;
    background-size: cover;
}
.feature__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 13px 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 5000;
    text-decoration: none;
}
.feature__title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.feature__description {
    color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}
.feature__label {
    position: absolute;
    color: #1e2b33;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    line-height: 13px;
    top: 0;
    left: 0;
    background: #f9e11b;
    padding: 2px 6px;
    z-index: 5000;
}
.menu {
    width: 100%;
    background: #f1f1f1;
    text-align: center;
}
.menu__items--pc {
    width: 980px;
    margin: 0 auto;
}
.menu__items--pc .menu__item {
    width: 20%;
    position: relative;
    padding: 42px 1px 70px;
}
.menu__items--pc .menu__item::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 76px;
    background: #ccc;
    right: 0;
    top: 28px;
}
.menu__items--pc .menu__item:nth-child(4n)::after {
    position: static;
}
.menu__item {
    display: inline-block;
    width: 49%;
    padding: 24px 0 50px;
}
.menu__name {
    color: #1e2b33;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
}
.menu__name__text {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    top: 77px;
    left: -27px;
}
.menu__name::before {
    left: 0;
    top: 0;
}
.menu__name--running::before {
    background-image: url("../images/sprite.png");
    background-position: -59px 0;
    width: 45px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
}
.menu__name--showroom::before {
    background-image: url("../images/sprite.png");
    background-position: -49px -49px;
    width: 44px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
}
.menu__name--movie::before {
    background-image: url("../images/sprite.png");
    background-position: -109px 0;
    width: 44px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
}
.menu__name--wrench::before {
    background-image: url("../images/sprite.png");
    background-position: -109px -49px;
    width: 44px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
}
.menu__name--file::before {
    background-image: url("../images/sprite.png");
    background-position: -46px -98px;
    width: 36px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
    left: 5px;
}
.menu__name--inquiry::before {
    background-image: url("../images/sprite.png");
    background-position: 0 -49px;
    width: 44px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
}
.menu__name--faq::before {
    background-image: url("../images/sprite.png");
    background-position: 0 -98px;
    width: 41px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
}
.menu__name--glossary::before {
    background-image: url("../images/sprite.png");
    background-position: 0 0;
    width: 54px;
    height: 44px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
    left: -3px;
}
.video {
    background: #1e2b33;
    padding: 10px;
}
.video--sp .video__name {
    font-weight: bold;
    padding-top: 12px;
}
.video--pc {
    padding: 44px 76px;
    position: relative;
}
.video--pc .video__heading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 136px;
}
.video--pc .video__item {
    padding-right: 14px;
    width: auto;
}
.video--pc .video__name {
    font-size: 14px;
    line-height: 21px;
}
.video--pc .video__title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 17px;
}
.video--pc .video__description {
    font-size: 16px;
    line-height: 24px;
}
.video--pc .video__thumbnail {
    height: 140px;
}
.video__title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
    text-align: left;
    padding-bottom: 20px;
}
.video__description {
    color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    padding-bottom: 24px;
}
.video__items {
    display: block;
}
.video__item {
    width: 49%;
    display: inline-block;
    text-align: left;
    padding-bottom: 24px;
    position: relative;
}
.video__thumbnail-wrapper {
    width: 100%;
    height: auto;
}
.video__thumbnail {
    width: 100%;
    height: 101px;
}
.video__name {
    color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 12px;
    line-height: 18px;
    display: block;
}
.video__label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9e11b;
    color: #1e2b33;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 1px 10%;
}
.contact {
    width: 100%;
    background: #f9e11b;
    color: #111;
    padding-top: 32px;
    text-align: center;
}
.contact__content {
    padding: 0 0 32px;
    display: inline-block;
}
.contact__title {
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 9px 48px;
}
.contact__title__text {
    position: relative;
    width: 250px;
    margin: 0 auto;
    font-weight: bold;
}
.contact__title__text::before {
    background-image: url("../images/sprite.png");
    background-position: -118px -98px;
    width: 26px;
    height: 32px;
    background-size: 153px 142px;
    position: absolute;
    content: '';
    top: -6px;
    left: -27px;
}
.contact__number {
    text-decoration: none;
    color: #111;
    font-family: Sanchez, sans-serif;
    font-size: 38px;
    line-height: 48px;
}
.contact__busines-hour {
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
}
.recruit {
    width: 100%;
    height: 348px;
    text-align: center;
    display: table;
    background: url("../images/04.png");
    position: relative;
    background-size: cover;
}
.recruit::before {
    background-color: rgba(0, 0, 0, 0.42);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.recruit__content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 16%;
    width: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.recruit__content--pc {
    width: auto;
}
.recruit__content--pc .recruit__title {
    font-size: 24px;
    line-height: 36px;
}
.recruit__title {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding-bottom: 24px;
    font-weight: normal;
}
.recruit__description {
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.recruit__description--sp {
    font-weight: bold;
}
.sp-wrapper h2, .pc-wrapper h2 {
    font-weight: normal;
}
.pc-wrapper {
    margin: 120px auto 0;
}
.products--pc {
    padding: 0 220px 54px;
}
.products__heading {
    color: #111;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #1e2b33;
    text-align: left;
    font-weight: normal;
}
.products__items {
    text-align: left;
    padding: 10px;
}
.products__items--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}
.products__items--pc .products__item {
    width: 18%;
}
.products__items--pc .products__item:nth-child(even) {
    padding: 0;
}
.products__items--pc .products__item__description {
    font-size: 14px;
    line-height: 21px;
}
.products__item {
    display: inline-block;
    width: 47%;
    text-decoration: none;
    vertical-align: top;
}
.products__item:nth-child(even) {
    padding-left: 4%;
}
.products__item__thumbnail {
    height: auto;
    width: 100%;
    padding-bottom: 10px;
}
.products__item__name {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
}
.products__item__description {
    display: block;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.grid-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.grid-frame--wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-frame>[class*='size'] {
    position: relative;
}
.size-1of2 {
    width: 50%;
}
.size-1of3 {
    width: 33.33333%;
}
.size-2of3 {
    width: 66.66667%;
}
.full {
    width: 100%;
}
.variable-block {
    padding: 24px 44px;
}
.variable-block .feature {
    margin: 0;
}
.variable-block .feature:not(:last-child) {
    margin-bottom: 10px;
}
.variable-block .heading__title {
    font-size: 24px;
    line-height: 36px;
    width: 500px;
}
.variable-block .heading__caption {
    height: 518px;
}
.variable-block .heading__content {
    padding: 20px 24px 10px;
    width: 588px;
    right: 10px;
    bottom: 10px;
}
.variable-block .heading__description {
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-decoration: none;
}
.variable-block .heading__description--bold {
    font-weight: bold;
}
.variable-block .heading .button {
    width: 121px;
}
.variable-block .magazine__entry {
    background-color: rgba(30, 43, 51, 0.9);
    padding: 13px 24px 25px;
    width: 100%;
}
.variable-block .magazine__name {
    font-size: 16px;
    line-height: 24px;
}
.variable-block .feature__content {
    background-color: rgba(30, 43, 51, 0.9);
}
.variable__row {
    padding-bottom: 10px;
}
.variable__child:not(:last-child) {
    padding-right: 10px;
}
.swiper-button-next, .swiper-button-prev {
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
}
.swiper-button-next {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f9e11b;
}
.swiper-button-prev {
    border-width: 10px 10px 10px 0;
    border-color: transparent #f9e11b transparent transparent;
}
.image__caption {
    background: url("../images/Artboard4.png") no-repeat;
    background-size: cover;
}
.image__caption--sp {
    background-position: 65% 0;
}
.image__caption--pc {
    background-size: 121%;
    background-position: 100% 65%;
}
.image__home-gym {
    background: url("../images/04.png") no-repeat;
    background-size: cover;
}
.image__hotel-gym {
    background: url("../images/Bitmap.png") no-repeat;
    background-size: cover;
}
.image__personal-line {
    background: url("../images/Rectangle-top.png") no-repeat;
    background-size: cover;
    position: relative;
}
.image__personal-line--sp::before {
    background-color: rgba(0, 0, 0, 0.42);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.image__forma-line {
    background: url("../images/Rectangle.png") no-repeat;
    background-size: cover;
    position: relative;
}
.image__forma-line--sp::before {
    background-color: rgba(0, 0, 0, 0.42);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.image__top-products {
    background: url("../images/Group28.png") no-repeat;
    background-size: cover;
    height: 360px;
}
.image__top-products--sp {
    background-size: contain;
    margin-top: 32px;
}
.image__recruit {
    background: url("../images/recruit.jpg") no-repeat;
    background-size: cover;
}
.image__recruit--pc {
    background-position: 0 40%;
}
.image__recruit--sp {
    background-size: 226%;
    background-position: 30% 68%;
}
.image__product-a {
    background: url("../images/04.png") no-repeat;
    background-size: cover;
}
.image__product-b {
    background: url("../images/04.png") no-repeat;
    background-size: cover;
}
.image__product-c {
    background: url("../images/04.png") no-repeat;
    background-size: cover;
}
.image__product-personal-line {
    background: url("../images/product-presonal-line.png") no-repeat;
    background-size: cover;
    background-position: 90%;
}
.image__product-forma-line {
    background: url("../images/Artboard3.jpg") no-repeat;
    background-size: cover;
    background-position: center 24%;
}
.image__product-forma-line--sp {
    background-position: 73%;
}
.image__product-accesory {
    background: url("../images/product-accesory.png") no-repeat;
    background-position: 40%;
    background-size: cover;
}
.contact-box-tell--wrapper {
    padding: 14px;
}
.clearfix::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
.contact__number {
    color: #000 !important;
}
.button {
    color: #1e2b33 !important;
    text-decoration: none !important;
}
.button:visited {
    color: #1e2b33 !important;
}
.button--mossgreen {
    color: #f9e11b !important;
}
.button--mossgreen:visited {
    color: #f9e11b !important;
}
.feature__description {
    display: block;
    color: #fff !important;
    text-decoration: none;
}
.feature__description:visited {
    color: #fff !important;
}
.ytp-icon-watermark {
    background: none !important;
}
.menu__item, .menu__name__text {
    text-decoration: none !important;
}
main a {
    color: inherit;
}
main a:visited {
    color: inherit;
}
.products__item {
    color: #000 !important;
}
.products__item:visited {
    color: #000 !important;
}
#header {
    font-size: 80%;
}
.bottom_contact_box, #bottom_banner {
    display: none;
}
