body{
    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-repeat: no-repeat;
    width: 2000px;
    height: 1500px;
}

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

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

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

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

.wehave{
    position: relative;
    top: 180px;
    font-size: 4em;
}

article{
	width: 100%;
    height: 950px;
}

.london_bg{
    height: 730px;
    background-color: #000000;
    background-image: url("../images_brands/london.png");
    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: 730px;
    background-color: #ffffff;
    background-image: url("../images_brands/charlotte.png");
    background-repeat: no-repeat;
    position: relative;
    z-index: 18;
}

.charlotte .button{
    margin: 10px 60px;
    width: 130px;
    height: 13px;
}

.charlotte ul{
    width: 300px;
    margin-top: 450px;
    margin-right: 355px;
    float: right;
    text-align: center;
}


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

.inner{
    padding: 300px;
    text-align: center;
}


.shop{
    height: 1000px;
    float: left;
    margin-left: 270px;
}

.shop a:hover{

}


ul#shop_stefanel {
    float: left;
    list-style: none;
    margin-top: 100px;
    width: 40%;
}

ul{
    list-style: none;
}

#shop_stefanel .button{
    margin: 40px auto;
}

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


.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-repeat: no-repeat;
}

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

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

#diamond_alysi ul{
    text-align: center;
    width: 200px;
    padding-top: 360px;
    padding-left: 350px;
}

#diamond_alysi .button{

}

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


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

#alysi_next ul{
    width: 250px;
    padding-left: 610px;
    padding-top: 300px;
    text-align: center;
}

.detail_alysi{
    float: right;
    text-align: center;
    position: relative;
    top: -160px;
    right: 320px;
}

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

header{
    height: 2000px;
}


.main{
  clear: both;
}

.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{
  float: left;
  margin-top: 700px;
}

.logo_roy{
  padding: -100px;
}

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

.inner p{
  margin-bottom: 70px;
}

.sp{
  display: none;
}

.cs_sns,
.stf_sns{
  height: 1300px;
}
