/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.products__article {
    position: relative;
    margin: 110px auto 0;
    padding: 0;
}

.products__article h1 {
    margin: auto;
}

.products__article__logo {
    width: 228px;
    height: 178px;
    background-image: url(../img/test/common/logo_bk.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    z-index: 5
}

.products__article__logo a {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1!important
}

.products__article__body {
    position: relative;
    width: 100%;
    height: auto;
    /*
    background-color: #f2f2f2;
    */
    background: rgb(220, 220, 220);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 1)), color-stop(50%, rgba(238, 238, 238, 0.6040616930365896)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(220, 220, 220, 1) 0%, rgba(238, 238, 238, 0.6040616930365896) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(220, 220, 220, 1) 0%, rgba(238, 238, 238, 0.6040616930365896) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dcdcdc", endColorstr="#ffffff", GradientType=1);
    padding-bottom: 120px;
}

.products__article__eyecatch {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.products__article__body>.products__article__eyecatch:first-child {
    margin-top: -22px
}

.products__article__eyecatch:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.products__article__mainimg {
    position: relative;
    width: calc(100% - 160px);
    max-width: 760px;
    height: auto;
    margin: 0 auto;
    z-index: 1
}

.products__article__mainimg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    width: 75%;
}

.products__article__mainimg:after,
.products__article__mainimg:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    opacity: .3;
    position: absolute;
    left: 0
}


/*
.products__article__mainimg:before {
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
    top: 0
}

.products__article__mainimg:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 0
}
*/

.products__article__title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: .15em;
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin: -30px 0 0;
    z-index: 1
}

body.loading_harenosola .products__article__title {
    color: rgba(0, 0, 0, 0)!important
}

.products__article__title:after {
    content: "";
    display: block;
    width: 170px;
    height: 3px;
    background-image: url(../img/products/title-line.jpg);
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 46%;
    bottom: 0;
    margin-left: -25px
}

