@charset "UTF-8";

body,
html {
    height: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

pre,
textarea {
    overflow: auto
}

[hidden],
audio:not([controls]),
template {
    display: none
}

details,
main,
summary {
    display: block
}

input[type=number] {
    width: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

progress {
    display: inline-block
}

small,
sub,
sup {
    font-size: 75%
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

textarea {
    resize: vertical
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

button,
input,
select,
textarea {
    min-height: 1.5em;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

ol,
ul {
    list-style: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

fieldset {
    border: 0
}

html {
    font-size: 16px
}

body {
    background-color: #fff;
    word-wrap: break-word;
    color: #5a5251;
    line-height: 1.6875;
    -webkit-font-smoothing: antialiased;
    /* font-smoothing: antialiased; */
    -webkit-text-size-adjust: 100%
}

@media screen and (min-width:769px) {
    body {
        font-family: PC, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Verdana, ＭＳ\ Ｐゴシック, sans-serif
    }
}

@media screen and (max-width:768px) {
    body {
        font-family: SP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Verdana, ＭＳ\ Ｐゴシック, sans-serif
    }
}

body.is-open {
    overflow: hidden
}

a {
    color: inherit
}

a,
a:active,
a:hover,
a[href^="tel:"] {
    text-decoration: none
}


::-moz-selection {
    background-color: #705950;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #705950;
    color: #fff;
    text-shadow: none;
    height: 250px;
}

.header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width:1024px) {
    .header {
        height: 60px
    }
}

@media screen and (min-width:1025px) {
    .header {
        position: fixed;
        z-index: 1;
        top: 0;
        padding-right: 50px;
        width: 280px;
        height: 100vh;
        background: url(../img/gradation.png) 0 0 no-repeat;
        background-size: 100% 100%
    }
}

@media screen and (max-width:768px) {
    .header__inner {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: auto
    }
}

@media screen and (min-width:1025px) {
    .header__inner {
        height: 100%
    }
}

.header__body {
    position: relative
}

@media screen and (max-width:1024px) {
    .header__body {
        height: 60px;
        transition: none;
        background: hsla(0, 0, 100%, .95)
    }

    .is-open .header__body {
        transition: background .4s .4s;
        background: hsla(0, 0, 100%, 0)
    }
}

@media screen and (min-width:1025px) {
    .header__body {
        padding: 68px 0 0 50px;
        height: 100%;
        min-height: 701px
    }
}

@media screen and (max-width:1024px) {
    .header__head {
        position: relative;
        z-index: 5;
        padding: 0 7.03%;
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1024px) {
    .header__logo {
        visibility: visible;
        opacity: 1;
        position: absolute;
        z-index: 10;
        top: 17px;
        width: 109px;
        transition: opacity .1s, visibility 0;
        word-break: keep-all;
    }

    .is-open .header__logo {
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s, visibility 0 .2s
    }
}

@media screen and (min-width:1025px) {
    .header__logo {
        width: 223px;
        transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .header__logo.is-small {
        transition: -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
        transition: transform .6s cubic-bezier(.215, .61, .355, 1);
        transition: transform .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: scale(.76);
        transform: scale(.76)
    }
}

@media screen and (max-width:1024px) {
    .header__login {
        visibility: visible;
        opacity: 1;
        position: absolute;
        z-index: 10;
        top: 16px;
        right: calc(7.03%+51px);
        width: 20px;
        transition: opacity .1s, visibility 0
    }

    .is-open .header__login {
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s, visibility 0 .2s
    }
}

@media screen and (min-width:1025px) {
    .header__login {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .hamburger {
        position: absolute;
        z-index: 10;
        top: 16px;
        right: 6.6%;
        width: 30px;
        height: 30px;
        cursor: pointer
    }
}

@media screen and (min-width:1025px) {
    .hamburger {
        display: none
    }
}

.hamburger__line {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 26px;
    height: 1px;
    cursor: pointer;
    transition: top .1s .1s, opacity .1s, -webkit-transform .1s;
    transition: top .1s .1s, transform .1s, opacity .1s;
    transition: top .1s .1s, transform .1s, opacity .1s, -webkit-transform .1s;
    background: #5a5251;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hamburger__line:nth-child(1) {
    top: -18px
}

.hamburger__line:nth-child(3) {
    top: 18px
}

.is-open .hamburger__line {
    transition: top .2s, opacity .2s, -webkit-transform .2s .2s;
    transition: top .2s, transform .2s .2s, opacity .2s;
    transition: top .2s, transform .2s .2s, opacity .2s, -webkit-transform .2s .2s
}

.is-open .hamburger__line:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.is-open .hamburger__line:nth-child(2) {
    opacity: 0
}

.is-open .hamburger__line:nth-child(3) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:1024px) {
    .gnav {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .8s, visibility 0 .8s;
        background: hsla(0, 0, 100%, .95);
        text-align: center
    }

    .is-open .gnav {
        visibility: visible;
        overflow-y: scroll;
        opacity: 1;
        transition: opacity .4s, visibility 0
    }
}

@media screen and (min-width:1025px) {
    .gnav {
        position: absolute;
        top: 200px
    }
}

@media screen and (max-width:1024px) {
    .gnav__inner {
        display: table;
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1024px) {
    .gnav__lists {
        display: table-cell;
        opacity: 0;
        position: relative;
        top: 2px;
        padding: 27px 0;
        background-color: rgba(255, 255, 255, 0.8);
        transition: opacity .2s, -webkit-transform 0 .2s;
        transition: opacity .2s, transform 0 .2s;
        transition: opacity .2s, transform 0 .2s, -webkit-transform 0 .2s;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        vertical-align: middle
    }

    .is-open .gnav__lists {
        opacity: 1;
        transition: all .4s .1s;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width:640px) {
    .gnav__lists {
        top: 0
    }
}

@media screen and (max-width:1024px) {
    .gnav__list {
        font-size: 20px
    }
}

@media screen and (max-width:640px) {
    .gnav__list {
        font-size: 18px
    }
}

.gnav__list+.gnav__list {
    margin-top: 47px
}

@media screen and (min-width:1025px) {
    .gnav__list+.gnav__list {
        margin-top: 34px
    }
}

.gnav__item {
    letter-spacing: .1em;
    font-size: 18px
}

.gnav__item+.gnav__item {
    margin-top: 1.4em
}

@media screen and (min-width:1025px) {
    .gnav__item+.gnav__item {
        margin-top: .4em
    }
}

@media screen and (max-width:640px) {
    .gnav__item+.gnav__item {
        margin-top: .7em
    }
}

.gnav__item a {
    display: inline-block
}

@media screen and (min-width:1025px) {
    .gnav__item a {
        padding: 5px 30px 5px 0;
        transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
    }

    .gnav__item a:hover {
        opacity: .7
    }
}

@media screen and (max-width:1024px) {
    .gnav__item a {
        padding: 0 40px
    }
}

@media screen and (max-width:640px) {
    .gnav__item a {
        padding: 0
    }
}

.gnav__item--concept,
.gnav__item--contact {
    margin-left: -1px
}

.gnav__item--trial:before {
    margin-right: 13px;
    width: 25px;
    height: 25px;
    background-image: url(../img/common/sprite-common.png);
    background-position: 0 -40px;
    background-size: 127.5px 86.5px
}

@media screen and (max-width:1024px) {
    .gnav__item--trial:before {
        margin-left: 41px
    }
}

@media screen and (max-width:640px) {
    .gnav__item--trial:before {
        margin-left: 0
    }
}

@media screen and (max-width:1024px) {
    .gnav__item--trial a {
        padding-left: 20px
    }
}

@media screen and (max-width:640px) {
    .gnav__item--trial a {
        padding: 0
    }
}

.gnav__item--regular:before {
    margin-right: 16px;
    width: 20.5px;
    height: 16.5px;
    background-image: url(../img/common/sprite-common.png);
    background-position: 0 -70px;
    background-size: 127.5px 86.5px
}

@media screen and (max-width:1024px) {
    .gnav__item--regular:before {
        margin-left: 41px
    }
}

@media screen and (max-width:640px) {
    .gnav__item--regular:before {
        margin-left: 0
    }
}

@media screen and (max-width:1024px) {
    .gnav__item--regular a {
        padding-left: 20px
    }
}

@media screen and (max-width:640px) {
    .gnav__item--regular a {
        padding: 0
    }
}

@media screen and (max-width:1024px) {
    .gnav__item--login {
        display: none
    }
}

.gnav__item--login:before {
    margin-right: 13px;
    background-position: -220px -137px
}

.gnav__item--login:before,
.gnav__item--share:before {
    width: 25px;
    height: 25px;
    background-image: url(../img/common/sprite-common.png)
}

.gnav__item--share:before {
    margin-right: 14px;
    background-position: -30px -40px;
    background-size: 127.5px 86.5px
}

.gnav__item--share {
    padding-right: 74px
}

@media screen and (max-width:1024px) {
    .gnav__sns {
        margin-top: 47px
    }
}

@media screen and (min-width:1025px) {
    .gnav__sns {
        display: table;
        position: relative;
        margin-top: 30px
    }
}

@media screen and (max-width:1024px) {
    .gnav__sns dt {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .gnav__sns dd {
        display: inline-block;
        margin: 0 12px
    }
}

@media screen and (min-width:1025px) {
    .gnav__sns dd {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -3px;
        transition: opacity .4s cubic-bezier(.215, .61, .355, 1), visibility 0 .4s, -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1), visibility 0 .4s;
        transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1), visibility 0 .4s, -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.gnav__sns dd a {
    display: block
}

@media screen and (min-width:1025px) {
    .gnav__sns dd a {
        transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
    }

    .gnav__sns dd a:hover {
        opacity: .6
    }
}

@media screen and (min-width:1025px) {
    .gnav__sns:hover dd {
        visibility: visible;
        opacity: 1;
        transition: opacity .4s cubic-bezier(.215, .61, .355, 1), visibility 0, -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1), visibility 0;
        transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1), visibility 0, -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (max-width:1024px) {
    .gnav__facebook a {
        overflow: hidden;
        width: 35px;
        height: 35px;
        background-image: url(../img/common/sprite-common.png);
        background-position: -40px 0;
        background-size: 127.5px 86.5px;
        white-space: nowrap;
        text-indent: 100%;
        font-size: 0
    }
}

@media screen and (min-width:1025px) {
    .gnav__facebook {
        right: 38px
    }
}

@media screen and (max-width:1024px) {
    .gnav__twitter a {
        overflow: hidden;
        width: 35px;
        height: 35px;
        background-image: url(../img/common/sprite-common.png);
        background-position: 0 0;
        background-size: 127.5px 86.5px;
        white-space: nowrap;
        text-indent: 100%;
        font-size: 0
    }
}

@media screen and (min-width:1025px) {
    .gnav__twitter {
        right: 0
    }
}

.recommend {
    overflow: hidden;
    background-size: cover;
    color: #fff
}

.recommend a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media screen and (min-width:769px) {
    .recommend a:hover .recommend__bg {
        opacity: .9;
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }
}

@media screen and (max-width:768px) {
    .recommend {
        position: relative;
        padding-bottom: 49.48%;
        height: 0;
        background-repeat: no-repeat
    }

    .recommend a {
        padding-bottom: 49.48%;
        text-decoration: none
    }

    .recommend .c-icon--arrow:after,
    .recommend .c-icon--arrow:before {
        top: 71.84%
    }
}

@media screen and (min-width:769px) {
    .recommend {
        height: 264px;
        background-position: 50% 50%
    }

    .recommend .c-icon--arrow:after,
    .recommend .c-icon--arrow:before {
        top: calc(100% - 86px)
    }
}

.recommend__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    background-size: cover
}

@media screen and (max-width:768px) {
    .recommend--contact .recommend__bg {
        background-image: url(../img/common/recommend/contact/bg.jpg)
    }
}

@media screen and (min-width:769px) {
    .recommend--contact .recommend__bg {
        background-image: url(../img/common/recommend/contact/bg_pc.jpg)
    }
}

@media screen and (min-width:769px) {
    .recommend--product .recommend__bg {
        background-image: url(../img/common/recommend/product/bg_pc.jpg)
    }
}

@media screen and (max-width:768px) {
    .recommend--product .recommend__bg {
        background-image: url(../img/common/recommend/product/bg.jpg)
    }
}

@media screen and (min-width:769px) {
    .recommend--concept .recommend__bg {
        background-image: url(../img/common/recommend/concept/bg_pc.jpg)
    }
}

@media screen and (max-width:768px) {
    .recommend--concept .recommend__bg {
        background-image: url(../img/common/recommend/concept/bg.jpg)
    }
}

@media screen and (min-width:769px) {
    .recommend--technology .recommend__bg {
        background-image: url(../img/common/recommend/technology/bg_pc.jpg)
    }
}

@media screen and (max-width:768px) {
    .recommend--technology .recommend__bg {
        background-image: url(../img/common/recommend/technology/bg.jpg)
    }
}

.recommend__heading {
    text-align: center
}

@media screen and (max-width:768px) {
    .recommend__heading {
        padding-top: 14%;
        font-size: 25px;
        line-height: 1
    }
}

@media screen and (min-width:769px) {
    .recommend__heading {
        padding-top: 83px;
        font-size: 28px
    }
}

.recommend__heading--sleeve {
    font-family: Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Verdana, ＭＳ\ Ｐゴシック, sans-serif
}

@media screen and (max-width:768px) {
    .recommend__heading--sleeve {
        margin-top: 1em;
        letter-spacing: .1em;
        font-size: 14px
    }
}

@media screen and (min-width:769px) {
    .recommend__heading--sleeve {
        margin-top: .5em;
        letter-spacing: .2em;
        font-size: 13px
    }
}

.footer {
    background-color: #f3efee
}

.footer__body {
    margin: 0 20% 0 21.875%;
    padding: 59.5px 0 43px
}

.footer__visual {
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:768px) {
    .footer__visual {
        padding-bottom: 43.49%
    }
}

@media screen and (min-width:769px) {
    .footer__visual {
        padding-bottom: 26.17%;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-size: cover
    }
}

@media screen and (max-width:768px) {
    .footer__visual.footer__visual--top {
        background-image: url(../img/common/footer/image_top.jpg)
    }
}

@media screen and (min-width:769px) {
    .footer__visual.footer__visual--top {
        background-image: url(../image/footer.jpg)
    }
}

@media screen and (max-width:768px) {
    .footer__visual.footer__visual--01 {
        background-image: url(../img/common/footer/image_01.jpg)
    }
}

@media screen and (min-width:769px) {
    .footer__visual.footer__visual--01 {
        background-image: url(../img/common/footer/image_pc_01.jpg)
    }
}

@media screen and (max-width:768px) {
    .footer__visual.footer__visual--02 {
        background-image: url(../img/common/footer/image_02.jpg)
    }
}

@media screen and (min-width:769px) {
    .footer__visual.footer__visual--02 {
        background-image: url(../img/common/footer/image_pc_02.jpg)
    }
}

@media screen and (max-width:768px) {
    .footer__visual.footer__visual--03 {
        background-image: url(../img/common/footer/image_03.jpg)
    }
}

@media screen and (min-width:769px) {
    .footer__visual.footer__visual--03 {
        background-image: url(../img/common/footer/image_pc_03.jpg)
    }
}

@media screen and (min-width:769px) {
    .footer__links {
        margin: 0 auto;
        width: 440px
    }
}

.footer__link {
    font-size: 14px
}

.footer__link a {
    text-decoration: none
}

@media screen and (min-width:769px) {
    .footer__link a {
        padding: 0 26px;
        transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
    }

    .footer__link a:hover {
        opacity: .8
    }
}

@media screen and (max-width:768px) {
    .footer__link {
        text-align: center;
        line-height: 1.61
    }

    .footer__link+.footer__link {
        margin-top: 1em
    }
}

@media screen and (min-width:769px) {
    .footer__link--privacy {
        float: left
    }
}

@media screen and (min-width:769px) {
    .footer__link--tokusho {
        float: right
    }
}

.footer__marks {
    margin: 30px auto 0
}

@media screen and (min-width:769px) {
    .footer__marks {
        width: 250px;
        font-size: 0;
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .footer__mark+.footer__mark {
        margin-top: 25px
    }
}

@media screen and (min-width:769px) {
    .footer__mark {
        display: inline-block
    }

    .footer__mark+.footer__mark {
        margin-left: 50px
    }
}

.footer__mark--cybertrust {
    width: 100px
}

@media screen and (max-width:768px) {
    .footer__mark--cybertrust {
        margin: 0 auto
    }
}

.footer__mark--jadma {
    width: 100px
}

@media screen and (max-width:768px) {
    .footer__mark--jadma {
        margin: 0 auto
    }
}

.copyright {
    text-align: center;
    font-size: 12px
}

@media screen and (max-width:768px) {
    .copyright {
        margin-top: 40px
    }
}

@media screen and (min-width:769px) {
    .copyright {
        margin-top: 30px
    }
}

.connectWithUs {
    background-color: #fff
}

@media screen and (min-width:769px) {
    .connectWithUs__body {
        padding-bottom: 110px
    }
}

@media screen and (min-width:1025px) {
    .connectWithUs__body {
        margin: 0 0 0 280px
    }
}

@media screen and (min-width:1281px) {
    .connectWithUs__body {
        margin: 0 20% 0 21.875%
    }
}

.connectWithUs__heading {
    text-align: center;
    font-size: 28px;
    font-weight: 400
}

@media screen and (max-width:768px) {
    .connectWithUs__heading {
        padding-top: 55.5px;
        letter-spacing: .15em;
        font-size: 22px
    }
}

@media screen and (min-width:769px) {
    .connectWithUs__heading {
        margin: 0 auto;
        padding-top: 85.5px;
        width: 744px;
        letter-spacing: .2em
    }
}

@media screen and (min-width:1025px) {
    .connectWithUs__heading {
        margin: 0
    }
}

@media screen and (min-width:1281px) {
    .connectWithUs__heading {
        margin: 0 auto
    }
}

.connectWithUs__sns {
    text-align: center
}

.connectWithUs__sns a {
    display: block;
    height: 100%
}

@media screen and (max-width:768px) {
    .connectWithUs__sns {
        margin: 27px auto 0;
        padding: 0 0 70px;
        width: 273px
    }
}

@media screen and (min-width:769px) {
    .connectWithUs__sns {
        margin: 47px auto 0;
        width: 410px
    }
}

@media screen and (min-width:1025px) {
    .connectWithUs__sns {
        margin: 47px 0 0 226px
    }
}

@media screen and (min-width:1281px) {
    .connectWithUs__sns {
        margin: 37px auto 0
    }
}

.connectWithUs__facebook,
.connectWithUs__phone,
.connectWithUs__map,
.connectWithUs__line,
.connectWithUs__shopee {
    float: left;
    width: 70px;
    height: 71px
}

.connectWithUs__facebook a,
.connectWithUs__phone a,
.connectWithUs__map a,
.connectWithUs__line a,
.connectWithUs__shopee a {
    display: block;
    position: relative;
    border: 1px solid #5a5251;
    border-radius: 50%;
    width: 100%;
    height: 70px
}

.connectWithUs__facebook a:after,
.connectWithUs__phone a:after,
.connectWithUs__map a:after,
.connectWithUs__line a:after,
.connectWithUs__shopee a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    /* background: #5a5251 */
}

.connectWithUs__facebook a:before,
.connectWithUs__phone a:before,
.connectWithUs__map a:before,
.connectWithUs__line a:before,
.connectWithUs__shopee a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width:769px) {

    .connectWithUs__facebook a:hover:after,
    .connectWithUs__phone a:hover:after,
    .connectWithUs__map a:hover:after,
    .connectWithUs__line a:hover:after,
    .connectWithUs__shopee a:hover:after {
        transition: all .4s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.connectWithUs__facebook a:before {
    background-image: url(../img/fb.png);
    background-size: 35px
}

@media screen and (min-width:769px) {
    .connectWithUs__facebook a:hover:before {
        /* background-image: url(../img/common/footer/sns/facebook_ov.png) */
    }
}

@media screen and (max-width:768px) {
    .connectWithUs__map {
        margin-left: 31.5px
    }
}

@media screen and (min-width:769px) {
    .connectWithUs__map {
        margin-left: 41px
    }
}

@media screen and (max-width:768px) {
    .connectWithUs__phone {
        margin-left: 31.5px
    }
}

@media screen and (min-width:769px) {
    .connectWithUs__phone {
        margin-left: 41px
    }
}

.connectWithUs__phone a:before {
    background-image: url(../img/phone.png);
    background-size: 30px
}

.connectWithUs__line a:before {
    background-image: url(../img/line.png);
    background-size: 40px;
}

.connectWithUs__map a:before {
    background-image: url(../img/map.png);
    background-size: 30px;
}


@media screen and (min-width:769px) {
    /* .connectWithUs__phone a:hover:before {
    background-image: url(../img/common/footer/sns/instagram_ov.png)
} */
}

.pagetop {
    background: #fff
}

.pagetop a {
    display: block;
    position: relative;
}

.pagetop a:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 0;
    left: 2%;
    margin: auto;
    border-top: 1px solid #705950;
    border-right: 1px solid #705950;
    width: 20px;
    height: 20px;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (min-width:769px) {
    .pagetop a:hover:before {
        opacity: .8;
        -webkit-transform: translateY(-4px) rotate(-45deg);
        transform: translateY(-4px) rotate(-45deg)
    }
}

@media screen and (max-width:768px) {
    .pagetop {
        height: 45px
    }
}

@media screen and (min-width:769px) {
    .pagetop {
        height: 51px
    }
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    overflow: hidden;
    clip: rect(0 0 0 0);
    position: absolute;
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    overflow: visible;
    clip: auto;
    position: static;
    margin: 0;
    width: auto;
    height: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.u-mR1em {
    margin-right: 1em !important
}

.u-mL1em {
    margin-left: 1em !important
}

.u-mR2em {
    margin-right: 2em !important
}

.u-mL2em {
    margin-left: 2em !important
}

.u-mR3em {
    margin-right: 3em !important
}

.u-mL3em {
    margin-left: 3em !important
}

.u-mR4em {
    margin-right: 4em !important
}

.u-mL4em {
    margin-left: 4em !important
}

.u-mR5em {
    margin-right: 5em !important
}

.u-mL5em {
    margin-left: 5em !important
}

.u-align-center {
    text-align: center !important
}

.u-align-left {
    text-align: left !important
}

.u-align-right {
    text-align: right !important
}

.js-accordion {
    display: block;
    position: relative
}

.js-accordion:after,
.js-accordion:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 1px;
    background-color: #5a5251
}

.js-accordion:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.js-accordion:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.js-accordion.is-open:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #5a5251
}

.js-accordion.is-open:after {
    display: none
}

@media screen and (max-width:768px) {

    .faq__question .js-accordion:after,
    .faq__question .js-accordion:before {
        top: 16px
    }
}

.imageReplacement {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    font-size: 0
}

@media screen and (min-width:769px) {
    .c-hidden--pc {
        display: none
    }
}

@media screen and (max-width:768px) {
    .c-hidden--sp {
        display: none
    }
}

@media screen and (max-width:768px) {
    .c-body {
        margin: 0 7.03125%
    }
}

.c-mainvisual {
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:1024px) {
    .c-mainvisual {
        margin-left: 7.03%;
        padding-bottom: 63.25%;
        height: 0
    }
}

.c-mincho {
    font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino mincho ProN, HG明朝E, ＭＳ\ Ｐ明朝, ＭＳ\ 明朝, serif
}

.c-suranna {
    letter-spacing: .16em;
    font-family: Suranna, serif
}

.c-arapey {
    font-family: Arapey, serif
}

.c-heading {
    line-height: 1.25
}

.c-sleeve {
    display: block;
    line-height: 1
}

.c-annotation {
    padding-left: 1em;
    text-indent: -1em
}

.c-annotation:before {
    content: "※"
}

.c-strikeThrough {
    text-decoration: line-through
}

.c-icon:before {
    content: "";
    display: inline-block;
    top: -2px;
    vertical-align: middle
}

.c-icon--arrow,
.c-icon:before {
    position: relative
}

/* .c-icon--arrow:after,
.c-icon--arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    color: inherit;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
} */

.c-icon--arrow:before {
    border-top: 1px solid;
    width: 18px;
    height: 1px
}

.c-button .c-icon--arrow:before {
    transition: color 0, -webkit-transform 0;
    transition: transform 0, color 0;
    transition: transform 0, color 0, -webkit-transform 0
}

.c-icon--arrow:after {
    border-top: 1px solid;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right;
    transform-origin: right
}

.c-button .c-icon--arrow:after {
    transition: color 0, -webkit-transform 0;
    transition: transform 0, color 0;
    transition: transform 0, color 0, -webkit-transform 0
}

@media screen and (min-width:769px) {
    /* .c-icon--arrow:before {
    transition: color .2s, -webkit-transform .2s .1s;
    transition: transform .2s .1s, color .2s;
    transition: transform .2s .1s, color .2s, -webkit-transform .2s .1s;
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.c-icon--arrow:after {
    transition: color .2s, -webkit-transform .2s;
    transition: transform .2s, color .2s;
    transition: transform .2s, color .2s, -webkit-transform .2s;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg)
}

.c-icon--arrow:hover:before {
    transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0;
    transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
} */

    .recommend .c-icon--arrow:hover:before {
        transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
        transition: transform .2s cubic-bezier(.215, .61, .355, 1), color 0;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1), color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .c-icon--arrow:hover:after {
        transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg)
    }

    .recommend .c-icon--arrow:hover:after {
        transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s
    }
}

@media screen and (max-width:768px) {

    .gnav__item .c-icon--arrow:after,
    .gnav__item .c-icon--arrow:before,
    .news__list .c-icon--arrow:after,
    .news__list .c-icon--arrow:before {
        display: none
    }
}

@media screen and (max-width:768px) {
    .recommend .c-icon--arrow:before {
        left: 50%
    }

    .recommend .c-icon--arrow:after {
        left: calc(50%+9px)
    }
}

@media screen and (min-width:769px) {

    .recommend .c-icon--arrow:after,
    .recommend .c-icon--arrow:before {
        left: 50%
    }

    .recommend .c-icon--arrow:before {
        transition: color 0, -webkit-transform .1s cubic-bezier(.645, .045, .355, 1) .1s;
        transition: transform .1s cubic-bezier(.645, .045, .355, 1) .1s, color 0;
        transition: transform .1s cubic-bezier(.645, .045, .355, 1) .1s, color 0, -webkit-transform .1s cubic-bezier(.645, .045, .355, 1) .1s;
        -webkit-transform: scale(0) translateX(-200%);
        transform: scale(0) translateX(-200%);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    .recommend .c-icon--arrow:after {
        transition: color 0, -webkit-transform .1s cubic-bezier(.645, .045, .355, 1);
        transition: transform .1s cubic-bezier(.645, .045, .355, 1), color 0;
        transition: transform .1s cubic-bezier(.645, .045, .355, 1), color 0, -webkit-transform .1s cubic-bezier(.645, .045, .355, 1)
    }
}

@media screen and (max-width:768px) {

    .product___image .c-icon--arrow:after,
    .product___image .c-icon--arrow:before {
        top: auto;
        right: 10px;
        bottom: 10px
    }
}

@media screen and (min-width:769px) {
    .product__text:hover .c-icon--arrow:before {
        transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }

    .product__text:hover .c-icon--arrow:after {
        transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg)
    }
}

@media screen and (max-width:768px) {

    .product__text .c-icon--arrow:after,
    .product__text .c-icon--arrow:before {
        display: none
    }
}

@media screen and (max-width:768px) {

    .product__item--large .product__text .c-icon--arrow:after,
    .product__item--large .product__text .c-icon--arrow:before {
        margin-top: 45%
    }
}

@media screen and (max-width:768px) {

    .cleansinggel__detail .c-icon--arrow:after,
    .cleansinggel__detail .c-icon--arrow:before,
    .cleansinggel__link--qa .c-icon--arrow:after,
    .cleansinggel__link--qa .c-icon--arrow:before,
    .cleansinggel__text--regular .c-icon--arrow:after,
    .cleansinggel__text--regular .c-icon--arrow:before,
    .footer__link .c-icon--arrow:after,
    .footer__link .c-icon--arrow:before {
        display: none
    }
}

@media screen and (min-width:769px) {

    .cleansinggel__detail .c-icon--arrow:after,
    .cleansinggel__detail .c-icon--arrow:before,
    .cleansinggel__link--qa .c-icon--arrow:after,
    .cleansinggel__link--qa .c-icon--arrow:before,
    .cleansinggel__text--regular .c-icon--arrow:after,
    .cleansinggel__text--regular .c-icon--arrow:before {
        right: -25px
    }
}

@media screen and (max-width:768px) {

    .cream__detail .c-icon--arrow:after,
    .cream__detail .c-icon--arrow:before,
    .cream__link--qa .c-icon--arrow:after,
    .cream__link--qa .c-icon--arrow:before,
    .cream__text--regular .c-icon--arrow:after,
    .cream__text--regular .c-icon--arrow:before {
        display: none
    }
}

@media screen and (min-width:769px) {

    .cream__detail .c-icon--arrow:after,
    .cream__detail .c-icon--arrow:before,
    .cream__link--qa .c-icon--arrow:after,
    .cream__link--qa .c-icon--arrow:before,
    .cream__text--regular .c-icon--arrow:after,
    .cream__text--regular .c-icon--arrow:before {
        right: -25px
    }
}

@media screen and (max-width:768px) {

    .emulsion__detail .c-icon--arrow:after,
    .emulsion__detail .c-icon--arrow:before,
    .emulsion__link--qa .c-icon--arrow:after,
    .emulsion__link--qa .c-icon--arrow:before,
    .emulsion__text--regular .c-icon--arrow:after,
    .emulsion__text--regular .c-icon--arrow:before {
        display: none
    }
}

@media screen and (min-width:769px) {

    .emulsion__detail .c-icon--arrow:after,
    .emulsion__detail .c-icon--arrow:before,
    .emulsion__link--qa .c-icon--arrow:after,
    .emulsion__link--qa .c-icon--arrow:before,
    .emulsion__text--regular .c-icon--arrow:after,
    .emulsion__text--regular .c-icon--arrow:before {
        right: -25px
    }
}

@media screen and (max-width:768px) {

    .essence__detail .c-icon--arrow:after,
    .essence__detail .c-icon--arrow:before,
    .essence__link--qa .c-icon--arrow:after,
    .essence__link--qa .c-icon--arrow:before,
    .essence__text--regular .c-icon--arrow:after,
    .essence__text--regular .c-icon--arrow:before {
        display: none
    }
}

@media screen and (min-width:769px) {

    .essence__detail .c-icon--arrow:after,
    .essence__detail .c-icon--arrow:before,
    .essence__link--qa .c-icon--arrow:after,
    .essence__link--qa .c-icon--arrow:before,
    .essence__text--regular .c-icon--arrow:after,
    .essence__text--regular .c-icon--arrow:before {
        right: -25px
    }
}

@media screen and (max-width:768px) {

    .lotion__detail .c-icon--arrow:after,
    .lotion__detail .c-icon--arrow:before,
    .lotion__link--qa .c-icon--arrow:after,
    .lotion__link--qa .c-icon--arrow:before,
    .lotion__text--regular .c-icon--arrow:after,
    .lotion__text--regular .c-icon--arrow:before {
        display: none
    }
}

@media screen and (min-width:769px) {

    .lotion__detail .c-icon--arrow:after,
    .lotion__detail .c-icon--arrow:before,
    .lotion__link--qa .c-icon--arrow:after,
    .lotion__link--qa .c-icon--arrow:before,
    .lotion__text--regular .c-icon--arrow:after,
    .lotion__text--regular .c-icon--arrow:before {
        right: -25px
    }
}

@media screen and (max-width:768px) {

    .soap__detail .c-icon--arrow:after,
    .soap__detail .c-icon--arrow:before,
    .soap__link--qa .c-icon--arrow:after,
    .soap__link--qa .c-icon--arrow:before,
    .soap__text--regular .c-icon--arrow:after,
    .soap__text--regular .c-icon--arrow:before {
        display: none
    }
}

@media screen and (min-width:769px) {

    .soap__detail .c-icon--arrow:after,
    .soap__detail .c-icon--arrow:before,
    .soap__link--qa .c-icon--arrow:after,
    .soap__link--qa .c-icon--arrow:before,
    .soap__text--regular .c-icon--arrow:after,
    .soap__text--regular .c-icon--arrow:before {
        right: -25px
    }
}

@media screen and (max-width:768px) {

    .trial__detail .c-icon--arrow:after,
    .trial__detail .c-icon--arrow:before,
    .trial__link--qa .c-icon--arrow:after,
    .trial__link--qa .c-icon--arrow:before,
    .trial__text--regular .c-icon--arrow:after,
    .trial__text--regular .c-icon--arrow:before {
        display: none
    }
}

@media screen and (min-width:769px) {

    .trial__detail .c-icon--arrow:after,
    .trial__detail .c-icon--arrow:before,
    .trial__link--qa .c-icon--arrow:after,
    .trial__link--qa .c-icon--arrow:before,
    .trial__text--regular .c-icon--arrow:after,
    .trial__text--regular .c-icon--arrow:before {
        right: -25px
    }
}

@media screen and (max-width:768px) {

    .contactForm__text--link .c-icon--arrow:after,
    .contactForm__text--link .c-icon--arrow:before {
        display: none
    }
}

.c-icon--arrow.c-icon--arrow--reverse:after,
.c-icon--arrow.c-icon--arrow--reverse:before {
    left: 10px
}

.c-icon--arrow.c-icon--arrow--reverse:after {
    -webkit-transform-origin: left;
    transform-origin: left
}

@media screen and (max-width:768px) {
    .c-icon--arrow.c-icon--arrow--reverse:after {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg)
    }
}

@media screen and (min-width:769px) {
    .c-icon--arrow.c-icon--arrow--reverse:after {
        -webkit-transform: scale(0) rotate(315deg);
        transform: scale(0) rotate(315deg);
        -webkit-transform-origin: left;
        transform-origin: left
    }

    .c-icon--arrow.c-icon--arrow--reverse:hover:before {
        transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .c-icon--arrow.c-icon--arrow--reverse:hover:after {
        transition: color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        -webkit-transform: scale(1) rotate(315deg);
        transform: scale(1) rotate(315deg)
    }
}

@media screen and (min-width:1025px) {
    .c-icon--scroll {
        opacity: 0;
        margin: 0 auto 0 50%;
        border-top: 1px solid;
        border-right: 1px solid;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        color: #705950
    }
}

.c-button {
    border: 1px solid;
    text-align: center
}

.c-button a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: color .4s cubic-bezier(.215, .61, .355, 1)
}

@media screen and (min-width:769px) {
    .c-button a:hover {
        color: #fff
    }

    .c-button a:hover .c-button--bg:before {
        transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
        transition: transform .3s cubic-bezier(.215, .61, .355, 1);
        transition: transform .3s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.c-button .c-button--bg,
.c-button .c-button--bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-button .c-button--bg:before {
    content: "";
    display: block;
    z-index: -1;
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background: #5a5251
}

.c-button .c-icon--arrow:after,
.c-button .c-icon--arrow:before {
    right: 10px
}

@media screen and (min-width:769px) {
    .c-button {
        max-width: 245px;
        height: 46px;
        line-height: 46px
    }
}

@media screen and (max-width:768px) {
    .c-button {
        margin-top: .5em;
        font-size: 16px
    }
}

.c-icon--arrow--reverse .c-button--bg:before {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.gnav__item--trial,
.gnav__item--regular {
    text-align: center;
    background-color: #ead5d0
}

.gnav__item--trial:hover,
.gnav__item--regular:hover {
    opacity: .8
}

.product__item p {
    text-align: center;
}

.slide-wrap {
    margin-left: .8rem;
}