


.scroller-proxy {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    margin: 0
}


header a {
    color: #000
}

header.white a {
    color: #fff
}

.blind {
    text-indent: -99999px;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden
}

header h1 svg {
    fill: #000
}

header.white h1 svg {
    fill: #fff
}

header h1 {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center
}

.header__menu>li {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 10px 40px
}

.header__menu>li>a {
    position: relative;
    display: block;
    white-space: nowrap;
    margin-bottom: 25px
}

header .header__menu li a span {
    position: relative;
    display: inline-block
}

header.white .header__menu>li>a span:before {
    background-color: #fff
}

.header__menu>li a span:before {
    display: inline-block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0%;
    height: 2px;
    mix-blend-mode: difference;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header__hamburg-menu-bar,
.header__menu>li>a span:before,
.header__submenu {
    background-color: #000
}

.isMac .header__menu>li a span:before {
    bottom: 2px
}

.header__menu>li a.active span:before,
.header__menu>li a:hover span:before {
    width: 100%;
    left: 0
}

.header__menu>li:hover .header__submenu {
    opacity: 1;
    visibility: visible
}

.header__submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 9px 20px;
    margin-left: -20px;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, .4);
    transition: all .3s ease-out
}

.header__submenu li>a {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 11px 0
}

.header__submenu a {
    color: #fff
}

.header__menu--left {
    position: absolute;
    top: 60px;
    left: 5.2%
}

.header__menu--right {
    position: absolute;
    top: 60px;
    right: 10%
}

.header__hamburg-menu {
    position: absolute;
    top: 67px;
    right: 6%
}

.header__hamburg-menu a {
    display: block;
    width: 40px;
    height: 40px
}

.header__hamburg-menu-bar {
    position: absolute;
    width: 40px;
    height: 2px;
    transition: .3s ease-in-out
}

.header__hamburg-menu-bar:nth-child(1) {
    top: 0
}

.header__hamburg-menu-bar:nth-child(2) {
    top: 7px
}

.header__hamburg-menu-bar:nth-child(3) {
    top: 14px
}

.header__overlay-menu {
    position: relative;
    visibility: hidden;
    opacity: 0
}

.header__overlay-menu:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3)
}

.header__overlay-menu-title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.32px;
    padding-bottom: 60px;
    color: #009860
}

.header__overlay-menu-section {
    position: absolute;
    right: 0;
    width: 64vw;
    height: 100vh;
    display: flex;
    padding: 17vh 0 0 4%;
    background-color: #000
}

.header__overlay-menu-section ul {
    display: flex;
    flex-direction: column
}

.header__overlay-menu-item li {
    display: inline-block;
    position: relative;
    font-size: 7rem;
    letter-spacing: -.14px;
    font-weight: 300;
    margin-bottom: 30px
}

.header__overlay-vertical-line {
    width: 1px;
    height: 93%;
    margin: 0 8.5%;
    background-color: rgba(255, 255, 255, .15)
}

.header__overlay-menu-item li a span:before,
.isMac .header__overlay-menu-item li a span:before {
    display: inline-block;
    width: 0%;
    height: 3px;
    mix-blend-mode: difference;
    background-color: #fff;
    right: 0
}

.header__overlay-menu-about ul li {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -.48px
}

.header__overlay-menu-section ul li a {
    position: relative;
    color: #fff
}

.isMac .header__overlay-menu-item li a span:before {
    position: absolute;
    bottom: 12px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header__overlay-menu-item li a span:before {
    position: absolute;
    bottom: 9px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.menu-shop__group,
.menu-shop__trigger,
.menu-shop__trigger .ico-close,
.menu-shop__trigger .ico-shop {
    transition: .3s all ease-in-out
}

.header__overlay-menu-about ul li a span:before {
    bottom: 0;
    height: 1px
}

.isMac .header__overlay-menu-about ul li a span:before {
    bottom: 3px;
    height: 1px
}

.header__overlay-menu-item li a.active span:before,
.header__overlay-menu-item li a:hover span:before {
    width: 100%;
    left: 0
}

ul.header__overlay-sns {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 65px
}

ul.header__overlay-sns li {
    font-family: HelveticaNeue;
    display: flex;
    font-size: 1.3rem;
    letter-spacing: -.26px;
    line-height: 1rem
}

ul.header__overlay-sns li:after {
    display: block;
    width: 1px;
    height: 10px;
    margin: -2px 15px 0;
    background-color: rgba(255, 255, 255, .3)
}

ul.header__overlay-sns li:last-child:after {
    content: none
}

.header__overlay-lang {
    display: flex;
    position: absolute;
    bottom: 65px;
    font-size: 1.3rem
}

.header__overlay-lang a {
    opacity: .2;
    color: #fff
}

.header__overlay-lang a.active {
    opacity: 1;
    text-decoration: underline
}

.header__overlay-lang .vertical-line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, .15);
    margin: -1px 8px 0;
    vertical-align: middle
}

header.active .header__hamburg-menu-bar {
    margin: 0;
    background-color: #fff
}

header.active .header__hamburg-menu-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
    width: 28px
}

header.active .header__hamburg-menu-bar:nth-child(2) {
    width: 0%;
    opacity: 0
}

header.active .header__hamburg-menu-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: 6px;
    width: 28px
}

header.active .header__overlay-menu {
    display: block
}

header.white .header__hamburg-menu-bar {
    background-color: #fff
}

