/* --------------------
 Netshop Helmet
-------------------- */
.helmet {
    padding: var(--header-height) 0 0;
}

.helmet__head {
    padding: 15px 0;
    position: relative;
}

@media (min-width: 768px) {
    .helmet__head {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

@media (min-width: 1420px) {
    .helmet__head {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.helmet__head-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .helmet__head-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .helmet__head-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1420px) {
    .helmet__head-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.helmet__head__title {
    display: inline-block;
    font-size: 1.0rem;
    margin: 0;
    vertical-align: middle;
}

.com-head__title::before {
    background-image: url(../../images/icons/icon-helmet-black.svg);
}

.helmet__head__title img {
    height: 25px;
}

@media (min-width: 768px) {
    .helmet__head__title img {
        height: auto;
    }
}

.helmet__head__subtitle {
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    margin: 5px 0 0 10px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .helmet__head__subtitle {
        font-size: 1.8rem;
    }
}

.helmet__hero {
    background-color: #00101d;
    padding: 0;
}

.helmet__hero-container {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

.helmet__hero__slider__item img {
    width: 100%;
}

.helmet__hero__slider__item__link {
    background-color: #ffffff;
    display: block;
}

.helmet__hero__slider__item__link img {
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.helmet__hero__slider__item__link:hover img, .helmet__hero__slider__item__link:focus img {
    opacity: .75;
}

.helmet__hero__slider .slick-dots {
    bottom: 10px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    z-index: 1;
}

.helmet__hero__slider .slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.helmet__hero__slider .slick-dots li button {
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 20px;
}

.helmet__hero__slider .slick-dots li.slick-active button {
    background: #231815;
}

.helmet__news {
    background-color: #e25514;
    padding: 8px 0;
    position: relative;
}

@media (min-width: 768px) {
    .helmet__news {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (min-width: 1420px) {
    .helmet__news {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.helmet__news-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .helmet__news-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .helmet__news-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1420px) {
    .helmet__news-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.helmet__news__label {
    color: #ffffff;
    display: inline;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 15px 0 0;
}

@media (min-width: 768px) {
    .helmet__news__label {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .helmet__news__label {
        font-size: 2.0rem;
    }
}

.helmet__news__link {
    color: #ffffff;
    display: inline;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .helmet__news__link {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .helmet__news__link {
        font-size: 2.0rem;
    }
}

.helmet__news__link__date {
    display: inline;
}

.helmet__news__link__title {
    display: inline;
}

.helmet__news__link:hover, .helmet__news__link:focus {
    color: #ffffff;
    text-decoration: none;
}

.helmet__news__link[href='javascript:void(0);'] {
    pointer-events: none;
    text-decoration: none;
}

.helmet__search {
    padding: 0 0 45px;
}

@media (min-width: 768px) {
    .helmet__search {
        padding-bottom: 100px;
    }
}

.helmet__search-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .helmet__search-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .helmet__search-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.com-helmet__search__title {
    border-bottom: 1px solid #bebebe;
    color: var(--color-text-black);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .com-helmet__search__title {
        font-size: 2.2rem;
    }
}

.helmet__search__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 15px auto 0;
    padding: 0;
}

@media (min-width: 768px) {
    .helmet__search__list {
        gap: min(30px, 5vw);
        margin: 25px auto 0;
    }
}

@media (min-width: 1240px) {
    .helmet__search__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.helmet__search__list__item {
    height: 100px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.helmet__search__list__item__link {
    display: flex;
    align-items: center;
    letter-spacing: 0.12em;
    justify-content: center;
    background: var(--color-text-black);
    color: #ffffff;
    flex-flow: column;
    font-size: min(1.6rem, 4vw);
    font-weight: 700;
    height: 100%;
    width: 100%;
    gap: 10px;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.helmet__search__list > .helmet__search__list__item:last-child > .helmet__search__list__item__link {
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .helmet__search__list__item__link {
        flex-flow: row;
        font-size: 2.2rem;
        gap: 15px;
    }
    .helmet__search__list__item__link::after {
        content: '›';
    }
    .helmet__search__list > .helmet__search__list__item:last-child > .helmet__search__list__item__link {
        letter-spacing: inherit;
    }
}


.helmet__search__list__item__link:hover, .helmet__search__list__item__link:focus {
    opacity: .85;
    color: #ffffff;
}

.helmet__search__desc {
    color: #818181;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 15px;
}

.helmet__search__keyword {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .helmet__search__keyword {
        display: none;
    }
}

.helmet__search__keyword__form {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto 0;
    width: 100%;
}

@media (min-width: 768px) {
    .helmet__search__keyword__form {
        max-width: 500px;
    }
}

.helmet__search__keyword__form__field {
    border: 1px solid #1e1e1e;
    padding: 0 0 0 35px;
    position: relative;
    width: calc(100% - 90px);
}

@media (min-width: 768px) {
    .helmet__search__keyword__form__field {
        padding-left: 60px;
    }
}

.helmet__search__keyword__form__field:before {
    background-image: url(../../images/icons/icon-search-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    bottom: 0;
    content: '';
    display: block;
    height: 25px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 25px;
}

@media (min-width: 768px) {
    .helmet__search__keyword__form__field:before {
        background-size: 40px 40px;
        height: 40px;
        width: 40px;
    }
}

@media (min-width: 768px) {
    .helmet__search__keyword__form__field {
        padding-right: 15px;
        width: 70%;
    }
}

.helmet__search__keyword__form__field input {
    background: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.8rem;
    font-weight: 700;
    height: 40px;
    line-height: 1.2;
    padding: 5px 15px 5px 10px;
    width: 100%;
}

/*.helmet__search__keyword__form__field input::-webkit-input-placeholder {
    color: #ffffff;
}

.helmet__search__keyword__form__field input:-ms-input-placeholder {
    color: #ffffff;
}

.helmet__search__keyword__form__field input::-ms-input-placeholder {
    color: #ffffff;
}

.helmet__search__keyword__form__field input::placeholder {
    color: #ffffff;
}

.helmet__search__keyword__form__field input::-webkit-input-placeholder {
    color: #ffffff;
}

.helmet__search__keyword__form__field input::-moz-placeholder {
    color: #ffffff;
}

.helmet__search__keyword__form__field input:-ms-input-placeholder {
    color: #ffffff;
}

.helmet__search__keyword__form__field input:-moz-placeholder {
    color: #ffffff;
}*/

.helmet__search__keyword__form__action {
    padding: 0;
    width: 90px;
}

@media (min-width: 768px) {
    .helmet__search__keyword__form__action {
        padding-left: 8px;
        padding-right: 8px;
        width: 30%;
    }
}

.helmet__search__keyword__form__action__button {
    -webkit-appearance: none;
    background: none;
    background-color: var(--color-accent-orange);;
    border: 2px solid var(--color-accent-orange);;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    height: 42px;
    letter-spacing: .1em;
    line-height: 1.2;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.helmet__search__keyword__form__action__button:before {
    background-color: white;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 101% 0;
        -ms-transform-origin: 101% 0;
            transform-origin: 101% 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
            transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
            transition:         transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
            transition:         transform .5s cubic-bezier(.19, 1, .22, 1) .1s, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
    width: 100%;
    z-index: 0;
}

.helmet__search__keyword__form__action__button__text {
    position: relative;
    z-index: 1;
}

.helmet__search__keyword__form__action__button:hover, .helmet__search__keyword__form__action__button:focus {
    color: #ffffff;
}

@media (min-width: 768px) {
    .helmet__search__keyword__form__action__button:hover, .helmet__search__keyword__form__action__button:focus {
        color: #e05514;
    }
    .helmet__search__keyword__form__action__button:hover:before, .helmet__search__keyword__form__action__button:focus:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
    }
}

.helmet__search__brand {
    margin: 0 -10px 40px;
    padding: 0 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .helmet__search__brand {
        margin-bottom: 60px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
    }
}

.helmet__search__brand:after {
    border-bottom: 1px solid #acadad;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    right: 20px;
}

@media (min-width: 768px) {
    .helmet__search__brand:after {
        display: none;
    }
}

.helmet__search__brand__head {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .helmet__search__brand__head {
        margin-bottom: 0;
    }
}

.helmet__search__brand__head__title {
    color: #c1c2c2;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .helmet__search__brand__head__title {
        border-bottom: 1px solid #c1c2c2;
        border-top: 1px solid #c1c2c2;
        margin-bottom: 30px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.helmet__search__brand__head__title:before, .helmet__search__brand__head__title:after {
    border-top: 1px solid #c1c2c2;
    bottom: auto;
    content: '';
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .helmet__search__brand__head__title:before, .helmet__search__brand__head__title:after {
        display: block;
    }
}

.helmet__search__brand__head__title:before {
    top: 5px;
}

.helmet__search__brand__head__title:after {
    bottom: 5px;
}

.helmet__search__brand__head__subtitle {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.helmet__search__brand__head--pc {
    display: none;
}

@media (min-width: 768px) {
    .helmet__search__brand__head--pc {
        display: block;
    }
}

@media (min-width: 768px) {
    .helmet__search__brand__head--mb {
        display: none;
    }
}

.helmet__search__brand__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .helmet__search__brand__list {
        margin-left: -8px;
        margin-right: -8px;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.helmet__search__brand__list__item {
    padding: 5px;
    text-align: center;
    width: 50%;
}


@media (min-width: 768px) {
    .helmet__search__brand__list__item {
        margin-bottom: 15px;
        padding: 0 8px;
        padding-left: 8px;
        padding-right: 8px;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .helmet__search__brand__list__item {
        width: 16.66667%;
    }
}

.helmet__search__brand__list__item__link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .helmet__search__brand__list__item__link {
        font-size: 1.6rem;
        min-height: 35px;
        padding: 0;
    }
}

.helmet__search__brand__list__item__link img {
    vertical-align: middle;
}

.helmet__search__brand__list__item__link:hover, .helmet__search__brand__list__item__link:focus {
    color: #ffffff;
    opacity: .85;
}

.helmet__search__brand__list__item__link:hover span, .helmet__search__brand__list__item__link:focus span {
    text-decoration: none;
}

.helmet__search__brand__other {
    margin: 30px auto 0;
    text-align: center;
}

.helmet__search__brand__other__button {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #c1c2c2;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #818181;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 30px 10px 30px;
    position: relative;
    width: auto;
}

.helmet__search__brand__other__button__text {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}

.helmet__search__brand__other__button__text:after {
    border-bottom: 2px solid #ffffff;
    border-left: none;
    border-right: 2px solid #ffffff;
    border-top: none;
    bottom: 0;
    content: '';
    display: block;
    height: 9px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease;
            transition: -webkit-transform .2s ease;
            transition:         transform .2s ease;
            transition:         transform .2s ease, -webkit-transform .2s ease;
    width: 9px;
    z-index: 1;
}

.helmet__search__brand__other__button.is-active .helmet__search__brand__other__button__text:after {
    margin-bottom: 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.helmet__search__blk {
    margin: 0 0 40px;
    padding: 0 0 40px;
    position: relative;
}

.helmet__search__blk:after {
    border-bottom: 1px solid #acadad;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .helmet__search__blk:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .helmet__search__blk {
        margin-bottom: 60px;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .helmet__search__blk {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.helmet__search__blk__ap {
    margin: 0;
}

@media (min-width: 992px) {
    .helmet__search__blk__ap {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.helmet__search__blk__ap__item {
    border-bottom: 1px solid #acadad;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

.helmet__search__blk__ap__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .helmet__search__blk__ap__item {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.helmet__search__blk__ap__item__head {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__head {
        margin-bottom: 0;
    }
}

.helmet__search__blk__ap__item__head__title {
    color: #c1c2c2;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__head__title {
        border-bottom: 1px solid #c1c2c2;
        border-top: 1px solid #c1c2c2;
        margin-bottom: 30px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.helmet__search__blk__ap__item__head__title:before, .helmet__search__blk__ap__item__head__title:after {
    border-top: 1px solid #c1c2c2;
    bottom: auto;
    content: '';
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__head__title:before, .helmet__search__blk__ap__item__head__title:after {
        display: block;
    }
}

.helmet__search__blk__ap__item__head__title:before {
    top: 5px;
}

.helmet__search__blk__ap__item__head__title:after {
    bottom: 5px;
}

.helmet__search__blk__ap__item__head__subtitle {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.helmet__search__blk__ap__item__head--pc {
    display: none;
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__head--pc {
        display: block;
    }
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__head--mb {
        display: none;
    }
}

.helmet__search__blk__ap__item__shape {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

.helmet__search__blk__ap__item__shape__item {
    padding: 0 8px;
    text-align: center;
    width: 33.33333%;
}

.helmet__search__blk__ap__item__shape__item__link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 8px;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__shape__item__link {
        font-size: 1.6rem;
        min-height: 35px;
        padding: 0;
    }
}

@media (min-width: 1240px) {
    .helmet__search__blk__ap__item__shape__item__link {
        display: block;
        text-align: left;
    }
}

.helmet__search__blk__ap__item__shape__item__link__text {
    display: block;
    text-align: center;
    text-decoration: underline;
}

@media (min-width: 1240px) {
    .helmet__search__blk__ap__item__shape__item__link__text {
        display: inline;
        text-align: left;
        vertical-align: middle;
    }
}

.helmet__search__blk__ap__item__shape__item__link img {
    margin: 0 0 10px;
    vertical-align: middle;
}

@media (min-width: 1240px) {
    .helmet__search__blk__ap__item__shape__item__link img {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.helmet__search__blk__ap__item__shape__item__link:hover, .helmet__search__blk__ap__item__shape__item__link:focus {
    color: #ffffff;
    opacity: .85;
}

.helmet__search__blk__ap__item__shape__item__link:hover span, .helmet__search__blk__ap__item__shape__item__link:focus span {
    text-decoration: none;
}

.helmet__search__blk__ap__item__color {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__color {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: none;
    }
}

.helmet__search__blk__ap__item__color__item {
    margin: 0 0 15px;
    padding: 0 3px;
    text-align: center;
    width: 25%;
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__color__item {
        margin-bottom: 0;
        width: 12.5%;
    }
}

.helmet__search__blk__ap__item__color__item__link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 8px;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .helmet__search__blk__ap__item__color__item__link {
        font-size: 1.6rem;
        min-height: 35px;
        padding: 0;
    }
}

.helmet__search__blk__ap__item__color__item__link img {
    vertical-align: middle;
}

.helmet__search__blk__ap__item__color__item__link:hover, .helmet__search__blk__ap__item__color__item__link:focus {
    color: #ffffff;
    opacity: .85;
}

.helmet__search__blk__ap__item__color__item__link:hover span, .helmet__search__blk__ap__item__color__item__link:focus span {
    text-decoration: none;
}

.helmet__search__shield {
    margin: 0 -10px 40px;
    padding: 0 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .helmet__search__shield {
        margin-bottom: 60px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
    }
}

.helmet__search__shield:after {
    border-bottom: 1px solid #acadad;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    right: 20px;
}

@media (min-width: 768px) {
    .helmet__search__shield:after {
        display: none;
    }
}

.helmet__search__shield__head {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .helmet__search__shield__head {
        margin-bottom: 0;
    }
}

.helmet__search__shield__head__title {
    color: #c1c2c2;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .helmet__search__shield__head__title {
        border-bottom: 1px solid #c1c2c2;
        border-top: 1px solid #c1c2c2;
        margin-bottom: 30px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.helmet__search__shield__head__title:before, .helmet__search__shield__head__title:after {
    border-top: 1px solid #c1c2c2;
    bottom: auto;
    content: '';
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .helmet__search__shield__head__title:before, .helmet__search__shield__head__title:after {
        display: block;
    }
}

.helmet__search__shield__head__title:before {
    top: 5px;
}

.helmet__search__shield__head__title:after {
    bottom: 5px;
}

.helmet__search__shield__head__subtitle {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.helmet__search__shield__head--pc {
    display: none;
}

@media (min-width: 768px) {
    .helmet__search__shield__head--pc {
        display: block;
    }
}

@media (min-width: 768px) {
    .helmet__search__shield__head--mb {
        display: none;
    }
}

.helmet__search__shield__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .helmet__search__shield__list {
        margin-left: -8px;
        margin-right: -8px;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.helmet__search__shield__list__item {
    padding: 5px;
    text-align: center;
    width: 50%;
}

@media (min-width: 768px) {
    .helmet__search__shield__list__item {
        margin-bottom: 15px;
        padding: 0 8px;
        padding-left: 8px;
        padding-right: 8px;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .helmet__search__shield__list__item {
        width: 16.66667%;
    }
}

.helmet__search__shield__list__item__link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .helmet__search__shield__list__item__link {
        font-size: 1.6rem;
        min-height: 35px;
    }
}

.helmet__search__shield__list__item__link img {
    vertical-align: middle;
}

.helmet__search__shield__list__item__link:hover, .helmet__search__shield__list__item__link:focus {
    color: #ffffff;
    opacity: .85;
}

.helmet__search__shield__list__item__link:hover span, .helmet__search__shield__list__item__link:focus span {
    text-decoration: none;
}

.helmet__search__shield__other {
    margin: 30px auto 0;
    text-align: center;
}

.helmet__search__shield__other__button {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #c1c2c2;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #818181;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 30px 10px 30px;
    position: relative;
    width: auto;
}

.helmet__search__shield__other__button__text {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}

.helmet__search__shield__other__button__text:after {
    border-bottom: 2px solid #ffffff;
    border-left: none;
    border-right: 2px solid #ffffff;
    border-top: none;
    bottom: 0;
    content: '';
    display: block;
    height: 9px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease;
            transition: -webkit-transform .2s ease;
            transition:         transform .2s ease;
            transition:         transform .2s ease, -webkit-transform .2s ease;
    width: 9px;
    z-index: 1;
}

.helmet__search__shield__other__button.is-active .helmet__search__shield__other__button__text:after {
    margin-bottom: 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.helmet__search__acc {
    margin: 0 -10px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .helmet__search__acc {
        margin-left: 0;
        margin-right: 0;
    }
}

.helmet__search__acc__head {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .helmet__search__acc__head {
        margin-bottom: 0;
    }
}

.helmet__search__acc__head__title {
    color: #c1c2c2;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .helmet__search__acc__head__title {
        border-bottom: 1px solid #c1c2c2;
        border-top: 1px solid #c1c2c2;
        margin-bottom: 30px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.helmet__search__acc__head__title:before, .helmet__search__acc__head__title:after {
    border-top: 1px solid #c1c2c2;
    bottom: auto;
    content: '';
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .helmet__search__acc__head__title:before, .helmet__search__acc__head__title:after {
        display: block;
    }
}

.helmet__search__acc__head__title:before {
    top: 5px;
}

.helmet__search__acc__head__title:after {
    bottom: 5px;
}

.helmet__search__acc__head__subtitle {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.helmet__search__acc__head--pc {
    display: none;
}

@media (min-width: 768px) {
    .helmet__search__acc__head--pc {
        display: block;
    }
}

@media (min-width: 768px) {
    .helmet__search__acc__head--mb {
        display: none;
    }
}

.helmet__search__acc__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .helmet__search__acc__list {
        margin-left: -8px;
        margin-right: -8px;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.helmet__search__acc__list__item {
    padding: 5px;
    width: 50%;
}

@media (min-width: 768px) {
    .helmet__search__acc__list__item {
        margin-bottom: 15px;
        padding: 0 8px;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .helmet__search__acc__list__item {
        width: 20%;
    }
}

@media (min-width: 1240px) {
    .helmet__search__acc__list__item {
        width: 16.66667%;
    }
}

.helmet__search__acc__list__item__link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .helmet__search__acc__list__item__link {
        font-size: 1.6rem;
        min-height: 35px;
    }
}

.helmet__search__acc__list__item__link img {
    vertical-align: middle;
}

.helmet__search__acc__list__item__link:hover, .helmet__search__acc__list__item__link:focus {
    color: #ffffff;
    opacity: .85;
}

.helmet__search__acc__list__item__link:hover span, .helmet__search__acc__list__item__link:focus span {
    text-decoration: none;
}

.helmet__service {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .helmet__service {
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .helmet__service {
        padding-bottom: 100px;
    }
}

@media (min-width: 1420px) {
    .helmet__service {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.helmet__service-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .helmet__service-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .helmet__service-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1420px) {
    .helmet__service-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.helmet__service__title {
    font-size: 2.2rem;
    color: var(--color-accent-orange);
    line-height: 1.0;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #bebebe;
}

@media (min-width: 768px) {
    .helmet__service__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .helmet__service__body {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: min(40px, 5vw);
    }
}

.helmet__service__body__fig {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .helmet__service__body__fig {
        width: 50%;
        flex-shrink: 0;
        margin-bottom: 0;
    }
}

.helmet__service__content {
    margin: 0 auto 30px;
    max-width: 800px;
}

.helmet__service__body__content__desc {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .helmet__service__body__content__desc {
        font-size: 2rem;
    }
}

.helmet__service__body__content__action__button {
    background-color: var(--color-accent-orange);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin: 0 auto;
    max-width: 250px;
    padding: 0 5px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .helmet__service__body__content__action__button {
        line-height: 4.8rem;
    }
}

.helmet__service__body__content__action__button:hover, .helmet__service__body__content__action__button:focus {
    background-color: var(--color-accent-light-orange);
    color: #ffffff;
}

.helmet__ranking {
    background-color: #00101d;
    padding: 50px 0 30px;
}

@media (min-width: 768px) {
    .helmet__ranking {
        padding-bottom: 50px;
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .helmet__ranking {
        padding-bottom: 100px;
    }
}

@media (min-width: 1420px) {
    .helmet__ranking {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.helmet__ranking-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .helmet__ranking-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .helmet__ranking-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1420px) {
    .helmet__ranking-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.helmet__ranking__title {
    line-height: 1.0;
    margin: 0 0 5px;
    text-align: center;
}

.helmet__ranking__subtitle {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

.helmet__ranking__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    counter-reset: ranking_counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

@media (min-width: 768px) {
    .helmet__ranking__list {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.helmet__ranking__list__item {
    margin: 0 0 15px;
    padding: 0 15px;
    width: 50%;
}

@media (min-width: 768px) {
    .helmet__ranking__list__item {
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .helmet__ranking__list__item {
        margin-bottom: 0;
        width: 25%;
    }
}

.helmet__ranking__list__item__link {
    color: #ffffff;
    display: block;
    margin: 0 auto;
    max-width: 270px;
    padding: 3px 3px 15px;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.helmet__ranking__list__item__link__thumb {
    margin: 0 0 15px;
    text-align: center;
}

.helmet__ranking__list__item__link__thumb-inner {
    counter-increment: ranking_counter;
    display: inline-block;
    position: relative;
}

.helmet__ranking__list__item__link__thumb-inner:before {
    background-color: #ffffff;
    color: #00101d;
    content: counter(ranking_counter);
    display: block;
    font-size: 25.6px;
    font-size: 1.6rem;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1;
}

.helmet__ranking__list__item__link__title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.4;
    margin: 0 0 5px;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .helmet__ranking__list__item__link__title {
        font-size: 1.6rem;
    }
}

@media (min-width: 1240px) {
    .helmet__ranking__list__item__link__title {
        font-size: 1.8rem;
    }
}

.helmet__ranking__list__item__link__price {
    font-size: 2.0rem;
    font-weight: 700;
}

@media (min-width: 992px) {
    .helmet__ranking__list__item__link__price {
        font-size: 2.2rem;
    }
}

@media (min-width: 1240px) {
    .helmet__ranking__list__item__link__price {
        font-size: 2.4rem;
    }
}

.helmet__ranking__list__item__link__price .tax {
    font-size: 1.0rem;
    font-weight: 400;
    padding: 0 0 0 3px;
}

@media (min-width: 992px) {
    .helmet__ranking__list__item__link__price .tax {
        font-size: 1.2rem;
    }
}

.helmet__ranking__list__item__link:hover, .helmet__ranking__list__item__link:focus {
    color: #ffffff;
    opacity: .85;
}

.helmet__ranking__list__item__link:hover .helmet__ranking__list__item__link__title, .helmet__ranking__list__item__link:focus .helmet__ranking__list__item__link__title {
    text-decoration: none;
}

.helmet__ranking__list__item:nth-child(1) .helmet__ranking__list__item__link__thumb-inner:before {
    background-color: #c49d00;
    color: #ffffff;
}

.helmet__ranking__list__item:nth-child(2) .helmet__ranking__list__item__link__thumb-inner:before {
    background-color: #989999;
    color: #ffffff;
}

.helmet__ranking__list__item:nth-child(3) .helmet__ranking__list__item__link__thumb-inner:before {
    background-color: #8e6134;
    color: #ffffff;
}

.helmet__blog {
    padding: 50px 0 0;
}

@media (min-width: 768px) {
    .helmet__blog {
        padding-bottom: 0;
        padding-top: 100px;
    }
}

@media (min-width: 1420px) {
    .helmet__blog {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.helmet__blog-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .helmet__blog-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .helmet__blog-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1420px) {
    .helmet__blog-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.helmet__blog__title {
    line-height: 1.0;
    margin: 0 0 5px;
    text-align: center;
}

.helmet__blog__subtitle {
    color: #00101d;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

.helmet__blog__list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .helmet__blog__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 50px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1240px) {
    .helmet__blog__list {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.helmet__blog__list__item {
    margin: 0 0 50px;
    padding: 0;
}

@media (min-width: 768px) {
    .helmet__blog__list__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .helmet__blog__list__item {
        width: 33.33333%;
    }
}

@media (min-width: 1240px) {
    .helmet__blog__list__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.helmet__blog__list__item__link {
    background-color: rgba(209, 210, 210, 0);
    display: block;
    padding: 3px 3px 15px;
    position: relative;
}

.helmet__blog__list__item__link__thumb {
    margin: 0 0 15px;
    text-align: center;
}

.helmet__blog__list__item__link__date {
    color: #ababac;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

.helmet__blog__list__item__link__title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.4;
}

.helmet__blog__list__item__tag {
    margin: 5px 0 0;
}

.helmet__blog__list__item__tag__item {
    display: inline-block;
    padding: 0 3px 5px 0;
}

.helmet__blog__list__item__tag__item__link {
    background-color: #c1c2c2;
    border-radius: 6px;
    color: #595757;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 3px 8px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

.helmet__blog__list__item__tag__item__link:hover, .helmet__blog__list__item__tag__item__link:focus {
    background-color: #a7a9a9;
    color: #ffffff;
}

.helmet__blog__list__item__tag__item__link--author {
    background-color: #00101d;
    color: #ffffff;
}

.helmet__blog__list__item__tag__item__link--author:hover, .helmet__blog__list__item__tag__item__link--author:focus {
    background-color: #a7a9a9;
    color: #ffffff;
}

.helmet__blog__action__button {
    background-color: #e05514;
    border: 2px solid #df5514;
    color: #ffffff;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto;
    max-width: 250px;
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .helmet__blog__action__button {
        font-size: 1.8rem;
    }
}

.helmet__blog__action__button:before {
    background-color: white;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 101% 0;
        -ms-transform-origin: 101% 0;
            transform-origin: 101% 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
            transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
            transition:         transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
            transition:         transform .5s cubic-bezier(.19, 1, .22, 1) .1s, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .1s;
    width: 100%;
    z-index: 0;
}

.helmet__blog__action__button__text {
    position: relative;
    z-index: 1;
}

.helmet__blog__action__button:hover, .helmet__blog__action__button:focus {
    color: #ffffff;
}

@media (min-width: 768px) {
    .helmet__blog__action__button:hover, .helmet__blog__action__button:focus {
        color: #e05514;
    }
    .helmet__blog__action__button:hover:before, .helmet__blog__action__button:focus:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
    }
}