@charset "UTF-8";
@media screen and (min-width: 801px) {
  .hover-under-line {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .content-width, .concept .inner, .news .inner, .product .inner, .collection .inner, .adgallery .inner, .sustainability .inner, .others .inner {
    max-width: 84vw;
    margin: 0 auto;
    position: relative;
  }
}
@-webkit-keyframes hover-underline {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes hover-underline {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.main-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
.main-modal .modalContent {
  background-color: #fff;
  margin: 40px auto;
  z-index: 1000;
}
.main-modal .modalCloseTop {
  width: 26px;
  position: fixed;
  top: 0;
  right: -35px;
  z-index: 1001;
  cursor: pointer;
}
.main-modal__overlay {
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: fixed;
  z-index: -1;
  background-color: rgba(109, 111, 122, 0.9);
  top: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.main-modal__overlay.show {
  opacity: 1;
  z-index: 9999;
}
.main-modal.show {
  opacity: 1;
  z-index: 10000;
}

@media screen and (min-width: 801px) {
  .main-modal {
    max-width: 850px;
  }
  .main-modal .modalContent {
    max-width: 850px;
  }
  .main-modal .modalContent a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-modal .modalContent a:hover {
    opacity: 0.7;
  }
  .concept {
    text-align: left;
    background-color: #8F92A1;
    overflow: hidden;
  }
  .concept .inner {
    margin: 90px 44px 26px;
  }
  .concept__image {
    width: 238px;
    margin: 0 auto;
    margin-top: 54px;
    margin-bottom: 68px;
    position: relative;
  }
  .concept__image::before {
    content: "";
    display: block;
    width: 158px;
    height: 173px;
    background: url(../img/common/txt_logo_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .concept__title {
    margin-bottom: 34px;
    color: #fff;
  }
  .concept__title::before {
    background-color: #fff;
  }
  .concept__text {
    font-size: 18px;
    line-height: 2.34;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 27px;
  }
  .concept__text .sup {
    font-size: 11px;
    display: inline-block;
    vertical-align: 9px;
  }
  .concept .add-text {
    color: #fff;
    margin-top: 26px;
    letter-spacing: 0.02em;
  }
  .concept .add-text li {
    text-indent: -1.6em;
    margin-left: 1.6em;
    line-height: 1.4;
  }
  .concept .add-text li:not(:last-child) {
    margin-bottom: 5px;
  }
  .news {
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
  }
  .news .inner {
    margin: 72px 44px 74px;
  }
  .news__title {
    font-weight: bold;
    margin-bottom: 45px;
  }
  .news__item {
    padding: 44px 0 38px 7px;
    border-bottom: 1px solid #D9D9D9;
  }
  .news__item:first-child {
    border-top: 1px solid #D9D9D9;
  }
  .news__item.icon-cosume03 .news__image::before {
    content: "";
    display: block;
    width: 139px;
    height: 129px;
    background: url(../img/common/icon_cosume03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .news__item .date {
    font-size: 17px;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 12px;
  }
  .news__image {
    margin-bottom: 30px;
    position: relative;
  }
  .news__text {
    font-size: 19px;
  }
  .news__text a {
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .news__text a:hover {
    opacity: 0.6;
  }
  .product {
    background-color: #B8BAC7;
    overflow: hidden;
  }
  .product .inner {
    margin: 90px 44px 45px;
  }
  .product__title {
    margin-bottom: 45px;
    color: #fff;
  }
  .product__title::before {
    background-color: #fff;
  }
  .product__item {
    position: relative;
    overflow: hidden;
  }
  .product__item.icon-voce::before {
    content: "";
    display: block;
    width: 115px;
    height: 166px;
    background: url(../img/common/icon_voce.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
  }
  .product__item.icon-cosume::after {
    content: "";
    display: block;
    width: 141px;
    height: 147px;
    background: url(../img/common/icon_cosume.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    left: 19px;
    z-index: 1;
  }
  .product__item.icon-cosume02::after {
    content: "";
    display: block;
    width: 145px;
    height: 136px;
    background: url(../img/common/icon_cosume02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .product__item.icon-cosume04::after {
    content: "";
    display: block;
    width: 118px;
    height: 104px;
    background: url(../img/common/icon_cosume04.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .product__item.icon-new::after {
    content: "";
    display: block;
    width: 123px;
    height: 123px;
    background: url(../img/common/icon_new02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product__item:not(:last-child) {
    margin-bottom: 45px;
  }
  .product__item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .product__item a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .product__item a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .product__item a:hover:before {
    opacity: 0.15;
  }
  .product__item a:hover img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .product__name {
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 93px;
    text-align: center;
  }
  .product .btn-more {
    position: absolute;
    bottom: 43px;
  }
  .product a:hover .btn-more::after {
    -webkit-animation-name: hover-underline;
            animation-name: hover-underline;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .collection {
    overflow: hidden;
  }
  .collection .inner {
    margin: 0 auto;
    margin: 90px 44px 55px;
  }
  .collection__title {
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  .collection__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .collection__list.coming-soon {
    height: 308px;
    background-color: #7A7782;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .collection__list.coming-soon::before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background: url(../img/common/icon_insta_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .collection__list.coming-soon::after {
    content: "COMING SOON​";
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.03em;
    position: absolute;
    left: 0;
    right: 0;
    top: 184px;
    line-height: 1;
    margin: 0 auto;
  }
  .collection__list.coming-soon .collection__item {
    border: 1px solid rgba(132, 129, 138, 0.9);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .collection__list.coming-soon .collection__item::before {
    content: none;
  }
  .collection__item {
    width: 152px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    opacity: 0;
    -webkit-transition-property: clip-path;
    transition-property: clip-path;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }
  .collection__item.inview {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .collection__item.noimage::before {
    content: none;
  }
  .collection__item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .collection__item a img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .collection__item a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .collection__item a:hover:before {
    opacity: 0.15;
  }
  .collection__item a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  .collection .btn-instagram {
    font-weight: bold;
    width: 347px;
    margin: 30px auto 0;
    border-color: #000;
    position: relative;
  }
  .collection .btn-instagram a {
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .collection .btn-instagram a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_insta_blk.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .collection .btn-instagram a:hover {
    background-color: #000;
    color: #fff;
  }
  .collection .btn-instagram a:hover::before {
    background: url(../img/common/arrow_wh.svg) no-repeat;
    background-size: contain;
  }
  .collection .btn-instagram a:hover::after {
    background: url(../img/common/icon_insta_wh.svg) no-repeat;
    background-size: contain;
  }
  .collection .btn-instagram a::before {
    right: 20px;
    background: url(../img/common/arrow_blk.svg) no-repeat;
    background-size: contain;
  }
  .pagination {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .pagination li {
    margin: 0 5px;
  }
  .pagination li.page-item.number {
    border: 1px solid #000;
  }
  .pagination li.active {
    background: #000;
  }
  .pagination li a {
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    display: block;
    width: 30px;
    text-align: center;
    height: 100%;
  }
  .pagination .active a {
    color: #fff;
  }
  .adgallery {
    overflow: hidden;
  }
  .adgallery .inner {
    margin: 0 44px;
  }
  .adgallery__title {
    font-weight: bold;
    margin-bottom: 30px;
  }
  .adgallery__image {
    margin-bottom: 55px;
    overflow: hidden;
    position: relative;
  }
  .adgallery__image a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .adgallery__image a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .adgallery__image a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .adgallery__image a:hover:before {
    opacity: 0.15;
  }
  .adgallery__image a:hover img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .sustainability {
    overflow: hidden;
  }
  .sustainability .inner {
    margin: 0 44px;
  }
  .sustainability__title {
    font-weight: bold;
    margin-bottom: 30px;
  }
  .sustainability__image {
    margin-bottom: 55px;
    overflow: hidden;
    position: relative;
  }
  .sustainability__image a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sustainability__image a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sustainability__image a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .sustainability__image a:hover:before {
    opacity: 0.15;
  }
  .sustainability__image a:hover img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .others {
    overflow: hidden;
  }
  .others .inner {
    margin: 0 44px;
  }
  .others__title {
    font-weight: bold;
    margin-bottom: 30px;
  }
  .others__bnr {
    margin-bottom: 14px;
  }
  .others__bnr a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 100%;
    height: 100%;
  }
  .others__bnr a:hover {
    opacity: 0.7;
  }
  .others__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.66;
    text-align: center;
  }
  .others .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 45px 0 60px;
  }
  .others .sns__item {
    margin: 0 28px;
  }
  .others .sns__item a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .others .sns__item a:hover {
    opacity: 0.7;
  }
  .others .sns .icon-twitter {
    width: 23.48px;
  }
  .others .sns .icon-insta {
    width: 24px;
  }
}
@media screen and (max-width: 800px) {
  .main-modal {
    width: 90%;
  }
  .main-modal .modalCloseTop {
    top: -50px;
    right: 0;
  }
  .concept {
    padding-top: 12.8vw;
    padding-bottom: 4.2666666667vw;
    margin: 0 auto;
    background-color: #8F92A1;
    overflow: hidden;
  }
  .concept__title {
    margin-bottom: 5.6vw;
    color: #fff;
  }
  .concept__title::before {
    background-color: #fff;
  }
  .concept__text {
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 2.3846;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 5.8666666667vw;
  }
  .concept__text .sup {
    font-size: 2.4vw;
    vertical-align: 1vw;
    margin: 0 0.5vw;
  }
  .concept__image {
    width: 53.3333333333vw;
    margin: 11vw auto 13.5vw;
    position: relative;
  }
  .concept__image::before {
    content: "";
    display: block;
    width: 35.4666666667vw;
    height: 38.6666666667vw;
    background: url(../img/common/txt_logo_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .concept .add-text {
    font-size: 2.6666666667vw;
    color: #fff;
    margin-top: 4vw;
  }
  .concept .add-text li {
    text-indent: -1.6em;
    margin-left: 1.6em;
    line-height: 1.4;
  }
  .concept .add-text li:not(:last-child) {
    margin-bottom: 5px;
  }
  .news {
    padding-top: 13.3333333333vw;
    padding-bottom: 12.8vw;
    background-color: #fff;
  }
  .news__title {
    font-weight: bold;
    margin-bottom: 8vw;
  }
  .news__item {
    padding-top: 8vw;
    padding-bottom: 6.1333333333vw;
    padding-left: 1.3333333333vw;
    border-bottom: 1px solid #D9D9D9;
  }
  .news__item.icon-cosume03 .news__image::before {
    content: "";
    display: block;
    width: 26.9333333333vw;
    height: 25.0666666667vw;
    background: url(../img/common/icon_cosume03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.6vw;
    left: 1.6vw;
  }
  .news__item:first-child {
    border-top: 1px solid #D9D9D9;
  }
  .news__item .date {
    font-size: 3.2vw;
    display: block;
    margin-bottom: 1.8666666667vw;
  }
  .news__image {
    position: relative;
  }
  .news__text {
    font-size: 3.73vw;
  }
  .news__text a {
    text-decoration: underline;
  }
  .news__image {
    margin-bottom: 8vw;
  }
  .product {
    background-color: #B8BAC7;
  }
  .product .inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
  }
  .product__title {
    margin-bottom: 8.5333333333vw;
    color: #fff;
  }
  .product__title::before {
    background-color: #fff;
  }
  .product__item {
    position: relative;
    overflow: hidden;
  }
  .product__item.icon-voce::before {
    content: "";
    display: block;
    width: 21.3333333333vw;
    height: 30.9333333333vw;
    background: url(../img/common/icon_voce.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    z-index: 1;
  }
  .product__item.icon-cosume::after {
    content: "";
    display: block;
    width: 22.6666666667vw;
    height: 23.7333333333vw;
    background: url(../img/common/icon_cosume.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6666666667vw;
    left: 3.4666666667vw;
    z-index: 10;
  }
  .product__item.icon-cosume02::after {
    content: "";
    display: block;
    width: 26.6666666667vw;
    height: 25.0666666667vw;
    background: url(../img/common/icon_cosume02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.8666666667vw;
    left: 1.8666666667vw;
    z-index: 10;
  }
  .product__item.icon-cosume04::after {
    content: "";
    display: block;
    width: 23.4666666667vw;
    height: 20.8vw;
    background: url(../img/common/icon_cosume04.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    z-index: 10;
  }
  .product__item.icon-new::after {
    content: "";
    display: block;
    width: 25.8666666667vw;
    height: 25.8666666667vw;
    background: url(../img/common/icon_new02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product__item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .product__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .product__item a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .product__item a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .product__item a:hover:before {
    opacity: 0.15;
  }
  .product__item a:hover img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .product__name {
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 17.3333333333vw;
    text-align: center;
  }
  .product .btn-more {
    position: absolute;
    bottom: 8vw;
  }
  .collection .inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .collection__title {
    font-weight: bold;
    margin-bottom: 5.8666666667vw;
  }
  .collection__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .collection__list.coming-soon {
    height: 56vw;
    background-color: #7A7782;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .collection__list.coming-soon::before {
    content: "";
    display: block;
    width: 9.66vw;
    height: 10.66vw;
    top: 19vw;
    background: url(../img/common/icon_insta_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .collection__list.coming-soon::after {
    content: "COMING SOON​";
    color: #fff;
    text-align: center;
    font-size: 3.733vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    position: absolute;
    left: 0;
    right: 0;
    top: 33vw;
    line-height: 1;
    margin: 0 auto;
  }
  .collection__list.coming-soon .collection__item {
    border: 1px solid rgba(132, 129, 138, 0.9);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .collection__list.coming-soon .collection__item::before {
    content: none;
  }
  .collection__item {
    width: 27.7333333333vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5vw;
    opacity: 0;
    -webkit-transition-property: clip-path;
    transition-property: clip-path;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
  }
  .collection__item.inview {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .collection__item.noimage::before {
    content: none;
  }
  .collection__item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .collection__item a img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .collection__item a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .collection__item a:hover:before {
    opacity: 0.15;
  }
  .collection__item a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  .collection .btn-instagram {
    font-weight: bold;
    width: 64vw;
    height: 14.1333333333vw;
    line-height: 13.6vw;
    margin: 5.3333333333vw auto 0;
    border-color: #000;
    position: relative;
  }
  .collection .btn-instagram::before {
    content: "";
    display: block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(../img/common/icon_insta_blk.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 5.0666666667vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .collection .btn-instagram a {
    color: #000;
  }
  .collection .btn-instagram a::before {
    right: 3vw;
    background: url(../img/common/arrow_blk.svg) no-repeat;
    background-size: contain;
  }
  .pagination {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .pagination li {
    margin: 0 5px;
  }
  .pagination li.page-item.number {
    border: 1px solid #000;
  }
  .pagination li.active {
    background: #000;
  }
  .pagination li a {
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    display: block;
    width: 30px;
    text-align: center;
    height: 100%;
  }
  .pagination .active a {
    color: #fff;
  }
  .adgallery__title {
    font-weight: bold;
    margin-bottom: 5.6vw;
  }
  .adgallery__image {
    margin-bottom: 10.6666666667vw;
    position: relative;
    overflow: hidden;
  }
  .adgallery__image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .adgallery__image a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .adgallery__image a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .adgallery__image a:hover:before {
    opacity: 0.15;
  }
  .adgallery__image a:hover img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .sustainability__title {
    font-weight: bold;
    margin-bottom: 5.6vw;
  }
  .sustainability__image {
    margin-bottom: 10.6666666667vw;
    position: relative;
    overflow: hidden;
  }
  .sustainability__image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sustainability__image a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sustainability__image a::before {
    content: "";
    display: block;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    will-change: background-color;
    opacity: 0;
    z-index: 1;
    background-color: #191919;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .sustainability__image a:hover:before {
    opacity: 0.15;
  }
  .sustainability__image a:hover img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .others__title {
    font-weight: bold;
    margin-bottom: 4.5333333333vw;
  }
  .others__text {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.77;
    text-align: center;
    margin-top: 3.2vw;
  }
  .others .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8.8vw;
    margin-bottom: 10.6666666667vw;
  }
  .others .sns__item {
    margin: 0 6.6666666667vw;
  }
  .others .sns .icon-twitter {
    width: 5.0666666667vw;
  }
  .others .sns .icon-insta {
    width: 5.6vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  .concept__text br {
    display: none;
  }
}