.menu-shop {
    position: fixed;
    right: 100px;
    bottom: 70px;
    z-index: 2
}

.menu-shop__group {
    position: absolute;
    bottom: 75px;
    right: 0;
    min-width: 195px;
    padding: 22px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(50px)
}

.menu-shop__trigger {
    position: relative;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 30px;
    float: right;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2)
}

.footer_family ul,
.main-inner.main-inner--black,
.menu-shop.black .menu-shop__group,
.menu-shop.black .menu-shop__trigger,
.product-key-visual__text .text--shop a,
footer {
    background-color: #000
}

.menu-shop__trigger .ico-close {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    opacity: 0;
    transform: rotate(45deg)
}

.footer_family,
.main-key-visual,
footer {
    position: relative;
    color: #fff
}

.menu-shop__item a {
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 1.3rem;
    line-height: 1.9rem;
    letter-spacing: -.52px
}

.menu-shop__item a:hover {
    text-decoration: underline
}

.menu-shop__item .ico-svg {
    display: inline-flex;
    width: 32px;
    margin-right: 13px
}

.menu-shop__item .ico-svg svg {
    fill: #000
}

.menu-shop.black .menu-shop__item .ico-svg svg,
.menu-shop.black .menu-shop__trigger .ico-close svg,
.menu-shop.black .menu-shop__trigger .ico-shop svg {
    fill: #fff
}

.menu-shop__item:nth-child(1) .ico-svg svg {
    width: 32px
}

.menu-shop__item:nth-child(2) .ico-svg svg {
    width: 24px
}

.menu-shop__item:nth-child(3) {
    display: none
}

.menu-shop__item:nth-child(3) .ico-svg svg {
    width: 27px
}

.menu-shop.active .menu-shop__group {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(00px)
}

.menu-shop.active .menu-shop__trigger .ico-shop {
    opacity: 0
}

.menu-shop.active .menu-shop__trigger .ico-close {
    opacity: 1;
    pointer-events: auto;
    transform: rotate(0)
}

.menu-shop.black .menu-shop__item a {
    color: #fff
}

.content {
    min-height: 300px
}

.main-inner.main-inner--black {
    color: #fff
}

footer {
    display: flex;
    padding: 80px 0;
    overflow: hidden;
    flex-wrap: wrap
}

footer a {
    color: #fff
}

.footer__copy {
    width: 50%;
    padding-left: 11.4%
}

.footer__copy img {
    width: 99px;
    height: 32px
}

.footer__info {
    width: 50%;
    padding-left: 11.4%;
    font-size: 1.4rem
}

.footer__info>ul>li a {
    text-decoration: underline
}

.footer__info span:first-child {
    font-weight: 700
}

.footer__info span:last-child {
    color: #fff;
    opacity: .7
}

.footer_family {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5rem;
    width: 220px;
    height: 38px;
    border: 1px solid #fff;
    margin-top: 40px
}

.footer_family button {
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 15px
}

.footer_family button::after {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #fff transparent transparent;
    transition: all .3s ease-out;
    transform: rotate(180deg)
}

.brand-bottom__text a,
.footer_family ul {
    border: 1px solid #fff;
    transition: all .3s ease-out
}

.footer_family ul {
    position: absolute;
    bottom: 35px;
    left: -1px;
    opacity: 0;
    padding: 12.5px 0;
    visibility: hidden;
    width: calc(100% + 2px)
}

.footer_family ul li {
    display: block;
    transition: all .3s ease-out
}

.footer_family ul a {
    display: block;
    color: #fff;
    padding-left: 15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-size: 1.4rem;
    line-height: 1.4rem
}

.footer_family ul li:hover a {
    text-decoration: underline
}

.footer_family.active button::after {
    transform: rotate(0)
}

.footer_family.active ul {
    opacity: 1;
    visibility: visible
}

.copyright {
    padding-top: 40px;
    font-size: 1.5rem
}

.mob-br {
    display: none
}

.web-br {
    display: block
}

.web-span {
    display: inline-block
}

.mob-span {
    display: none
}

.mobile .scroller-proxy {
    height: auto;
    overflow: hidden
}

@media (max-width:1299.98px) {
    .header__overlay-menu-section {
        padding: 9vh 0 0 4%;
        width: 70vw
    }
}

@media (max-width:1199.98px) {
    .header__overlay-menu-item li {
        font-size: 4.2rem;
        line-height: 4.2rem;
        letter-spacing: -.84px;
        margin-bottom: 20px
    }

    ul.header__overlay-sns li:after {
        margin: -2px 7px 0
    }
}

@media (max-width:850px) {
    .header__overlay-vertical-line {
        margin: 0 5.5%
    }
}

@media screen and (min-width:1200px) and (max-height:640px) {
    .header__overlay-menu-section {
        padding: 6vh 0 0 4%
    }

    .header__overlay-menu-item li {
        font-size: 4.2rem;
        line-height: 4.2rem;
        letter-spacing: -.84px;
        margin-bottom: 20px
    }
}

@media (max-width:850px) {
    .header__menu--right {
        right: 8%
    }

    .header__menu>li {
        margin: 10px 30px
    }
}

