/* BASIC css start */
/* BASIC css start */
.storeImage {
    width: 100%;
    margin: 0 auto;
}

.storeImage img {
    width: 100%;
}

.storeDesc {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.iframeArea {
    width: 100%;
    margin: 0 auto;
}
.tit {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: Gotham,sans-serif;
    font-size: 16px;
    letter-spacing: .12em;
    text-decoration: underline;
    max-width: 1376px;
    margin: 110px auto 30px;
    text-align: center;
}

.storeDesc {
    font-family: Gotham,sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 2rem;
}

.storeDesc h2 {
    font-family: Gotham,sans-serif;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 16px;
    padding: 25px 0 0;
}


.video {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  /* border-radius: 30px; */
  /* background-color: #f0f0f0; */
  /* padding: 40px; */
  box-sizing: border-box;
  /* box-shadow: 0px 8px 33px #999; */
}

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50%;
}
.video-container iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* BASIC css end */

