/*RWD*/
/* Global CSS*/
/*#9b7b4d;*/
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

nav {
  top: 0;
}

.pageContent {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1100px;
  margin: 100px auto 30px;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  .pageContent {
    /*position: absolute;*/
    margin: 50px auto 30px;
  }
}

.mainContent {
  width: 100%;
  height: 100%;
  background: #000;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.mainContent ul li a {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #fff;
  display: block;
}
.mainContent ul li a:hover {
  color: #b28850;
}
@media screen and (max-width: 700px) {
  .mainContent ul li {
    margin: 0 0 2px;
  }
  .mainContent ul li a {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .mainContent ul li {
    margin: 0;
    border-bottom: 1px solid rgba(178, 136, 80, 0.35);
  }
  .mainContent ul li a {
    padding: 5vw 6vw;
    font-size: 5vw;
    line-height: 24px;
  }
}
.mainContent h1 {
  font-weight: normal;
  font-size: 50px;
  line-height: 48px;
  color: #fff;
  letter-spacing: 2px;
}
.mainContent h1 span {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  display: block;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .mainContent h1 {
    font-size: 9vw;
    line-height: 10vw;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .mainContent h1 {
    text-align: center;
    color: #b28850;
    line-height: 7vw;
    border-bottom: 1px solid rgba(178, 136, 80, 0.35);
  }
  .mainContent h1 span {
    text-align: center;
    font-size: 5vw;
    line-height: 9vw;
  }
}

.diamond img.imgPC {
  width: 100%;
  z-index: 1;
}
.diamond img.imgM {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .diamond img.imgM {
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .diamond {
    height: 80vw;
    max-height: 550px;
  }
}
@media screen and (max-width: 480px) {
  .diamond {
    height: 100%;
    max-height: auto;
  }
}

.jewelry img.imgPC {
  height: 100%;
  z-index: 1;
}
.jewelry img.imgM {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .jewelry img.imgM {
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .jewelry {
    height: 80vw;
    max-height: 550px;
  }
}
@media screen and (max-width: 480px) {
  .jewelry {
    height: 100%;
    max-height: auto;
  }
}

.imgPC {
  display: block;
}
@media screen and (max-width: 700px) {
  .imgPC {
    display: none;
  }
}

.imgM {
  display: none;
}
@media screen and (max-width: 700px) {
  .imgM {
    display: block;
  }
}

.jewelry ul li {
  border: none;
}

/*Event-Media inner*/
.inner {
  background: #fff;
}
.inner ul {
  text-align: center;
}
.inner ul li {
  display: inline-block;
  vertical-align: top;
  margin: 50px 23px 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.inner ul li a {
  position: relative;
}
.inner ul li a:hover {
  color: #fff;
}
.inner ul li a:hover img {
  webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner ul li img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .inner ul li {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0 10px;
  }
  .inner ul li a {
    padding: 0;
  }
  .inner ul li a:hover img {
    webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.inner ul li .blackMask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 14px;
}
.inner h1 {
  text-indent: -9999px;
  font-size: 0;
  position: relative;
  height: 250px;
}
.inner h1 img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .inner h1 {
    height: 22.5vw;
  }
}
@media screen and (max-width: 480px) {
  .inner h1 {
    text-indent: 0;
    text-align: center;
    color: #b28850;
    font-size: 5vw;
    line-height: 15vw;
    letter-spacing: 2px;
    border-bottom: 1px solid #b28850;
    height: auto;
  }
  .inner h1:before {
    content: '';
    width: 7vw;
    height: 7vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3.5vw 0 0 -19vw;
  }
  .inner h1 img {
    display: none;
  }
}
.inner h1.eventMesg-title:before {
  background: url(../images/event-icon.jpg) 0 0 no-repeat;
  background-size: contain;
}
.inner h1.mediaReport-title:before {
  background: url(../images/media-icon.jpg) 0 0 no-repeat;
  background-size: contain;
}
.inner h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  max-height: 50px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .inner h2 {
    font-size: 16px;
  }
}
.inner p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 480px) {
  .inner p {
    font-size: 16px;
  }
}
.inner .newMark {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e60012;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  display: block;
  padding: 2px 18px;
  text-transform: capitalize;
}

.more-btn {
  width: 100%;
  height: 95px;
  margin: 12px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.more-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  z-index: 0;
}
.more-btn span {
  width: 120px;
  height: 120px;
  font-size: 16px;
  line-height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-transform: uppercase;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border: 20px solid #fff;
  background: #eeeeee;
  color: #666;
  margin: -60px 0 0 -60px;
  z-index: 1;
  cursor: pointer;
}

.leftMenu {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 30%;
  left: 10%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .leftMenu {
    top: 0;
    left: 0;
    padding: 3vw 7%;
    max-width: auto;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .leftMenu {
    padding: 3vw 0;
    top: 0;
    left: 0;
    position: relative;
  }
}

.rightBtn {
  width: 180px;
  height: 180px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 30%;
  right: 2%;
  border: 1px solid #b28850;
  padding: 60px 0 0 20px;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rightBtn img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17px;
}
@media screen and (max-width: 700px) {
  .rightBtn {
    top: 45%;
    right: -1px;
  }
}
@media screen and (max-width: 480px) {
  .rightBtn {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    border: none;
    padding: 2vw 12vw 7vw;
  }
  .rightBtn img {
    width: 15%;
    margin-top: 2vw;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .rightBtn ul {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
  }
  .rightBtn ul li {
    border: none;
  }
  .rightBtn ul li:first-child a {
    font-size: 7vw;
  }
  .rightBtn ul li a {
    color: #fff;
    padding: 2vw;
    line-height: 4vw;
  }
}

/*Jewelry Design*/
.subContent {
  width: 100%;
  height: auto;
  font-size: 0;
}
.subContent .box-S {
  width: 40%;
  height: 400px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  overflow: hidden;
}
.subContent .box-S a {
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.subContent .box-S a:hover {
  webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.subContent .box-S img {
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .subContent .box-S {
    height: 35vw;
  }
}
@media screen and (max-width: 700px) {
  .subContent .box-S {
    width: 100%;
    height: 60vw;
  }
  .subContent .box-S img {
    width: 100%;
    height: auto;
    margin: -10% 0 0 0;
  }
}
.subContent .box-L {
  width: 60%;
  height: 400px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  overflow: hidden;
}
.subContent .box-L a {
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.subContent .box-L a:hover {
  transform: scale(1.1);
}
.subContent .box-L img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .subContent .box-L {
    height: 35vw;
  }
}
@media screen and (max-width: 700px) {
  .subContent .box-L {
    width: 100%;
    height: 60vw;
  }
  .subContent .box-L img {
    height: 100%;
    width: auto;
  }
}

/*Event-Media*/
.otherBtnsD {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.otherBtnsD li {
  width: 50%;
  height: 250px;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  /* IE9+ */
  overflow: hidden;
}
.otherBtnsD li a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  display: block;
  font-size: 0;
}
.otherBtnsD li img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .otherBtnsD li {
    height: 22vw;
  }
}
@media screen and (max-width: 700px) {
  .otherBtnsD li {
    width: 100%;
    height: 42vw;
  }
}

.otherBtnsJ {
  width: 100%;
  height: 100%;
  font-size: 0;
  margin: 8px 0 0;
}
@media screen and (max-width: 480px) {
  .otherBtnsJ {
    margin: 0;
  }
}
.otherBtnsJ li {
  width: 49.5%;
  height: 250px;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  /* IE9+ */
  overflow: hidden;
}
.otherBtnsJ li a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
  display: block;
}
.otherBtnsJ li img {
  width: 100%;
}
.otherBtnsJ li:first-child {
  margin: 0 0.5% 0 0;
}
.otherBtnsJ li:last-child {
  margin: 0 0 0 0.5%;
}
@media screen and (max-width: 1100px) {
  .otherBtnsJ li {
    height: 22vw;
  }
}
@media screen and (max-width: 700px) {
  .otherBtnsJ li {
    width: 100%;
    height: 42vw;
  }
  .otherBtnsJ li:first-child, .otherBtnsJ li:last-child {
    margin: 0;
  }
}

.sp-line {
  height: 1px;
  width: 110px;
  background: #d4d4d4;
  display: block;
  margin: 25px 0 15px;
}
@media screen and (max-width: 700px) {
  .sp-line {
    margin: 20px 0 0;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .sp-line {
    display: none;
  }
}

/*# sourceMappingURL=subIndex2.css.map */