@media screen and (max-width:767.98px) {

    .header__overlay-menu-item li a span:before,
    .header__overlay-menu-item li a:before,
    .isMac .header__overlay-menu-item li a span:before {
        bottom: 5px
    }

    header {
        top: 0;
        height: 70px
    }

    header h1 {
        top: 30px;
        left: 20px;
        right: initial;
        z-index: 10
    }

    header h1 svg {
        width: 62px;
        height: 21px
    }

    .header__menu {
        display: none
    }

    .header__hamburg-menu {
        top: 27px;
        right: 20px
    }

    .header__hamburg-menu-bar {
        width: 32px;
        margin: 4px 0
    }

    .header__overlay-menu {
        width: 100vw;
        height: 100vh
    }

    .header__overlay-menu-section {
        display: block;
        position: relative;
        right: auto;
        width: 100%;
        height: 100%;
        overflow: scroll;
        padding: 140px 20px 60px
    }

    .header__overlay-menu-item li {
        font-size: 4.2rem;
        line-height: 4.2rem;
        letter-spacing: -.84px;
        margin-bottom: 20px
    }

    .copyright,
    .header__overlay-lang a {
        font-size: 1.3rem
    }

    .header__overlay-menu-item li:last-child {
        margin-bottom: 0
    }

    .header__overlay-menu-title {
        padding-bottom: 39px
    }

    .header__overlay-menu-about .header__overlay-menu-title {
        padding-bottom: 29px
    }

    .header__overlay-vertical-line {
        width: 100%;
        height: 1px;
        margin: 30px 0
    }

    ul.header__overlay-sns {
        padding-top: 100px;
        justify-content: initial;
        align-items: initial;
        position: relative;
        bottom: initial;
        flex-direction: column
    }

    ul.header__overlay-sns li {
        padding-bottom: 20px;
        line-height: 1.3rem
    }

    ul.header__overlay-sns li:after {
        content: none
    }

    .header__overlay-lang {
        position: relative;
        bottom: auto;
        margin-top: 40px
    }

    .menu-shop {
        right: 20px;
        bottom: 40px;
        z-index: 2
    }

    footer {
        padding: 60px 0
    }

    .footer__copy {
        width: 100%;
        padding-left: 5%;
        padding-bottom: 50px
    }

    .footer__copy img {
        width: 62px;
        height: 21px
    }

    .footer__info {
        width: 100%;
        padding-left: 5%
    }

    .footer__info span:first-child {
        font-weight: 500
    }

    .footer_family {
        margin-top: 30px
    }

    .copyright {
        padding-top: 80px
    }

    .mob-br {
        display: block
    }

    .web-br,
    .web-span {
        display: none
    }

    .mob-span {
        display: inline-block
    }
}

.brand-story-visual,
.main-key-visual {
    height: 100vh;
    -webkit-box-sizing: border-box
}

.main-key-visual {
    width: 100%;
    min-height: 800px;
    padding: 0 120px;
    box-sizing: border-box;
    overflow: hidden
}

.main-key-visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-key-visual__bg img,
.main-key-visual__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body.isIE11 .main-key-visual__bg img,
body.isIE11 .main-key-visual__bg video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}



.main-block {
    color: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main-block a {
    color: #fff
}



.main-block__bg-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 115vh;
    position: absolute;left:0;top:0vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.main-block__bg-inner--x {
    width: 115%;
    height: 100vh;
}

.main-block__bg-inner img {
    width: 110%;
    min-width: 1920px;
    object-fit: cover
}

body.isIE11 .main-block__bg-inner img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bg--brand-story {
    margin-top: -10%
}


.brand-story-visual,
.product-line-visual {
    color: #fff;
    text-align: center;
    overflow: hidden
}



.main-block__text .view-more .arrow {
    margin-left: 10px
}

@media screen and (max-width:767.98px) {
    .main-key-visual {
        min-height: auto;
        padding: 0 20px
    }

    .main-key-visual__text {
        top: auto;
        left: 5%;
        bottom: 60px
    }

    .main-key-visual__text h2 {
        font-size: 4.2rem;
        line-height: 4.2rem;
        max-width: 250px
    }

    .main-key-visual__text p {
        font-size: 1.3rem;
        line-height: 2.2rem
    }

    .main-block {
        max-height: 650px
    }

    .main-block__text {
        top: 60%;
        padding: 0 5%
    }

    .main-block__text h3 {
        font-size: 4.2rem;
        padding-bottom: 15px
    }

    .main-block__text p {
        font-size: 1.2rem;
        padding-bottom: 40px
    }

    .main-block__text .view-more {
        font-size: 1.4rem
    }

    .main-block__bg-inner img {
        min-width: 1550px
    }

    .main-block__bg-inner--large img {
        min-width: 1080px
    }
}

.brand-story-visual {
    position: relative;
    width: 100%;
    min-height: 800px;
    padding: 0 120px;
    box-sizing: border-box
}

.brand-story-visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.brand-story-visual__bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.brand-story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body.isIE11 .brand-story-visual img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.brand-story-visual__text {
    position: absolute;
    bottom: 18.5%;
    left: 15.6%;
    text-align: left
}

.brand-story-visual__text h2 {
    font-size: 10.6rem;
    font-weight: 300;
    letter-spacing: -1.5px;
    margin-bottom: 20px
}

.brand-story-visual__text p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: -.56px
}

.brand-effect-container {
    padding: 350px 0;
    overflow: hidden
}

.brand-skin-effect {
    margin-left: 15.6%;
    margin-bottom: 120px
}

.brand-skin-effect__subtitle {
    font-size: 1.6rem;
    letter-spacing: -.32px;
    color: #009860;
    font-weight: 700
}

.brand-skin-effect__title {
    font-size: 5.2rem;
    letter-spacing: -3px;
    padding: 15px 0 40px
}

