@charset "UTF-8";

@media screen and (max-width:768px) {
    /* .top .js-carousel {
        margin-left: 7.03%
    } */
}

@media screen and (min-width:769px) {
    .top {
        overflow: hidden
    }

    .top .js-carousel {
        margin: 0 0 45px 46.5625%
    }
}

@media screen and (min-width:1025px) {
    .top {
        position: relative;
        padding-top: 113px
    }
}

.top__mainvisual {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.top__mainvisual a {
    display: block
}

@media screen and (max-width:768px) {
    .top__mainvisual {
        padding-bottom: 22.78%;
        height: 0
    }
}

@media screen and (min-width:769px) {
    .top__mainvisual {
        transition: opacity .7s cubic-bezier(.215, .61, .355, 1)
    }

    .top__mainvisual:hover {
        opacity: .6 !important
    }

    .top__mainvisual a {
        padding-bottom: 67.057%
    }
}

@media screen and (max-width:768px) {
    .top__mainvisual--concept {
        background-image: url(../image/banner.jpg);
        background-size: 100%;

    }
}

@media screen and (min-width:769px) {
    .top__mainvisual--concept {
        background-image: url(../image/banner.jpg);
        background-size: 100%;

    }
}

@media screen and (max-width:768px) {
    .top__mainvisual--product {
        background-image: url(../image/banner2.jpg);
        background-size: 100%;
    }
}

@media screen and (min-width:769px) {
    .top__mainvisual--product {
        background-image: url(../image/banner2.jpg);
        background-size: 100%;
    }
}

@media screen and (max-width:768px) {
    .top__mainvisual--regular {
        background-image: url(../image/banner3.jpg);
        background-size: 100%;
    }
}

@media screen and (min-width:769px) {
    .top__mainvisual--regular {
        background-image: url(../image/banner3.jpg);
        background-size: 100%;
    }
}

@media screen and (max-width:768px) {
    .top__mainvisual--friend {
        background-image: url(../img/top/mainvisual/friendcampaign.jpg)
    }
}

@media screen and (min-width:769px) {
    .top__mainvisual--friend {
        background-image: url(../img/top/mainvisual/friendcampaign_pc.jpg)
    }
}

.top__heading {
    opacity: 0
}

@media screen and (max-width:768px) {
    .top__heading {
        margin: 5.2% 6.63% 0;
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:769px) {
    .top__heading {
        position: absolute;
        top: 0;
        left: 7.03%;
        padding-top: calc(113px + 5%);
        letter-spacing: .15em;
        font-size: 40px;
        line-height: 1.3
    }
}

@media screen and (min-width:1025px) {
    .top__heading {
        left: 330px
    }
}

@media screen and (min-width:1281px) {
    .top__heading {
        left: 20%
    }
}

.top__heading a {
    display: block;
    opacity: 1;
    position: relative;
    transition: opacity 1.6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .9s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.6s cubic-bezier(.215, .61, .355, 1), transform .9s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.6s cubic-bezier(.215, .61, .355, 1), transform .9s cubic-bezier(.215, .61, .355, 1), -webkit-transform .9s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.top__heading a.is-change {
    opacity: 0;
    transition: opacity .7s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0s .6s;
    transition: opacity .7s cubic-bezier(.215, .61, .355, 1), transform 0s .6s;
    transition: opacity .7s cubic-bezier(.215, .61, .355, 1), transform 0s .6s, -webkit-transform 0s .6s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.top__heading a:after,
.top__heading a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -44px;
    left: 0;
    color: inherit;
    opacity: .7;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.top__heading a:before {
    border-top: 1px solid;
    width: 18px;
    height: 1px;
    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-button .top__heading a:before {
    transition: color 0s, -webkit-transform 0s;
    transition: transform 0s, color 0s;
    transition: transform 0s, color 0s, -webkit-transform 0s
}

.top__heading a:after {
    left: 10px;
    border-top: 1px solid;
    width: 8px;
    height: 1px;
    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);
    -webkit-transform-origin: right;
    transform-origin: right
}

.c-button .top__heading a:after {
    transition: color 0s, -webkit-transform 0s;
    transition: transform 0s, color 0s;
    transition: transform 0s, color 0s, -webkit-transform 0s
}

@media screen and (min-width:769px) {
    .top__heading a.is-active:before {
        transition: color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }

    .recommend .top__heading a.is-active:before {
        transition: color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
        transition: transform .2s cubic-bezier(.215, .61, .355, 1), color 0s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1), color 0s, -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%
    }

    .top__heading a.is-active:after {
        transition: color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .3s, color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .3s;
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg)
    }

    .recommend .top__heading a.is-active:after {
        transition: color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s
    }
}

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

    .top__heading a:after,
    .top__heading a:before {
        content: "";
        display: none;
        position: absolute;
        right: 0;
        bottom: 50%;
        left: auto;
        color: inherit
    }

    .top__heading a:before {
        transition: color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1) .1s, color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1) .1s;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }

    .recommend .top__heading a:before {
        transition: color 0s, -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
        transition: transform .2s cubic-bezier(.215, .61, .355, 1), color 0s;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1), color 0s, -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%
    }

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

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

