@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
#main {
  position: relative;
}

@media screen and (max-width: 737px) {
  .mainLogo img {
    width: 100%;
  }
}

.products {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin-top: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

@media screen and (max-width: 731px) {
  .products {
    width: auto;
    margin-top: 0;
  }
}

.products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 470px;
  background-color: #fff;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.products-item:hover {
  opacity: .5;
}

@media screen and (max-width: 731px) {
  .products-item {
    display: block;
    height: auto;
  }
}

.products-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.products-item:nth-of-type(even) .products-list-img:before {
  left: 0;
  right: auto;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

@media screen and (max-width: 731px) {
  .products-item:nth-of-type(2) .products-list-img img {
    -webkit-transform: translateX(-15vw);
            transform: translateX(-15vw);
  }
}

@media screen and (max-width: 731px) {
  .products-item:nth-of-type(4) .products-list-img img {
    -webkit-transform: translateX(-17vw);
            transform: translateX(-17vw);
  }
}

.products-item:hover .btn {
  background-color: #f3efe4;
}

.products-item:hover .btn:before {
  right: 10px;
}

.products-item-new {
  position: relative;
}

.products-item-new:before {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: 'New';
  width: 90px;
  height: 90px;
  color: #c1a559;
  font-size: 32px;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-style: italic;
  background: linear-gradient(135deg, #e5e5e6 0%, white 100%);
  border: 1px solid #d6be7f;
  border-radius: 50%;
  text-shadow: 0 0 5px white;
}

@media screen and (max-width: 737px) {
  .products-item-new:before {
    z-index: 9;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
}

.products-item-new:after {
  position: absolute;
  top: 21px;
  right: 21px;
  content: '';
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.6) inset;
  border-radius: 50%;
}

@media screen and (max-width: 737px) {
  .products-item-new:after {
    z-index: 9;
    top: 11px;
    right: 11px;
    width: 70px;
    height: 70px;
  }
}

.products-list-img {
  position: relative;
  width: 725px;
}

@media screen and (max-width: 731px) {
  .products-list-img {
    width: 100%;
    overflow: hidden;
  }
  .products-list-img img {
    width: 120%;
  }
}

.products-list-img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 240px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

@media screen and (max-width: 731px) {
  .products-list-img:before {
    display: none;
  }
}

.products-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 731px) {
  .products-item-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.products-item-label .copy {
  color: #AF914E;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 731px) {
  .products-item-label .copy {
    font-size: 20px;
  }
}

.products-item-label .title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 731px) {
  .products-item-label .title {
    margin-top: 15px;
    margin-bottom: 22px;
  }
}

.products-item-label .title .logo-gelmask {
  width: 307px;
}

@media screen and (max-width: 731px) {
  .products-item-label .title .logo-gelmask {
    width: 47.96875vw;
  }
}

.products-item-label .title .logo-sheetmask {
  width: 357px;
}

@media screen and (max-width: 731px) {
  .products-item-label .title .logo-sheetmask {
    width: 55.78125vw;
  }
}

.products-item-label .title .logo-radiance {
  width: 413px;
}

@media screen and (max-width: 731px) {
  .products-item-label .title .logo-radiance {
    width: 64.53125vw;
  }
}

.products-item-label .title .logo-cleansing {
  width: 358px;
}

@media screen and (max-width: 731px) {
  .products-item-label .title .logo-cleansing {
    width: 55.9375vw;
  }
}

.products-item-label .btn {
  position: relative;
  display: inline-block;
  height: 44px;
  padding-right: 55px;
  padding-left: 50px;
  color: #AF914E;
  font-size: 18px;
  font-family: "EB Garamond", serif;
  border: 1px solid #AF914E;
  line-height: 42px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media screen and (max-width: 737px) {
  .products-item-label .btn {
    display: block;
    width: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}

.products-item-label .btn:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-color: #AF914E;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contents-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 731px) {
  .contents-nav {
    width: auto;
    margin-top: 0;
  }
}

.contents-nav .item {
  width: 600px;
  height: 300px;
}

@media screen and (max-width: 731px) {
  .contents-nav .item {
    width: 50vw;
    height: 50vw;
    overflow: hidden;
  }
  .contents-nav .item img {
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

.contents-nav .item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #8e8878;
  font-size: 48px;
  font-family: "EB Garamond", serif;
  background-color: #fff;
}

@media screen and (max-width: 731px) {
  .contents-nav .item a {
    font-size: 28px;
  }
}

.contents-nav .item a img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.contents-nav .item a:hover img {
  opacity: .7;
}

.contents-nav .item span {
  position: relative;
  z-index: 9;
}

.loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.loadingProgress {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  color: #b19343;
  font-size: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loadingProgress span {
  padding-right: .3em;
}

.isLoading .loadingProgress {
  display: block;
}

#index .bg-ripple {
  height: 100%;
  min-height: 100vh;
  padding-top: 100px;
  background-image: url(/common/img/top/container-logo.png);
  background-repeat: no-repeat;
  background-position: 50% 260px;
}

@media screen and (max-width: 731px) {
  #index .bg-ripple {
    padding-top: 50px;
    background-position: 50% calc(50px + 12vw);
    background-size: 80vw auto;
  }
}