.brand-skin-effect__desc {
    font-size: 1.6rem;
    letter-spacing: -.64px;
    line-height: 3rem;
    opacity: .7;
    max-width: 570px
}

.brand-effect-item {
    position: relative
}

.brand-effect__img {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.brand-effect__img-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

body.isIE11 .brand-effect__img-inner img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.large-text {
    font-family: HelveticaNeue;
    font-size: 36rem;
    font-weight: 700;
    letter-spacing: -7px;
    white-space: nowrap;
    opacity: .07;
    position: absolute;
    top: -219px;
    left: -220px;
    z-index: 0
}

.brand-effect__text {
    margin-top: -80px;
    position: relative;
    z-index: 2
}

.brand-effect__num {
    font-family: HelveticaNeue;
    font-size: 18rem;
    font-weight: 300
}

.brand-effect__title {
    font-size: 2.6rem;
    letter-spacing: -1px;
    font-weight: 700;
    padding-bottom: 20px
}

.brand-effect__desc {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: -.64px;
    opacity: .7
}

.brand-effect-item--one .brand-effect__img {
    max-width: 1100px;
    width: 61vw;
    height: 400px
}

.brand-effect-item--one .brand-effect__desc {
    max-width: 430px
}

.brand-effect-item--one .brand-effect__text {
    padding-left: 15.6%
}

.brand-effect-item--two {
    left: 50%;
    margin: 360px 0 350px
}

.brand-effect-item--two .brand-effect__desc {
    max-width: 373px
}

.brand-effect-item--two .brand-effect__img {
    max-width: 880px;
    width: 45.8vw;
    height: 476px
}

.brand-effect-item--three {
    padding-left: 4%
}

.brand-effect-item--three .brand-effect__img {
    max-width: 880px;
    width: 45.8vw;
    height: 420px
}

.brand-effect-item--three .brand-effect__desc {
    max-width: 411px
}

.brand-effect-item--three .brand-effect__text {
    padding-left: 11.4%
}

.brand-bottom {
    position: relative;
    overflow: hidden;
    min-height: 900px
}

.brand-bottom-visual__bg-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.brand-bottom-visual__bg-inner img {
    width: 100%;
    min-width: 1920px;
    object-fit: cover
}

body.isIE11 .brand-bottom-visual__bg-inner img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.brand-bottom-visual__bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.brand-bottom__text {
    position: absolute;
    top: 50%;
    left: 15.6%;
    transform: translateY(-50%)
}

.brand-bottom__text h3 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 7.4rem;
    letter-spacing: -1.2px
}

.brand-bottom__text p {
    font-size: 1.6rem;
    padding: 25px 0 60px
}

.brand-bottom__text a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 30px
}

.brand-bottom__text a:hover {
    color: #000;
    background-color: #fff
}

@media screen and (max-width:767.98px) {

    .brand-effect-item--one .brand-effect__img,
    .brand-effect-item--three .brand-effect__img,
    .brand-effect-item--two .brand-effect__img {
        max-width: auto;
        width: 100%;
        height: auto
    }

    .brand-story-visual {
        min-height: 500px
    }

    .brand-story-visual__bg img {
        min-width: 200vw;
        margin-left: -90vw
    }

    .brand-story-visual__text {
        left: 20px;
        bottom: 60px
    }

    .brand-story-visual__text h2 {
        font-size: 4.2rem;
        line-height: 4.2rem
    }

    .brand-story-visual__text p {
        font-size: 1.3rem;
        line-height: 2.2rem
    }

    .brand-effect-container {
        padding: 100px 0 0
    }

    .brand-skin-effect {
        margin: 0 20px 80px
    }

    .brand-skin-effect__subtitle {
        font-size: 1.3rem
    }

    .brand-skin-effect__title {
        font-size: 2.6rem;
        letter-spacing: -1px;
        padding: 10px 0 30px
    }

    .brand-effect__num {
        font-size: 4.2rem
    }

    .brand-effect__title {
        font-size: 2.6rem;
        line-height: 3.8rem;
        padding-bottom: 20px
    }

    .brand-effect__desc {
        opacity: 1
    }

    .brand-effect__img img {
        width: 100%
    }

    .brand-effect-item--one .brand-effect__text {
        padding: 50px 20px 80px
    }

    .brand-effect-item--three {
        padding-left: 0
    }

    .brand-effect-item--three .brand-effect__text {
        padding-left: 20px
    }

    .brand-effect-item--two {
        left: auto;
        margin: 0
    }

    .brand-effect__text {
        margin-top: 0;
        padding: 50px 20px 80px
    }

    .large-text {
        display: none
    }

    .brand-bottom {
        max-height: 650px;
        min-height: auto
    }

    .brand-bottom__text {
        left: 20px
    }

    .brand-bottom__text h3 {
        font-size: 4.2rem;
        line-height: 4.2rem
    }

    .brand-bottom__text p {
        font-size: 1.3rem;
        line-height: 2.2rem;
        padding: 25px 0 60px
    }

    .brand-bottom-visual__bg-inner img {
        min-width: 1400px
    }
}

.product-all-products {
    padding: 470px 15.6% 150px
}

.product-all-products h3 {
    font-size: 10.6rem;
    line-height: 13.6rem;
    letter-spacing: -.2px;
    padding-bottom: 20px;
    font-weight: 300
}

.product-all-products p {
    font-size: 1.6rem
}

