body{
    width: 100%;
    max-width: 100%;
    height: 5000px;
    margin: 0px;
    background-color: #ffffff;

}



.num {
    margin: 0;
    position: fixed;
    right: 10px;
    top: 10px;
    height: 800px;
}
.box {
    position: fixed;
    top: -10px;
}

.bbox{
    position: fixed;
    bottom: -400px;

}

#box1 {
    position: relative;
    right: 100px;
    background-image: url("../images_brands/tv.png");
    background-size: 50%;
    background-repeat: no-repeat;
    width: 900px;
    height: 1200px;
}

#box2 {
    left: 120px;
    z-index: 0;
}
#box3 {
  right: 100px;
  top: 10px;
}
#box4 {
    left: 340px;
    bottom: 300px;
}

.wrapper{
    height: 1200px;
    position: relative;
    top: 10px;
    z-index: 1;
}

.frame{
    height: 800px;
    position: relative;
    top: 2000px;
}

.blob{
    color: #000000;
    font-size: 7em;
    font-family: "Helvetica";
    opacity: 0.5;
}

.wehave{
    position: relative;
    top: 100px;
    font-size: 3em;
}

article{
	width: 100%;
  height: 1500px;

}

.london_bg{
    height: 730px;
    background-color: #000000;
    background-image: url("../images_brands/london.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.london{
  color: #ffffff;
  font-size: 7.0em;
  opacity: 0.9;
  font-family: "HelveticaNeue-Light";
  width: 300px;
  line-height: 90%;
}

.charlotte{
   height: 1400px;
   background-color: #ffffff;
   background-image: url("../images_brands/sp_charlotte.png");
   background-repeat: no-repeat;
   position: relative;
   z-index: 18;
   background-position: center;
   font-size: 0.8em;
}

.charlotte .button{
   margin: 20px auto;
   width: 130px;
   height: 13px;

}

.charlotte ul{
   width: 500px;
   text-align: center;
   margin: auto;
   padding-top: 350px;
   padding-left: 10px;
}


.stefanel{
    height: 720px;
    background-image: url("../images_brands/stefanel.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.inner{
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
  width: 500px;
  margin: auto;
}


.shop{
    height: 720px;
}

ul#shop_stefanel {
    list-style: none;
    margin-top: 100px;
}

ul{
    list-style: none;
}

.button{
    color: #000000;
    width: 200px;
    border: 2px solid #000000;
    text-decoration: none;
    text-align: center;
    padding: 18px;
    margin: 40px auto;
}


.button text a{
    color: #000000;
    text-decoration: none;
}

.button text a:visited{
    color: #000000;
    text-decoration: none;
}

.button a{
    color: #000000;
    text-decoration: none;
}


.italy_bg{
    height: 720px;
    position: relative;
    z-index: 12;
    color: #ffffff;
    background-image: url("../images_brands/verona.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.italy{
    color: #ffffff;
    font-size: 7em;
    font-style: italic;
    opacity: 0.8;
    position: relative;
    top: 300px;
    text-align: center;
}

#diamond_alysi{
    width: 100%;
    height: 740px;
    background-color: #ffffff;
    background-image: url("../images_brands/diamond_alysi.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

#diamond_alysi ul{
   text-align: center;
   width: 30%;
   padding-top: 14%;
}

#diamond_alysi .button{
    margin-left: 30%;
    width: 70%;
    border: none;
}

#alysi_next .button{
    margin-top: 50px;
    width: 50%;
}


#alysi_next{
    width: 100%;
    height: 720px;
    background-color: #000000;
    background-image: url("../images_brands/diamond_alysi_address.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

#alysi_next ul{
   width: 20%;
   padding-left: 28%;
   padding-top: 10%;
   text-align: center;
}

.detail_alysi{
    text-align: center;
    text-align: center;
    padding-top: 15%;
}


img{
}

video{
    width: 100%;
    height: 100%;
}

.main{
  clear: both;
  margin-top: 30px;
}

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap,
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}


.ch-info-wrap {
	top: 20px;
	left: 20px;
/*
  background: #ffffff;
	box-shadow:
		0 0 0 20px rgba(255,255,255,0.05),
		inset 0 0 3px rgba(115,114, 23, 0.8);
*/
}




.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
}

.ch-info .ch-info-front {
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;
	background: #2E6868;
	pointer-events: none;
	transform: scale(1.5);
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-info .ch-info-back{
  opacity: 0;
	pointer-events: none;
	transform: scale(1.5);
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-info .purple{
  background: #44339A;
}

.ch-img-1 {
	background-image: url(../images/aoyama.jpg);
}

.ch-img-2 {
	background-image: url(../images/shibuya.jpg);
}

.ch-img-3 {
	background-image: url(../images/shinjuku.jpg);
}

.ch-img-4 {
  background-image: url(../images/umeda.jpg);
}

.ch-green {
  background-color: #2E6868;
}

.ch-img-alysi {
  background-image: url(../images/alysi_shibuya.jpg);
}

.ch-purple {
  background-color: #44339A;
}

.ch-navy {
  background-color: #34495e;
}

.ch-blue,
.ch-info .blue {
  background-color: #1763C0;
}

.ch-img-hankyu {
  background-image: url(../images/hankyu.jpg);
}
.ch-img-vert {
  background-image: url(../images/vert.jpg);
}
.ch-img-isetan {
  background-image: url(../images/isetan.jpg);
}
.ch-img-laltra {
  background-image: url(../images/lam.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow:
		0 0 1px #fff,
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

#cs .cs_shop{
  color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 13px 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}


.ch-info p a {
	display: block;
	color: #ffffff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 25px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
}

.ch-item:hover .ch-info-front {
	transform: scale(0);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

.ch-grid h3{
  height: 30px;
}

.CSiPhone{
  height: 1010px;
}

.CSiPhone img{
  width: 980px;
  float: left;
}

.CSiPhone .button{
  clear: both;
  margin-top: 700px;
}

#cs{
  margin-top: 200px;
  margin-bottom: 300px;
}

.sns ul{
  width: 40%;
  margin: auto;
  height: 300px;
}

.sp{
  display: none;
}