.products__article__itemlist {
    position: relative;
    padding: 0;
    max-width: 100%;
    height: auto;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.products__article__itemlist__item {
    display: block;
    width: 23%;
    height: auto;
    margin: 30px 5px 0
}

.products__article__itemlist__item img {
    display: block;
    width: 100%;
    height: auto
}

.products__article__itemlist__item p {
    font-size: 13.5px;
    line-height: 20px;
    margin-top: 8px;
    text-align: center;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.products__article__profile {
    width: calc(100% - 160px);
    max-width: 760px;
    margin: 100px auto 0
}

.products__article__profile__image {
    position: relative;
    width: 100%;
    max-width: 326px;
    height: auto;
    margin: 30px auto 0
}

.products__article__profile__image img {
    display: block;
    width: 100%;
    height: auto
}

.products__article__profile__name {
    text-align: center;
    margin-top: 30px
}

.products__article__profile__name__ja {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: .15em;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal
}

body.loading_harenosola .products__article__profile__name__ja {
    color: rgba(0, 0, 0, 0)!important
}

.products__article__profile__name__en {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .1em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    font-style: normal
}

.products__article__profile__body {
    width: 100%;
    margin-top: 16px;
}

.products__article__profile__body p {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.products__article__text {
    width: calc(100% - 160px);
    max-width: 760px;
    margin: 50px auto 0
}

.products__article__link {
    text-align: center;
    width: calc(100% - 160px);
    max-width: 460px;
    margin: 70px auto 0
}

.products__article__link span {
    font-family: 'Zen Antique Soft', serif;
}

.products__article__link>a {
    position: relative;
    display: inline-block;
    width: auto;
    width: 100%;
    height: 66px;
    border-radius: 33px;
    padding: 8px 85px 13px 85px;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 24px;
    text-align: center;
    text-decoration: none!important;
    border: 0;
    background-color: #b0c4de;
    margin: 0 auto;
}

.products__article__link>a:before {
    right: 32px;
    top: 29px
}


/*
.products__article__link>a:after {
    content: "";
    display: block;
    width: 30px;
    height: 26px;
    background-image: url(../img/test/common/cart_bk.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    left: -15px;
    top: -35px;
}

body:not(.touch) .products__article__link>a:hover:after {
    -webkit-animation: hoverblink .5s linear 0s 1;
    animation: hoverblink .5s linear 0s 1
}
*/

.products__article__related {
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
    padding: 80px 0 120px;
    margin: 0 auto
}

.products__article__related__list {
    width: calc(100% - 160px);
    max-width: 1010px;
    margin: 0 auto
}

@media (min-width:1161px) {
    .products__article__itemlist {
        max-width: 1040px
    }
    .products__article__itemlist__item:nth-child(9n+6):not(:nth-last-child(-n+4)) {
        margin-left: 90px
    }
    .products__article__itemlist__item:nth-child(9n):not(:nth-last-child(-n+1)) {
        margin-right: 90px
    }
}

@media (min-width:841px) and (max-width:1160px) {
    .products__article__itemlist {
        max-width: 832px
    }
    .products__article__itemlist__item:nth-child(7n+5):not(:nth-last-child(-n+3)) {
        margin-left: 90px
    }
    .products__article__itemlist__item:nth-child(7n):not(:nth-last-child(-n+1)) {
        margin-right: 90px
    }
}

@media (max-width:840px) {
    .products__article__itemlist {
        max-width: 624px
    }
}

@media (max-width:1023px) {
    .products__article__mainimg,
    .products__article__related__list,
    .products__article__text {
        width: calc(100% - 80px)
    }
}

@media (max-width:767px) {
    .products__article__mainimg,
    .products__article__related__list,
    .products__article__text {
        width: calc(100% - 64px);
        max-width: 480px
    }
    .products__article {
        position: relative;
        margin: 60px auto 0
    }
    .products__article__logo {
        width: 124px;
        height: 96px
    }
    .products__article__body {
        padding-bottom: 60px
    }
    .products__article__body>.products__article__eyecatch:first-child {
        margin-top: -11px
    }
    .products__article__title {
        width: calc(100% - 64px);
        font-size: 28px;
        line-height: 32px;
        letter-spacing: .15em;
        padding-bottom: 12px;
        margin: -16px auto 0
    }
    .products__article__title:after {
        width: 63px;
        height: 3px;
        margin-left: -19px
    }
    .products__article__text {
        margin: 34px auto 0
    }
    .products__article__related {
        width: 100%;
        height: auto;
        padding: 50px 0 80px;
        margin: 0 auto
    }
    .products__article__itemlist {
        max-width: 465px;
        margin-top: 30px
    }
    .products__article__itemlist__item {
        width: 135px;
        margin: 10px 10px 0
    }
    .products__article__itemlist__item p {
        width: calc(100% + 10px);
        position: relative;
        left: -5px
    }
    .products__article__profile {
        width: calc(100% - 64px);
        max-width: 480px;
        margin: 65px auto 0
    }
    .products__article__profile__image {
        max-width: 220px
    }
    .products__article__profile__name {
        margin-top: 24px
    }
    .products__article__profile__name__ja {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: .15em
    }
    .products__article__profile__name__en {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: .1em
    }
    .products__article__profile__body {
        margin-top: 10px
    }
    .products__article__link {
        width: calc(100% - 64px);
        margin: 40px auto 0
    }
    .products__article__link>a {
        display: inline-block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 340px;
        min-width: 0;
        height: auto;
        min-height: 56px;
        border-radius: 28px;
        padding: 10px 48px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .1em;
        text-align: center
    }
    .products__article__link>a:before {
        width: 26px;
        height: 5px;
        right: 20px;
        top: 50%;
        margin-top: -4px
    }
    .products__article__link>a:after {
        width: 23px;
        height: 20px;
        left: -15px;
        top: -15px;
        margin-top: -10px
    }
}