.product-line-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    padding: 0 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-line-visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-line-visual__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body.isIE11 .product-line-visual__bg img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product-line-visual__text {
    position: absolute;
    top: 64%;
    left: 15.6%;
    text-align: left
}

.product-line-visual__text h2 {
    font-size: 10.6rem;
    letter-spacing: -.18px;
    font-weight: 300
}

.product-line-visual__text .text--desc {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-top: 20px
}

.product-lineup-keyingredient {
    display: flex;
    justify-content: space-between;
    padding: 195px 300px 174px
}

.product-lineup-keyingredient__text {
    font-family: NotoSans;
    max-width: 450px;
    font-size: 1.6rem;
    line-height: 3rem
}

.product-lineup-keyingredient__text h3 {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 3.8rem;
    padding-bottom: 35px
}

.product-lineup-keyingredient__text p {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-bottom: 26px
}

.product-lineup-ingredient__text-info {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-bottom: 30px
}

.product-lineup-ingredient__text-info .bold {
    font-weight: 700
}

.product-lineup-ingredient__text-info dt {
    padding-top: 20px
}

.product-lineup-ingredient__text-info dt:first-child {
    padding-top: 0
}

.product-lineup {
    padding: 100px 15%
}

.product-lineup__grid {
    display: flex;
    flex-wrap: wrap;
    color: #000
}

.product-lineup__grid-item {
    width: 33.3334%;
    padding: 90px 0 45px;
    font-family: HelveticaNeue;
    text-align: center
}

.product-lineup__grid-item .item--img {
    max-width: 295px;
    margin: 0 auto
}

.product-lineup__grid-item .item--img img {
    width: 100%;
    transition: 1.3s transform cubic-bezier(.22, 1, .36, 1);
    transform-origin: 50% 65%
}

.product-lineup__grid-item .item--title {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -.32px;
    padding-top: 70px;
    padding-bottom: 15px
}

.product-lineup__grid-item .item--price {
    font-size: 1.6rem;
    font-weight: 700
}

.product-lineup__grid-item:hover {
    background-color: #f1f1f1
}

.product-lineup__grid-item:hover .item--img img {
    transform: scale(1.1)
}

.product-lineup__grid-item--not-ready .item--img {
    opacity: .3
}

.product-lineup__grid-item--not-ready .item--price {
    font-size: 1.4rem;
    color: #999
}

.product-line-bottom {
    padding: 250px 0;
    text-align: center
}

.product-line-bottom span.all {
    display: block;
    font-size: 12rem;
    font-weight: 300;
    line-height: 13.6rem;
    padding-bottom: 20px
}

.product-line-bottom span {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: -.64px;
    vertical-align: top
}

@media (max-width:1600px) {
    .product-lineup-keyingredient {
        justify-content: space-between;
        padding: 195px 15.6% 174px
    }

    .product-lineup-keyingredient__text {
        max-width: 30vw
    }
}

@media screen and (max-width:767.98px) {
    .product-all-products {
        padding: 131px 20px 50px
    }

    .product-all-products h3 {
        font-size: 4.2rem;
        line-height: 5rem;
        letter-spacing: -.52
    }

    .product-all-products p {
        font-size: 1.3rem;
        line-height: 2.2rem;
        padding-bottom: 20px
    }

    .product-line-visual {
        min-height: auto;
        padding: 0 20px
    }

    .product-line-visual__text {
        top: auto;
        left: 5%;
        bottom: 60px
    }

    .product-line-visual__text h2 {
        font-size: 4.2rem;
        line-height: 4.2rem;
        max-width: 250px
    }

    .product-line-visual__text .text--desc {
        font-size: 1.3rem;
        line-height: 2.2rem
    }

    .product-lineup-keyingredient {
        display: block;
        justify-content: initial;
        padding: 100px 20px
    }

    .product-lineup-keyingredient__text {
        max-width: 440px;
        font-size: 1.6rem;
        line-height: 3rem;
        letter-spacing: -.64px
    }

    .product-lineup-keyingredient__text:nth-child(2) {
        padding-top: 80px
    }

    .product-lineup-keyingredient__text h3 {
        font-size: 2.6rem;
        line-height: 3.8rem;
        letter-spacing: -.56px;
        padding-bottom: 30px
    }

    .product-lineup-keyingredient__text p {
        font-size: 1.6rem;
        line-height: 3rem;
        letter-spacing: -.64px;
        padding-bottom: 20px
    }

    .product-lineup-keyingredient__text .annotation {
        font-size: 1.3rem
    }

    .product-lineup-ingredient__text-info dt {
        padding-top: 15px
    }

    .product-lineup {
        padding: 0
    }

    .product-lineup__grid-item {
        width: 50%;
        padding: 40px 0
    }

    .product-lineup__grid-item .item--title {
        padding-top: 50px;
        max-width: 150px;
        margin: 0 auto
    }

    .product-line-bottom {
        padding: 100px 0
    }

    .product-line-bottom span.all {
        font-size: 2.8rem;
        line-height: 2.8rem;
        padding-bottom: 13px
    }

    .product-line-bottom span {
        font-size: 1.3rem;
        line-height: 2.3rem
    }
}

.product-key-visual {
    padding-top: 150px;
    text-align: center
}

.product-key-visual__text {
    position: relative;
    font-weight: 400;
    padding-top: 159px
}

.product-key-visual__text h2 {
    font-size: 7rem;
    font-weight: 300;
    letter-spacing: -1.4px;
    margin-bottom: 25px
}