.recommend .top__heading a:after,
.recommend .top__heading a:before {
    left: 50%
}

.recommend .top__heading a:before {
    transition: color 0s, -webkit-transform .1s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .1s cubic-bezier(.645, .045, .355, 1) .1s, color 0s;
    transition: transform .1s cubic-bezier(.645, .045, .355, 1) .1s, color 0s, -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 .top__heading a:after {
    transition: color 0s, -webkit-transform .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .1s cubic-bezier(.645, .045, .355, 1), color 0s;
    transition: transform .1s cubic-bezier(.645, .045, .355, 1), color 0s, -webkit-transform .1s cubic-bezier(.645, .045, .355, 1)
}

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

@media screen and (max-width:768px) {
    .top__heading--sleeve {
        margin-top: 5px;
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 1.7
    }
}

@media screen and (min-width:769px) {
    .top__heading--sleeve {
        margin-top: 22px;
        letter-spacing: .2em;
        font-size: 16px;
        line-height: 1.7
    }
}

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

@media screen and (min-width:1025px) {
    .news {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (min-width:1025px) {
    .news__navs {
        position: absolute;
        top: 66px;
        right: 20px;
        font-size: 0
    }

    .news__navs:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -21px;
        margin: auto;
        width: 1px;
        height: 15px;
        background: #705950
    }
}

@media screen and (min-width:1025px) {
    .news__nav {
        display: inline-block;
        position: relative;
        margin: 0;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transition: all .6s
    }

    .news__nav:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border: 1px solid #cdcbca;
        border-radius: 50%;
        width: 5px;
        height: 5px
    }

    .news__nav.is-current:before {
        border: 1px solid #5a5251;
        background: #5a5251
    }
}

@media screen and (max-width:1024px) {
    .news__body {
        margin: 0 7.03%;
        padding: 35px 0;
        border-top: 1px solid #cdcbca;
        border-bottom: 1px solid #cdcbca
    }
}

@media screen and (min-width:1025px) {
    .news__body {
        margin: 68px 1.5em 0 0
    }
}

@media screen and (max-width:1024px) {
    .news__lists {
        letter-spacing: .2em;
        font-size: 14px
    }
}

@media screen and (min-width:1025px) {
    .news__lists {
        position: relative;
        width: 800px;
        height: 16px;
        line-height: 1
    }
}

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

    .news__list+.news__list {
        margin-top: 20px
    }
}