.product-key-visual__text .text--effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 109px;
    font-size: 1.4rem
}

.product-key-visual__text .text--name {
    font-family: NotoSans;
    font-size: 2rem
}

.product-key-visual__text .text--name.lnk-bx {
    margin-top: 10px
}

.product-key-visual__text .text--name a {
    color: #999
}

.product-key-visual__text .text--name a.on {
    color: #009860;
    text-decoration: underline
}

.product-key-visual__text .text--desc {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: -.56px;
    color: #666;
    margin: 28px 0 20px
}

.product-key-visual__text .text--price {
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 120px
}

.product-key-visual__text .text--shop a {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    padding: 12px 20px 9px;
    border-radius: 40px;
    margin: 30px 0 70px;
    transition: all .3s ease-out
}

.product-key-visual__text .text--shop a .ico-cart {
    margin-right: 11px
}

.product-key-visual__text .vertical-line {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: rgba(153, 153, 153, .5);
    margin: 0 11px;
    vertical-align: middle
}

.product-key-visual__img {
    display: flex;
    justify-content: center;
    padding-bottom: 200px
}

.product-promotion {
    display: flex;
    position: relative;
    height: 48vw;
    min-height: 500px;
    max-height: 924px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    justify-content: center
}

.product-promotion__bg {
    position: absolute;
    top: 0;
    width: 100%
}

body.isIE11 .product-promotion__bg {
    left: 0;
    height: 100%
}

.product-promotion__bg-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.product-promotion__bg-inner img {
    width: 100%;
    min-width: 1920px;
    object-fit: cover
}

body.isIE11 .product-promotion__bg-inner img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product-promotion__bg-inner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15)
}

.product-promotion__text {
    position: relative;
    color: #fff;
    font-weight: 400
}

.product-promotion__text h3 {
    font-size: 10.6rem;
    letter-spacing: -.18px;
    font-weight: 300;
    line-height: 10.6rem
}

.product-grid dl,
.product-line-ingredient__text {
    font-weight: 400
}

.product-promotion__text h3 .trade {
    display: inline-block;
    margin-top: -35px;
    font-size: 4.1rem;
    vertical-align: text-top
}

.product-promotion__text .text--sub {
    font-size: 4.2rem;
    padding-top: 5px
}

.product-promotion__text .text--desc {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-top: 40px;
    max-width: 450px;
    margin: 0 auto
}

.product-promotion__text--hydraelief .text--desc {
    max-width: 480px
}

.product-promotion__text .text--noti {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, .8);
    padding-top: 33px
}

.product-line-ingredient {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
    background-color: #fff
}

.product-line-ingredient__text h3 {
    font-size: 5.2rem;
    font-weight: 300;
    padding-bottom: 45px
}

.product-line-ingredient__text-info {
    font-size: 1.6rem;
    line-height: 3rem
}

.product-line-ingredient__text-info2 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding-top: 50px
}

.product-line-ingredient__text-info li span:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 11px 10px 0 0;
    background: #000;
    border-radius: 100%;
    vertical-align: top
}

.product-line-ingredient__text-info li.gray-color span:before {
    background: #999
}

.product-line-ingredient__text-info li span.mob-span:before,
.product-line-ingredient__text-info li span.web-span:before {
    content: none
}

.product-grid {
    display: flex;
    flex-wrap: wrap
}

.product-grid--reverse {
    flex-direction: row-reverse
}

.product-grid__item {
    width: 50%;
    overflow: hidden
}

.product-grid__item--text {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-grid__item--text dl {
    width: 450px;
    word-break: keep-all
}

.product-grid__item--img {
    display: flex;
    height: 50vw;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5
}

.product-grid__item--img img {
    height: 100%
}

.product-grid dl dt {
    font-size: 4.4rem;
    line-height: 5.8rem;
    font-weight: 300;
    padding-bottom: 30px
}

.product-grid dl dd {
    font-size: 1.6rem;
    line-height: 3rem
}

.product-grid dl dd.pwd_tt {
    margin-bottom: 10px
}

.product-grid dl dd span {
    font-weight: 500
}

.product-grid__item-annotation {
    font-size: 1.6rem;
    letter-spacing: -.64px;
    color: #999;
    padding-top: 30px
}

.product-brand {
    display: flex;
    position: relative;
    height: 46vw;
    min-height: 500px;
    max-height: 900px;
    overflow: hidden;
    align-items: center;
    justify-content: center
}

.product-brand__bg {
    position: absolute;
    top: 0;
    width: 100%
}

body.isIE11 .product-brand__bg {
    left: 0;
    height: 100%
}

.product-brand__bg-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.product-brand__bg-inner img {
    width: 100%;
    min-width: 1920px;
    object-fit: cover
}

body.isIE11 .product-brand__bg-inner img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product-brand__bg-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15)
}

.product-recommend {
    padding: 220px 7% 160px;
    text-align: center
}

.product-recommend__title {
    padding-bottom: 40px;
    word-break: break-word
}

.product-recommend__title h3 {
    font-size: 3.8rem;
    font-weight: 300
}

.product-recommend__title p {
    font-size: 1.6rem;
    padding-top: 15px
}

.product-recommend__grid {
    display: flex;
    flex-wrap: wrap;
    color: #000
}

.product-recommend__grid-item {
    width: 25%;
    padding: 90px 0 55px;
    font-family: HelveticaNeue
}

.product-detail,
.shop-contact__mail {
    font-family: NotoSans
}