@media screen and (min-width:1025px) {
    .news__list {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition: all .6s 0s;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        text-align: right
    }

    .news__list.is-current {
        visibility: visible;
        opacity: 1;
        transition: all .6s .5s;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .news__list a {
        display: inline-block;
        margin-right: 94px;
        padding-right: 30px;
        transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
    }

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

@media screen and (min-width:1025px) {
    .news__heading {
        float: left;
        margin-right: 5.5em;
        padding-right: 1.5em;
        border-right: 1px solid;
        letter-spacing: .1em;
        line-height: 1
    }
}

.news__date {
    display: block
}

@media screen and (min-width:1025px) {
    .news__date {
        display: inline;
        margin-right: 1em
    }
}

@media screen and (max-width:768px) {
    .banner_container {
        padding: 63px 7.03% 0;
        min-height: auto;
        display: column;
    }

    .banner_container img {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:769px) {
    .banner_container {
        margin: 7%;
        display: column;
    }

    .banner_container img {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:1025px) {
    .banner_container {
        margin: 0 20% 0 280px;
        display: column;
    }

    .banner_container img {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:1281px) {
    .banner_container {
        margin: 0 0 0 21%;
        display: flex;
    }
}

.banner_container {
    width: auto;
    flex-direction: row;
    justify-content: space-around;
}

.banner_container>* {
    width: 45%;
}

@media screen and (max-width:1024px) {
    .banner_container>* {
        width: 100%;
    }
}



.banner {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


.concept {
    background-size: 100%;
}

.concept,
.concept:after {
    background-repeat: no-repeat;
}

.concept__visual {
    content: "";
    display: block;
    background-size: cover;
}

@media screen and (max-width:768px) {
    .concept {
        margin-top: 76px;
        background-image: url(../img/top/concept/bg.jpg);
    }

    .concept__visual {
        margin-top: 84px;
        height: 300px;        
        background-image: url(../image/bg1.png);
        position: relative;
    }

    .concept__visual h3{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 1.75rem;
        color: white;
        padding: 20 0px;
        background-color: rgba(0, 0, 0, 0.404);
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:320px) {
    .concept {
        background-image: url(../img/top/concept/bg_640.jpg);
    }
}

@media screen and (min-width:769px) {
    .concept {
        position: relative;
        margin-top: 76px;
    }

    .concept__visual {
        margin-top: 113px;
        height: 400px;
        background-image: url(../image/bg1.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
    }

    .concept__visual h3{
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 4rem;
    }
}

@media screen and (max-width:768px) {
    .concept__body {
        padding: 63px 7.03% 0;
        min-height: 463px;
    }
}

@media screen and (min-width:769px) {
    .concept__body {
        margin: 0 auto;
        padding: 160px 0;
    }
}

@media screen and (min-width:1025px) {
    .concept__body {
        margin: 0 20% 0 280px;
    }
}

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

.concept__heading {
    text-align: center;
    letter-spacing: .2em
}

@media screen and (max-width:768px) {
    .concept__heading {
        font-size: 25px;
    }
}

@media screen and (min-width:769px) {
    .concept__heading {
        font-size: 32px;
    }
}

.concept__subheading {
    margin-top: 1.8em;
    text-align: center;
}

@media screen and (max-width:768px) {
    .concept__subheading {
        letter-spacing: .13em;
        font-size: 16px;
        line-height: 2;
    }
}

@media screen and (min-width:769px) {
    .concept__subheading {
        letter-spacing: .3em;
        line-height: 2.2
    }
}

.concept__text {
    text-align: center;
    letter-spacing: .1em
}

@media screen and (max-width:768px) {
    .concept__text {
        margin-top: 1.3em;
        font-size: 14px;
        line-height: 2.2
    }
}

@media screen and (min-width:769px) {
    .concept__text {
        margin-top: 1.1em;
        letter-spacing: .2em;
        font-size: 13px;
        line-height: 2.5;
    }
}

.concept__button {
    margin: 36px auto 0;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .concept__button {
        width: 172px;
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (min-width:769px) {
    .concept__button {
        width: 184px;
        height: 41px;
        line-height: 41px;
    }
}

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

@media screen and (min-width:769px) {
    .concept__object {
        position: absolute;
        z-index: -1;
        top: 100px;
        left: calc(50% - 363px);
        padding-bottom: 11.72%;
        width: 15.63%;
        height: 0;
    }

    .concept__object img {
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    .concept__image {
        position: absolute;
        height: 0;
    }

    .concept__image img {
        width: 100%;
    }
}

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

    .concept__image--01,
    .concept__image--02 {
        display: block;
    }
}

@media screen and (min-width:1024px) {
    .concept__image--01 {
        top: 120px;
        right: calc(50% + 200px);
        width: 300px;
    }
}

@media screen and (min-width:1024px) {
    .concept__image--02 {
        top: 258px;
        left: calc(50% + 200px);
        width: 250px;
    }
}

@media screen and (max-width:1024px) {
    .concept__image--03 {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .concept__image--03 {
        top: 500px;
        left: calc(50% + 412px);
        width: 218px;
        height: 150px;
    }
}

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

    .concept__image--01 img,
    .concept__image--02 img {
        display: block;
        margin: auto;
    }
}

.technology__visual {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

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

    .technology__visual {
        height: 300px;
        background: url(../image/body-bg.png) repeat;
    }
}

@media screen and (min-width:769px) {
    .technology {
        position: relative;
        margin-top: 106px;
    }

    .technology__visual {
        margin-top: 102px;
        height: 400px;
        background: url(../image/body-bg.png) repeat;        
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media screen and (max-width:768px) {
    .technology__body {
        padding: 70px 7.03% 35.42%;
        min-height: 470px;
        background-image: url(../img/top/technology/bg.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width:320px) {
    .technology__body {
        background-image: url(../img/top/technology/bg_640.jpg);
        background-position: center bottom 50px;
    }
}

@media screen and (min-width:769px) {
    .technology__body {
        padding: 104px 0 0 51%;
        min-height: 638px;
    }
}

@media screen and (min-width:1025px) {
    .technology__body {
        padding: 104px 0 0 652px;
    }
}

@media screen and (min-width:1281px) {
    .technology__body {
        padding: 104px 0 0 51%;
    }
}

.technology__heading {
    letter-spacing: .2em
}

@media screen and (max-width:768px) {
    .technology__heading {
        font-size: 25px;
    }
}

@media screen and (min-width:769px) {
    .technology__heading {
        font-size: 32px;
    }
}

.technology__subheading {
    margin-top: 1.8em;
}

@media screen and (max-width:768px) {
    .technology__subheading {
        letter-spacing: .13em;
        font-size: 16px;
        line-height: 2;
    }
}

@media screen and (min-width:769px) {
    .technology__subheading {
        letter-spacing: .3em;
        line-height: 2.2;
    }
}

.technology__text {
    letter-spacing: .1em;
}

@media screen and (max-width:768px) {
    .technology__text {
        margin-top: 1.3em;
        font-size: 14px;
        line-height: 2.2;
    }
}

@media screen and (min-width:769px) {
    .technology__text {
        margin-top: 1.1em;
        letter-spacing: .2em;
        font-size: 13px;
        line-height: 2.5;
    }
}

.technology__button {
    margin-top: 34px;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .technology__button {
        width: 172px;
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (min-width:769px) {
    .technology__button {
        width: 184px;
        height: 41px;
        line-height: 41px;
    }
}

@media screen and (min-width:769px) {
    .technology__image {
        position: absolute;
        height: 0;
    }

    .technology__image img {
        width: 100%;
    }
}

.technology__image--01 {
    display: block;
    width: 100%;
}


@media screen and (min-width:769px) {
    .technology__image--01 {
        top: 50px;
        right: calc(50% + 122px);
        width: 400px;
    }
}


.technology__object,
.technology__image--02{
    display: none;
}

@media screen and (min-width:769px) {
    .technology__image--02 {
        display: inline-block;
        top: 120%;
        right: calc(30% + 56px);
        width: 285px;
        height: 209px;
    }
}

@media screen and (min-width:769px) {
    .technology__object {
        position: absolute;
        z-index: -1;
        top: 500px;
        right: 158px;
        padding-bottom: 11.41%;
        width: 11.1%;
        height: 0;
        display: inline-block;
    }

    .technology__object img {
        width: 100%;
    }
}

.visible-md{
    display: block;
}

@media (min-width: 769px){
    .visible-md{
        display: none;
    }
}

.product {
    background-color: #f3efee
}

.product__heading {
    text-align: center;
    font-size: 28px
}

@media screen and (max-width:768px) {
    .product__heading {
        letter-spacing: .1em
    }
}

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

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

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

@media screen and (max-width:768px) {
    .product__body {
        padding: 54px 10px 59px
    }
}

@media screen and (min-width:769px) {
    .product__body {
        padding: 90px 0 120px
    }
}

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

@media screen and (min-width:1281px) {
    .product__body {
        margin: 0 10% 0 11.875%
    }
}

@media screen and (max-width:768px) {
    .product__list {
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:425px) {
    .product__list {
        justify-content: center;
    }
}


@media screen and (min-width:769px) {
    .product__list {
        margin: 50px auto 0;
        /* width: 744px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
}

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

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

@media screen and (max-width:768px) {
    .product__item {
        width: 47.2727%
    }

    .product__item:not(:last-of-type) {
        padding-bottom: 36px;

    }
}

@media screen and (max-width:425px) {
    .product__item {
        margin-left: 8px;
    }
}

@media screen and (min-width:769px) {
    .product__item {
        position: relative;
        width: 47%;
        margin-left: 21px;
        margin-bottom: 21px;
    }


}

@media screen and (max-width:768px) {
    .product__item--large {
        width: 100%
    }
}

@media screen and (min-width:769px) {
    .product__item--large {
        width: 362px
    }
}

.product__text {
    text-align: center;
    letter-spacing: .1em
}

@media screen and (max-width:768px) {
    .product__text {
        margin-top: 1em;
        font-size: 13px;
        line-height: 1.714285714
    }
}

@media screen and (min-width:769px) {
    /* .product__text {
    display: table;
    position: absolute;
    top: 0;
    width: 100%;
    height: 299px;
    background-color: rgba(112, 89, 80, .85);
    color: #fff;
    font-size: 13px
} */

    .product__text a {
        display: table-cell;
        padding-bottom: 20px;
        vertical-align: middle
    }

    .product__text .c-icon--arrow {
        display: inline-block
    }

    .product__text .c-icon--arrow:after,
    .product__text .c-icon--arrow:before {
        top: calc(100% + 1em);
        right: calc(50% - 9px)
    }
}

@media screen and (max-width:768px) {
    .product___image a {
        display: block
    }
}

.product__button {
    font-size: 18px
}

/* .product___image {
    height: 300px;
} */

.product___p {
    text-align: center;
}

@media screen and (max-width:768px) {
    .product__button {
        margin: 37px auto 0;
        width: 172px;
        height: 45px;
        line-height: 45px
    }

    .product___image {
        height: auto;
    }
}

@media screen and (min-width:769px) {
    .product__button {
        margin: 60px auto 0
    }
}

@media screen and (min-width:1025px) {
    .product__button {
        margin: 50px 0 0 285px;
        width: 184px;
        height: 41px;
        line-height: 41px
    }
}

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

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

@media screen and (max-width:768px) {
    .regular {
        min-height: 281px;
        background-image: url(../img/top/regular/bg.jpg)
    }
}

@media screen and (min-width:769px) {
    .regular {
        min-height: 374px;
        background-image: url(../img/top/regular/bg_pc.jpg)
    }
}

@media screen and (min-width:1025px) {
    .regular {
        padding: 0 20% 0 280px
    }
}

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

@media screen and (max-width:768px) {
    .regular__body {
        padding-top: 50px
    }
}

@media screen and (min-width:769px) {
    .regular__body {
        margin: 0 auto;
        padding-top: 100px;
        width: 744px
    }
}

.regular__heading {
    text-align: center;
    letter-spacing: .1em
}

@media screen and (max-width:768px) {
    .regular__heading {
        font-size: 20px;
        line-height: 2.5
    }
}

@media screen and (min-width:769px) {
    .regular__heading {
        letter-spacing: .2em;
        font-size: 24px
    }
}

.regular__text {
    text-align: center;
    letter-spacing: .14em;
    line-height: 2.2
}

@media screen and (max-width:768px) {
    .regular__text {
        margin-top: 5px;
        font-size: 14px
    }
}

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

@media screen and (max-width:768px) {
    .regular__button {
        margin: 22px auto 0;
        width: 172px;
        height: 45px;
        line-height: 45px
    }
}

@media screen and (min-width:769px) {
    .regular__button {
        margin: 32px auto 0;
        width: 184px;
        height: 41px;
        line-height: 41px
    }
}

.f-ajust {
    font-size: 1.15em
}


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

.gnav__item--trial:hover,
.gnav__item--regular:hover {
    opacity: 0.8;
}

.instagram-list1 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.instagram-list1 li {
    margin: .5rem;
}

@media screen and (max-width:768px) {
    .instagram-list1 {
        justify-content: center;
    }
}
/* 
@media screen and (max-width:425px) {
    .product__item {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:375px) {
    .product__item {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    .product__item {
        max-width: 100%;
        width: 100%;
    }
} */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

mo

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 50px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
        padding-top: 9rem;
    }
}