.product-recommend__grid .item--img {
    max-width: 295px;
    margin: 0 auto
}

.product-detail dl,
.shop-contact {
    max-width: 450px
}

.product-recommend__grid .item--img img {
    width: 100%;
    transition: 1.3s transform cubic-bezier(.22, 1, .36, 1);
    transform-origin: 50% 65%
}

.product-recommend__grid .item--title {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -.32px;
    padding-top: 60px;
    padding-bottom: 15px
}

.product-recommend__grid .item--price {
    font-size: 1.6rem;
    font-weight: 700
}

.product-recommend__grid-item:hover {
    background-color: #f1f1f1
}

.product-recommend__grid-item:hover .item--img img {
    transform: scale(1.1)
}

.product-hr-line {
    width: 85%;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .1)
}

.product-detail {
    padding: 180px 4% 200px;
    overflow: hidden
}

.product-detail h3 {
    font-size: 3.2rem;
    padding-left: 11.4%;
    padding-bottom: 50px
}

.product-detail__grid {
    display: flex;
    flex-wrap: wrap
}

.product-detail__grid-item {
    width: 50%;
    overflow: hidden;
    padding-left: 11.4%
}

.product-detail dl dt {
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin-top: 33px
}

.product-detail dl dd {
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 300
}

@media (max-width:1199.98px) {

    .product-detail h3,
    .product-detail__grid-item {
        padding-left: 5%
    }
}

@media screen and (max-width:767.98px) {
    .product-key-visual {
        padding-top: 80px
    }

    .product-key-visual__text {
        padding-top: 60px
    }

    .product-key-visual__text .text--effect {
        position: relative;
        top: 0;
        padding-bottom: 20px
    }

    .product-key-visual__text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        margin: 0 auto 25px;
        word-break: keep-all;
        padding: 0 40px
    }

    .product-key-visual__text .text--desc {
        margin: 15px 0
    }

    .product-key-visual__text .text--price {
        padding-bottom: 100px
    }

    .product-key-visual__img {
        padding-bottom: 90px
    }

    .product-key-visual__img img {
        width: 80%;
        height: 80%
    }

    .product-promotion {
        height: 596px
    }

    .product-promotion__text {
        padding: 0 20px
    }

    .product-promotion__text h3 {
        font-size: 4.6rem;
        line-height: 2.9rem
    }

    .product-promotion__text h3 .trade {
        margin: -2px 0 0 4px;
        font-size: 2.4rem
    }

    .product-promotion__text .text--sub {
        font-size: 2rem
    }

    .product-promotion__text .text--desc {
        font-size: 1.6rem;
        line-height: 3rem;
        padding-top: 30px
    }

    .product-promotion__text .text--noti {
        font-size: 1.3rem
    }

    .product-line-ingredient {
        padding: 140px 0
    }

    .product-line-ingredient__text h3 {
        font-size: 2.8rem;
        line-height: 4rem
    }

    .product-grid__item {
        width: 100%
    }

    .product-grid__item--img {
        height: 100vw
    }

    .product-grid__item-annotation {
        font-size: 1.3rem;
        padding-top: 20px
    }

    .product-grid dl {
        padding: 50px 20px 80px
    }

    .product-grid dl dt {
        padding-right: 95px;
        font-size: 2.6rem;
        line-height: 3.8rem
    }

    .product-grid dl dd {
        font-size: 1.6rem;
        line-height: 3rem
    }

    .product-grid dl dd.pwd_tt {
        margin-bottom: 20px
    }

    .product-brand {
        min-height: auto
    }

    .product-brand__bg-inner img {
        min-width: 110%
    }

    .product-recommend {
        padding: 80px 0
    }

    .product-recommend__title h3 {
        padding: 0 70px;
        font-size: 2.8rem;
        line-height: 4rem
    }

    .product-recommend__title p {
        font-size: 1.6rem;
        padding-top: 10px
    }

    .product-recommend__grid-item {
        width: 50%;
        padding: 40px 0;
        text-align: center
    }

    .product-recommend__grid .item--img {
        width: 187px
    }

    .product-recommend__grid .item--title {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding: 50px 0 15px
    }

    .product-recommend__grid .item--price {
        font-size: 1.4rem
    }

    .product-hr-line {
        width: 89%
    }

    .product-detail {
        padding: 75px 0 80px
    }

    .product-detail h3 {
        font-size: 2.4rem;
        padding-left: 5%;
        padding-bottom: 10px
    }

    .product-detail__grid-item {
        width: 100%;
        padding: 0 5%
    }

    .product-detail dl {
        width: 100%;
        padding-bottom: 70px
    }

    .product-detail dl dt {
        margin-top: 30px
    }
}

body.isIE11 .contents-wrap,
body.isIE11 footer {
    position: relative
}

.visual-dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0
}

.visit-us-visual--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.visit-us-visual {
    color: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden
}

.visit-us-visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.visit-us-visual__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.visit-us-visual__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body.isIE11 .visit-us-visual__bg img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.visit-us-visual__text {
    position: absolute;
    top: 43%;
    left: 15.6%;
    text-align: left
}

.visit-us-visual__text h2 {
    font-size: 10.6rem;
    font-weight: 300;
    letter-spacing: -.2px
}

.visit-us-visual__text-info {
    position: absolute;
    bottom: 9%;
    left: 15.6%;
    text-align: left;
    max-width: 410px
}

.visit-us-visual__text-info h3 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 3.8rem;
    padding-bottom: 25px
}

.visit-us-visual__text-info p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    opacity: .7
}

.shop-group {
    padding: 0 15.6%;
    color: #fff
}

.shop-store__item a {
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 25px
}

.shop-store__item a:after {
    content: '';
    position: relative;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    left: 10px;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.shop-store__item:last-child a {
    margin-bottom: 0
}

.shop-store__item .store-ico {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-radius: 40px;
    margin-right: 20px
}

body.isIE11 .shop-store__item .store-ico img {
    width: 30px
}

.shop-list {
    max-width: 440px
}

.shop-list__item {
    padding-top: 130px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: -.56px
}

.shop-list__item .store-ico img {
    width: 76px
}

.shop-list__name {
    font-size: 1.6rem;
    letter-spacing: -.64px;
    line-height: 2rem
}

.shop-list__time {
    padding: 40px 0 15px
}

.shop-list__time .vertical-line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, .3);
    margin: 0 15px;
    vertical-align: middle
}

.shop-hr-line,
.shop-hr-line2 {
    height: 1px;
    background-color: rgba(255, 255, 255, .2)
}

.shop-list__address {
    opacity: .7
}

.shop-list__address a {
    color: #fff;
    text-decoration: underline
}

.shop-list__address a:hover {
    text-decoration: underline
}

.shop-hr-line {
    width: 100%;
    margin: 140px 0
}

.shop-contact__title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 3.8rem
}

.shop-contact__subtitle {
    font-size: 1.6rem;
    line-height: 3rem;
    opacity: .7;
    padding: 25px 0 100px
}

.shop-contact__mail {
    font-size: 3.4rem;
    font-weight: 700;
    text-decoration: underline
}

.shop-contact__mail a {
    color: #fff
}

.shop-offline {
    padding: 300px 15.6% 150px
}

.shop-offline__title {
    font-family: HelveticaNeue;
    font-weight: 300;
    padding-bottom: 100px
}

.shop-offline__title h3 {
    font-size: 5.2rem;
    letter-spacing: -1px
}

.shop-offline__title p {
    font-family: Roboto;
    font-size: 1.8rem;
    color: #999
}

.shop-offline__item {
    padding-bottom: 150px
}

.shop-offline__item-img img {
    width: 100%;
    padding-right: 9%
}

.shop-offline__item-img--left {
    padding-left: 9%;
    padding-right: 0
}

.shop-offline__item-img--left img {
    padding-right: 0
}

.shop-offline__item-text {
    font-family: HelveticaNeue;
    padding-top: 30px;
    font-size: 1.6rem;
    letter-spacing: -.36px;
    color: #fff;
    font-weight: 300
}

.shop-offline__item-text .text-title2 {
    margin-left: 10px;
    opacity: .5
}

.shop-hr-line2 {
    width: 85%;
    margin: 0 auto
}

@media screen and (max-width:767.98px) {
    .visit-us-visual {
        min-height: 500px
    }

    .visit-us-visual__text {
        top: 31%;
        left: 20px
    }

    .visit-us-visual__text h2 {
        font-size: 4.2rem
    }

    .visit-us-visual__text-info {
        bottom: 17.9%;
        left: 20px
    }

    .visit-us-visual__text-info h3 {
        font-size: 2.6rem;
        line-height: 3.8rem
    }

    .visit-us-visual__text-info p {
        font-size: 1.6rem;
        line-height: 3rem
    }

    .shop-group {
        padding: 50px 20px 0
    }

    .shop-store__item .store-ico {
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        margin-right: 10px
    }

    .shop-store__item:nth-child(1) .store-ico img {
        width: 22px
    }

    .shop-store__item:nth-child(2) .store-ico img {
        width: 8px
    }

    .shop-store__item:nth-child(3) .store-ico img {
        width: 16px
    }

    .shop-store__item a {
        font-size: 1.4rem;
        letter-spacing: -.56px
    }

    .shop-store__item a:after {
        left: 5px
    }

    .shop-list__item:first-child {
        padding-top: 80px
    }

    .shop-list__item {
        padding-top: 60px
    }

    .shop-list__name {
        font-size: 1.4rem
    }

    .shop-list__time {
        padding: 15px 0 0
    }

    .shop-list__address {
        opacity: 1
    }

    .shop-hr-line {
        margin: 70px 0
    }

    .shop-contact__title {
        font-size: 1.4rem;
        line-height: 2.6rem
    }

    .shop-contact__subtitle {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding: 20px 0 50px
    }

    .shop-contact__mail {
        font-size: 1.6rem
    }

    .shop-offline {
        padding: 200px 0 70px
    }

    .shop-offline__title {
        padding-bottom: 40px;
        padding-left: 20px
    }

    .shop-offline__title h3 {
        font-size: 3.2rem;
        letter-spacing: 0
    }

    .shop-offline__title p {
        font-size: 1.4rem
    }

    .shop-offline__item {
        padding-bottom: 80px
    }

    .shop-offline__item-img img {
        width: 100%;
        padding-right: 0
    }

    .shop-offline__item-img--left,
    .shop-offline__item-img--left img {
        padding-left: 0;
        padding-right: 0
    }

    .shop-offline__item-text {
        padding-left: 20px;
        padding-top: 20px;
        font-size: 1.4rem;
        letter-spacing: 0
    }

    .shop-offline__item-text .text-title2 {
        margin-left: 8px
    }

    .shop-hr-line2 {
        display: none
    }
}